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

◆ DomainInitialized

bool System.RuntimeType.DomainInitialized
getsetpackage

Definition at line 1466 of file RuntimeType.cs.

1467 {
1468 get
1469 {
1470 return Cache.DomainInitialized;
1471 }
1472 set
1473 {
1474 Cache.DomainInitialized = value;
1475 }
1476 }

Referenced by System.Reflection.RtFieldInfo.GetValue(), and System.Reflection.RtFieldInfo.SetValue().