config greater greater name: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Fix sorting key) |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
| arma1 |Game name= | | arma1 |Game name= | ||
Line 7: | Line 6: | ||
|1.00|Game version= | |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= | |Returns [[Config | config]] entry with given name (alias of [[config / name]], slightly faster but with [[SQF_syntax#Rules_of_Precedence | lower precedence]]) |DESCRIPTION= | ||
| config '''>>''' name|SYNTAX= | | config '''>>''' name|SYNTAX= | ||
Line 19: | Line 16: | ||
| [[Config]] - config entry |RETURNVALUE= | | [[Config]] - config entry |RETURNVALUE= | ||
| x1 = <code>[[configFile]] [[config greater greater name|>>]] "CfgVehicles";</code> |Example 1= | | x1 = <code>[[configFile]] [[config greater greater name|>>]] "CfgVehicles";</code> |Example 1= |
Revision as of 00:21, 17 January 2021
Description
- Description:
- Returns config entry with given name (alias of config / name, slightly faster but with lower precedence)
- Groups:
- Config
Syntax
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