EngineFunctionDefaultArguments
Engine/source/console/engineFunctions.h
Structure storing the default argument values for a function invocation frame.
More...
Public Attributes
Number of default arguments for the function call frame.
Detailed Description
Structure storing the default argument values for a function invocation frame.
Public Attributes
U8 * mFirst
U32 mNumDefaultArgs
Number of default arguments for the function call frame.
@warn This is NOT the size of the memory block returned by getArgs() and also not the number of elements it contains.
U32 * mOffsets