|
Pictel 2d 0.1
Game Engine Documentation
|
Public Member Functions | |
| CallableParametersEmpty (FunctionType fnc) | |
| bool | CanCall () |
| void | Call () |
Public Member Functions inherited from engine::CallableScriptFunctionI | |
| CallableScriptFunctionI (CallableScriptFunctionRef) | |
Public Member Functions inherited from engine::MemoryI | |
| 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 | |
Public Types inherited from engine::CallableScriptFunctionI | |
| typedef int | CallableScriptFunctionRef |
A wrapper for the empty callable function
|
inlinevirtual |
Available only in C++
Implements engine::CallableScriptFunctionI.