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