configName: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?]]" to "{{GameCategory|tkoh|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
| arma1 |Game name= | | arma1 |Game name= | ||
Line 9: | Line 8: | ||
|1.00|Game version= | |1.00|Game version= | ||
| Returns name of config entry. |DESCRIPTION= | | Returns name of config entry. |DESCRIPTION= | ||
| [[String]] <nowiki>=</nowiki> '''configName''' config |SYNTAX= | | [[String]] <nowiki>=</nowiki> '''configName''' config |SYNTAX= | ||
Line 19: | Line 16: | ||
| [[String]] |RETURNVALUE= | | [[String]] |RETURNVALUE= | ||
|x1= <code>_name = [[configName]] ([[configFile]] [[gtgt|>>]] "CfgVehicles");</code> | |x1= <code>_name = [[configName]] ([[configFile]] [[gtgt|>>]] "CfgVehicles");</code> | ||
Result is "CfgVehicles" |EXAMPLE1= | Result is "CfgVehicles" |EXAMPLE1= | ||
| [[configFile]], [[config/name]], [[config greater greater name|config >> name]], [[count]], [[getArray]], [[getText]], [[getNumber]], [[inheritsFrom]], [[isArray]], [[isClass]], [[isNumber]], [[isText]], [[select]] |SEEALSO= | | [[configFile]], [[config/name]], [[config greater greater name|config >> name]], [[count]], [[getArray]], [[getText]], [[getNumber]], [[inheritsFrom]], [[isArray]], [[isClass]], [[isNumber]], [[isText]], [[select]] |SEEALSO= |
Revision as of 00:19, 17 January 2021
Description
- Description:
- Returns name of config entry.
- Groups:
- Config
Syntax
Examples
- Example 1:
_name = configName (configFile >> "CfgVehicles");
Result is "CfgVehicles"
Additional Information
- See also:
- configFileconfig/nameconfig >> namecountgetArraygetTextgetNumberinheritsFromisArrayisClassisNumberisTextselect
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