configName: Difference between revisions
Jump to navigation
Jump to search
m (Bot: Reverted to revision 86440 by Waffle SS. on 2014-11-16T02:43:23Z) |
m (template:command argument fix) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Returns name of config entry. |= | | Returns name of config entry. |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[String]] <nowiki>=</nowiki> '''configName''' config |= | | [[String]] <nowiki>=</nowiki> '''configName''' config |SYNTAX= | ||
|p1= config: [[Config]] |= | |p1= config: [[Config]] |PARAMETER1= | ||
| [[String]] |= | | [[String]] |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>_name = [[configName]] ([[configFile]] [[gtgt|>>]] "CfgVehicles");</code> | |x1= <code>_name = [[configName]] ([[configFile]] [[gtgt|>>]] "CfgVehicles");</code> | ||
Result is "CfgVehicles" |= | Result is "CfgVehicles" |EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[configFile]], [[config/name]], [[config greater greater name|config >> name]], [[count]], [[getArray]], [[getText]], [[getNumber]], [[inheritsFrom]], [[isArray]], [[isClass]], [[isNumber]], [[isText]], [[select]] |= | | [[configFile]], [[config/name]], [[config greater greater name|config >> name]], [[count]], [[getArray]], [[getText]], [[getNumber]], [[inheritsFrom]], [[isArray]], [[isClass]], [[isNumber]], [[isText]], [[select]] |SEEALSO= | ||
}} | }} |
Revision as of 14:35, 7 April 2019
Description
- Description:
- Returns name of config entry.
- Groups:
- Uncategorised
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