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


Parameters

  1. ActorakActor

  2. inthandSlot

  3. intslotMask


Examples

Auto-Generated Example

Actor myActor__akActor
int myInt__handSlot
int myInt__slotMask

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