setOxygenRemaining: Difference between revisions
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...) |
BrettMayson (talk | contribs) mNo edit summary |
||
| (12 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma3 | |game1= arma3 | ||
|version1= 0.50 | |||
|0.50 | |||
|gr1= Object Manipulation | |gr1= Object Manipulation | ||
| Sets oxygen remaining. It has no effect when soldier is not diving | |descr= Sets oxygen remaining. It has no effect when soldier is not diving. | ||
| unit | |s1= unit [[setOxygenRemaining]] value | ||
|p1= unit: [[Object]] | |p1= unit: [[Object]] | ||
|p2= value: [[Number]] | |p2= value: [[Number]] in range 0..1 | ||
|r1= [[Nothing]] | |||
| | |x1= <sqf>player setOxygenRemaining 0; // drowns player</sqf> | ||
| | |seealso= [[getOxygenRemaining]] | ||
}} | }} | ||
Revision as of 11:10, 2 January 2026
Description
- Description:
- Sets oxygen remaining. It has no effect when soldier is not diving.
- Groups:
- Object Manipulation
Syntax
- Syntax:
- unit setOxygenRemaining value
- Parameters:
- unit: Object
- value: Number in range 0..1
- Return Value:
- Nothing
Examples
- Example 1:
Additional Information
- See also:
- getOxygenRemaining
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note