loadAbs

From Bohemia Interactive Community
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Hover & click on the images for description

Description

Description:
Returns current sum of mass from items stored in all unit's containers, linked items and weapons.
Groups:
Unit Inventory

Syntax

Syntax:
loadAbs unit
Parameters:
unit: Object - (before Arma 3 logo black.png2.08 the command did not support containers, ammo boxes, weapon holders, vehicle cargos)
Return Value:
Number

Examples

Example 1:
Player weight:
_weight = loadAbs player;
Example 2:
private _loadUniform = loadAbs uniformContainer player; private _loadVest = loadAbs vestContainer player; private _loadBackpack = loadAbs backpackContainer player; hint format [ "Player's load:\nUniform: %1\nVest:%2\nBackpack: $3\nTotal: %4", _loadUniform, _loadVest, _loadBackpack, _loadUniform + _loadVest + _loadBackpack ];

Additional Information

See also:
load maxLoad loadBackpack loadUniform loadVest getMass weightRTD getContainerMaxLoad

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