Native referenceFiveM

GET_TEXTURE_RESOLUTION

0x35736EE65BD00C11 GRAPHICS
FUNCTION SIGNATURE
Vector3 GET_TEXTURE_RESOLUTION(char* textureDict, char* textureName);
Property Value
Native Name GET_TEXTURE_RESOLUTION
Hash 0x35736EE65BD00C11
Return Type Vector3
Parameters textureDict (char*), textureName (char*)

Description: ``` Returns the texture resolution of the passed texture dict+name.
Note: Most texture resolutions are doubled compared to the console version of the game.

Back to GRAPHICS