Difference between revisions of "Actor Script"
Jump to navigation
Jump to search
→Member Functions
imported>JLundin |
imported>JLundin |
||
Line 86: | Line 86: | ||
'''Function [[EnableAI - Actor|EnableAI]](bool abEnable)''' | '''Function [[EnableAI - Actor|EnableAI]](bool abEnable)''' | ||
*Enables or disables this actor's AI. | *Enables or disables this actor's AI. | ||
'''Function [[EndDeferredKill - Actor|EndDeferredKill]]()''' | |||
*Removes the actor from a Deferred Kill state. | |||
'''Function [[EquipItem - Actor|EquipItem]](Form akItem, bool abPreventRemoval, bool abSlient)''' | '''Function [[EquipItem - Actor|EquipItem]](Form akItem, bool abPreventRemoval, bool abSlient)''' | ||
Line 512: | Line 515: | ||
'''Function [[StartCombat - Actor|StartCombat]](Actor akTarget)''' | '''Function [[StartCombat - Actor|StartCombat]](Actor akTarget)''' | ||
*Attempts to initiate combat with the other actor. | *Attempts to initiate combat with the other actor. | ||
'''Function [[StartDeferredKill - Actor|StartDeferredKill]]()''' | |||
*Puts the actor into a Deferred Kill state | |||
'''Function [[StartSneaking - Actor|StartSneaking]]()''' | '''Function [[StartSneaking - Actor|StartSneaking]]()''' |