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

◆ RefreshStyles()

bool LayoutDefinition.RefreshStyles ( [Optional] string specificStyle)
inlineinherited

Definition at line 95 of file LayoutDefinition.cs.

96 {
97 Type type = base.GetType();
98 return this.RefreshFields(type, this, specificStyle);
99 }
class f__AnonymousType0<< Count > j__TPar
bool RefreshFields(Type implementingType, object thisObject, [Optional] string specificStyle)
new Type GetType()
Definition Type.cs:287

References System.Type.GetType(), j__TPar, and LayoutDefinition.RefreshFields().