Background for Skyrim SE
Member of the clib script
Actor[]functioncArrayCompactActor(Actor[]aArray, ActorshiftValue=NONE)Global

Description

Documentation String

Requirements: None

Documentation Comment

Shift all values that cast to Bool as False to the end


Caveats


Parameters

Actor[]aArray

ActorshiftValue=NONE


Examples

Auto-Generated Example

Actor[] myActorArray__aArray
Actor myActor__shiftValue

Actor[] returnedValue = clib.cArrayCompactActor(myActorArray__aArray, myActor__shiftValue)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.