Property | Type | Description | |
---|---|---|---|
attr | |||
mRebirthTime | uint |
Method | Description | |
---|---|---|
Alive ( bool init = true ) : void | ||
CanPK ( |
||
ClearThis ( ) : void | ||
CreateAi ( int nAi_Id ) : AI.BaseAI | ||
DropItem ( |
||
GetAi ( ) : AI.BaseAI | ||
GetAttribute ( ) : |
||
GetBasicAttribute ( ) : |
||
GetDefense ( ) : int | ||
GetLevel ( ) : byte | ||
GetMagicAck ( ) : int | ||
GetMagicDefense ( ) : int | ||
GetMaxAck ( ) : int | ||
GetMinAck ( ) : int | ||
Injured ( |
||
IsClear ( ) : bool | ||
IsDie ( ) : bool | ||
MonsterObject ( uint _id, int nAi_Id, short x, short y, bool isCreateTypeId = true ) : System | ||
RefreshVisibleObject ( ) : void | ||
Run ( ) : bool | ||
SetAi ( AI _ai ) : void | ||
SetRebirthTime ( uint nTime ) : void | ||
Walk ( byte dir ) : void | ||
Walk ( byte dir, short x, short y ) : void |
Method | Description | |
---|---|---|
ProcessAction_Die ( GameStruct act ) : void | ||
ProcessAction_Injured ( GameStruct act ) : void | ||
ProcessAction_Move ( GameStruct act ) : void |
Method | Description | |
---|---|---|
GetDropItemPoint ( short &x, short &y ) : bool |
public CanPK ( |
||
obj | ||
bGoCrime | bool | |
return | bool |
public GetAttribute ( ) : |
||
return |
public GetBasicAttribute ( ) : |
||
return |
public Injured ( |
||
obj | ||
value | uint | |
info | NetMsg | |
return | void |
public MonsterObject ( uint _id, int nAi_Id, short x, short y, bool isCreateTypeId = true ) : System | ||
_id | uint | |
nAi_Id | int | |
x | short | |
y | short | |
isCreateTypeId | bool | |
return | System |
protected ProcessAction_Die ( GameStruct act ) : void | ||
act | GameStruct | |
return | void |
protected ProcessAction_Injured ( GameStruct act ) : void | ||
act | GameStruct | |
return | void |
protected ProcessAction_Move ( GameStruct act ) : void | ||
act | GameStruct | |
return | void |
public Walk ( byte dir, short x, short y ) : void | ||
dir | byte | |
x | short | |
y | short | |
return | void |
protected MonterAttribute,GameStruct attr | ||
return |