C# Class Server.PartyCommands

ファイルを表示 Open project: Grimoric/RunUO.T2A

Public Methods

Method 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 method

public abstract OnAccept ( Server.Mobile from, Server.Mobile leader ) : void
from Server.Mobile
leader Server.Mobile
return void

OnAdd() public abstract method

public abstract OnAdd ( Server.Mobile from ) : void
from Server.Mobile
return void

OnDecline() public abstract method

public abstract OnDecline ( Server.Mobile from, Server.Mobile leader ) : void
from Server.Mobile
leader Server.Mobile
return void

OnPrivateMessage() public abstract method

public abstract OnPrivateMessage ( Server.Mobile from, Server.Mobile target, string text ) : void
from Server.Mobile
target Server.Mobile
text string
return void

OnPublicMessage() public abstract method

public abstract OnPublicMessage ( Server.Mobile from, string text ) : void
from Server.Mobile
text string
return void

OnRemove() public abstract method

public abstract OnRemove ( Server.Mobile from, Server.Mobile target ) : void
from Server.Mobile
target Server.Mobile
return void

OnSetCanLoot() public abstract method

public abstract OnSetCanLoot ( Server.Mobile from, bool canLoot ) : void
from Server.Mobile
canLoot bool
return void