config greater greater name: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (moved command to template)
Line 2: Line 2:
[[Category:Scripting Commands ArmA|#]]
[[Category:Scripting Commands ArmA|#]]


{{Command|= Comments
____________________________________________________________________________________________


<h2 style="color:#000066">'''''config'' >> ''name'''''</h2>
| arma |= Game name


|2.35|= Game version
____________________________________________________________________________________________


'''Operand types:'''
|Returns subentry of config entry with given name.  |= Description
____________________________________________________________________________________________


'''config:''' [[Config]]
| '''''config'' >> ''name'''''|= Syntax


'''name:''' [[String]]
| p1 = config: [[Config]]|=Parameter 1


'''Type of returned value:'''
|p2 =  name: [[String]] | = Parameter 2


[[Config]]


'''Compatibility:'''
| [[Config]]  |= Return value
____________________________________________________________________________________________


Version 2.35 required.
| x1 = configFile >> "CfgVehicles" | = Example 1
|  |= See also


'''Description:'''
}}


Returns subentry of config entry with given name.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
</dl>


'''Example:'''
<h3 style="display:none">Bottom Section</h3>
 
configFile >> "CfgVehicles"

Revision as of 02:47, 3 August 2006


-wrong parameter ("Arma") defined!-2.35
Hover & click on the images for description

Description

Description:
Returns subentry of config entry with given name.
Groups:
Uncategorised

Syntax

Syntax:
config >> name
Parameters:
config: Config
name: String
Return Value:
Config

Examples

Example 1:
configFile >> "CfgVehicles"

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

Notes

Bottom Section