Background for Skyrim SE
Member of the ActorUtil script
intfunctionCountPackageOverride(ActortargetActor)NativeGlobal

Description

Documentation Comment

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


Caveats


Parameters

ActortargetActor


Examples

Auto-Generated Example

Actor myActor__targetActor

int returnedValue = ActorUtil.CountPackageOverride(myActor__targetActor)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.