isLightOn: Difference between revisions
Jump to navigation
Jump to search
m (template:command argument fix) |
Killzone Kid (talk | contribs) (alt syntax) |
||
Line 9: | Line 9: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Returns [[true]] if vehicle headlights are on otherwise [[false]]. |DESCRIPTION= | | Returns [[true]] if vehicle headlights are on otherwise [[false]]. | ||
* Since Arma 3 v1.95 it is possible to get the status of a search light on a turret (see alt syntax) |DESCRIPTION= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| '''isLightOn''' vehicle | | | '''isLightOn''' vehicle |SYNTAX1= | ||
|p1= vehicle: [[Object]] | |p1= vehicle: [[Object]] - vehicle with headlights |PARAMETER1= | ||
| [[Boolean]] | | | [[Boolean]] |RETURNVALUE1= | ||
|s2= '''isLightOn''' [vehicle, turret] |SYNTAX2= | |||
|x1= <code> | |p21= [vehicle, turret]: [[Array]] |PARAMETER21= | ||
|x2= <code>_pilotLightOn = [[isLightOn]] heli;</code>| | |||
|p22= vehicle: [[Object]] - vehicle with search light on a turret |PARAMETER22= | |||
|p23= turret: [[Array]] - turret path |PARAMETER23= | |||
|r2= [[Boolean]] |RETURNVALUE2= | |||
|x1= <code>_headlightsOn = [[isLightOn]] [[vehicle]] [[player]];</code>|EXAMPLE1= | |||
|x2= <code>_pilotLightOn = [[isLightOn]] heli;</code>|EXAMPLE2= | |||
|x3= <code>_searchLightOn = [[isLightOn]] [heli, [0]];</code>|EXAMPLE3= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ |
Revision as of 20:33, 2 July 2019
Description
- Description:
- Returns true if vehicle headlights are on otherwise false.
- Since Arma 3 v1.95 it is possible to get the status of a search light on a turret (see alt syntax)
- Groups:
- Uncategorised
Syntax
Alternative Syntax
- Syntax:
- isLightOn [vehicle, turret]
- Parameters:
- [vehicle, turret]: Array
- vehicle: Object - vehicle with search light on a turret
- turret: Array - turret path
- Return Value:
- Boolean
Examples
- Example 1:
_headlightsOn = isLightOn vehicle player;
- Example 2:
_pilotLightOn = isLightOn heli;
- Example 3:
_searchLightOn = isLightOn [heli, [0]];
Additional Information
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note