|
|
Registers a native function that can be accessed by scripts. - Parameters:
-
| pDeclaration | The function declaration, as seen by the script. |
| pFunction | Pointer to the native function to be registered. |
| callingConvention | Calling convention to be used when calling the specified function. |
- Returns:
- None.
|