IsSkill - ActorValueInfo

SKSE Member of: ActorValueInfo Script


Checks to see if the AVI is a Skill, as opposed to a Actor Value or a Derived Attribute.


SyntaxEdit

Bool Function IsSkill() native

ParametersEdit

None

Return ValueEdit

Whether or not the AVI is a skill.


ExamplesEdit

;Check to see if Alchemy is a skill (Which it is so it would be true)
Alchemy.IsSkill()


NotesEdit

  • It is important to check (or know), if the AVI is a skill before you begin manipulating it's fields via ActorValueInfo Script as only skills benefit from AVI fields.