IsSkill - ActorValueInfo

From the CreationKit Wiki
Jump to navigation Jump to search

SKSE Member of: ActorValueInfo Script


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


Syntax[edit | edit source]

Bool Function IsSkill() native

Parameters[edit | edit source]

None

Return Value[edit | edit source]

Whether or not the AVI is a skill.


Examples[edit | edit source]

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


Notes[edit | edit source]

  • 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.