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

Description

Documentation String

Requirements: None

Documentation Comment

this assumes that the last indices are not supposed to be trailingValue


Caveats


Parameters

Actor[]aArray

ActortrailingValue=NONE


Examples

Auto-Generated Example

Actor[] myActorArray__aArray
Actor myActor__trailingValue

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