loadAbs: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
m (formatting) |
||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma3 | |game1= arma3 | ||
|0.50 | |version1= 0.50 | ||
|gr1= Unit Inventory | |gr1= Unit Inventory | ||
| Returns current sum of mass from items stored in all unit's containers, linked items and weapons. | |descr= Returns current sum of mass from items stored in all unit's containers, linked items and weapons. | ||
| '''loadAbs''' unit | |s1= '''loadAbs''' unit | ||
|p1= unit: [[Object]] | |p1= unit: [[Object]] | ||
| [[Number]] | |r1? [[Number]] | ||
|x1= Player weight:<code>_weight = loadAbs player;</code> | |x1= Player weight:<code>_weight = '''loadAbs''' [[player]];</code> | ||
|seealso= [[load]], [[loadBackpack]], [[loadUniform]], [[loadVest]], [[getMass]], [[weightRTD]], [[getContainerMaxLoad]] | |seealso= [[load]], [[loadBackpack]], [[loadUniform]], [[loadVest]], [[getMass]], [[weightRTD]], [[getContainerMaxLoad]] | ||
}} | }} |
Revision as of 23:05, 30 May 2021
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
- Return Value:
- Return value needed
Examples
- Example 1:
- Player weight:
_weight = loadAbs player;
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