loadAbs

From Bohemia Interactive Community
Revision as of 00:06, 3 November 2016 by Demellion (talk | contribs) (Examples corrected)
Jump to navigation Jump to search
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:
Uncategorised

Syntax

Syntax:
loadAbs unit
Parameters:
unit: Object
Return Value:
Number

Examples

Example 1:
Player unit weight in kilograms:_weight = (((loadAbs player)*0.1)/2.2);
Example 2:
Player unit weight in pounds:_weight = ((loadabs player)*0.1);

Additional Information

See also:
loadloadBackpackloadUniformloadVestgetMassweightRTD

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

Notes

Bottom Section