Background for Skyrim SE
Member of the _Q2C_Functions script
PotionfunctionWornObjectGetPoison(ActorakActor, intaiHandSlot, intaiSlotMask)Global

Description

Documentation Comment

this is already done by SKSE, so just forward on to that version


Caveats


Parameters

ActorakActor

intaiHandSlot

intaiSlotMask


Examples

Auto-Generated Example

Actor myActor__akActor
int myInt__aiHandSlot
int myInt__aiSlotMask

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