_EngineConsoleThunk< startArgc, R(A, B) >
Engine/source/console/engineAPI.h
Public Types
ReturnType
Public Static Functions
thunk(S32 argc, ConsoleValueRef * argv, R(*)(A, B) fn, const _EngineFunctionDefaultArguments< void(A, B) > & defaultArgs)
thunk(S32 argc, ConsoleValueRef * argv, R(Frame::*)(A, B) const fn, Frame * frame, const _EngineFunctionDefaultArguments< void(typename Frame::ObjectType *, A, B) > & 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, B) fn, const _EngineFunctionDefaultArguments< void(A, B) > & defaultArgs)
thunk(S32 argc, ConsoleValueRef * argv, R(Frame::*)(A, B) const fn, Frame * frame, const _EngineFunctionDefaultArguments< void(typename Frame::ObjectType *, A, B) > & defaultArgs)
