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

◆ GetAttribute< T >() [2/3]

static T ReLogic.Utilities.AttributeUtilities.GetAttribute< T > ( this MethodBase method)
inlinestatic
Type Constraints
T :Attribute 

Definition at line 11 of file AttributeUtilities.cs.

11 : Attribute
12 {
13 object obj;
14 while (obj != null)
15 {
16 if (obj == null)
17 {
18 throw new InvalidCastException();
19 }
20 }
21 }

References System.obj.