Background for Skyrim SE
Member of the WornObject script
voidfunctionSetItemHealthPercent(ActorakActor, inthandSlot, intslotMask, floathealth)NativeGlobal


Caveats


Parameters

ActorakActor

inthandSlot

intslotMask

floathealth


Examples

Auto-Generated Example

Actor myActor__akActor
int myInt__handSlot
int myInt__slotMask
float myFloat__health

WornObject.SetItemHealthPercent(myActor__akActor, myInt__handSlot, myInt__slotMask, myFloat__health)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.