GetEquippedData
From GECK
(Redirected from GetEqData)
A function added by the Lutana NVSE plugin, now part of the JIP NVSE Plugin.
Contents
Description
Similar to GetEquippedObject, but returns an array_var containing the item form, its health, and weapon mod flags (where applicable).
Syntax
(equippedData:array_var) reference.GetEquippedData equipSlot:int{0-19}
Or:
(equippedData:array_var) reference.GetEqData equipSlot:int{0-19}
Example
let aEquippedData := rActorRef.GetEquippedData 5