terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ItemSpaceForCofveve()

bool Terraria.Player.ItemSpaceForCofveve ( Item newItem)
inline

Definition at line 11243 of file Player.cs.

11244 {
11245 if (!newItem.questItem)
11246 {
11247 int type = newItem.type;
11248 long entityId = this.bank4.item.entityId;
11249 int netID = newItem.netID;
11250 return;
11251 }
11252 }
class f__AnonymousType0<< Count > j__TPar
Item[] item
Definition Chest.cs:1344

References Terraria.Player.bank4, Terraria.Entity.entityId, Terraria.Chest.item, and j__TPar.