Graphics::requestScaleformMovie: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
(yay)
 
Line 1: Line 1:
Gets a new native after almost every update.<br><br>Update 1.0.393.2<br>0x67D02A194A2FC2BD<br><br>Update 1.0.463.1<br>0xC97D787CE7726A2F<br><br>Update 1.0.505.2<br>0x36ECDA4DD9A3F08D<br><br>Update 1.0.573.1<br>0xE3C796DC28BC3254<br><br>Update 1.0.678.1<br>0x2F14983962462691<br>
Gets a new native after almost every update.<br><br>Update 1.0.393.2<br>0x67D02A194A2FC2BD<br><br>Update 1.0.463.1<br>0xC97D787CE7726A2F<br><br>Update 1.0.505.2<br>0x36ECDA4DD9A3F08D<br><br>Update 1.0.573.1<br>0xE3C796DC28BC3254<br><br>Update 1.0.678.1<br>0x2F14983962462691<br>
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">graphics.requestScaleformMovie(scaleformName);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.graphics.requestScaleformMovie(scaleformName);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''scaleformName:''' String
*'''scaleformName:''' String
Line 8: Line 8:
==Example==
==Example==
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">
todo
// todo
</syntaxhighlight>
</syntaxhighlight>
==See also==
==See also==
{{Graphics_function_c}}
{{Graphics_s_function_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Latest revision as of 21:13, 6 May 2017

Gets a new native after almost every update.

Update 1.0.393.2
0x67D02A194A2FC2BD

Update 1.0.463.1
0xC97D787CE7726A2F

Update 1.0.505.2
0x36ECDA4DD9A3F08D

Update 1.0.573.1
0xE3C796DC28BC3254

Update 1.0.678.1
0x2F14983962462691

Syntax

mp.game.graphics.requestScaleformMovie(scaleformName);

Required Arguments

  • scaleformName: String

Return value

  • int

Example

// todo

See also