Anvil
Loading...
Searching...
No Matches
Anvil.API.Talent Class Referencesealed

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


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