Page MenuHomeFeedback Tracker

Fatigue Enabled boolean
Closed, ResolvedPublic

Description

Request a command to check if fatigue is enabled to round out the fatigue command family.

unit enableFatigue BOOL
unit setFatigue NUMBER
getFatigue unit

Would be nice to have:

fatigueEnabled unit

Example application:

if (fatigueEnabled unit) then {
[(group unit),0] setWaypointSpeed 'LIMITED';
} else {
[(group unit),0] setWaypointSpeed 'FULL';
};

Details

Legacy ID
4140485440
Severity
None
Resolution
Fixed
Reproducibility
Always
Category
Feature Request

Event Timeline

MDCCLXXVI set Category to Feature Request.Aug 16 2015, 3:07 PM
MDCCLXXVI set Reproducibility to Always.
MDCCLXXVI set Severity to None.
MDCCLXXVI set Resolution to Fixed.
MDCCLXXVI set Legacy ID to 4140485440.May 8 2016, 12:31 PM

Can mark this one as resolved since introduction of isStaminaEnabled