Dawn of Light - Class documentation 2900
This is the Dawn of Light project
DOL.GS.NamedSkill Class Reference

the named skill is used for identification purposes the name is strong and must be unique for one type of skill page so better make the name real unique More...

Inheritance diagram for DOL.GS.NamedSkill:
DOL.GS.Skill DOL.GS.Ability DOL.GS.Specialization DOL.GS.SpellLine DOL.GS.PropertyChangingAbility DOL.GS.RealmAbilities.RealmAbility DOL.GS.SkillHandler.PropertyChangingAbility DOL.GS.Styles.StyleLine DOL.GS.RealmAbilities.L5RealmAbility DOL.GS.RealmAbilities.TimedRealmAbility DOL.GS.SkillHandler.StatChangingAbility DOL.GS.RealmAbilities.RAPropertyEnhancer DOL.GS.RealmAbilities.RAStatEnhancer DOL.GS.RealmAbilities.AdrenalineRushAbility DOL.GS.RealmAbilities.AmelioratingMelodiesAbility DOL.GS.RealmAbilities.AngerOfTheGodsAbility DOL.GS.RealmAbilities.ArrowSummoningAbility DOL.GS.RealmAbilities.BarrierOfFortitudeAbility DOL.GS.RealmAbilities.BedazzlingAuraAbility DOL.GS.RealmAbilities.ChargeAbility DOL.GS.RealmAbilities.ConcentrationAbility DOL.GS.RealmAbilities.DashingDefenseAbility DOL.GS.RealmAbilities.DecimationTrapAbility DOL.GS.RealmAbilities.DivineInterventionAbility DOL.GS.RealmAbilities.FirstAidAbility DOL.GS.RealmAbilities.IchorOfTheDeepAbility DOL.GS.RealmAbilities.IgnorePainAbility DOL.GS.RealmAbilities.JuggernautAbility DOL.GS.RealmAbilities.MasteryofConcentrationAbility DOL.GS.RealmAbilities.MysticCrystalLoreAbility DOL.GS.RealmAbilities.NegativeMaelstromAbility DOL.GS.RealmAbilities.PerfectRecoveryAbility DOL.GS.RealmAbilities.PurgeAbility DOL.GS.RealmAbilities.RagingPowerAbility DOL.GS.RealmAbilities.RR5RealmAbility DOL.GS.RealmAbilities.SecondWindAbility DOL.GS.RealmAbilities.SoldiersBarricadeAbility DOL.GS.RealmAbilities.SpeedOfSoundAbility DOL.GS.RealmAbilities.StaticTempestAbility DOL.GS.RealmAbilities.StrikePredictionAbility DOL.GS.RealmAbilities.TheEmptyMindAbility DOL.GS.RealmAbilities.ThornweedFieldAbility DOL.GS.RealmAbilities.TrueshotAbility DOL.GS.RealmAbilities.VanishAbility DOL.GS.RealmAbilities.VehementRenewalAbility DOL.GS.RealmAbilities.VolcanicPillarAbility DOL.GS.RealmAbilities.WrathofChampionsAbility DOL.GS.SkillHandler.MemoriesOfWar DOL.GS.SkillHandler.ScarsOfBattle DOL.GS.SkillHandler.VampiirConstitution DOL.GS.SkillHandler.VampiirDexterity DOL.GS.SkillHandler.VampiirQuickness DOL.GS.SkillHandler.VampiirStrength

List of all members.

Public Member Functions

 NamedSkill (string keyName, string name, ushort id, int level)
 Construct a named skill from the keyname, name, id and level.
override string ToString ()
 Returns the string representation of the Skill.

Properties

virtual string KeyName [get]
 strong identification name

Detailed Description

the named skill is used for identification purposes the name is strong and must be unique for one type of skill page so better make the name real unique


Constructor & Destructor Documentation

DOL.GS.NamedSkill.NamedSkill ( string  keyName,
string  name,
ushort  id,
int  level 
)

Construct a named skill from the keyname, name, id and level.

Parameters:
keyNameThe keyname
nameThe name
idThe ID
levelThe level

Member Function Documentation

override string DOL.GS.NamedSkill.ToString ( )

Returns the string representation of the Skill.

Returns:

Property Documentation

virtual string DOL.GS.NamedSkill.KeyName [get]

strong identification name


The documentation for this class was generated from the following file:
All Classes Namespaces Functions Variables Enumerations Properties Events