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

Graphics::setLightsState

Материал из RAGE MP Wiki Archive
Версия от 17:31, 22 апреля 2024; imported>Shr0x (Created page with "{{JSContainer| === Required Arguments === *'''lightid:''' Number(0-16) *'''disable:''' Boolean ===Return value=== *'''void''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.graphics.setLightsState(lightid, disable); </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> mp.game.graphics.setLightsState(1, true); </syntaxhighlight> }} ==See also== {{Graphics_s_function_c}} Category:Clientside API")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)


See also