C# 클래스 Engine.NPC

파일 보기 프로젝트 열기: prsolucoes/evangel-playerio

공개 프로퍼티들

프로퍼티 타입 설명
Id System.Int32
administrator System.Boolean
direction System.Int32
distance System.Int32
exp System.Int32
hp System.Int32
lastMovement System.DateTime
level System.Int32
loggedIn System.Boolean
map String
movementDelay Double
mp System.Int32
name string
password String
posX System.Int32
posY System.Int32
posZ System.Int32
tweenVelocity Double
type String
username String

공개 메소드들

메소드 설명
NPC ( ) : System

메소드 상세

NPC() 공개 메소드

public NPC ( ) : System
리턴 System

프로퍼티 상세

Id 공개적으로 프로퍼티

public Int32,System Id
리턴 System.Int32

administrator 공개적으로 프로퍼티

public Boolean,System administrator
리턴 System.Boolean

direction 공개적으로 프로퍼티

public Int32,System direction
리턴 System.Int32

distance 공개적으로 프로퍼티

public Int32,System distance
리턴 System.Int32

exp 공개적으로 프로퍼티

public Int32,System exp
리턴 System.Int32

hp 공개적으로 프로퍼티

public Int32,System hp
리턴 System.Int32

lastMovement 공개적으로 프로퍼티

public DateTime,System lastMovement
리턴 System.DateTime

level 공개적으로 프로퍼티

public Int32,System level
리턴 System.Int32

loggedIn 공개적으로 프로퍼티

public Boolean,System loggedIn
리턴 System.Boolean

map 공개적으로 프로퍼티

public String map
리턴 String

movementDelay 공개적으로 프로퍼티

public Double movementDelay
리턴 Double

mp 공개적으로 프로퍼티

public Int32,System mp
리턴 System.Int32

name 공개적으로 프로퍼티

public string name
리턴 string

password 공개적으로 프로퍼티

public String password
리턴 String

posX 공개적으로 프로퍼티

public Int32,System posX
리턴 System.Int32

posY 공개적으로 프로퍼티

public Int32,System posY
리턴 System.Int32

posZ 공개적으로 프로퍼티

public Int32,System posZ
리턴 System.Int32

tweenVelocity 공개적으로 프로퍼티

public Double tweenVelocity
리턴 Double

type 공개적으로 프로퍼티

public String type
리턴 String

username 공개적으로 프로퍼티

public String username
리턴 String