Skip to main content

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​

  • Boolean

Example​

```js // todo ```

See also​