C# Class LSLib.LS.LSF.AttributeInfo

Afficher le fichier Open project: Norbyte/lslib Class Usage Examples

Méthodes publiques

Свойство Type Description
DataOffset uint
Length uint
NameIndex int
NameOffset int
NextAttributeIndex int
TypeId uint

Property Details

DataOffset public_oe property

Absolute position of attribute data in the values section
public uint DataOffset
Résultat uint

Length public_oe property

Length of this attribute
public uint Length
Résultat uint

NameIndex public_oe property

Index into name hash table
public int NameIndex
Résultat int

NameOffset public_oe property

Offset in hash chain
public int NameOffset
Résultat int

NextAttributeIndex public_oe property

Index of the next attribute in this node (-1: this is the last attribute)
public int NextAttributeIndex
Résultat int

TypeId public_oe property

Type of this attribute (see NodeAttribute.DataType)
public uint TypeId
Résultat uint