Pioneer
Loading...
Searching...
No Matches
Functions
LuaEvent Namespace Reference

Functions

void Init ()
 
void Uninit ()
 
void Clear ()
 
void Emit ()
 
LuaRefGetEventQueue ()
 
template<typename... TArgs>
void Queue (const LuaRef &queue, std::string_view event, TArgs... args)
 
void Queue (const LuaRef &queue, std::string_view event)
 
template<typename... TArgs>
void Queue (std::string_view event, TArgs... args)
 
void Queue (std::string_view event)
 

Function Documentation

◆ Clear()

void LuaEvent::Clear ( )
Here is the call graph for this function:

◆ Emit()

void LuaEvent::Emit ( )
Here is the call graph for this function:

◆ GetEventQueue()

LuaRef & LuaEvent::GetEventQueue ( )

◆ Init()

void LuaEvent::Init ( )
Here is the call graph for this function:

◆ Queue() [1/4]

void LuaEvent::Queue ( const LuaRef queue,
std::string_view  event 
)
inline
Here is the call graph for this function:

◆ Queue() [2/4]

template<typename... TArgs>
void LuaEvent::Queue ( const LuaRef queue,
std::string_view  event,
TArgs...  args 
)
inline
Here is the call graph for this function:

◆ Queue() [3/4]

void LuaEvent::Queue ( std::string_view  event)
inline
Here is the call graph for this function:

◆ Queue() [4/4]

template<typename... TArgs>
void LuaEvent::Queue ( std::string_view  event,
TArgs...  args 
)
inline
Here is the call graph for this function:

◆ Uninit()

void LuaEvent::Uninit ( )
Here is the call graph for this function: