gearIDCAmmoCount: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)]]" to "{{GameCategory|arma3|Scripting Commands}}")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
(22 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


|gr1= Unit Inventory |GROUP1=
|gr1= Unit Inventory


|gr2= GUI Control |GROUP2=
|gr2= GUI Control
____________________________________________________________________________________________


| [[gearIDCAmmoCount]] idc|SYNTAX=
|descr= Returns ammo count of assigned magazine.


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


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


|r1= [[Number]]


|x1= <code>ammo = [[gearIDCAmmoCount]] _control;</code>|EXAMPLE1=
|x1= <sqf>ammo = gearIDCAmmoCount _control;</sqf>


____________________________________________________________________________________________
|seealso= [[gearSlotData]] [[gearSlotAmmoCount]]
 
|[[gearSlotData]], [[gearSlotAmmoCount]]|SEEALSO=
 
|  |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>
{{GameCategory|arma3|Scripting Commands}}
[[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