BeginScaleformMovieMethodOnFrontend
Docslocal retval = BeginScaleformMovieMethodOnFrontend(functionName)Description
Starts frontend (pause menu) scaleform movie methods.
This can be used when you want to make custom frontend menus, and customize things like images or text in the menus etc.
Use <code>BEGIN_SCALEFORM_MOVIE_METHOD_ON_FRONTEND_HEADER</code> for header scaleform functions.
Parameters
| Name | Type | Description |
|---|---|---|
functionName | char* | The function name of the scaleform to call. |
Returns
BOOLReturns TRUE (1) or FALSE (0).