Entity::setLights: Difference between revisions

From RAGE Multiplayer Wiki
(Poor example for setLights when referring to vehicle. (Note: might be worth removing if setLights is only a vehicle function))
 
Line 9: Line 9:


==See also==
==See also==
{{Entity_function_c}}
{{Entity_definition_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Latest revision as of 18:02, 1 May 2024

Syntax

entity.setLights(toggle);

Required Arguments

  • toggle: Boolean

Return value

  • Undefined

Example

See also