Mount Fuji Engine  0.8b
void MFScript_RegisterNativeFunction ( const char *  pDeclaration,
void *  pFunction,
MFScriptCallingConvention  callingConvention 
)

Registers a native function that can be accessed by scripts.

Parameters
pDeclarationThe function declaration, as seen by the script.
pFunctionPointer to the native function to be registered.
callingConventionCalling convention to be used when calling the specified function.
Returns
None.