ShowPipboyBootSequence - Game

From the Fallout4 CreationKit Wiki
Revision as of 11:10, 2 December 2015 by imported>Plplecuyer (Created page with "Category:Scripting Category:Papyrus '''Member of:''' Game Script Plays the pipboy boot sequence with the specified animation == Syntax == <source lang="papyrus"> Fu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Game Script

Plays the pipboy boot sequence with the specified animation

Syntax

Function ShowPipboyBootSequence(string asAnimationName) native global

Parameters

  • asAnimationName: The animation to play

Return Value

None

Examples

None

See Also