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

Graphics::callScaleformMovieFunctionStringParams

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

Calls the Scaleform function and passes the parameters as strings.

The number of parameters passed to the function varies, so the end of the parameter list is represented by 0 (NULL).

Syntax

<syntaxhighlight lang="javascript">mp.game.graphics.callScaleformMovieFunctionStringParams(scaleform, functionName, param1, param2, param3, param4, param5);</syntaxhighlight>

Required Arguments

  • scaleform: int
  • functionName: String
  • param1: String
  • param2: String
  • param3: String
  • param4: String
  • param5: String

Return value

  • Undefined

Example

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

See also