C# Class Engine.NPC

Show file 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 property

public Int32,System Id
return System.Int32

administrator public property

public Boolean,System administrator
return System.Boolean

direction public property

public Int32,System direction
return System.Int32

distance public property

public Int32,System distance
return System.Int32

exp public property

public Int32,System exp
return System.Int32

hp public property

public Int32,System hp
return System.Int32

lastMovement public property

public DateTime,System lastMovement
return System.DateTime

level public property

public Int32,System level
return System.Int32

loggedIn public property

public Boolean,System loggedIn
return System.Boolean

map public property

public String map
return String

movementDelay public property

public Double movementDelay
return Double

mp public property

public Int32,System mp
return System.Int32

name public property

public string name
return string

password public property

public String password
return String

posX public property

public Int32,System posX
return System.Int32

posY public property

public Int32,System posY
return System.Int32

posZ public property

public Int32,System posZ
return System.Int32

tweenVelocity public property

public Double tweenVelocity
return Double

type public property

public String type
return String

username public property

public String username
return String