isSprintAllowed: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Some wiki formatting) |
m (added locality) |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
|game1= arma3 | |game1= arma3 | ||
|version1= 1.54 | |version1= 1.54 | ||
|arg= local | |||
|gr1= Stamina System | |gr1= Stamina System | ||
Line 16: | Line 18: | ||
|x1= <sqf>if (not isSprintAllowed player) then { hint "no running in the corridors!" };</sqf> | |x1= <sqf>if (not isSprintAllowed player) then { hint "no running in the corridors!" };</sqf> | ||
|seealso= [[Arma 3: Stamina]] | |seealso= [[Arma 3: Stamina]] [[allowSprint]] | ||
}} | }} |
Latest revision as of 09:22, 24 June 2023
Description
- Description:
- Returns true if player is allowed to sprint
- Groups:
- Stamina System
Syntax
- Syntax:
- isSprintAllowed unit
- Parameters:
- unit: Object
- Return Value:
- Boolean
Examples
- Example 1:
Additional Information
- See also:
- Arma 3: Stamina allowSprint
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