Difference between revisions of "Ar BadStringIndex"
Jump to navigation
Jump to search
imported>CSbot (Automated import of articles) |
imported>QQuix (Organizing the Array Functions category list) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| origin = OBSE | | origin = OBSE | ||
| summary = | | summary = Returns a constant representing an invalid string array index. Compare to the return value of commands returning an array key to determine if a valid key was returned. | ||
| name = ar_BadStringIndex | | name = ar_BadStringIndex | ||
| returnVal = badKey | | returnVal = badKey | ||
Line 11: | Line 10: | ||
[[Category:Functions (OBSE)]] | [[Category:Functions (OBSE)]] | ||
[[Category:Functions (OBSE v0017)]] | [[Category:Functions (OBSE v0017)]] | ||
[[Category:Array | [[Category:Array Functions (OBSE)]] |
Latest revision as of 11:00, 18 September 2010
< [[::Category:Functions|Category:Functions]]
A function added by the Oblivion Script Extender.
Syntax:
(badKey:string) ar_BadStringIndex
Returns a constant representing an invalid string array index. Compare to the return value of commands returning an array key to determine if a valid key was returned.