C# Class Server.SkillHandlers.AnimalTaming

Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode Description
Initialize ( ) : void
MustBeSubdued ( BaseCreature bc ) : bool
OnUse ( Server.Mobile m ) : System.TimeSpan
ScaleSkills ( BaseCreature bc, double scalar ) : void
ScaleSkills ( BaseCreature bc, double scalar, double capScalar ) : void
ScaleStats ( BaseCreature bc, double scalar ) : void

Method Details

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

MustBeSubdued() public static méthode

public static MustBeSubdued ( BaseCreature bc ) : bool
bc BaseCreature
Résultat bool

OnUse() public static méthode

public static OnUse ( Server.Mobile m ) : System.TimeSpan
m Server.Mobile
Résultat System.TimeSpan

ScaleSkills() public static méthode

public static ScaleSkills ( BaseCreature bc, double scalar ) : void
bc BaseCreature
scalar double
Résultat void

ScaleSkills() public static méthode

public static ScaleSkills ( BaseCreature bc, double scalar, double capScalar ) : void
bc BaseCreature
scalar double
capScalar double
Résultat void

ScaleStats() public static méthode

public static ScaleStats ( BaseCreature bc, double scalar ) : void
bc BaseCreature
scalar double
Résultat void