Graphics::getScreenActiveResolution

From RAGE Multiplayer Wiki
Revision as of 14:38, 22 January 2018 by CocaColaBear (talk | contribs) (Reverted edits by CocaColaBear (talk) to last revision by Mcfloy)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Returns current screen resolution.

Syntax

var {x, y} = mp.game.graphics.getScreenActiveResolution(x, y);

Required Arguments

  • x: int
  • y: int

Return value

  • object: x, y

Example

// todo

See also