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

Public Attributes

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...
 

Member Data Documentation

◆ m_nDebugTag

int32_t stmg::Event::Init::m_nDebugTag = 0

Tag that can be used for debugging.

◆ m_nPriority

int32_t stmg::Event::Init::m_nPriority = 0

The priority.

The higher the number the higher the priority. Default is 0.

◆ m_p0Level

Level* stmg::Event::Init::m_p0Level = nullptr

The level the event will be added to.

Cannot be null.