The CustomSkills_AliasExt script is a part of Skyrim SE’s Papyrus scripting ecosystem. This script is not present in the vanilla game, but can be found in modded sources like Custom Skills Framework (Custom Skills).
For this script, the Papyrus index knows about:
- 2 events
- 4 functions
Inheritance Tree
No indexed scripts extend this script.
Properties
No properties found.
Events
- Found in:
- Custom Skills
eventOnCustomSkillIncrease(stringasSkillId)Copy this event to your script if you register for it.
- Found in:
- Custom Skills
eventOnCustomSkillBookRead(stringasSkillId, intaiIncrement)Copy this event to your script if you register for it.
Functions
- Found in:
- Custom Skills
Register an alias for the custom skill increase event.
- Found in:
- Custom Skills
Unregisters an alias from receiving the custom skill increase event.
- Found in:
- Custom Skills
Register an alias for the custom skill book read event.
The default skill book behavior can optionally be replaced.- Found in:
- Custom Skills
Unregisters an alias from receiving the custom skill book read event.
