isArray: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)]]" to "{{GameCategory|arma3|Scripting Commands}}")
m (Text replacement - "config / name" to "a / b")
 
(39 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma1 |= Game name
|game1= arma1
|version1= 1.00


|1.00|Game version=
|game2= arma2
|version2= 1.00


|gr1= Config |GROUP1=
|game3= arma2oa
|version3= 1.50


|gr2= Arrays |GROUP2=
|game4= tkoh
____________________________________________________________________________________________
|version4= 1.00


| Check if config entry represents array.  |DESCRIPTION=
|game5= arma3
____________________________________________________________________________________________
|version5= 0.50


| [[Boolean]] <nowiki>=</nowiki>  '''isArray''' config |SYNTAX=
|gr1= Config
| p1 = config: [[Config]]
| [[Boolean]]  |RETURNVALUE=
____________________________________________________________________________________________
|x1 = <code> _ok <nowiki>=</nowiki> '''isArray''' ([[configFile]] >> "CfgVehicles")</code>


Result is false 
|gr2= Arrays
| [[configFile]], [[config/name]], [[configName]], [[count]], [[getArray]], [[getText]], [[getNumber]], [[inheritsFrom]], [[isClass]], [[isNumber]], [[isText]], [[select]] |SEEALSO=


}}
|descr= Check if config entry represents array.
 
|s1= [[isArray]] config
 
|p1= config: [[Config]]


<h3 style="display:none">Notes</h3>
|r1= [[Boolean]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x1= <sqf>_ok = isArray (configFile >> "CfgVehicles") // returns false</sqf>
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[configFile]] [[a / b]] [[configName]] [[count]] [[getArray]] [[getText]] [[getNumber]] [[inheritsFrom]] [[isClass]] [[isNumber]] [[isText]] [[select]]
[[Category:Scripting Commands|ISARRAYCONFIG]]
}}
{{GameCategory|arma1|Scripting Commands}}
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]

Latest revision as of 15:22, 30 May 2022

Hover & click on the images for description

Description

Description:
Check if config entry represents array.
Groups:
ConfigArrays

Syntax

Syntax:
isArray config
Parameters:
config: Config
Return Value:
Boolean

Examples

Example 1:
_ok = isArray (configFile >> "CfgVehicles") // returns false

Additional Information

See also:
configFile a / b configName count getArray getText getNumber inheritsFrom isClass isNumber isText select

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note