maxLoad: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (Created page with "{{RV|type=command |game1= arma3 |version1= 2.08 |branch= dev |gr1= Unit Inventory |descr= Returns maximum load limit for a unit, uniform/vest/backpack containers, vehicle c...") |
Lou Montana (talk | contribs) |
||
Line 17: | Line 17: | ||
|x1= <code>_maxLoad = [[maxLoad]] _yaMum;</code> | |x1= <code>_maxLoad = [[maxLoad]] _yaMum;</code> | ||
|seealso= [[setMaxLoad]] | |seealso= [[setMaxLoad]] [[load]], [[loadAbs]], [[loadBackpack]], [[loadUniform]], [[loadVest]], [[getContainerMaxLoad]] | ||
}} | }} |
Revision as of 16:44, 20 January 2022
Description
- Description:
- Returns maximum load limit for a unit, uniform/vest/backpack containers, vehicle cargo, supply boxes and weapon holders.
- Groups:
- Unit Inventory
Syntax
- Syntax:
- maxLoad container
- Parameters:
- container: Object - unit, uniform/vest/backpack container, vehicle cargo, supply box, weapon holder
- Return Value:
- Number
Examples
- Example 1:
_maxLoad = maxLoad _yaMum;
Additional Information
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