Graphics::getIsHidef

From RAGE Multiplayer Wiki

Client-Side
Function

 JavaScript



JavaScript Syntax


Returns if game is running in hidef

Return value

  • true any resolution resolution equal or above 1280x720
  • false any resolution below 1280x720

Syntax

mp.game.graphics.getIsHidef()

Example

//todo


See also