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()Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
