Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
EventAttributes
enum
System.Reflection.EventAttributes
Enumerator
None
SpecialName
RTSpecialName
ReservedMask
Definition at line
4
of file
EventAttributes.cs
.
5
{
6
None = 0,
7
SpecialName
= 0x200,
8
RTSpecialName
= 0x400,
9
ReservedMask
= 0x400
10
}
System.Reflection.EventAttributes.ReservedMask
@ ReservedMask
System.Reflection.EventAttributes.RTSpecialName
@ RTSpecialName
System.Reflection.EventAttributes.SpecialName
@ SpecialName
System
Reflection
Generated by
1.10.0