Table of Contents

Class Talent

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Represents a talent structure. A talent is a feat, skill or spell possessed by a creature.

public sealed class Talent : EngineStructure, IDisposable
Inheritance
Talent
Implements
Inherited Members
Extension Methods

Properties

Feat

Gets the associated feat, if this talent is a feat.

Skill

Gets the associated skill, if this talent is a skill.

Spell

Gets the associated spell, if this talent is a spell.

StructureId
Type

Gets the type of this talent (Spell/Feat/Skill).

Valid

Gets a value indicating whether this talent is valid.

Operators

implicit operator Talent(Feat)
implicit operator Talent(NwFeat)
implicit operator Talent(NwSkill)
implicit operator Talent(NwSpell)
implicit operator Talent(Skill)
implicit operator Talent(Spell)
implicit operator Talent(nint)