Background for Starfield
Member of the Actor script
boolfunctionIsAIEnabled()Native

Description

Wiki Description

Returns whether this actor's AI is currently enabled.

Documentation Comment

Returns whether this actor's AI is enabled.


Caveats


Examples

; Is AmbushGuy's AI enabled?
bool ambushGuyEnabled = AmbushGuy.IsAIEnabled()

Auto-Generated Example

bool returnedValue = myActor__toCallFunctionOn.IsAIEnabled()

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.