Difference between revisions of "Actor Script"

129 bytes added ,  01:28, 1 June 2013
imported>Bot Owned
m (→‎SKSE Member Functions: Capitalisation correction.)
imported>Bot Owned
Line 568: Line 568:
'''Form Function [[GetWornForm - Actor|GetWornForm]](int slotMask)'''
'''Form Function [[GetWornForm - Actor|GetWornForm]](int slotMask)'''
*Returns the form of the item worn with the specified slotMask.
*Returns the form of the item worn with the specified slotMask.
'''Form Function [[GetEquippedObject - Actor|GetEquippedObject]](int location)'''
* Returns the object currently equipped in the specified location.


'''Int Function [[GetSpellCount - Actor|GetSpellCount]]()'''
'''Int Function [[GetSpellCount - Actor|GetSpellCount]]()'''
Line 587: Line 590:
* Updates an Actors head mesh.
* Updates an Actors head mesh.


'''Form Function [[GetEquippedObject - Actor|GetEquippedObject]](int location)'''
'''Function [[ChangeHeadPart - Actor|ChangeHeadPart]](HeadPart hPart)'''
* Returns the object currently equipped in the specified location.
* Adds a headpart, if the type exists it will replace.


'''Function [[UpdateWeight - Actor|UpdateWeight]]()'''
'''Function [[UpdateWeight - Actor|UpdateWeight]]()'''
Anonymous user