isLaserOn: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= ____________________________________________________________________________________________ | arma3dev |= Game |1.77|= Game Version (number surrounded by NO SPA...")
 
m (Fixed syntax)
Line 18: Line 18:
| '''isLaserOn''' vehicle  |= Syntax
| '''isLaserOn''' vehicle  |= Syntax


|p1=[[Object]]: vehicle |= Parameter 1
|p1=vehicle: [[Object]]  |= Parameter 1


|p2=  |= Parameter 2
|p2=  |= Parameter 2

Revision as of 06:19, 16 October 2017

-wrong parameter ("arma3dev") defined!-[[:Category:Introduced with arma3dev version 1.77|1.77]]
Hover & click on the images for description

Description

Description:
Returns true if the vehicle has its laser turned on.
Multiplayer:
-
Groups:
Uncategorised

Syntax

Syntax:
isLaserOn vehicle
Parameters:
vehicle: Object
Return Value:
Boolean: True when laser is on, otherwise false

Examples

Example 1:
isLaserOn vehicle player

Additional Information

See also:
See also needed

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

[[Category:Introduced with arma3dev version 1.77]][[ Category: arma3dev: New Scripting Commands | ISLASERON]][[ Category: arma3dev: Scripting Commands | ISLASERON]]

Bottom Section