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

◆ PlaceItem()

static void Terraria.UI.ItemSlot.PlaceItem ( Item[] inv,
Item item,
int context = 0,
int slot = -1,
int keepStack = 0 )
inlinestaticprivate

Definition at line 395 of file ItemSlot.cs.

396 {
397 if (keepStack != 0)
398 {
399 return;
400 }
401 Microsoft.Xna.Framework.Vector2 position = item.position;
402 }
class f__AnonymousType0<< Count > j__TPar

References System.item, and j__TPar.