Graphics::getTextureResolution

From RAGE Multiplayer Wiki

Returns the texture resolution of the passed texture dict+name.

Note: Most texture resolutions are doubled compared to the console version of the game.

Syntax

mp.game.graphics.getTextureResolution(textureDict, textureName);

Required Arguments

  • textureDict: String
  • textureName: String

Return value

  • Vector3

Example

// todo

See also