Background for Skyrim SE
Member of the clib script
voidfunctioncArraySwapIndexBool(bool[]aArray, intindex1, intindex2)Global

Description

Documentation String

Requirements: None


Parameters

  1. bool[]aArray

  2. intindex1

  3. intindex2


Examples

Auto-Generated Example

bool[] myBoolArray__aArray
int myInt__index1
int myInt__index2

clib.cArraySwapIndexBool(myBoolArray__aArray, myInt__index1, myInt__index2)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.