C# 클래스 Server.Misc.NotorietyHandlers

파일 보기 프로젝트 열기: brodock/runuo 1 사용 예제들

공개 메소드들

메소드 설명
CheckAggressed ( List list, Server.Mobile target ) : bool
CheckAggressor ( List list, Server.Mobile target ) : bool
CheckHouseFlag ( Server.Mobile from, Server.Mobile m, Server.Point3D p, Server.Map map ) : bool
CorpseNotoriety ( Server.Mobile source, Corpse target ) : int
GetGuildFor ( Guild def, Server.Mobile m ) : Guild
Initialize ( ) : void
IsPet ( BaseCreature c ) : bool
IsSummoned ( BaseCreature c ) : bool
MobileNotoriety ( Server.Mobile source, Server.Mobile target ) : int
Mobile_AllowBeneficial ( Server.Mobile from, Server.Mobile target ) : bool
Mobile_AllowHarmful ( Server.Mobile from, Server.Mobile target ) : bool

비공개 메소드들

메소드 설명
CheckBeneficialStatus ( GuildStatus from, GuildStatus target ) : bool
GetGuildStatus ( Server.Mobile m ) : GuildStatus

메소드 상세

CheckAggressed() 공개 정적인 메소드

public static CheckAggressed ( List list, Server.Mobile target ) : bool
list List
target Server.Mobile
리턴 bool

CheckAggressor() 공개 정적인 메소드

public static CheckAggressor ( List list, Server.Mobile target ) : bool
list List
target Server.Mobile
리턴 bool

CheckHouseFlag() 공개 정적인 메소드

public static CheckHouseFlag ( Server.Mobile from, Server.Mobile m, Server.Point3D p, Server.Map map ) : bool
from Server.Mobile
m Server.Mobile
p Server.Point3D
map Server.Map
리턴 bool

CorpseNotoriety() 공개 정적인 메소드

public static CorpseNotoriety ( Server.Mobile source, Corpse target ) : int
source Server.Mobile
target Server.Items.Corpse
리턴 int

GetGuildFor() 공개 정적인 메소드

public static GetGuildFor ( Guild def, Server.Mobile m ) : Guild
def Server.Guilds.Guild
m Server.Mobile
리턴 Server.Guilds.Guild

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

IsPet() 공개 정적인 메소드

public static IsPet ( BaseCreature c ) : bool
c BaseCreature
리턴 bool

IsSummoned() 공개 정적인 메소드

public static IsSummoned ( BaseCreature c ) : bool
c BaseCreature
리턴 bool

MobileNotoriety() 공개 정적인 메소드

public static MobileNotoriety ( Server.Mobile source, Server.Mobile target ) : int
source Server.Mobile
target Server.Mobile
리턴 int

Mobile_AllowBeneficial() 공개 정적인 메소드

public static Mobile_AllowBeneficial ( Server.Mobile from, Server.Mobile target ) : bool
from Server.Mobile
target Server.Mobile
리턴 bool

Mobile_AllowHarmful() 공개 정적인 메소드

public static Mobile_AllowHarmful ( Server.Mobile from, Server.Mobile target ) : bool
from Server.Mobile
target Server.Mobile
리턴 bool