C# Class LSLib.LS.LSF.NodeEntryV3

显示文件 Open project: Norbyte/lslib Class Usage Examples

Public Properties

Property Type Description
FirstAttributeIndex System.Int32
NameHashTableIndex System.UInt32
NextSiblingIndex System.Int32
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

NextSiblingIndex public_oe property

Index of the next sibling of this node (-1: this is the last node)
public Int32,System NextSiblingIndex
return System.Int32

ParentIndex public_oe property

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