TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ DoesHoverIgnoresFatigue()

bool Terraria.Mount.DoesHoverIgnoresFatigue ( )
inlineprivate

Definition at line 3176 of file Mount.cs.

3177 {
3178 if (_type != 7 && _type != 8 && _type != 12 && _type != 23 && _type != 44)
3179 {
3180 return _type == 49;
3181 }
3182 return true;
3183 }

References Terraria.Mount._type.

Referenced by Terraria.Mount.Hover(), and Terraria.Mount.TryBeginningFlight().

+ Here is the caller graph for this function: