Anvil
Anvil.API.Talent Class Reference

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

+ Inheritance diagram for Anvil.API.Talent:
+ Collaboration diagram for Anvil.API.Talent:

Static Public Member Functions

static implicit operator Talent (Feat feat)
 
static implicit operator Talent (IntPtr intPtr)
 
static implicit operator Talent (NwFeat feat)
 
static implicit operator Talent (NwSkill skill)
 
static implicit operator Talent (NwSpell spell)
 
static implicit operator Talent (Skill skill)
 
static implicit operator Talent (Spell spell)
 
- Static Public Member Functions inherited from Anvil.API.EngineStructure
static implicit operator IntPtr (EngineStructure engineStructure)
 

Properties

NwFeat Feat [get]
 Gets the associated feat, if this talent is a feat. More...
 
NwSkill Skill [get]
 Gets the associated skill, if this talent is a skill. More...
 
NwSpell Spell [get]
 Gets the associated spell, if this talent is a spell. More...
 
override int StructureId [get]
 
TalentType Type [get]
 Gets the type of this talent (Spell/Feat/Skill). More...
 
bool Valid [get]
 Gets a value indicating whether this talent is valid. More...
 
- Properties inherited from Anvil.API.EngineStructure
bool IsValid [get]
 Gets if this object is valid. More...
 
abstract int StructureId [get]
 

Additional Inherited Members

- Public Member Functions inherited from Anvil.API.EngineStructure
void Dispose ()
 
- Protected Member Functions inherited from Anvil.API.EngineStructure
 EngineStructure (IntPtr handle, bool memoryOwn)
 

Detailed Description

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

Property Documentation

◆ Feat

NwFeat Anvil.API.Talent.Feat
get

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

◆ Skill

NwSkill Anvil.API.Talent.Skill
get

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

◆ Spell

NwSpell Anvil.API.Talent.Spell
get

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

◆ Type

TalentType Anvil.API.Talent.Type
get

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

◆ Valid

bool Anvil.API.Talent.Valid
get

Gets a value indicating whether this talent is valid.


The documentation for this class was generated from the following files: