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.

Difference between revisions of "Ar HasKey"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>QQuix
(Organizing the Array Functions category list)
imported>Syscrusher
(Backed out my earlier hint -- further testing found an exception :-()
 
(One intermediate revision by the same user not shown)
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.