The CustomSkills 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:
- 10 functions
Inheritance Tree
No indexed scripts extend this script.
Properties
No properties found.
Events
No events found.
Functions
- Found in:
- Custom Skills
Get the current Custom Skills API version.
Current version: 3- Found in:
- Custom Skills
Open the custom skill menu for the given skill or group (config file).
- Found in:
- Custom Skills
Displays the training menu for the given skill, maximum level, and trainer actor.
- Found in:
- Custom Skills
Advance the given skill by the provided amount of skill usage.
- Found in:
- Custom Skills
Increment the given skill by one point.
- Found in:
- Custom Skills
Increment the given skill by the given number of points.
- Found in:
- Custom Skills
Get the display name of the given skill.
- Found in:
- Custom Skills
Get the current level of the given skill.
- Found in:
- Custom Skills
Displays the skill increase message on the HUD for the given skill and level.
- Found in:
- Custom Skills
Reload configurations. For debug usage only.
