- Found in:
- PO3's PE
Description
GitHub Wiki Description (PO3's PE)
| Type | Description |
|---|---|
| 0 | Disables AI (freeze in place) |
| 1 | Paralyze (Paralyze with stiff ragdoll) |
Caveats
Parameters
Examples
Auto-Generated Example
Actor myActor__akActor
int myInt__type
bool myBool__abFreeze
PO3_SKSEFunctions.FreezeActor(myActor__akActor, myInt__type, myBool__abFreeze)Additional References
View this function on the GitHub Wiki for powerofthree's Papyrus Extender
