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