Background for Skyrim SE
Member of the clib script
Alias[]functioncArrayRemoveIndexAlias(Alias[]aArray, intindexToRemove=0, boolusePapUtil=true)Global

Description

Documentation String

Requirements: None, PapyrusUtil:Soft


Caveats


Parameters

Alias[]aArray

intindexToRemove=0

boolusePapUtil=true


Examples

Auto-Generated Example

Alias[] myAliasArray__aArray
int myInt__indexToRemove
bool myBool__usePapUtil

Alias[] returnedValue = clib.cArrayRemoveIndexAlias(myAliasArray__aArray, myInt__indexToRemove, myBool__usePapUtil)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.