Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
DeclSecurityTableReader (int numberOfRows, bool declaredSorted, int hasDeclSecurityRefSize, int blobHeapRefSize, MemoryBlock containingBlock, int containingBlockOffset) | |
DeclarativeSecurityAction | GetAction (int rowId) |
EntityHandle | GetParent (int rowId) |
BlobHandle | GetPermissionSet (int rowId) |
void | GetAttributeRange (EntityHandle parentToken, out int firstImplRowId, out int lastImplRowId) |
Package Attributes | |
readonly int | NumberOfRows |
readonly int | RowSize |
readonly MemoryBlock | Block |
Private Member Functions | |
bool | CheckSorted () |
Private Attributes | |
readonly bool | _IsHasDeclSecurityRefSizeSmall |
readonly bool | _IsBlobHeapRefSizeSmall |
readonly int | _ActionOffset |
readonly int | _ParentOffset |
readonly int | _PermissionSetOffset |
Definition at line 5 of file DeclSecurityTableReader.cs.