orx
1.14
Portable Game Engine
|
#include <orxPluginCore.h>
Data Fields | |
orxPLUGIN_FUNCTION_ID | eFunctionID |
orxPLUGIN_FUNCTION | pfnFunction |
orxCHAR | zFunctionArgs [orxPLUGIN_KU32_FUNCTION_ARG_SIZE] |
const orxSTRING | zFunctionName |
Definition at line 71 of file orxPluginCore.h.
orxPLUGIN_FUNCTION_ID orxPLUGIN_USER_FUNCTION_INFO::eFunctionID |
Function ID
Definition at line 73 of file orxPluginCore.h.
orxPLUGIN_FUNCTION orxPLUGIN_USER_FUNCTION_INFO::pfnFunction |
Function Address
Definition at line 74 of file orxPluginCore.h.
orxCHAR orxPLUGIN_USER_FUNCTION_INFO::zFunctionArgs[orxPLUGIN_KU32_FUNCTION_ARG_SIZE] |
Function Argument Types
Definition at line 75 of file orxPluginCore.h.
const orxSTRING orxPLUGIN_USER_FUNCTION_INFO::zFunctionName |
Function Name
Definition at line 76 of file orxPluginCore.h.