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

◆ CanBeStored() [2/2]

bool GUIDisplayDoll.CanBeStored ( Item checkItem)
inline

Definition at line 159 of file GUIDisplayDoll.cs.

160 {
161 int headSlot = checkItem.headSlot;
162 int bodySlot = checkItem.bodySlot;
163 int legSlot = checkItem.legSlot;
164 if (checkItem.accessory)
165 {
166 return true;
167 }
168 byte dye = checkItem.dye;
169 return true;
170 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.