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

◆ GetCustomAttributeOfType< T >()

static T UnityEngine.AttributeHelperEngine.GetCustomAttributeOfType< T > ( Type klass)
inlinestaticprivate
Type Constraints
T :Attribute 

Definition at line 122 of file AttributeHelperEngine.cs.

122 : Attribute
123 {
124 for (;;)
125 {
126 Type type;
127 if (type != null)
128 {
129 if (!true)
130 {
131 return;
132 }
133 if (klass == null)
134 {
135 break;
136 }
137 }
138 }
139 throw new InvalidCastException();
140 }