C# Class LSLib.LS.LSF.NodeInfo

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

Public Properties

Property Type Description
FirstAttributeIndex int
NameIndex int
NameOffset int
ParentIndex int

Property Details

FirstAttributeIndex public property

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

NameIndex public property

Index into name hash table
public int NameIndex
return int

NameOffset public property

Offset in hash chain
public int NameOffset
return int

ParentIndex public property

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