- Found in:
- Inventory Functions
Description
Documentation String
Get the number of poison charges on akObjRef
Returns: The number of charges, or -1 if unsuccessful for any reason
(eg the item is not a weapon, or no poison applied)
Caveats
Parameters
ObjectReferenceakObjRef
Examples
Auto-Generated Example
ObjectReference myObjectReference__akObjRef
int returnedValue = _Q2C_Functions.GetPoisonCharges(myObjectReference__akObjRef)