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

Graphics::pushScaleformMovieFunction

Материал из RAGE MP Wiki Archive
Версия от 21:27, 6 мая 2017; imported>Marty uploader (yay)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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