getStamina: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *arma3 * * *\| *([0-2]\.[0-9]{2}) * " to "|game1= arma3 |version1= $1 ") |
Hypoxic125 (talk | contribs) No edit summary |
||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
|game1= arma3 | |game1= arma3 | ||
|version1= 1.54 | |version1= 1.54 | ||
Line 6: | Line 7: | ||
|descr= Get current stamina (~ seconds until depletion) | |descr= Get current stamina (~ seconds until depletion) | ||
|s1= | |||
|s1= [[getStamina]] unit | |||
|p1= unit: [[Object]] | |p1= unit: [[Object]] | ||
|r1= [[Number]] | |r1= [[Number]] | ||
|x1= < | |x1= <sqf>getStamina player;</sqf> | ||
</ | |||
|seealso= [[Arma 3: Stamina]] [[setStamina]] [[setFatigue]] [[getFatigue]] | |seealso= [[Arma 3: Stamina]] [[setStamina]] [[setFatigue]] [[getFatigue]] | ||
}} | |||
{{Note | |||
|user= Hypoxic125 | |||
|timestamp= 20240331005230 | |||
|text= A naked player unit has 60 seconds of stamina. | |||
}} | }} |
Latest revision as of 01:52, 31 March 2024
Description
- Description:
- Get current stamina (~ seconds until depletion)
- Groups:
- Stamina System
Syntax
- Syntax:
- getStamina unit
- Parameters:
- unit: Object
- Return Value:
- Number
Examples
- Example 1:
- getStamina player;
Additional Information
- See also:
- Arma 3: Stamina setStamina setFatigue getFatigue
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
- Posted on Mar 31, 2024 - 00:52 (UTC)
- A naked player unit has 60 seconds of stamina.