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

Graphics::drawScaleformMovieFullscreenMasked

Материал из RAGE MP Wiki Archive
Версия от 21:27, 6 мая 2017; imported>Marty uploader (yay)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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