Graphics::drawScaleformMovie

From RAGE Multiplayer Wiki

Syntax

mp.game.graphics.drawScaleformMovie(scaleformHandle, x, y, width, height, red, green, blue, alpha, p9);

Required Arguments

  • scaleformHandle: int
  • x: float
  • y: float
  • width: float
  • height: float
  • red: int
  • green: int
  • blue: int
  • alpha: int
  • p9: int

Return value

  • Undefined

Example

// todo

See also