gearSlotAmmoCount: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Comments" to "|Comments=")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(30 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma2oa |= Game name
|game1= arma2oa
|version1= 1.62


|1.62|= Game version <!-- First mentioned in TOH patch notes. -->
|game2= tkoh
____________________________________________________________________________________________
|version2= 1.00


| Returns ammo count of assigned magazine. |DESCRIPTION=
|game3= arma3
____________________________________________________________________________________________
|version3= 0.50


| [[gearSlotAmmoCount]] control|SYNTAX=
|gr1= Unit Inventory


|p1= control: [[Control]] - CT_ITEMSLOT 103 |=
|gr2= GUI Control


|descr= Returns ammo count of assigned magazine.


| [[Number]] |RETURNVALUE=
|s1= [[gearSlotAmmoCount]] control


|p1= control: [[Control]] - CT_ITEMSLOT 103


|x1= <code>ammo = [[gearSlotAmmoCount]] _control;</code>|EXAMPLE1=
|r1= [[Number]]


____________________________________________________________________________________________
|x1= <sqf>ammo = gearSlotAmmoCount _control;</sqf>


|[[gearSlotData]], [[gearIDCAmmoCount]], [[setGearSlotAmmoCout]], [[setIDCAmmoCount]]  |SEEALSO=
|seealso= [[gearSlotData]] [[gearIDCAmmoCount]]
 
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

Latest revision as of 11:23, 13 May 2022

Hover & click on the images for description

Description

Description:
Returns ammo count of assigned magazine.
Groups:
Unit InventoryGUI Control

Syntax

Syntax:
gearSlotAmmoCount control
Parameters:
control: Control - CT_ITEMSLOT 103
Return Value:
Number

Examples

Example 1:
ammo = gearSlotAmmoCount _control;

Additional Information

See also:
gearSlotData gearIDCAmmoCount

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