C# Class Server.PartyCommands

Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode Description
OnAccept ( Server.Mobile from, Server.Mobile leader ) : void
OnAdd ( Server.Mobile from ) : void
OnDecline ( Server.Mobile from, Server.Mobile leader ) : void
OnPrivateMessage ( Server.Mobile from, Server.Mobile target, string text ) : void
OnPublicMessage ( Server.Mobile from, string text ) : void
OnRemove ( Server.Mobile from, Server.Mobile target ) : void
OnSetCanLoot ( Server.Mobile from, bool canLoot ) : void

Method Details

OnAccept() public abstract méthode

public abstract OnAccept ( Server.Mobile from, Server.Mobile leader ) : void
from Server.Mobile
leader Server.Mobile
Résultat void

OnAdd() public abstract méthode

public abstract OnAdd ( Server.Mobile from ) : void
from Server.Mobile
Résultat void

OnDecline() public abstract méthode

public abstract OnDecline ( Server.Mobile from, Server.Mobile leader ) : void
from Server.Mobile
leader Server.Mobile
Résultat void

OnPrivateMessage() public abstract méthode

public abstract OnPrivateMessage ( Server.Mobile from, Server.Mobile target, string text ) : void
from Server.Mobile
target Server.Mobile
text string
Résultat void

OnPublicMessage() public abstract méthode

public abstract OnPublicMessage ( Server.Mobile from, string text ) : void
from Server.Mobile
text string
Résultat void

OnRemove() public abstract méthode

public abstract OnRemove ( Server.Mobile from, Server.Mobile target ) : void
from Server.Mobile
target Server.Mobile
Résultat void

OnSetCanLoot() public abstract méthode

public abstract OnSetCanLoot ( Server.Mobile from, bool canLoot ) : void
from Server.Mobile
canLoot bool
Résultat void