Difference between revisions of "Ar HasKey"
Jump to navigation
Jump to search
imported>Syscrusher (Added an example of a nontraditional use of this function; I have tested code like this in my mod.) |
imported>Syscrusher (Backed out my earlier hint -- further testing found an exception :-() |
||
Line 14: | Line 14: | ||
}} | }} | ||
}} | }} | ||
[[Category:Functions]] | [[Category:Functions]] |
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.