Graphics::sittingTv: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
(yay)
 
Line 1: Line 1:
Unsurprisingly, this native is incorrectly named. Instead, this returns the name of the scaleform movie.<br><br>HASH COLLISION. PLEASE REMOVE NATIVE NAME.
Unsurprisingly, this native is incorrectly named. Instead, this returns the name of the scaleform movie.<br><br>HASH COLLISION. PLEASE REMOVE NATIVE NAME.
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">graphics.sittingTv(scaleform);</syntaxhighlight>
<syntaxhighlight lang="javascript">mp.game.graphics.sittingTv(scaleform);</syntaxhighlight>
=== Required Arguments ===
=== Required Arguments ===
*'''scaleform:''' int
*'''scaleform:''' int
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:27, 6 May 2017

Unsurprisingly, this native is incorrectly named. Instead, this returns the name of the scaleform movie.

HASH COLLISION. PLEASE REMOVE NATIVE NAME.

Syntax

mp.game.graphics.sittingTv(scaleform);

Required Arguments

  • scaleform: int

Return value

  • String

Example

// todo

See also