Background for Skyrim SE
Member of the PO3_SKSEFunctions script
boolfunctionIsLimbGone(ActorakActor, intaiLimb)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

LimbValue
None-1
Torso0
Head1
  • 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

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