C# Class Engine.NPC

ファイルを表示 Open project: prsolucoes/evangel-playerio

Public Properties

Property Type Description
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

Public Methods

Method Description
NPC ( ) : System

Method Details

NPC() public method

public NPC ( ) : System
return System

Property Details

Id public_oe property

public Int32,System Id
return System.Int32

administrator public_oe property

public Boolean,System administrator
return System.Boolean

direction public_oe property

public Int32,System direction
return System.Int32

distance public_oe property

public Int32,System distance
return System.Int32

exp public_oe property

public Int32,System exp
return System.Int32

hp public_oe property

public Int32,System hp
return System.Int32

lastMovement public_oe property

public DateTime,System lastMovement
return System.DateTime

level public_oe property

public Int32,System level
return System.Int32

loggedIn public_oe property

public Boolean,System loggedIn
return System.Boolean

map public_oe property

public String map
return String

movementDelay public_oe property

public Double movementDelay
return Double

mp public_oe property

public Int32,System mp
return System.Int32

name public_oe property

public string name
return string

password public_oe property

public String password
return String

posX public_oe property

public Int32,System posX
return System.Int32

posY public_oe property

public Int32,System posY
return System.Int32

posZ public_oe property

public Int32,System posZ
return System.Int32

tweenVelocity public_oe property

public Double tweenVelocity
return Double

type public_oe property

public String type
return String

username public_oe property

public String username
return String