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


Parameters

  1. Actor[]akArray

  2. intIndexA

  3. intIndexB


Examples

Auto-Generated Example

Actor[] myActorArray__akArray
int myInt__IndexA
int myInt__IndexB

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