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

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

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

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

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

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

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

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

Index of the node that this attribute belongs to Note: These indexes are assigned seemingly arbitrarily, and are not neccessarily indices into the node list
public Int32,System NodeIndex
Результат System.Int32

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

6-bit LSB: Type of this attribute (see NodeAttribute.DataType) 26-bit MSB: Length of this attribute
public UInt32,System TypeAndLength
Результат System.UInt32