Graphics::pushScaleformMovieFunction
Push a function from the Scaleform onto the stack
Syntax
```js mp.game.graphics.pushScaleformMovieFunction(scaleform, functionName); ```
Required Arguments
- scaleform: int
- functionName: String
Return value
Example
```js // todo ```
See also