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

Graphics::pushScaleformMovieFunctionParameterBool

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

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