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

_EngineConsoleThunk< startArgc, R(A) >

Engine/source/console/engineAPI.h

More...

Public Types

Public Static Attributes

Public Static Functions

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

Detailed Description

Public Types

typedef _EngineConsoleThunkType< R >::ReturnType ReturnType 

Public Static Attributes

const S32 NUM_ARGS 

Public Static Functions

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

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