Background for Skyrim SE
Member of the PO3_SKSEFunctions script
voidfunctionFreezeActor(ActorakActor, inttype, boolabFreeze)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

TypeDescription
0Disables AI (freeze in place)
1Paralyze (Paralyze with stiff ragdoll)

Caveats


Parameters

ActorakActor

inttype

boolabFreeze


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

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