Background for Skyrim SE
Member of the DbMiscFunctions script
voidfunctionSwapStringsV(string[]akArray, intIndexA, intIndexB)Global

Description

Documentation Comment

validate indexes first.


Caveats


Parameters

string[]akArray

intIndexA

intIndexB


Examples

Auto-Generated Example

string[] myStringArray__akArray
int myInt__IndexA
int myInt__IndexB

DbMiscFunctions.SwapStringsV(myStringArray__akArray, myInt__IndexA, myInt__IndexB)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.