stmm-games-doc  0.32.0
Public Attributes | List of all members
stmg::SelectAniModifier::AniCase Struct Reference

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...
 

Member Data Documentation

◆ m_aModifiers

std::vector< unique_ptr<StdThemeModifier> > stmg::SelectAniModifier::AniCase::m_aModifiers

The modifiers painted if the condition is satisfied.

◆ m_bFromExcl

bool stmg::SelectAniModifier::AniCase::m_bFromExcl

Whether the tile animation value must be >= (false) or > (true) m_fFrom.

◆ m_bToExcl

bool stmg::SelectAniModifier::AniCase::m_bToExcl

Whether the tile animation value must be <= (false) or < (true) m_fTo.

◆ m_fFrom

double stmg::SelectAniModifier::AniCase::m_fFrom

The min value.

Should be a value between -1.0 and 1.0.

◆ m_fTo

double stmg::SelectAniModifier::AniCase::m_fTo

The max value.

Should be a value between fFrom and 1.0.