|
stmm-games-doc
0.32.0
|

Public Attributes | |
| std::vector< Dimension > | m_aDimensions |
| The dimensions of m_oArray. More... | |
| std::vector< int32_t > | m_aValues |
| The array of values. More... | |
| int32_t | m_nDefaultValue = 0 |
| The default value if any index is outside the allowed range. More... | |
| std::vector<Dimension> stmg::ArrayEvent::LocalInit::m_aDimensions |
The dimensions of m_oArray.
Only one of the dimensions can have m_nVarIndex -1.
| std::vector<int32_t> stmg::ArrayEvent::LocalInit::m_aValues |
The array of values.
Its size must be the multiplication of the Dimensions sizes.
| int32_t stmg::ArrayEvent::LocalInit::m_nDefaultValue = 0 |
The default value if any index is outside the allowed range.
Default is 0.
1.8.13