Interface administrators, moderator
2,601
edits
(Created page with "{{ScriptItem |endpoint = client |type = property |class = Vehicle |name = lightStatus |readonly = false |returnTypes = int |usage = fetch or set the lights status for the vehi...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{ScriptItem | {{ScriptItem | ||
|games = iii, vc, sa | |||
|endpoint = client | |endpoint = client | ||
|type = property | |type = property | ||
Line 8: | Line 9: | ||
|usage = fetch or set the lights status for the vehicle | |usage = fetch or set the lights status for the vehicle | ||
|returnInfo = a int representing the current lights status of the vehicle | |returnInfo = a int representing the current lights status of the vehicle | ||
|notes = Light status can be: | |notes = Light status can be: <br> | ||
0: Automatic lights | 0: Automatic lights<br> | ||
1: Lights forced on | 1: Lights forced on<br> | ||
2: Lights forced off | 2: Lights forced off | ||
|since=1.0.72 | |since=1.0.72 | ||
}} | }} |