currentZeroing: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)]]" to "{{GameCategory|arma3|Scripting Commands}}")
m (Text replacement - "(\|[pr][0-9]+ *= *[^-]+) *- *D([a-z])" to "$1 - d$2")
 
(26 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma2oa |Game name=
|game1= arma2oa
|version1= 1.50


|1.51|Game version=
|game2= tkoh
|version2= 1.00


|gr1= Weapons |GROUP1=
|game3= arma3
____________________________________________________________________________________________
|version3= 0.50


| Returns zeroing of unit's weapon. |DESCRIPTION=
|gr1= Weapons
____________________________________________________________________________________________


| [[currentZeroing]] gunner |SYNTAX=
|descr= Returns current zeroing.


|p1= gunner: [[Object]] |Parameter1=
|s1= [[currentZeroing]] object


| [[Number]] |RETURNVALUE=
|p1= object: [[Object]] - unit or vehicle
____________________________________________________________________________________________


|x1= <code>_zeroing = [[currentZeroing]] [[player]];</code> |Example1=
|r1= [[Number]]
____________________________________________________________________________________________


| |SEEALSO=
|s2= object [[currentZeroing]] [weaponClass, muzzleClass]
}}
 
|s2since= arma3 2.04
 
|p21= object: [[Object]] - unit or vehicle
 
|p22= weaponClass: [[String]] - class name of weapon
 
|p23= muzzleClass: [[String]] - (Optional, default currently active muzzle or first that is found) muzzle classname


<h3 style="display:none">Notes</h3>
|r2= [[Array]] in format:
<dl class="command_description">
* 0: [[Number]] - distance
<!-- Note Section BEGIN -->
* 1: [[Number]] - zeroingIndex
** 0 ≙ 50 m
** 1 ≙ 100 m
** 2 ≙ 150 m
** ...


<!-- Note Section END -->
|x1= <sqf>private _zeroing = currentZeroing player;</sqf>
</dl>


<h3 style="display:none">Bottom Section</h3>
|x2= <sqf>(player currentZeroing ["arifle_MX_GL_F", "GL_3GL_F"]) params ["_distance", "_zeroingIndex"];</sqf>


[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
|seealso= [[setWeaponZeroing]]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Arma 2: Operation Arrowhead: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]

Latest revision as of 15:01, 8 November 2023

Hover & click on the images for description

Description

Description:
Returns current zeroing.
Groups:
Weapons

Syntax

Syntax:
currentZeroing object
Parameters:
object: Object - unit or vehicle
Return Value:
Number

Alternative Syntax

Syntax:
object currentZeroing [weaponClass, muzzleClass]
Parameters:
object: Object - unit or vehicle
weaponClass: String - class name of weapon
muzzleClass: String - (Optional, default currently active muzzle or first that is found) muzzle classname
Return Value:
Array in format:
  • 0: Number - distance
  • 1: Number - zeroingIndex
    • 0 ≙ 50 m
    • 1 ≙ 100 m
    • 2 ≙ 150 m
    • ...

Examples

Example 1:
private _zeroing = currentZeroing player;
Example 2:
(player currentZeroing ["arifle_MX_GL_F", "GL_3GL_F"]) params ["_distance", "_zeroingIndex"];

Additional Information

See also:
setWeaponZeroing

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