getArray: Difference between revisions
| mNo edit summary | No edit summary | ||
| Line 1: | Line 1: | ||
| {{Command|= Comments | |||
| ____________________________________________________________________________________________ | |||
| | arma |= Game name | |||
| |2.35|= Game version | |||
| ____________________________________________________________________________________________ | |||
| | Extract array from config entry. |= Description | |||
| ____________________________________________________________________________________________ | |||
| ''' | | '''getArray''' config |= Syntax | ||
| |p1= config [[Config]] |= Parameter 1 | |||
| [[Array]] | | [[Array]] |= Return value | ||
| ____________________________________________________________________________________________ | |||
| |x1= <pre>_array = getArray (configFile >> "CfgVehicles" >> "Thing" >> "threat")</pre> |= Example 1 | |||
| ____________________________________________________________________________________________ | |||
| |  |= See also | |||
| }} | |||
| <h3 style="display:none">Notes</h3> | |||
| <dl class="command_description"> | |||
| <!-- Note Section BEGIN --> | |||
| <!-- Note Section END --> | |||
| </dl> | |||
| <h3 style="display:none">Bottom Section</h3> | |||
| [[Category:Scripting Commands|GETARRAY]] | |||
| [[Category:Scripting Commands ArmA|GETARRAY]] | |||
Revision as of 00:19, 2 August 2006
Description
- Description:
- Extract array from config entry.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
- _array = getArray (configFile >> "CfgVehicles" >> "Thing" >> "threat") 
Additional Information
- See also:
- See also needed
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
