[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Ar Next
Revision as of 09:04, 3 January 2015 by imported>QQuix (added another possible return)
< [[::Category:Functions|Category:Functions]]
A function added by the Oblivion Script Extender.
Syntax:
(key:arrayKey) ar_Next src:array precedingKey:arrayKey
Returns the key of the element immediately following the passed key
Returns Ar_BadNumericIndex/Ar_BadStringIndex if no key follows it.
Returns Ar_BadNumericIndex/Ar_BadStringIndex if the passed key does not exists in the array.