gearSlotAmmoCount: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(21 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


| arma2oa
|game1= arma2oa
|version1= 1.62


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


|gr1= Unit Inventory
|gr1= Unit Inventory
Line 9: Line 14:
|gr2= GUI Control
|gr2= GUI Control


| Returns ammo count of assigned magazine.
|descr= Returns ammo count of assigned magazine.


| [[gearSlotAmmoCount]] control
|s1= [[gearSlotAmmoCount]] control


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


|r1= [[Number]]


| [[Number]]
|x1= <sqf>ammo = gearSlotAmmoCount _control;</sqf>


 
|seealso= [[gearSlotData]] [[gearIDCAmmoCount]]
|x1= <code>ammo = [[gearSlotAmmoCount]] _control;</code>
 
 
|[[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>
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
{{GameCategory|tkoh|Scripting Commands}}

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