config greater greater name: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
m (Text replacement - "<code>([^ ]*)\[\[([a-zA-Z0-9_]+)\]\]([^ ]*)<\/code>" to "<code>$1$2$3</code>")
Line 28: Line 28:
|r1= [[Config]] - config entry
|r1= [[Config]] - config entry


|x1= <code>[[configFile]] [[config greater greater name|>>]] "CfgVehicles";</code>
|x1= <code>configFile [[config greater greater name|>>]] "CfgVehicles";</code>


|seealso= [[configFile]] [[config / name]] [[configName]] [[count]] [[getText]] [[isArray]] [[isClass]] [[isNumber]] [[isText]] [[select]] [[configClasses]]
|seealso= [[configFile]] [[config / name]] [[configName]] [[count]] [[getText]] [[isArray]] [[isClass]] [[isNumber]] [[isText]] [[select]] [[configClasses]]
}}
}}

Revision as of 12:01, 12 May 2022

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:
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 config / name 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