Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
AuthorizationRule (IdentityReference identity, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags) | |
Properties | |
IdentityReference | IdentityReference [get] |
int | AccessMask [get] |
bool | IsInherited [get] |
InheritanceFlags | InheritanceFlags [get] |
PropagationFlags | PropagationFlags [get] |
Private Attributes | |
readonly IdentityReference | _identity |
readonly int | _accessMask |
readonly bool | _isInherited |
readonly InheritanceFlags | _inheritanceFlags |
readonly PropagationFlags | _propagationFlags |
Definition at line 5 of file AuthorizationRule.cs.