|
TModLoader v1.4.4.9
TModLoader source code documentation
|
|
get |
Checks if the player is currently "crowd controlled", meaning the player is F:Terraria.Player.frozen, F:Terraria.Player.webbed, or F:Terraria.Player.stoned. Used in various checks to prevent some player actions that shouldn't be possible while in those states, such as channeling attacks, quick using items, and swapping loadouts.
Definition at line 3715 of file Player.cs.
Referenced by Terraria.Projectile.AI_015_Flails(), Terraria.Projectile.AI_061_FishingBobber(), Terraria.Projectile.AI_075(), Terraria.Projectile.AI_160_Kites(), Terraria.Player.ItemCheck_Inner(), Terraria.Player.QuickBuff(), Terraria.Player.QuickHeal(), Terraria.Player.QuickMana(), and Terraria.Player.TrySwitchingLoadout().