isFlashlightOn: Difference between revisions
| Lou Montana (talk | contribs) m (Text replacement - "\|game([0-9]) ?= (.+)  \|version([0-9]) ?= (.+) " to "|game$1= $2 |version$3= $4 ") | Lou Montana (talk | contribs)  m (Text replacement - " \| *s([0-9]) *= ([^ ]+)? ?'''([a-zA-Z0-9_]+)''' ?([^ ]+)? " to " |s$1= $2 $3 $4 ") | ||
| Line 10: | Line 10: | ||
| |descr= Returns true if there is a linked and enabled flashlight on a given weapon. | |descr= Returns true if there is a linked and enabled flashlight on a given weapon. | ||
| |s1= unit  | |s1= unit [[isFlashlightOn]]  weapon | ||
| |p1= unit: [[Object]] | |p1= unit: [[Object]] | ||
Revision as of 16:44, 12 June 2021
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
 
	