Background for Skyrim SE
Member of the clib script
Actor[]functioncArrayTidyActor(Actor[]aArray, boolclearNone=false, boolclearDupes=false)Global

Description

Documentation String

Requirements: None

Documentation Comment

====== Manipulation

Housekeeping (returns original)
---@ Three(2 for objects) in one


Caveats


Parameters

Actor[]aArray

boolclearNone=false

boolclearDupes=false


Examples

Auto-Generated Example

Actor[] myActorArray__aArray
bool myBool__clearNone
bool myBool__clearDupes

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