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

◆ Open()

void GUIInventorySplitStack.Open ( )
inline

Definition at line 27 of file GUIInventorySplitStack.cs.

28 {
29 Item item;
30 int stack = item.stack;
31 this.RefreshItemToSplit();
32 int num = 1;
33 this.open = num != 0;
34 }
class f__AnonymousType0<< Count > j__TPar

References System.item, j__TPar, RefreshItemToSplit(), System.stack, and Terraria.Item.stack.