Difference between revisions of "Ar HasKey"
Jump to navigation
Jump to search
imported>CSbot (Automated import of articles) |
imported>Syscrusher (Backed out my earlier hint -- further testing found an exception :-() |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| origin = OBSE | | origin = OBSE | ||
Line 15: | Line 14: | ||
}} | }} | ||
}} | }} | ||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Functions (OBSE)]] | [[Category:Functions (OBSE)]] | ||
[[Category:Functions (OBSE v0017)]] | [[Category:Functions (OBSE v0017)]] | ||
[[Category:Array | [[Category:Array Functions (OBSE)]] |
Latest revision as of 00:10, 27 September 2014
< [[::Category:Functions|Category:Functions]]
A function added by the Oblivion Script Extender.
Syntax:
(hasKey:bool) ar_HasKey src:array key:arrayKey
Returns true if the array has an element with the specified key.