StartTitleSequence - Game

From the Fallout4 CreationKit Wiki
Revision as of 21:06, 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

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

See Also[edit | edit source]