Graphics::resetWorldTextureSwaps

From RAGE Multiplayer Wiki
Revision as of 17:24, 22 April 2024 by Shr0x (talk | contribs) (Created page with "{{JSContainer| This function will reset all texture swaps in the world ===Return value=== *'''void''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.resetWorldTextureSwaps(); </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> mp.game.grapgics.resetWorldTextureSwaps(); </syntaxhighlight> }} ==See also== {{Graphics_s_function_c}} Category:Clientside API")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

JavaScript Syntax


This function will reset all texture swaps in the world

Return value

  • void

Syntax

mp.game.graphics.resetWorldTextureSwaps();

Example

mp.game.grapgics.resetWorldTextureSwaps();


See also