C# 클래스 Server.PartyCommands

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A

공개 메소드들

메소드 설명
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