Background for Skyrim SE
Member of the JIntMap script
intfunctiongetNthKey(intobject, intkeyIndex)NativeGlobal

Description

Documentation Comment

Retrieves N-th key. negative index accesses items from the end of container counting backwards.
Worst complexity is O(n/2)


Caveats


Parameters

intobject

intkeyIndex


Examples

Auto-Generated Example

int myInt__object
int myInt__keyIndex

int returnedValue = JIntMap.getNthKey(myInt__object, myInt__keyIndex)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.