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) |
![]() | |
CallableScriptFunctionI (CallableScriptFunctionRef) | |
![]() | |
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 | |
![]() | |
typedef int | CallableScriptFunctionRef |
A wrapper for the 2 params callable function
|
inlinevirtual |
Available only in C++
Implements engine::CallableScriptFunctionI.