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

Graphics::pushScaleformMovieFunctionParameterFloat

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

Pushes a float for the Scaleform function onto the stack.

Syntax

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

Required Arguments

  • value: float

Return value

  • Undefined

Example

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

See also