- Found in:
- SKSE
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.
EndIfAuto-Generated Example
bool returnedValue = myActor__toCallFunctionOn.IsAIEnabled()