- Found in:
- PO3's PE
Description
GitHub Wiki Description (PO3's PE)
| Limb | Value |
|---|---|
| None | -1 |
| Torso | 0 |
| Head | 1 |
- Returns whether limb is gone (i.e, the head)
Caveats
Parameters
ActorakActor
intaiLimb
Examples
Auto-Generated Example
Actor myActor__akActor
int myInt__aiLimb
bool returnedValue = PO3_SKSEFunctions.IsLimbGone(myActor__akActor, myInt__aiLimb)Additional References
View this function on the GitHub Wiki for powerofthree's Papyrus Extender
