Background for Starfield
Member of the Game script
voidfunctionPlayBinkNoWait(stringasFileName, boolabInterruptible=false, boolabMuteAudio=true, boolabMuteMusic=true, boolabLetterbox=true, boolabIsNewGameBink=false, boolaPlayDuringLoadingScreen=false)NativeGlobal

Description

Documentation Comment

Plays a bink video, use with care!


Caveats


Parameters

stringasFileName

boolabInterruptible=false

boolabMuteAudio=true

boolabMuteMusic=true

boolabLetterbox=true

boolabIsNewGameBink=false

boolaPlayDuringLoadingScreen=false


Examples

Auto-Generated Example

string myString__asFileName
bool myBool__abInterruptible
bool myBool__abMuteAudio
bool myBool__abMuteMusic
bool myBool__abLetterbox
bool myBool__abIsNewGameBink
bool myBool__aPlayDuringLoadingScreen

Game.PlayBinkNoWait(myString__asFileName, myBool__abInterruptible, myBool__abMuteAudio, myBool__abMuteMusic, myBool__abLetterbox, myBool__abIsNewGameBink, myBool__aPlayDuringLoadingScreen)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.