Interface administrators, moderator
2,770
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 |
||
(One intermediate revision by the same user not shown) | |||
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 = | |notes = 0: Automatic lights<br> | ||
0: Automatic lights | 1: Lights forced on<br> | ||
1: Lights forced on | 2: Lights forced off | ||
2: Lights forced off | |||
|since=1.0.72 | |since=1.0.72 | ||
}} | }} |