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

Public Attributes

int32_t m_nVarIndex = -1
 The selecting variable id. More...
 
int32_t m_nVarTeam = -1
 The preferences team (not the level team) the variable belongs to or -1 if game variable. More...
 
int32_t m_nVarMate = -1
 The mate nr of the player the variable belongs to or -1 if a team or game variable. More...
 

Member Data Documentation

◆ m_nVarIndex

int32_t stmg::SelectEvent::LocalInit::m_nVarIndex = -1

The selecting variable id.

Must be valid or -1 if selection is done by nValue. Default is -1.

◆ m_nVarMate

int32_t stmg::SelectEvent::LocalInit::m_nVarMate = -1

The mate nr of the player the variable belongs to or -1 if a team or game variable.

Default is -1.

◆ m_nVarTeam

int32_t stmg::SelectEvent::LocalInit::m_nVarTeam = -1

The preferences team (not the level team) the variable belongs to or -1 if game variable.

Default is -1.