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


Parameters

  1. ActorakActor

  2. intaiHandSlot

  3. Potionpoison

  4. intaiCharges=1


Examples

Auto-Generated Example

Actor myActor__akActor
int myInt__aiHandSlot
Potion myPotion__poison
int myInt__aiCharges

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