StartTitleSequence - Game

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")

See AlsoEdit