config greater greater name: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "config / name" to "a / b")
m (Fix)
 
Line 18: Line 18:
|gr1= Config
|gr1= Config


|descr= Returns [[Config | config]] entry with given name (alias of [[a / b]], slightly faster but with [[SQF Syntax#Rules_of_Precedence|lower precedence]])
|descr= Returns [[Config | config]] entry with given name (alias of [[a / b]], slightly faster but with [[Operators#Order of Precedence|lower precedence]])


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

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