stmm-games-doc  0.32.0
Public Attributes | List of all members
stmg::GrowModifier::LocalInit Struct Reference
Inheritance diagram for stmg::GrowModifier::LocalInit:
Inheritance graph
[legend]

Public Attributes

int32_t m_nElapsedTileAniIdx = -1
 The tile animation that determines the grow value. More...
 
double m_fDefaultElapsed = -1.0
 The default elapsed value. More...
 
ElapsedMapper m_oMapper
 The elapsed mapper. More...
 
bool m_bInvert = false
 Whether the growing should be inverted (becomes shrinking). More...
 

Member Data Documentation

◆ m_bInvert

bool stmg::GrowModifier::LocalInit::m_bInvert = false

Whether the growing should be inverted (becomes shrinking).

Default is false.

◆ m_fDefaultElapsed

double stmg::GrowModifier::LocalInit::m_fDefaultElapsed = -1.0

The default elapsed value.

From 0.0 to 1.0 or -1.0 if not defined.

◆ m_nElapsedTileAniIdx

int32_t stmg::GrowModifier::LocalInit::m_nElapsedTileAniIdx = -1

The tile animation that determines the grow value.

Default -1 (undefined).

◆ m_oMapper

ElapsedMapper stmg::GrowModifier::LocalInit::m_oMapper

The elapsed mapper.