C# Class Server.SkillHandlers.AnimalTaming

Show file Open project: Grimoric/RunUO.T2A

Public Methods

Method 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 method

public static Initialize ( ) : void
return void

MustBeSubdued() public static method

public static MustBeSubdued ( BaseCreature bc ) : bool
bc BaseCreature
return bool

OnUse() public static method

public static OnUse ( Server.Mobile m ) : System.TimeSpan
m Server.Mobile
return System.TimeSpan

ScaleSkills() public static method

public static ScaleSkills ( BaseCreature bc, double scalar ) : void
bc BaseCreature
scalar double
return void

ScaleSkills() public static method

public static ScaleSkills ( BaseCreature bc, double scalar, double capScalar ) : void
bc BaseCreature
scalar double
capScalar double
return void

ScaleStats() public static method

public static ScaleStats ( BaseCreature bc, double scalar ) : void
bc BaseCreature
scalar double
return void