The ActorUtil script is a part of Skyrim SE’s Papyrus scripting ecosystem. This script is not present in the vanilla game, but can be found in modded sources like PapyrusUtil SE - Modders Scripting Utility Functions (PapyrusUtil).
For this script, the Papyrus index knows about:
- 5 functions
Inheritance Tree
No indexed scripts extend this script.
Properties
No properties found.
Events
No events found.
Functions
- Found in:
- PapyrusUtil
voidfunctionAddPackageOverride(ActortargetActor, PackagetargetPackage, intpriority=30, intflags=0)NativeGlobalThis will add a package to actor that will override its normal behavior. Using this function overrides all packages added from any other location.
- Found in:
- PapyrusUtil
Remove a previously added package override.
- Found in:
- PapyrusUtil
Count how many package overrides are currently on this actor. It will also count ones that's condition isn't met.
- Found in:
- PapyrusUtil
Remove all package overrides on this actor, including ones that were added by other mods.
- Found in:
- PapyrusUtil
Remove this package from all actor overrides.
