C# Class LSLib.LS.LSF.NodeInfo

Processed node information for a node in the LSF file
Mostrar archivo Open project: Norbyte/lslib Class Usage Examples

Public Properties

Property 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
return int

NameIndex public_oe property

Index into name hash table
public int NameIndex
return int

NameOffset public_oe property

Offset in hash chain
public int NameOffset
return int

ParentIndex public_oe property

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