C# Класс LSLib.LS.LSF.NodeEntryV2

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
FirstAttributeIndex System.Int32
NameHashTableIndex System.UInt32
ParentIndex System.Int32

Описание свойств

FirstAttributeIndex публичное свойство

Index of the first attribute of this node (-1: node has no attributes)
public Int32,System FirstAttributeIndex
Результат System.Int32

NameHashTableIndex публичное свойство

Name of this node (16-bit MSB: index into name hash table, 16-bit LSB: offset in hash chain)
public UInt32,System NameHashTableIndex
Результат System.UInt32

ParentIndex публичное свойство

Index of the parent node (-1: this node is a root region)
public Int32,System ParentIndex
Результат System.Int32