ShowTrainingMenu - Game

From the Fallout4 CreationKit Wiki
Revision as of 20:28, 11 February 2018 by imported>Qazaaq (added category)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Game Script

Shows the training menu.

Syntax[edit | edit source]

Function ShowTrainingMenu(Actor aActor) Native Global

Parameters[edit | edit source]

  • aActor: Actor providing the training.

Return Value[edit | edit source]

None

Examples[edit | edit source]

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

See Also[edit | edit source]