gearIDCAmmoCount: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Some wiki formatting)
 
(32 intermediate revisions by 3 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>_ammoCount = 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}}}}]]

Latest revision as of 23:04, 23 April 2024

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:
_ammoCount = 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