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

◆ ControlFlags

Enumerator
None 
OwnerDefaulted 
GroupDefaulted 
DiscretionaryAclPresent 
DiscretionaryAclDefaulted 
SystemAclPresent 
SystemAclDefaulted 
DiscretionaryAclUntrusted 
ServerSecurity 
DiscretionaryAclAutoInheritRequired 
SystemAclAutoInheritRequired 
DiscretionaryAclAutoInherited 
SystemAclAutoInherited 
DiscretionaryAclProtected 
SystemAclProtected 
RMControlValid 
SelfRelative 

Definition at line 4 of file ControlFlags.cs.

5{
6 None = 0,
11 SystemAclPresent = 0x10,
12 SystemAclDefaulted = 0x20,
14 ServerSecurity = 0x80,
20 SystemAclProtected = 0x2000,
21 RMControlValid = 0x4000,
22 SelfRelative = 0x8000
23}