![]() |
Dawn of Light - Class documentation 2900
This is the Dawn of Light project
|
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...
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 |
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
DOL.GS.NamedSkill.NamedSkill | ( | string | keyName, |
string | name, | ||
ushort | id, | ||
int | level | ||
) |
Construct a named skill from the keyname, name, id and level.
keyName | The keyname |
name | The name |
id | The ID |
level | The level |
override string DOL.GS.NamedSkill.ToString | ( | ) |
Returns the string representation of the Skill.
virtual string DOL.GS.NamedSkill.KeyName [get] |
strong identification name