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

Processed node information for a node in the LSF file
파일 보기 프로젝트 열기: Norbyte/lslib 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FirstAttributeIndex int
NameIndex int
NameOffset int
ParentIndex int

프로퍼티 상세

FirstAttributeIndex 공개적으로 프로퍼티

Index of the first attribute of this node (-1: node has no attributes)
public int FirstAttributeIndex
리턴 int

NameIndex 공개적으로 프로퍼티

Index into name hash table
public int NameIndex
리턴 int

NameOffset 공개적으로 프로퍼티

Offset in hash chain
public int NameOffset
리턴 int

ParentIndex 공개적으로 프로퍼티

Index of the parent node (-1: this node is a root region)
public int ParentIndex
리턴 int