C# 클래스 LSLib.LS.LSF.AttributeEntryV2

파일 보기 프로젝트 열기: Norbyte/lslib 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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