Graphics::setLightsState: 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:3117:31, 22 April 2024Shr0x talk contribs 426 bytes +426 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"