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

◆ AllowDirectionChange

bool Terraria.Mount.AllowDirectionChange
get

Definition at line 526 of file Mount.cs.

527 {
528 get
529 {
530 int type = _type;
531 if (type == 9)
532 {
533 return _abilityCooldown < _data.abilityCooldown / 2;
534 }
535 return true;
536 }
537 }
int _abilityCooldown
Definition Mount.cs:317