![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
base class for skills More...
Public Member Functions | |
| Skill (string name, ushort id, int level) | |
| Construct a Skill from the name, an id, and a level. | |
| virtual Skill | Clone () |
| Clone a skill. | |
Protected Attributes | |
| ushort | m_id |
| string | m_name |
| int | m_level |
Properties | |
| virtual ushort | ID [get] |
| in most cases it is icon id or other specifiing id for client like spell id or style id in spells | |
| virtual string | Name [get, set] |
| The Skill Name. | |
| virtual int | Level [get, set] |
| The Skill Level. | |
| virtual eSkillPage | SkillType [get] |
| the type of the skill | |
base class for skills
| DOL.GS.Skill.Skill | ( | string | name, |
| ushort | id, | ||
| int | level | ||
| ) |
Construct a Skill from the name, an id, and a level.
| name | |
| id | |
| level |
| virtual Skill DOL.GS.Skill.Clone | ( | ) | [virtual] |
virtual ushort DOL.GS.Skill.ID [get] |
in most cases it is icon id or other specifiing id for client like spell id or style id in spells
virtual int DOL.GS.Skill.Level [get, set] |
The Skill Level.
Reimplemented in DOL.GS.Ability.
virtual string DOL.GS.Skill.Name [get, set] |
The Skill Name.
Reimplemented in DOL.GS.RealmAbilities.RealmAbility.
virtual eSkillPage DOL.GS.Skill.SkillType [get] |
the type of the skill
Reimplemented in DOL.GS.Ability, DOL.GS.Song, DOL.GS.SpellLine, DOL.GS.Specialization, DOL.GS.RealmAbilities.RealmAbility, DOL.GS.Spell, and DOL.GS.Styles.Style.