C# Class LSLib.LS.LSF.NodeInfo

Processed node information for a node in the LSF file
Afficher le fichier Open project: Norbyte/lslib Class Usage Examples

Méthodes publiques

Свойство Type Description
FirstAttributeIndex int
NameIndex int
NameOffset int
ParentIndex int

Property Details

FirstAttributeIndex public_oe property

Index of the first attribute of this node (-1: node has no attributes)
public int FirstAttributeIndex
Résultat int

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

ParentIndex public_oe property

Index of the parent node (-1: this node is a root region)
public int ParentIndex
Résultat int