#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 73 of file orxPluginCore.h.
Function ID
Definition at line 75 of file orxPluginCore.h.
Function Address
Definition at line 76 of file orxPluginCore.h.
| orxCHAR orxPLUGIN_USER_FUNCTION_INFO::zFunctionArgs[orxPLUGIN_KU32_FUNCTION_ARG_SIZE] |
Function Argument Types
Definition at line 77 of file orxPluginCore.h.
| const orxSTRING orxPLUGIN_USER_FUNCTION_INFO::zFunctionName |
Function Name
Definition at line 78 of file orxPluginCore.h.
1.5.6