GetWornItemMods - Actor

Revision as of 13:53, 6 April 2017 by imported>Qazaaq (Added F4SE member)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

F4SE Member of: Actor Script

Obtains all the ObjectMods for an item at a particular Biped Slot.


Syntax

ObjectMod[] Function GetWornItemMods(int slotIndex) Native

Parameters

Return Value

An array of all ObjectMods obtained from the given Biped Slot, returns none if there is no item.

Examples

; todo

Notes

See Also