메소드 | 설명 | |
---|---|---|
AllowSecureTrade ( Server.Mobile from, Server.Mobile to, Server.Mobile newOwner, bool accepted ) : bool | ||
Deserialize ( Server.GenericReader reader ) : void | ||
GetProperties ( |
||
IsInCombat ( BaseCreature creature ) : bool | ||
OnSecureTrade ( Server.Mobile from, Server.Mobile to, Server.Mobile newOwner, bool accepted ) : void | ||
Serialize ( Server.GenericWriter writer ) : void | ||
TransferItem ( BaseCreature creature ) : System | ||
TransferItem ( Server.Serial serial ) : System |
public AllowSecureTrade ( Server.Mobile from, Server.Mobile to, Server.Mobile newOwner, bool accepted ) : bool | ||
from | Server.Mobile | |
to | Server.Mobile | |
newOwner | Server.Mobile | |
accepted | bool | |
리턴 | bool |
public Deserialize ( Server.GenericReader reader ) : void | ||
reader | Server.GenericReader | |
리턴 | void |
public GetProperties ( |
||
list | ||
리턴 | void |
public static IsInCombat ( BaseCreature creature ) : bool | ||
creature | BaseCreature | |
리턴 | bool |
public OnSecureTrade ( Server.Mobile from, Server.Mobile to, Server.Mobile newOwner, bool accepted ) : void | ||
from | Server.Mobile | |
to | Server.Mobile | |
newOwner | Server.Mobile | |
accepted | bool | |
리턴 | void |
public Serialize ( Server.GenericWriter writer ) : void | ||
writer | Server.GenericWriter | |
리턴 | void |
public TransferItem ( BaseCreature creature ) : System | ||
creature | BaseCreature | |
리턴 | System |
public TransferItem ( Server.Serial serial ) : System | ||
serial | Server.Serial | |
리턴 | System |