- Found in:
- Vanilla
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)