Graphics::pushScaleformMovieFunctionParameterFloat: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
(yay)
 
Line 1: Line 1:
Pushes a float for the Scaleform function onto the stack.==Syntax==<syntaxhighlight lang="javascript">graphics.pushScaleformMovieFunctionParameterFloat(value);</syntaxhighlight>=== Required Arguments ===*'''value:''' float===Return value===*'''Undefined'''==Example==<syntaxhighlight lang="javascript">todo</syntaxhighlight>==See also=={{Graphics_function_c}}[[Category:Clientside API]][[Category:TODO: Example]]
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==
{{Graphics_s_function_c}}
[[Category:Clientside API]]
[[Category:TODO: Example]]

Latest revision as of 21:27, 6 May 2017

Pushes a float for the Scaleform function onto the stack.

Syntax

mp.game.graphics.pushScaleformMovieFunctionParameterFloat(value);

Required Arguments

  • value: float

Return value

  • Undefined

Example

// todo

See also