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

◆ GUIItemFilter() [2/2]

static GUIItemFilter.GUIItemFilter ( )
inlinestaticprivate

Definition at line 247 of file GUIItemFilter.cs.

248 {
249 if (("CreativePowers.TabAll" == null || "CreativePowers.TabAll" != null) && ("CreativePowers.TabWeapons" == null || "CreativePowers.TabWeapons" != null) && ("CreativePowers.TabArmor" == null || "CreativePowers.TabArmor" != null) && ("CreativePowers.TabVanity" == null || "CreativePowers.TabVanity" != null) && ("CreativePowers.TabBlocks" == null || "CreativePowers.TabBlocks" != null) && ("CreativePowers.TabFurniture" == null || "CreativePowers.TabFurniture" != null) && ("CreativePowers.TabAccessories" == null || "CreativePowers.TabAccessories" != null) && ("CreativePowers.TabAccessoriesMisc" == null || "CreativePowers.TabAccessoriesMisc" != null) && ("CreativePowers.TabConsumables" == null || "CreativePowers.TabConsumables" != null) && ("CreativePowers.TabTools" == null || "CreativePowers.TabTools" != null) && ("CreativePowers.TabMaterials" == null || "CreativePowers.TabMaterials" != null) && ("CreativePowers.TabMisc" == null || "CreativePowers.TabMisc" != null))
250 {
251 return;
252 }
253 throw new ArrayTypeMismatchException();
254 }