Graphics::removeWorldTextureSwap: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 April 2024

  • curprev 17:2617:26, 22 April 2024Shr0x talk contribs 608 bytes +608 Created page with "{{JSContainer| === Required Arguments === *'''oldTextureDict:''' string *'''oldTextureName:''' string ===Return value=== *'''void''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.removeWorldTextureSwap(oldTextureDict, oldTextureName); </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> mp.game.graphics.createWorldTextureSwap('hw1_16_build', 'hw1_16_tpage_ro_01', 'gta5_bill', 'prop_billboard_02_dm'); mp.game.graphics.removeWorldTextur..."