Background for Fallout 4
Member of the Debug script
voidfunctionEnableDetection(boolabEnable=true)NativeGlobal

Description

Wiki Description

Enables/disables AI detection in the game.

Documentation Comment

Enable/disable AI detection


Parameters

  1. boolabEnable=true

    CK Wiki Description

    If true, enables AI detection, if false, disables it.

    • Default:True

Examples

; Enables AI detection
Debug.EnableDetection()
; Disables AI detection
Debug.EnableDetection(false)

Auto-Generated Example

bool myBool__abEnable

Debug.EnableDetection(myBool__abEnable)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.