Перейти к содержанию

Graphics::pushScaleformMovieFunction

Материал из RAGE MP Wiki Archive

Push a function from the Scaleform onto the stack

Syntax

<syntaxhighlight lang="javascript">mp.game.graphics.pushScaleformMovieFunction(scaleform, functionName);</syntaxhighlight>

Required Arguments

  • scaleform: int
  • functionName: String

Return value

  • Boolean

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also