Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
LSLib
LS
LSF
NodeEntryV2
C# 클래스 LSLib.LS.LSF.NodeEntryV2
파일 보기
프로젝트 열기: Norbyte/lslib
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
FirstAttributeIndex
System.Int32
NameHashTableIndex
System.UInt32
ParentIndex
System.Int32
프로퍼티 상세
FirstAttributeIndex
공개적으로 프로퍼티
Index of the first attribute of this node (-1: node has no attributes)
public
Int32,System
FirstAttributeIndex
리턴
System.Int32
NameHashTableIndex
공개적으로 프로퍼티
Name of this node (16-bit MSB: index into name hash table, 16-bit LSB: offset in hash chain)
public
UInt32,System
NameHashTableIndex
리턴
System.UInt32
ParentIndex
공개적으로 프로퍼티
Index of the parent node (-1: this node is a root region)
public
Int32,System
ParentIndex
리턴
System.Int32