isFlashlightOn: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma3 |Game name=
| arma3


|0.50|Game version=
|0.50


|gr1= Object Manipulation |GROUP1=
|gr1= Object Manipulation


|gr2= Weapons |GROUP2=
|gr2= Weapons


| Returns true if there is a linked and enabled flashlight on a given weapon. |DESCRIPTION=
| Returns true if there is a linked and enabled flashlight on a given weapon.


| unit '''isFlashlightOn''' weapon |SYNTAX=
| unit '''isFlashlightOn''' weapon


|p1= unit: [[Object]] |PARAMETER1=
|p1= unit: [[Object]]


|p2= weapon: [[String]] |PARAMETER2=
|p2= weapon: [[String]]


| [[Boolean]] |RETURNVALUE=
| [[Boolean]]




|x1= <code>[[player]] [[isFlashlightOn]] ([[currentWeapon]] [[player]]);
|x1= <code>[[player]] [[isFlashlightOn]] ([[currentWeapon]] [[player]]);
</code>|EXAMPLE1=
</code>




| [[enableGunLights]] |SEEALSO=
| [[enableGunLights]]


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  

Revision as of 01:40, 18 January 2021

Hover & click on the images for description

Description

Description:
Returns true if there is a linked and enabled flashlight on a given weapon.
Groups:
Object ManipulationWeapons

Syntax

Syntax:
unit isFlashlightOn weapon
Parameters:
unit: Object
weapon: String
Return Value:
Boolean

Examples

Example 1:
player isFlashlightOn (currentWeapon player);

Additional Information

See also:
enableGunLights

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

Notes

Bottom Section