A creature/character skill definition.
More...
|
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.
|
|
A creature/character skill definition.
◆ FromSkillId()
static ? NwSkill Anvil.API.NwSkill.FromSkillId |
( |
int | skillId | ) |
|
|
inlinestatic |
Resolves a NwSkill from a skill id.
- Parameters
-
skillId | The 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
-
skillType | The 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:
- NWN.Anvil/src/main/API/Ruleset/NwSkill.cs