gearIDCAmmoCount: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game version" to "|Game version=")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
(26 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


| [[gearIDCAmmoCount]] idc|SYNTAX=
|gr1= Unit Inventory


|p1= idc: [[Number]] - idc of control type CT_ITEMSLOT 103 |=  
|gr2= GUI Control


| [[Number]] |RETURNVALUE=  
|descr= Returns ammo count of assigned magazine.


|s1= [[gearIDCAmmoCount]] idc


|x1= <code>ammo = [[gearIDCAmmoCount]] _control;</code>|EXAMPLE1=
|p1= idc: [[Number]] - idc of control type CT_ITEMSLOT 103


____________________________________________________________________________________________
|r1= [[Number]]


|[[gearSlotData]], [[gearSlotAmmoCount]], [[setGearSlotAmmoCout]], [[setIDCAmmoCount]]  |SEEALSO=  
|x1= <sqf>ammo = gearIDCAmmoCount _control;</sqf>


| |MPBEHAVIOUR=  
|seealso= [[gearSlotData]] [[gearSlotAmmoCount]]
____________________________________________________________________________________________
}}
}}
<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}}}}]]

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:
gearIDCAmmoCount idc
Parameters:
idc: Number - idc of control type CT_ITEMSLOT 103
Return Value:
Number

Examples

Example 1:
ammo = gearIDCAmmoCount _control;

Additional Information

See also:
gearSlotData gearSlotAmmoCount

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