Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetCustomAttribute< T >() [4/6]

Type Constraints
T :Attribute 

Definition at line 32 of file CustomAttributeExtensions.cs.

32 : Attribute
33 {
34 return (T)element.GetCustomAttribute(typeof(T));
35 }

References System.Attribute.GetCustomAttribute().