ShowTrainingMenu - Game

Revision as of 20:28, 11 February 2018 by imported>Qazaaq (added category)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Member of: Game Script

Shows the training menu.

SyntaxEdit

Function ShowTrainingMenu(Actor aActor) Native Global

ParametersEdit

  • aActor: Actor providing the training.

Return ValueEdit

None

ExamplesEdit

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

See AlsoEdit