Difference between revisions of "Actor Script"
Jump to navigation
Jump to search
→SKSE Member Functions: Added new SKSE functions.
imported>Bot Owned |
imported>Bot Owned (→SKSE Member Functions: Added new SKSE functions.) |
||
Line 586: | Line 586: | ||
'''Function [[RegenerateHead - Actor|RegenerateHead]]()''' | '''Function [[RegenerateHead - Actor|RegenerateHead]]()''' | ||
* Updates an Actors head mesh. | * Updates an Actors head mesh. | ||
'''Form Function [[GetEquippedObject - Actor|GetEquippedObject]](int location)''' | |||
* Returns the object currently equipped in the specified location. | |||
'''Function [[UpdateWeight - Actor|UpdateWeight]]()''' | |||
* Visually updates the actors weight. | |||
'''Bool Function [[IsAIEnabled - Actor|IsAIEnabled]]()''' | |||
* Returns whether the actors AI is enabled | |||
'''bool Function [[IsSwimming - Actor|IsSwimming]]()''' | |||
* Returns whether the actor is currently swimming. | |||
'''Function [[SheatheWeapon - Actor|SheatheWeapon]]()''' | |||
* Sheathes the actors weapon. | |||
== Events == | == Events == |