Background for Skyrim SE
Member of the clib script
int[]functioncArrayRemoveValueInt(int[]aArray, inttoRemove=0, boolusePapUtil=true)Global

Description

Documentation String

Requirements: None, PapyrusUtil:Soft


Caveats


Parameters

int[]aArray

inttoRemove=0

boolusePapUtil=true


Examples

Auto-Generated Example

int[] myIntArray__aArray
int myInt__toRemove
bool myBool__usePapUtil

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