Mount Fuji Engine  0.8b
int MFScript_Call ( MFScriptContext pContext,
MFEntryPoint  entryPoint 
)

Begins execution of a fuji scriptat at a specified entrypoint.

Parameters
pContextPointer to an MFScriptContext to execute within.
entryPointA valid MFEntryPoint specifying where to begin execution.
Returns
The value returned from the script entrypoint function.
See Also
MFScript_LoadScript()
MFScript_FindPublicFunction()