- Found in:
- cLib
Description
Documentation String
Requirements: None
Documentation Comment
just copies one array to another, can be used for arrays of any size whether SKSE is installed or not
Caveats
Parameters
bool[]aArray1
bool[]aArray2
boolfiller=false
Examples
Auto-Generated Example
bool[] myBoolArray__aArray1
bool[] myBoolArray__aArray2
bool myBool__filler
bool[] returnedValue = clib.cArrayCopyToBool(myBoolArray__aArray1, myBoolArray__aArray2, myBool__filler)