Difference between revisions of "ShowPipboyBootSequence - Game"
Jump to navigation
Jump to search
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...") |
imported>Qazaaq (added category) |
||
Line 1: | Line 1: | ||
'''Member of:''' [[Game Script]] | '''Member of:''' [[Game Script]] | ||
Plays the pipboy boot sequence with the specified animation | Plays the pipboy boot sequence with the specified animation name. | ||
== Syntax == | == Syntax == | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
Function ShowPipboyBootSequence(string asAnimationName) | Function ShowPipboyBootSequence(string asAnimationName) Native Global | ||
</source> | </source> | ||
Line 21: | Line 19: | ||
== See Also == | == See Also == | ||
*[[Game Script]] | *[[Game Script]] | ||
[[Category:Scripting]] | |||
[[Category:Papyrus]] | |||
[[Category:User Interface]] |
Latest revision as of 20:16, 11 February 2018
Member of: Game Script
Plays the pipboy boot sequence with the specified animation name.
Syntax[edit | edit source]
Function ShowPipboyBootSequence(string asAnimationName) Native Global
Parameters[edit | edit source]
- asAnimationName: The animation to play
Return Value[edit | edit source]
None
Examples[edit | edit source]
None