C# 클래스 Server.Misc.Titles

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HarrowerTitles string[]

공개 메소드들

메소드 설명
AwardFame ( Mobile m, int offset, bool message ) : void
AwardKarma ( Mobile m, int offset, bool message ) : void
ComputeTitle ( Mobile beholder, Mobile beheld ) : string
GetSkillTitle ( Mobile mob ) : string

비공개 메소드들

메소드 설명
GetHighestSkill ( Mobile m ) : Skill
GetSkillLevel ( Skill skill ) : string
GetTableIndex ( Skill skill ) : int
GetTableType ( Skill skill ) : int

메소드 상세

AwardFame() 공개 정적인 메소드

public static AwardFame ( Mobile m, int offset, bool message ) : void
m Mobile
offset int
message bool
리턴 void

AwardKarma() 공개 정적인 메소드

public static AwardKarma ( Mobile m, int offset, bool message ) : void
m Mobile
offset int
message bool
리턴 void

ComputeTitle() 공개 정적인 메소드

public static ComputeTitle ( Mobile beholder, Mobile beheld ) : string
beholder Mobile
beheld Mobile
리턴 string

GetSkillTitle() 공개 정적인 메소드

public static GetSkillTitle ( Mobile mob ) : string
mob Mobile
리턴 string

프로퍼티 상세

HarrowerTitles 공개적으로 정적으로 프로퍼티

public static string[] HarrowerTitles
리턴 string[]