Graphics::pushScaleformMovieFunction
Push a function from the Scaleform onto the stack
Syntax
graphics.pushScaleformMovieFunction(scaleform, functionName);
Required Arguments
- scaleform: int
- functionName: String
Return value
- Boolean
Example
todo
Push a function from the Scaleform onto the stack
graphics.pushScaleformMovieFunction(scaleform, functionName);
todo