_EngineConsoleThunk< startArgc, void() >
Engine/source/console/engineAPI.h
Public Types
ReturnType
Public Static Functions
thunk(S32 argc, ConsoleValueRef * argv, void(*)() fn, const _EngineFunctionDefaultArguments< void() > & )
thunk(S32 argc, ConsoleValueRef * argv, void(Frame::*)() const fn, Frame * frame, const _EngineFunctionDefaultArguments< void(typename Frame::ObjectType *) > & )
Detailed Description
Public Types
typedef void ReturnType
Public Static Attributes
const S32 NUM_ARGS
Public Static Functions
thunk(S32 argc, ConsoleValueRef * argv, void(*)() fn, const _EngineFunctionDefaultArguments< void() > & )
thunk(S32 argc, ConsoleValueRef * argv, void(Frame::*)() const fn, Frame * frame, const _EngineFunctionDefaultArguments< void(typename Frame::ObjectType *) > & )
