Background for Skyrim SE
Member of the clib script
Actor[]functioncArraySliceActor(Actor[]aArray, intfromIndex, inttoIndex=0, boolusePapUtil=true)Global

Description

Documentation String

Requirements: None, PapyrusUtil:Soft

Documentation Comment

Slice copies a portion of aArray to new array and returns it


Parameters

  1. Actor[]aArray

  2. intfromIndex

  3. inttoIndex=0

  4. boolusePapUtil=true


Examples

Auto-Generated Example

Actor[] myActorArray__aArray
int myInt__fromIndex
int myInt__toIndex
bool myBool__usePapUtil

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