Background for Starfield
Member of the Game script
voidfunctionHideContrabandScanWarning(boolabSkipCompletionAnim=false, boolabWasDetectionEvaded=false)NativeGlobal

Description

Documentation Comment

Hides the Contraband Scan Warning, skipping or completing the scan as a success or failure.
If abSkipCompletionAnim is true, abWasDetectionEvaded will be ignored.


Caveats


Parameters

boolabSkipCompletionAnim=false

boolabWasDetectionEvaded=false


Examples

Auto-Generated Example

bool myBool__abSkipCompletionAnim
bool myBool__abWasDetectionEvaded

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