StartTitleSequence - Game
Revision as of 20:06, 11 February 2018 by imported>Qazaaq (added category)
Member of: Game Script
Run a given animation in the title menu.
SyntaxEdit
Function StartTitleSequence(string asSequenceName) native global
ParametersEdit
- asSequenceName: The sequence animation to play in the title menu.
Return ValueEdit
None
ExamplesEdit
; Play "sequence1" in the title menu
Game.StartTitleSequence("Sequence1")