Method | Description | |
---|---|---|
OnResponse ( Server.Network.NetState state, |
||
ResurrectGump ( Server.Mobile owner ) : System.Collections.Generic | ||
ResurrectGump ( Server.Mobile healer, ResurrectMessage msg ) : System.Collections.Generic | ||
ResurrectGump ( Server.Mobile healer, ResurrectMessage msg, double hitsScalar ) : System.Collections.Generic | ||
ResurrectGump ( Server.Mobile healer, int price ) : System.Collections.Generic |
public OnResponse ( Server.Network.NetState state, |
||
state | Server.Network.NetState | |
info | ||
return | void |
public ResurrectGump ( Server.Mobile owner ) : System.Collections.Generic | ||
owner | Server.Mobile | |
return | System.Collections.Generic |
public ResurrectGump ( Server.Mobile healer, ResurrectMessage msg ) : System.Collections.Generic | ||
healer | Server.Mobile | |
msg | ResurrectMessage | |
return | System.Collections.Generic |
public ResurrectGump ( Server.Mobile healer, ResurrectMessage msg, double hitsScalar ) : System.Collections.Generic | ||
healer | Server.Mobile | |
msg | ResurrectMessage | |
hitsScalar | double | |
return | System.Collections.Generic |
public ResurrectGump ( Server.Mobile healer, int price ) : System.Collections.Generic | ||
healer | Server.Mobile | |
price | int | |
return | System.Collections.Generic |