Mount Fuji Engine  0.8b
int MFScript_ExecuteImmediate ( const char *  pCode,
MFScriptContext pContext = NULL 
)

Executes an immediate instruction.

Parameters
pCodeString containing the code to execute.
pContextPointer to an MFScriptContext to execute within.
Returns
The value returned from the script entrypoint function.
See Also
MFScript_Execute()