Background for Skyrim SE
Member of the DbBigActorArray script
ActorfunctionRemoveAt(intindex)

Description

Documentation Comment

remove the Actor at the index, reducing the size by 1 and moving each element after the index back by 1.
returns the Actor that's currently at the index


Caveats


Parameters

intindex


Examples

Auto-Generated Example

int myInt__index

Actor returnedValue = myDbBigActorArray__toCallFunctionOn.RemoveAt(myInt__index)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.