IsAIEnabled - Actor

Revision as of 23:36, 31 May 2013 by imported>Bot Owned (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' Actor Script Checks whether the actors AI is enabled. == Syntax == <source lang="papy...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

SKSE Member of: Actor Script

Checks whether the actors AI is enabled.

SyntaxEdit

bool Function IsAIEnabled() native

ParametersEdit

None.

Return ValueEdit

Whether the actors AI is enabled.

ExamplesEdit

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

See AlsoEdit