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.
Syntax[edit | edit source]
Function StartTitleSequence(string asSequenceName) native global
Parameters[edit | edit source]
- asSequenceName: The sequence animation to play in the title menu.
Return Value[edit | edit source]
None
Examples[edit | edit source]
; Play "sequence1" in the title menu
Game.StartTitleSequence("Sequence1")