Background for Skyrim SE

CustomSkills


Inheritance Tree

No indexed scripts extend this script.

Properties
Events
Functions
intfunctionGetAPIVersion()NativeGlobal

Get the current Custom Skills API version.
Current version: 3

voidfunctionOpenCustomSkillMenu(stringasSkillId)NativeGlobal

Open the custom skill menu for the given skill or group (config file).

voidfunctionShowTrainingMenu(stringasSkillId, intaiMaxLevel, ActorakTrainer)NativeGlobal

Displays the training menu for the given skill, maximum level, and trainer actor.

voidfunctionAdvanceSkill(stringasSkillId, floatafMagnitude)NativeGlobal

Advance the given skill by the provided amount of skill usage.

voidfunctionIncrementSkill(stringasSkillId)NativeGlobal

Increment the given skill by one point.

voidfunctionIncrementSkillBy(stringasSkillId, intaiCount)NativeGlobal

Increment the given skill by the given number of points.

stringfunctionGetSkillName(stringasSkillId)NativeGlobal

Get the display name of the given skill.

intfunctionGetSkillLevel(stringasSkillId)NativeGlobal

Get the current level of the given skill.

voidfunctionShowSkillIncreaseMessage(stringasSkillId, intaiSkillLevel)NativeGlobal

Displays the skill increase message on the HUD for the given skill and level.

voidfunctionDebugReload()NativeGlobal

Reload configurations. For debug usage only.

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.