|
sbyte | GetSkillRank (NwSkill skill) |
| Gets the skill ranks for the specified skill on this creature level.
|
|
void | SetSkillRank (NwSkill skill, sbyte rank) |
| Sets the skill ranks for the specified skill on this creature level.
|
|
|
Ability? | AbilityGained [get, set] |
| Gets or sets the ability increased at this level.
|
|
IReadOnlyList< IList< NwSpell > > | AddedKnownSpells [get] |
| Gets a mutable list of known spells added at this level.
The returned array is indexed by spell level, 0 = cantrips, 1 = level 1 spells, etc.
|
|
CreatureClassInfo | ClassInfo [get] |
| Gets the class chosen at this level.
|
|
int | FeatCount [get] |
| Gets the number of feats gained at this level.
|
|
IList< NwFeat > | Feats [get] |
| Gets a mutable list of feats gained at this level.
|
|
byte | HitDie [get, set] |
| Gets or sets the hitpoints gained by this creature for this level.
|
|
IReadOnlyList< IList< NwSpell > > | RemovedKnownSpells [get] |
| Gets a mutable list of known spells removed at this level.
The returned array is indexed by spell level, 0 = cantrips, 1 = level 1 spells, etc.
|
|
ushort | SkillPointsRemaining [get, set] |
| Gets or sets the amount of skill points unspent at this level.
|
|
◆ GetSkillRank()
sbyte Anvil.API.CreatureLevelInfo.GetSkillRank |
( |
NwSkill | skill | ) |
|
|
inline |
Gets the skill ranks for the specified skill on this creature level.
- Parameters
-
- Returns
- The number of skill ranks.
◆ SetSkillRank()
void Anvil.API.CreatureLevelInfo.SetSkillRank |
( |
NwSkill | skill, |
|
|
sbyte | rank ) |
|
inline |
Sets the skill ranks for the specified skill on this creature level.
- Parameters
-
skill | The skill to modify. |
rank | The new number of skill ranks. |
The documentation for this class was generated from the following file:
- NWN.Anvil/src/main/API/Objects/CreatureLevelInfo.cs