- Found in:
- Vanilla
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
- Debug
- Debug.EnableDetection(...)
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
