currentZeroing: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (added weapon category)
m (Text replacement - "(\|[pr][0-9]+ *= *[^-]+) *- *D([a-z])" to "$1 - d$2")
 
(39 intermediate revisions by 4 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


| Returns zeroing of unit's weapon. |= Description
|game3= arma3
____________________________________________________________________________________________
|version3= 0.50


| '''currentZeroing''' gunner |= Syntax
|gr1= Weapons


|p1= gunner: [[Object]] |=  
|descr= Returns current zeroing.


| [[Number]] |= Return value
|s1= [[currentZeroing]] object
____________________________________________________________________________________________


|x1= <pre>_zeroing <nowiki>=</nowiki> currentZeroing player; </pre> |=
|p1= object: [[Object]] - unit or vehicle
____________________________________________________________________________________________


| |= See also
|r1= [[Number]]


}}
|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 ArmA2|{{uc:{{PAGENAME}}}}]]
}}
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:ArmA 2 OA: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Weapons|{{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