C# Class LSLib.LS.LSF.NodeEntryV2

Datei anzeigen Open project: Norbyte/lslib Class Usage Examples

Public Properties

Property Type Description
FirstAttributeIndex System.Int32
NameHashTableIndex System.UInt32
ParentIndex System.Int32

Property Details

FirstAttributeIndex public_oe property

Index of the first attribute of this node (-1: node has no attributes)
public Int32,System FirstAttributeIndex
return System.Int32

NameHashTableIndex public_oe property

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

ParentIndex public_oe property

Index of the parent node (-1: this node is a root region)
public Int32,System ParentIndex
return System.Int32