The AbstractSkillTree type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AbstractSkillTree(Living) | Initializes a new instance of the AbstractSkillTree class |
![]() | AbstractSkillTree(SerializationInfo, StreamingContext) | Initializes a new instance of the AbstractSkillTree class |
Methods
Name | Description | |
---|---|---|
![]() ![]() | CalcBonus(Skill) | |
![]() ![]() | CalcBonus(String, Int32) | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetObjectData | |
![]() | GetRandomisedSkillBonus | |
![]() | GetSkillBonus | |
![]() | GetSkillLevel |
Returns the skill level for the specified skill.
|
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SetSkillLevel |
Sets the skill level for the specified skill.
|
![]() ![]() | ShortenSkillName |
Takes a string name like
"combat.melee.crushing" (or whatever) and returns
"co.me.cr"
|
![]() | ToString | (Inherited from Object.) |
![]() | UseSkill |
Returns the skill level for the specified skill, and increments the usage count for that skill.
|
Fields
Name | Description | |
---|---|---|
![]() | _living |
Properties
Name | Description | |
---|---|---|
![]() | Living |