Pictel 2d 0.1
Game Engine Documentation
|
Public Member Functions | |
CallableParametersEmpty (FunctionType fnc) | |
bool | CanCall () |
void | Call () |
![]() | |
CallableScriptFunctionI (CallableScriptFunctionRef) | |
![]() | |
void | Keep () |
void | Release () |
void | FreeMem () |
Static Public Member Functions | |
static std::shared_ptr< CallableParametersEmpty > | make_shared (std::function< void(void)> fnc) |
Additional Inherited Members | |
![]() | |
typedef int | CallableScriptFunctionRef |
A wrapper for the empty callable function
|
inlinevirtual |
Available only in C++
Implements engine::CallableScriptFunctionI.