The AbstractSkillTree type exposes the following members.

Constructors

  NameDescription
Public methodAbstractSkillTree(Living)
Initializes a new instance of the AbstractSkillTree class
Public methodAbstractSkillTree(SerializationInfo, StreamingContext)
Initializes a new instance of the AbstractSkillTree class

Methods

  NameDescription
Public methodStatic memberCalcBonus(Skill)
Public methodStatic memberCalcBonus(String, Int32)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData
Public methodGetRandomisedSkillBonus
Public methodGetSkillBonus
Public methodGetSkillLevel
Returns the skill level for the specified skill.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetSkillLevel
Sets the skill level for the specified skill.
Public methodStatic memberShortenSkillName
Takes a string name like "combat.melee.crushing" (or whatever) and returns "co.me.cr"
Public methodToString (Inherited from Object.)
Public methodUseSkill
Returns the skill level for the specified skill, and increments the usage count for that skill.

Fields

  NameDescription
Protected field_living

Properties

  NameDescription
Public propertyLiving

See Also