Background for Skyrim SE
Member of the clib script
bool[]functioncArrayCopyToBool(bool[]aArray1, bool[]aArray2, boolfiller=false)Global

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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.