Background for Skyrim SE
Member of the CustomSkills script
voidfunctionShowTrainingMenu(stringasSkillId, intaiMaxLevel, ActorakTrainer)NativeGlobal

Description

Documentation Comment

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


Caveats


Parameters

stringasSkillId

intaiMaxLevel

ActorakTrainer


Examples

Auto-Generated Example

string myString__asSkillId
int myInt__aiMaxLevel
Actor myActor__akTrainer

CustomSkills.ShowTrainingMenu(myString__asSkillId, myInt__aiMaxLevel, myActor__akTrainer)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.