config greater greater name: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
m (Fix)
 
(78 intermediate revisions by 15 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|#]]
{{RV|type=command
[[Category:Scripting Commands ArmA|#]]


|game1= arma1
|version1= 1.00


<h2 style="color:#000066">''' ''config'' >> ''name'' '''</h2>
|game2= arma2
|version2= 1.00


|game3= arma2oa
|version3= 1.50


'''Operand types:'''
|game4= tkoh
|version4= 1.00


'''config:''' [[Config]]
|game5= arma3
|version5= 0.50


'''name:''' [[String]]
|gr1= Config


'''Type of returned value:'''
|descr= Returns [[Config | config]] entry with given name (alias of [[a / b]], slightly faster but with [[Operators#Order of Precedence|lower precedence]])


[[Config]]
|s1= config [[config greater greater name|>>]] name


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


Version 2.35 required.
|p2= name: [[String]]


'''Description:'''
|r1= [[Config]] - config entry


Returns subentry of config entry with given name.
|x1= <sqf>configFile >> "CfgVehicles";</sqf>


 
|seealso= [[configFile]] [[a / b]] [[configName]] [[count]] [[getText]] [[isArray]] [[isClass]] [[isNumber]] [[isText]] [[select]] [[configClasses]]
'''Example:'''
}}
 
configFile >> "CfgVehicles"

Latest revision as of 00:51, 30 April 2024

Hover & click on the images for description

Description

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

Syntax

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

Examples

Example 1:
configFile >> "CfgVehicles";

Additional Information

See also:
configFile a / b configName count getText isArray isClass isNumber isText select configClasses

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