C# Class LSLib.LS.LSF.AttributeInfo

ファイルを表示 Open project: Norbyte/lslib Class Usage Examples

Public Properties

Property Type Description
DataOffset uint
Length uint
NameIndex int
NameOffset int
NextAttributeIndex int
TypeId uint

Property Details

DataOffset public_oe property

Absolute position of attribute data in the values section
public uint DataOffset
return uint

Length public_oe property

Length of this attribute
public uint Length
return uint

NameIndex public_oe property

Index into name hash table
public int NameIndex
return int

NameOffset public_oe property

Offset in hash chain
public int NameOffset
return int

NextAttributeIndex public_oe property

Index of the next attribute in this node (-1: this is the last attribute)
public int NextAttributeIndex
return int

TypeId public_oe property

Type of this attribute (see NodeAttribute.DataType)
public uint TypeId
return uint