Background for Skyrim SE
Member of the PO3_SKSEFunctions script
boolfunctionApplyPoisonToEquippedWeapon(ActorakActor, PotionakPoison, intaiCount, boolabLeftHand)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Applies poison with specified dose to the equipped weapon. Weapon must not have poison applied (to modify existing poisons, see SetEquippedWeaponPoison)

Caveats


Parameters

ActorakActor

PotionakPoison

intaiCount

boolabLeftHand


Examples

Auto-Generated Example

Actor myActor__akActor
Potion myPotion__akPoison
int myInt__aiCount
bool myBool__abLeftHand

bool returnedValue = PO3_SKSEFunctions.ApplyPoisonToEquippedWeapon(myActor__akActor, myPotion__akPoison, myInt__aiCount, myBool__abLeftHand)

Additional References

View this function on the GitHub Wiki for powerofthree's Papyrus Extender

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.