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

A creature/character skill definition. More...

Static Public Member Functions

static ? NwSkill FromSkillId (int skillId)
 Resolves a NwSkill from a skill id.
 
static ? NwSkill FromSkillType (Skill skillType)
 Resolves a NwSkill from a Anvil.API.Skill.
 
static implicit operator NwSkill? (Skill skillType)
 

Properties

bool AllClassesCanUse [get]
 Gets if this skill can be used by all classes.
 
bool ArmorCheckPenalty [get]
 Gets if this skill is subject to the armor check penalty.
 
StrRef Description [get]
 Gets the description of this skill.
 
string? IconResRef [get]
 Gets the ResRef of the GUI icon representing this skill.
 
byte Id [get]
 Gets the ID of this skill.
 
bool IsHostileSkill [get]
 Gets if this skill is considered a hostile action.
 
bool IsUntrained [get]
 Gets if this skill is untrained. Trained skills require at least a single rank before they can be used.
 
Ability KeyAbility [get]
 Gets the ability that the skill uses as.
 
StrRef Name [get]
 Gets the name of this skill.
 
Skill SkillType [get]
 Gets the associated Skill type for this skill.
 

Detailed Description

A creature/character skill definition.

Member Function Documentation

◆ FromSkillId()

static ? NwSkill Anvil.API.NwSkill.FromSkillId ( int skillId)
inlinestatic

Resolves a NwSkill from a skill id.

Parameters
skillIdThe id of the skill to resolve.
Returns
The associated NwSkill instance. Null if the skill id is invalid.

◆ FromSkillType()

static ? NwSkill Anvil.API.NwSkill.FromSkillType ( Skill skillType)
inlinestatic

Resolves a NwSkill from a Anvil.API.Skill.

Parameters
skillTypeThe skill type to resolve.
Returns
The associated NwSkill instance. Null if the skill type is invalid.

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