Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CreateObjectFlags
enum
System.Runtime.InteropServices.CreateObjectFlags
Enumerator
None
TrackerObject
UniqueInstance
Aggregation
Unwrap
Definition at line
4
of file
CreateObjectFlags.cs
.
5
{
6
None = 0,
7
TrackerObject
= 1,
8
UniqueInstance
= 2,
9
Aggregation
= 4,
10
Unwrap
= 8
11
}
System.Runtime.InteropServices.CreateObjectFlags.UniqueInstance
@ UniqueInstance
System.Runtime.InteropServices.CreateObjectFlags.TrackerObject
@ TrackerObject
System.Runtime.InteropServices.CreateObjectFlags.Aggregation
@ Aggregation
System.Runtime.InteropServices.CreateObjectFlags.Unwrap
@ Unwrap
System
Runtime
InteropServices
Generated by
1.10.0