Mount Fuji Engine  0.8b
MFEntryPoint MFScript_FindPublicFunction ( const char *  pFunctionName)

Finds a public function and returns an MFEntryPoint to that function.

Parameters
pFunctionNameFunction name to search for in the public exports.
Returns
An MFEntryPoint pointing to the function entry point. If the function was not found, the value of MFEntryPoint_Main (-1) is returned.
See Also
MFScript_Call()