Graphics::drawScaleformMovieFullscreenMasked: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
(yay)
 
Line 1: Line 1:
==Syntax==<syntaxhighlight lang="javascript">graphics.drawScaleformMovieFullscreenMasked(scaleform1, scaleform2, red, green, blue, alpha);</syntaxhighlight>=== Required Arguments ===*'''scaleform1:''' int*'''scaleform2:''' int*'''red:''' int*'''green:''' int*'''blue:''' int*'''alpha:''' int===Return value===*'''Undefined'''==Example==<syntaxhighlight lang="javascript">todo</syntaxhighlight>==See also=={{Graphics_function_c}}[[Category:Clientside API]][[Category:TODO: Example]]
 
==Syntax==
<syntaxhighlight lang="javascript">mp.game.graphics.drawScaleformMovieFullscreenMasked(scaleform1, scaleform2, red, green, blue, alpha);</syntaxhighlight>
=== Required Arguments ===
*'''scaleform1:''' int
*'''scaleform2:''' int
*'''red:''' int
*'''green:''' int
*'''blue:''' int
*'''alpha:''' int
===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

Syntax

mp.game.graphics.drawScaleformMovieFullscreenMasked(scaleform1, scaleform2, red, green, blue, alpha);

Required Arguments

  • scaleform1: int
  • scaleform2: int
  • red: int
  • green: int
  • blue: int
  • alpha: int

Return value

  • Undefined

Example

// todo

See also