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

Public Attributes

int32_t m_nSize = 0
 The size of the array for this index. More...
 
int32_t m_nVarIndex = -1
 Either the variable id or -1 if nValue is used as index. More...
 
int32_t m_nVarTeam = -1
 The preferences team of the variable or -1 if a game variable (or nValue is used). More...
 
int32_t m_nVarMate = -1
 The mate of the variable or -1 if a non player variable (or nValue is used). More...
 

Member Data Documentation

◆ m_nSize

int32_t stmg::ArrayEvent::Dimension::m_nSize = 0

The size of the array for this index.

◆ m_nVarIndex

int32_t stmg::ArrayEvent::Dimension::m_nVarIndex = -1

Either the variable id or -1 if nValue is used as index.

◆ m_nVarMate

int32_t stmg::ArrayEvent::Dimension::m_nVarMate = -1

The mate of the variable or -1 if a non player variable (or nValue is used).

◆ m_nVarTeam

int32_t stmg::ArrayEvent::Dimension::m_nVarTeam = -1

The preferences team of the variable or -1 if a game variable (or nValue is used).