Background for Skyrim SE

ActorUtil


Inheritance Tree

No indexed scripts extend this script.

Properties
Events
Functions
voidfunctionAddPackageOverride(ActortargetActor, PackagetargetPackage, intpriority=30, intflags=0)NativeGlobal

This will add a package to actor that will override its normal behavior. Using this function overrides all packages added from any other location.

boolfunctionRemovePackageOverride(ActortargetActor, PackagetargetPackage)NativeGlobal

Remove a previously added package override.

intfunctionCountPackageOverride(ActortargetActor)NativeGlobal

Count how many package overrides are currently on this actor. It will also count ones that's condition isn't met.

intfunctionClearPackageOverride(ActortargetActor)NativeGlobal

Remove all package overrides on this actor, including ones that were added by other mods.

intfunctionRemoveAllPackageOverride(PackagetargetPackage)NativeGlobal

Remove this package from all actor overrides.

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