Background for Skyrim SE
Member of the PapyrusUtil script
Actor[]functionRemoveActor(Actor[]ArrayValues, ActorToRemove)NativeGlobal


Caveats


Parameters

Actor[]ArrayValues

ActorToRemove


Examples

Auto-Generated Example

Actor[] myActorArray__ArrayValues
Actor myActor__ToRemove

Actor[] returnedValue = PapyrusUtil.RemoveActor(myActorArray__ArrayValues, myActor__ToRemove)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.