C# Class Server.Misc.Titles

Show file Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Properties

Property Type Description
HarrowerTitles string[]

Public Methods

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

Private Methods

Method Description
GetHighestSkill ( Mobile m ) : Skill
GetSkillLevel ( Skill skill ) : string
GetTableIndex ( Skill skill ) : int
GetTableType ( Skill skill ) : int

Method Details

AwardFame() public static method

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

AwardKarma() public static method

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

ComputeTitle() public static method

public static ComputeTitle ( Mobile beholder, Mobile beheld ) : string
beholder Mobile
beheld Mobile
return string

GetSkillTitle() public static method

public static GetSkillTitle ( Mobile mob ) : string
mob Mobile
return string

Property Details

HarrowerTitles public static property

public static string[] HarrowerTitles
return string[]