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

Public Attributes

std::function< void(Level &oLevel)> m_oTriggerFunction
 The function called. More...
 
- 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...
 

Member Data Documentation

◆ m_oTriggerFunction

std::function<void(Level& oLevel)> stmg::MockEvent::Init::m_oTriggerFunction

The function called.