stmm-games-doc  0.32.0
List of all members
stmg::RandomEvent::Init Struct Reference
Inheritance diagram for stmg::RandomEvent::Init:
Inheritance graph
[legend]

Additional Inherited Members

- Public Attributes inherited from stmg::Event::Init
Levelm_p0Level = nullptr
 The level the event will be added to. More...
 
int32_t m_nPriority = 0
 The priority. More...
 
int32_t m_nDebugTag = 0
 Tag that can be used for debugging. More...
 
- Public Attributes inherited from stmg::RandomEvent::LocalInit
int32_t m_nFrom = std::numeric_limits<int32_t>::lowest()
 The random number lowest value. More...
 
int32_t m_nTo = std::numeric_limits<int32_t>::max()
 The random number highest value. More...
 
std::string m_sSharedName
 The shared name. More...
 
int32_t m_nBufferSize = s_nDefaultSharedBufferSize
 The maximal shared buffer size. More...
 
bool m_bPermutations = false
 Whether output sequence is permutations of the range [m_nFrom, m_nTo]. More...