- Found in:
- PO3's PE
Description
GitHub Wiki Description (PO3's PE)
- Gets poison dose on equipped weapon
Caveats
Parameters
ActorakActor
boolabLeftHand
Examples
Auto-Generated Example
Actor myActor__akActor
bool myBool__abLeftHand
int returnedValue = PO3_SKSEFunctions.GetEquippedWeaponPoisonCount(myActor__akActor, myBool__abLeftHand)Additional References
View this function on the GitHub Wiki for powerofthree's Papyrus Extender
