Background for Skyrim SE
Member of the Actor script
boolfunctionIsAIEnabled()Native

Description

Wiki Description

Checks whether the actors AI is enabled.

Documentation Comment

Returns whether the actors AI is enabled


Caveats


Examples

If Ralof.IsAIEnabled() ;Is Ralof's AI enabled?
    Ralof.EnableAI(False) ; If so Disable his AI.
EndIf

Auto-Generated Example

bool returnedValue = myActor__toCallFunctionOn.IsAIEnabled()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.