weaponCargo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<!-- Note Section [A-Z]+ --> " to "")
m (Text replacement - "<code>\[\[([a-zA-Z0-9_]+)\]\] +\[\[([a-zA-Z0-9_]+)\]\] +\[\[([a-zA-Z0-9_]+)\]\] +\[\[([a-zA-Z0-9_]+)\]\] +\[\[([a-zA-Z0-9_]+)\]\];?<\/code>" to "<sqf>$1 $2 $3 $4 $5;</sqf>")
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 0.50
|0.50


|gr1= Vehicle Inventory
|gr1= Vehicle Inventory
Line 11: Line 10:
|gr3= Containers
|gr3= Containers


| Get array with weapons from ammo box (or any general weapon holder container).
|descr= Get array with weapons from ammo box (or any general weapon holder container).


| [[weaponCargo]] box
|s1= [[weaponCargo]] box


|p1= box: [[Object]]
|p1= box: [[Object]]


| [[Array]] of [[String]] - list of present classes
|r1= [[Array]] of [[String]] - list of present classes


|x1= <code>[[hint]] [[str]] [[weaponCargo]] [[backpackContainer]] [[player]];</code>
|x1= <sqf>hint str weaponCargo backpackContainer player;</sqf>


|seealso= [[getWeaponCargo]], [[addWeaponCargo]], [[addWeaponCargoGlobal]], [[clearWeaponCargo]], [[clearWeaponCargoGlobal]], [[magazineCargo]], [[itemCargo]]
|seealso= [[getWeaponCargo]] [[addWeaponCargo]] [[addWeaponCargoGlobal]] [[clearWeaponCargo]] [[clearWeaponCargoGlobal]] [[magazineCargo]] [[itemCargo]]
}}
}}
<dl class='command_description'>
</dl>

Latest revision as of 15:11, 5 May 2022

Hover & click on the images for description

Description

Description:
Get array with weapons from ammo box (or any general weapon holder container).
Groups:
Vehicle InventoryUnit InventoryContainers

Syntax

Syntax:
weaponCargo box
Parameters:
box: Object
Return Value:
Array of String - list of present classes

Examples

Example 1:

Additional Information

See also:
getWeaponCargo addWeaponCargo addWeaponCargoGlobal clearWeaponCargo clearWeaponCargoGlobal magazineCargo itemCargo

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