configName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?]]" to "{{GameCategory|tkoh|Scripting Commands}}")
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 01:19, 17 January 2021

Hover & click on the images for description

Description

Description:
Returns name of config entry.
Groups:
Config

Syntax

Syntax:
String = configName config
Parameters:
config: Config
Return Value:
String

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

Notes

Bottom Section