C# Class LSLib.LS.LSF.AttributeInfo

Show file 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 property

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

Length public property

Length of this attribute
public uint Length
return uint

NameIndex public property

Index into name hash table
public int NameIndex
return int

NameOffset public property

Offset in hash chain
public int NameOffset
return int

NextAttributeIndex public property

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

TypeId public property

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