Перейти к содержанию

Graphics::createWorldTextureSwap

Материал из RAGE MP Wiki Archive
Версия от 17:27, 22 апреля 2024; imported>Shr0x (Created page with "{{JSContainer| === Required Arguments === *'''oldTextureDict:''' string *'''oldTextureName:''' string *'''newTextureDict:''' string *'''newTextureName:''' string ===Return value=== *'''void''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.createWorldTextureSwap(oldTextureDict, oldTextureName, newTextureDict, newTextureName); </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> mp.game.graphics.createWorldTextureSwap('hw1_16_build', 'h...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)


See also