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

Graphics::callScaleformMovieMethod

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

Calls the Scaleform function.

Syntax

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

Required Arguments

  • scaleform: int
  • method: String

Return value

  • Undefined

Example

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

See also