Background for Skyrim SE
Member of the _Q2C_Functions script
intfunctionWornSetPoisonCharges(ActorakActor, intaiHandSlot, intaiCharges=1)Global


Caveats


Parameters

ActorakActor

intaiHandSlot

intaiCharges=1


Examples

Auto-Generated Example

Actor myActor__akActor
int myInt__aiHandSlot
int myInt__aiCharges

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