Background for Skyrim SE
Member of the _Q2C_Functions script
intfunctionWornObjectGetPoisonCharges(ActorakActor, intaiHandSlot, intaiSlotMask)NativeGlobal

Description

Documentation String

Get the number of poison charges on the weapon in aiHandSlot
Returns: The number of charges, or -1 if unsuccessful for any reason
(eg the item is not a weapon, or no poison applied)


Caveats


Parameters

ActorakActor

intaiHandSlot

intaiSlotMask


Examples

Auto-Generated Example

Actor myActor__akActor
int myInt__aiHandSlot
int myInt__aiSlotMask

int returnedValue = _Q2C_Functions.WornObjectGetPoisonCharges(myActor__akActor, myInt__aiHandSlot, myInt__aiSlotMask)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.