C# Class LSLib.LS.LSF.AttributeEntryV3

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

Méthodes publiques

Свойство Type Description
NameHashTableIndex System.UInt32
NextAttributeIndex System.Int32
Offset System.UInt32
TypeAndLength System.UInt32

Property Details

NameHashTableIndex public_oe property

Name of this attribute (16-bit MSB: index into name hash table, 16-bit LSB: offset in hash chain)
public UInt32,System NameHashTableIndex
Résultat System.UInt32

NextAttributeIndex public_oe property

Index of the node that this attribute belongs to Note: These indexes are assigned seemingly arbitrarily, and are not neccessarily indices into the node list
public Int32,System NextAttributeIndex
Résultat System.Int32

Offset public_oe property

Absolute position of attribute value in the value stream
public UInt32,System Offset
Résultat System.UInt32

TypeAndLength public_oe property

6-bit LSB: Type of this attribute (see NodeAttribute.DataType) 26-bit MSB: Length of this attribute
public UInt32,System TypeAndLength
Résultat System.UInt32