- Found in:
- cLib
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
Caveats
Parameters
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)