C# Class MapServer.AnShaXieLongObject

Inheritance: MonsterObject
Mostrar archivo Open project: dream-young-soul/soul

Public Properties

Property Type Description
mPlay PlayerObject

Public Methods

Method Description
AnShaXieLongObject ( PlayerObject _play, short x, short y, byte dir, uint _id, int nAi_Id ) : System
CanPK ( BaseObject obj, bool bGoCrime = true ) : bool
ClearThis ( ) : void
Run ( ) : bool

Protected Methods

Method Description
ProcessAction_Die ( GameStruct act ) : void

Method Details

AnShaXieLongObject() public method

public AnShaXieLongObject ( PlayerObject _play, short x, short y, byte dir, uint _id, int nAi_Id ) : System
_play PlayerObject
x short
y short
dir byte
_id uint
nAi_Id int
return System

CanPK() public method

public CanPK ( BaseObject obj, bool bGoCrime = true ) : bool
obj BaseObject
bGoCrime bool
return bool

ClearThis() public method

public ClearThis ( ) : void
return void

ProcessAction_Die() protected method

protected ProcessAction_Die ( GameStruct act ) : void
act GameStruct
return void

Run() public method

public Run ( ) : bool
return bool

Property Details

mPlay public_oe property

public PlayerObject,MapServer mPlay
return PlayerObject