C# 클래스 GameStruct.NPCInfo

파일 보기 프로젝트 열기: dream-young-soul/soul 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ScriptID uint
ScriptPath String
id uint
lookface int
mapid uint
name String
x short
y short

공개 메소드들

메소드 설명
NPCInfo ( ) : System

메소드 상세

NPCInfo() 공개 메소드

public NPCInfo ( ) : System
리턴 System

프로퍼티 상세

ScriptID 공개적으로 프로퍼티

public uint ScriptID
리턴 uint

ScriptPath 공개적으로 프로퍼티

public String ScriptPath
리턴 String

id 공개적으로 프로퍼티

public uint id
리턴 uint

lookface 공개적으로 프로퍼티

public int lookface
리턴 int

mapid 공개적으로 프로퍼티

public uint mapid
리턴 uint

name 공개적으로 프로퍼티

public String name
리턴 String

x 공개적으로 프로퍼티

public short x
리턴 short

y 공개적으로 프로퍼티

public short y
리턴 short