ActorUtil
- Found in:
- PapyrusUtil
Inheritance Tree
No indexed scripts extend this script.
Properties
Events
Functions
- Found in:
- PapyrusUtil
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.
- 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.
