C# Class Server.Misc.NotorietyHandlers

Afficher le fichier Open project: brodock/runuo Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CheckBeneficialStatus ( GuildStatus from, GuildStatus target ) : bool
GetGuildStatus ( Server.Mobile m ) : GuildStatus

Method Details

CheckAggressed() public static méthode

public static CheckAggressed ( List list, Server.Mobile target ) : bool
list List
target Server.Mobile
Résultat bool

CheckAggressor() public static méthode

public static CheckAggressor ( List list, Server.Mobile target ) : bool
list List
target Server.Mobile
Résultat bool

CheckHouseFlag() public static méthode

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
Résultat bool

CorpseNotoriety() public static méthode

public static CorpseNotoriety ( Server.Mobile source, Corpse target ) : int
source Server.Mobile
target Server.Items.Corpse
Résultat int

GetGuildFor() public static méthode

public static GetGuildFor ( Guild def, Server.Mobile m ) : Guild
def Server.Guilds.Guild
m Server.Mobile
Résultat Server.Guilds.Guild

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

IsPet() public static méthode

public static IsPet ( BaseCreature c ) : bool
c BaseCreature
Résultat bool

IsSummoned() public static méthode

public static IsSummoned ( BaseCreature c ) : bool
c BaseCreature
Résultat bool

MobileNotoriety() public static méthode

public static MobileNotoriety ( Server.Mobile source, Server.Mobile target ) : int
source Server.Mobile
target Server.Mobile
Résultat int

Mobile_AllowBeneficial() public static méthode

public static Mobile_AllowBeneficial ( Server.Mobile from, Server.Mobile target ) : bool
from Server.Mobile
target Server.Mobile
Résultat bool

Mobile_AllowHarmful() public static méthode

public static Mobile_AllowHarmful ( Server.Mobile from, Server.Mobile target ) : bool
from Server.Mobile
target Server.Mobile
Résultat bool