Graphics::getTextureResolution
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
graphics.getTextureResolution(textureDict, textureName);
Required Arguments
- textureDict: String
- textureName: String
Return value
- Vector3
Example
todo