Mount Fuji Engine  0.8b
int MFScript_Execute ( MFScriptContext pContext,
const char *  pEntryPoint 
)

Begins execution of a fuji script.

Parameters
pContextPointer to an MFScriptContext to execute within.
pEntryPointName of the entrypoint function. NULL specifies the default entry point (main).
Returns
The value returned from the script entrypoint function.
See Also
MFScript_LoadScript()