C# Class LSLib.LS.LSF.NodeEntryV2

Afficher le fichier Open project: Norbyte/lslib Class Usage Examples

Méthodes publiques

Свойство 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
Résultat 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
Résultat System.UInt32

ParentIndex public_oe property

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