config greater greater name: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (template:command argument fix)
(30 intermediate revisions by 12 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|#]]
{{Command|= Comments
[[Category:Scripting Commands ArmA|#]]
____________________________________________________________________________________________


| arma |= Game name


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


|Returns [[Config | config]] entry with given name (alias of [[config / name]], slightly faster but with [[SQF_syntax#Rules_of_Precedence | lower precedence]]) |DESCRIPTION=
____________________________________________________________________________________________


'''Operand types:'''
| config '''>>''' name|SYNTAX=


'''config:''' [[Config]]
| p1 = config: [[Config]]|PARAMETER1=


'''name:''' [[String]]
|p2 =  name: [[String]] | = Parameter 2


'''Type of returned value:'''


[[Config]]
| [[Config]] - config entry  |RETURNVALUE=
____________________________________________________________________________________________


'''Compatibility:'''
| x1 = <code>[[configFile]] [[config greater greater name|>>]] "CfgVehicles";</code> | = Example 1


Version 2.35 required.
| [[configFile]], [[config/name]], [[configName]], [[count]], [[getText]], [[isArray]], [[isClass]], [[isNumber]], [[isText]], [[select]], [[configClasses]] |SEEALSO=


'''Description:'''
}}


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


<h3 style="display:none">Bottom Section</h3>


'''Example:'''
[[Category:Scripting Commands|#]]
 
[[Category:Scripting Commands ArmA|#]]
configFile >> "CfgVehicles"
[[Category:Scripting Commands ArmA2|#]]
[[Category:Scripting Commands Arma 3|#]]
[[Category:Command_Group:_System_Commands|#]]

Revision as of 15:35, 7 April 2019

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

Description

Description:
Returns config entry with given name (alias of config / name, slightly faster but with lower precedence)
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
configFile >> "CfgVehicles";

Additional Information

See also:
configFileconfig/nameconfigNamecountgetTextisArrayisClassisNumberisTextselectconfigClasses

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