GetEquippedData

From GECK
Jump to: navigation, search


A function added by the Lutana NVSE plugin, now part of the JIP NVSE Plugin.

Description

Similar to GetEquippedObject, but returns an array_var containing the item form, its health, and weapon mod flags (where applicable).

Syntax

[help]
(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 

See Also