Difference between revisions of "GetWornItemMods - Actor"

No change in size ,  21:17, 26 April 2017
m
fixed copy paste mistake
imported>Qazaaq
(change the examples)
imported>Qazaaq
m (fixed copy paste mistake)
Line 9: Line 9:
== Syntax ==
== Syntax ==
<source lang="papyrus">
<source lang="papyrus">
; Get the players left hand object mods.
ObjectMod[] Function GetWornItemMods(int slotIndex) Native
ObjectMod[] Function GetWornItemMods(int slotIndex) Native
</source>
</source>
Line 21: Line 20:
== Examples ==
== Examples ==
<source lang="papyrus">
<source lang="papyrus">
; Get the players left hand object mods.
ObjectMod[] objectMods = Game.GetPlayer().GetWornItemMods(4)
ObjectMod[] objectMods = Game.GetPlayer().GetWornItemMods(4)
</source>
</source>
Anonymous user