weaponCargo: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \| *(([^=\| ]+)('''|\[\[)([^=\| ]+)) * +\|p1=" to " |s1= $1 |p1=") |
Lou Montana (talk | contribs) 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>") |
||
(9 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). | ||
|s1= | |s1= [[weaponCargo]] box | ||
|p1= box: [[Object]] | |p1= box: [[Object]] | ||
Line 19: | Line 18: | ||
|r1= [[Array]] of [[String]] - list of present classes | |r1= [[Array]] of [[String]] - list of present classes | ||
|x1= < | |x1= <sqf>hint str weaponCargo backpackContainer player;</sqf> | ||
|seealso= [[getWeaponCargo]] | |seealso= [[getWeaponCargo]] [[addWeaponCargo]] [[addWeaponCargoGlobal]] [[clearWeaponCargo]] [[clearWeaponCargoGlobal]] [[magazineCargo]] [[itemCargo]] | ||
}} | }} |
Latest revision as of 14:11, 5 May 2022
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