Difference between revisions of "GetWornItemMods - Actor"

1 byte removed ,  13:05, 23 April 2017
changed left hand constant
imported>Qazaaq
(Fixed object mod link)
imported>Qazaaq
(changed left hand constant)
Line 20: Line 20:
== Examples ==
== Examples ==
<source lang="papyrus">
<source lang="papyrus">
int LeftHand = 34 const
int LeftHand = 4 const
ObjectMod[] mods = Game.GetPlayer().GetWornItemMods(LeftHand)
ObjectMod[] mods = Game.GetPlayer().GetWornItemMods(LeftHand)
If (mods)
If (mods)
Anonymous user