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

Description

Wiki Description

Enables/disables AI processing in the game.

Documentation Comment

Enable/disable AI processing


Caveats


Parameters

boolabEnable=true

CK Wiki Description

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

  • Default:True

Examples

; Enables AI processing
Debug.EnableAI()
; Disables AI processing
Debug.EnableAI(false)

Auto-Generated Example

bool myBool__abEnable

Debug.EnableAI(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.