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

◆ ItemCheck()

void Terraria.Player.ItemCheck ( )
inline

Definition at line 41824 of file Player.cs.

41825 {
41826 if (PlayerLoader.PreItemCheck(this))
41827 {
41829 }
41831 }
static bool PreItemCheck(Player player)
static void PostItemCheck(Player player)
This is where all ModPlayer hooks are gathered and called.
void ItemCheck_Inner()
Definition Player.cs:41833

References Terraria.Player.ItemCheck_Inner(), Terraria.ModLoader.PlayerLoader.PostItemCheck(), and Terraria.ModLoader.PlayerLoader.PreItemCheck().

Referenced by Terraria.Player.ItemCheckWrapped().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: