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

◆ UsingSuperCart

bool Terraria.Player.UsingSuperCart
getset

Definition at line 3441 of file Player.cs.

3442 {
3443 get
3444 {
3445 if (!unlockedSuperCart)
3446 {
3447 return false;
3448 }
3449 return enabledSuperCart;
3450 }
3451 set
3452 {
3454 }
3455 }
bool unlockedSuperCart
Definition Player.cs:1667
bool enabledSuperCart
Definition Player.cs:1669