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

Graphics::pushScaleformMovieFunctionParameterBool

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

Pushes a boolean for the Scaleform function onto the stack.

Syntax

<syntaxhighlight lang="javascript">mp.game.graphics.pushScaleformMovieFunctionParameterBool(value);</syntaxhighlight>

Required Arguments

  • value: Boolean

Return value

  • Undefined

Example

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

See also