C# 클래스 Server.SkillHandlers.AnimalTaming

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

공개 메소드들

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

메소드 상세

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

MustBeSubdued() 공개 정적인 메소드

public static MustBeSubdued ( BaseCreature bc ) : bool
bc BaseCreature
리턴 bool

OnUse() 공개 정적인 메소드

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

ScaleSkills() 공개 정적인 메소드

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

ScaleSkills() 공개 정적인 메소드

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

ScaleStats() 공개 정적인 메소드

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