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