Pictel 2d 0.1
Game Engine Documentation
|
Public Types | |
typedef int | CallableScriptFunctionRef |
Public Member Functions | |
CallableScriptFunctionI (CallableScriptFunctionRef) | |
![]() | |
void | Keep () |
void | Release () |
void | FreeMem () |
An abstract definition of the callable function to be used in the script when specified by the documentation. Various script related functionality will extend this interface to provide their own definitions.
Additional holder for a script function index. Not needed in C++