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

Description

Documentation String

Remove the poison from the weapon in aiHandSlot


Parameters

  1. ActorakActor

  2. intaiHandSlot

  3. intaiSlotMask


Examples

Auto-Generated Example

Actor myActor__akActor
int myInt__aiHandSlot
int myInt__aiSlotMask

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