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

Description

Documentation Comment

These are all just shortcuts to the full WornObject versions above, sending aiSlotMask as 0


Caveats


Parameters

ActorakActor

intaiHandSlot


Examples

Auto-Generated Example

Actor myActor__akActor
int myInt__aiHandSlot

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