ShowPipboyBootSequence - Game
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...")
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