C# Класс Server.PartyCommands

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

OnAccept() публичный абстрактный Метод

public abstract OnAccept ( Server.Mobile from, Server.Mobile leader ) : void
from Server.Mobile
leader Server.Mobile
Результат void

OnAdd() публичный абстрактный Метод

public abstract OnAdd ( Server.Mobile from ) : void
from Server.Mobile
Результат void

OnDecline() публичный абстрактный Метод

public abstract OnDecline ( Server.Mobile from, Server.Mobile leader ) : void
from Server.Mobile
leader Server.Mobile
Результат void

OnPrivateMessage() публичный абстрактный Метод

public abstract OnPrivateMessage ( Server.Mobile from, Server.Mobile target, string text ) : void
from Server.Mobile
target Server.Mobile
text string
Результат void

OnPublicMessage() публичный абстрактный Метод

public abstract OnPublicMessage ( Server.Mobile from, string text ) : void
from Server.Mobile
text string
Результат void

OnRemove() публичный абстрактный Метод

public abstract OnRemove ( Server.Mobile from, Server.Mobile target ) : void
from Server.Mobile
target Server.Mobile
Результат void

OnSetCanLoot() публичный абстрактный Метод

public abstract OnSetCanLoot ( Server.Mobile from, bool canLoot ) : void
from Server.Mobile
canLoot bool
Результат void