gearIDCAmmoCount: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - " *\|= * " to " ")
Line 13: Line 13:
| [[gearIDCAmmoCount]] idc|SYNTAX=
| [[gearIDCAmmoCount]] idc|SYNTAX=


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


| [[Number]] |RETURNVALUE=  
| [[Number]] |RETURNVALUE=  

Revision as of 22:38, 17 January 2021

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:
gearSlotDatagearSlotAmmoCount

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

Notes

Bottom Section