|
stmm-games-doc
0.32.0
|
Public Attributes | |
| double | m_fFrom |
| The min value. More... | |
| bool | m_bFromExcl |
| Whether the tile animation value must be >= (false) or > (true) m_fFrom. More... | |
| double | m_fTo |
| The max value. More... | |
| bool | m_bToExcl |
| Whether the tile animation value must be <= (false) or < (true) m_fTo. More... | |
| std::vector< unique_ptr< StdThemeModifier > > | m_aModifiers |
| The modifiers painted if the condition is satisfied. More... | |
| std::vector< unique_ptr<StdThemeModifier> > stmg::SelectAniModifier::AniCase::m_aModifiers |
The modifiers painted if the condition is satisfied.
| bool stmg::SelectAniModifier::AniCase::m_bFromExcl |
Whether the tile animation value must be >= (false) or > (true) m_fFrom.
| bool stmg::SelectAniModifier::AniCase::m_bToExcl |
Whether the tile animation value must be <= (false) or < (true) m_fTo.
| double stmg::SelectAniModifier::AniCase::m_fFrom |
The min value.
Should be a value between -1.0 and 1.0.
| double stmg::SelectAniModifier::AniCase::m_fTo |
The max value.
Should be a value between fFrom and 1.0.
1.8.13