Graphics::drawDebugText

From RAGE Multiplayer Wiki

NOTE: Debugging functions are not present in the retail version of the game.

Syntax

mp.game.graphics.drawDebugText(text, x, y, z, r, g, b, alpha);

Required Arguments

  • text: String
  • x: float
  • y: float
  • z: float
  • r: int
  • g: int
  • b: int
  • alpha: int

Return value

  • Undefined

Example

// todo

See also