- Found in:
- cLib
Alias[]functioncArraySliceAlias(Alias[]aArray, intfromIndex, inttoIndex=0, boolusePapUtil=true)Global
Description
Documentation String
Requirements: None, PapyrusUtil:Soft
Caveats
Parameters
Examples
Auto-Generated Example
Alias[] myAliasArray__aArray
int myInt__fromIndex
int myInt__toIndex
bool myBool__usePapUtil
Alias[] returnedValue = clib.cArraySliceAlias(myAliasArray__aArray, myInt__fromIndex, myInt__toIndex, myBool__usePapUtil)