Background for Starfield
Member of the Game script
voidfunctionShowContrabandScanWarning(intaiChanceToEvadeDetection, boolabScanInProgress=false)NativeGlobal

Description

Documentation Comment

Shows the Contraband Scan Warning.
aiChanceToEvadeDetection: an integer representing the percent to evade detection.
abScanInProgress: a boolean that specifies whether a security scan is in progress.


Caveats


Parameters

intaiChanceToEvadeDetection

boolabScanInProgress=false


Examples

Auto-Generated Example

int myInt__aiChanceToEvadeDetection
bool myBool__abScanInProgress

Game.ShowContrabandScanWarning(myInt__aiChanceToEvadeDetection, myBool__abScanInProgress)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.