Difference between revisions of "Actor Script"
Jump to navigation
Jump to search
Added F4SE member
imported>Qazaaq (Added F4SE member) |
imported>Qazaaq (Added F4SE member) |
||
Line 18: | Line 18: | ||
== Structs == | == Structs == | ||
*[[WornItem Struct - Actor]] | *[[WornItem Struct - Actor|WornItem]] | ||
**A struct that holds information about an actors worn item. | **A struct that holds information about an actors worn item. | ||
Line 437: | Line 437: | ||
*int Function [[WouldRefuseCommand - Actor|WouldRefuseCommand]](ObjectReference akTarget) | *int Function [[WouldRefuseCommand - Actor|WouldRefuseCommand]](ObjectReference akTarget) | ||
**Returns if the actor would refuse a command from the player regarding the target object, and why. | **Returns if the actor would refuse a command from the player regarding the target object, and why. | ||
== F4SE Member Functions == | |||
*[[WornItem Struct - Actor|WornItem]] Function [[GetWornItem - Actor|GetWornItem]](int slotIndex, bool firstPerson) | |||
**description | |||
*[[ObjectMod Script|ObjectMod]] Function [[GetWornItemMods - Actor|GetWornItemMods]](int slotIndex) | |||
**description | |||
== Events == | == Events == |