loadAbs: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma3 | | arma3 | ||
|0.50 | |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. | | Returns current sum of mass from items stored in all unit's containers, linked items and weapons. | ||
| '''loadAbs''' unit | | '''loadAbs''' unit | ||
|p1= unit: [[Object]] | |p1= unit: [[Object]] | ||
| [[Number]] | | [[Number]] | ||
|x1= Player weight:<code>_weight = loadAbs player;</code> | |x1= Player weight:<code>_weight = loadAbs player;</code> | ||
| [[load]], [[loadBackpack]], [[loadUniform]], [[loadVest]], [[getMass]], [[weightRTD]], [[getContainerMaxLoad]] | | [[load]], [[loadBackpack]], [[loadUniform]], [[loadVest]], [[getMass]], [[weightRTD]], [[getContainerMaxLoad]] | ||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= |
Revision as of 01:02, 18 January 2021
Description
- Description:
- Returns current sum of mass from items stored in all unit's containers, linked items and weapons.
- Groups:
- Unit Inventory
Syntax
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