Pictel 2d 0.1
Game Engine Documentation
Public Types | Public Member Functions | List of all members
engine::CallableScriptFunctionI Class Referenceabstract
Inheritance diagram for engine::CallableScriptFunctionI:
engine::CallableI engine::MemoryI engine::CallableParameters1< A > engine::CallableParameters2< A, B > engine::CallableParameters3< A, B, C > engine::CallableParametersEmpty

Public Types

typedef int CallableScriptFunctionRef
 

Public Member Functions

 CallableScriptFunctionI (CallableScriptFunctionRef)
 
- Public Member Functions inherited from engine::MemoryI
void Keep ()
 
void Release ()
 
void FreeMem ()
 

Detailed Description

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.

Member Typedef Documentation

◆ CallableScriptFunctionRef

Additional holder for a script function index. Not needed in C++