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

◆ ToObject() [5/11]

static object System.Enum.ToObject ( Type enumType,
long value )
inlinestatic

Definition at line 849 of file Enum.cs.

850 {
851 int num = 1;
852 if (num == 0)
853 {
854 }
855 if (num == 0)
856 {
857 }
858 return "Type provided must be an Enum.";
859 }