Background for Skyrim SE
Member of the clib script
int[]functioncArrayReplaceInt(int[]aArray, intreplaceThis, intwithThis, boolforceAll=false)Global

Description

Documentation String

Requirements: None

Documentation Comment

forceAll == TRUE replaces EVERYTHING with aValue


Parameters

  1. int[]aArray

  2. intreplaceThis

  3. intwithThis

  4. boolforceAll=false


Examples

Auto-Generated Example

int[] myIntArray__aArray
int myInt__replaceThis
int myInt__withThis
bool myBool__forceAll

int[] returnedValue = clib.cArrayReplaceInt(myIntArray__aArray, myInt__replaceThis, myInt__withThis, myBool__forceAll)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.