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

◆ IsLogTypeAllowed()

bool UnityEngine.Logger.IsLogTypeAllowed ( LogType logType)
inline

Definition at line 70 of file Logger.cs.

71 {
73 {
74 return true;
75 }
76 }
ILogHandler< logHandler > k__BackingField
Definition Logger.cs:167

References UnityEngine.Logger.k__BackingField, and UnityEngine.Logger.logEnabled.