Torque3D Documentation / _generateds / _EngineConsoleThunk< startArgc, void(A) >

_EngineConsoleThunk< startArgc, void(A) >

Engine/source/console/engineAPI.h

More...

Public Types

ReturnType 

Public Static Attributes

Public Static Functions

thunk(S32 argc, ConsoleValueRef * argv, void(*)(A) fn, const _EngineFunctionDefaultArguments< void(A) > & defaultArgs)
thunk(S32 argc, ConsoleValueRef * argv, void(Frame::*)(A) const fn, Frame * frame, const _EngineFunctionDefaultArguments< void(typename Frame::ObjectType *, A) > & defaultArgs)

Detailed Description

Public Types

typedef void ReturnType 

Public Static Attributes

const S32 NUM_ARGS 

Public Static Functions

thunk(S32 argc, ConsoleValueRef * argv, void(*)(A) fn, const _EngineFunctionDefaultArguments< void(A) > & defaultArgs)

thunk(S32 argc, ConsoleValueRef * argv, void(Frame::*)(A) const fn, Frame * frame, const _EngineFunctionDefaultArguments< void(typename Frame::ObjectType *, A) > & defaultArgs)