getOpticsMode: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Some wiki formatting)
m (Text replacement - "\|branch= *dev " to "")
Line 2: Line 2:


|game1= arma3
|game1= arma3
|branch= dev
|version1= 2.10
|version1= 2.10



Revision as of 14:23, 23 August 2022

Hover & click on the images for description

Description

Description:
Returns the class name of the current optic mode of the current weapon.
Groups:
Object Manipulation

Syntax

Syntax:
unit getOpticsMode slot
Parameters:
unit: Object
slot: Number - can be one of:
Return Value:
String - Class name of the current optic mode of the current weapon

Examples

Example 1:
player getOpticsMode 0; // get current weapon's optic mode player getOpticsMode 1; // get primary weapon's optic mode player getOpticsMode 2; // get launcher's optic mode player getOpticsMode 3; // get handgun's optic mode

Additional Information

See also:
setOpticsMode

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