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