Background for Skyrim SE
Member of the Game script
voidfunctionShowTrainingMenu(ActoraTrainer)NativeGlobal

Description

Wiki Description

Shows the training menu.

Documentation Comment

Displays the training menu based on passed in trainer actor


Caveats


Parameters

ActoraTrainer

CK Wiki Description

Actor providing the training.


Examples

; Show the training menu to allow the player to train skills
Game.ShowTrainingMenu(blacksmithTrainingActor)

Auto-Generated Example

Actor myActor__aTrainer

Game.ShowTrainingMenu(myActor__aTrainer)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

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