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

Classes

class  Args
 
class  Args< T0 >
 
class  Args< T0, T1 >
 
class  Args< T0, T1, T2 >
 
class  ArgsBase
 
class  EmptyArgs
 

Functions

void Clear ()
 
void Emit ()
 
void QueueInternal (const char *event, const ArgsBase &args)
 
template<typename... TArgs>
void Queue (const char *event, TArgs... args)
 
void Queue (const char *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:

◆ Queue() [1/2]

void LuaEvent::Queue ( const char *  event)
inline
Here is the call graph for this function:

◆ Queue() [2/2]

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

◆ QueueInternal()

void LuaEvent::QueueInternal ( const char *  event,
const ArgsBase args 
)
Here is the call graph for this function: