configName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|CONFIGNAME]]
[[Category:Scripting Commands ArmA|CONFIGNAME]]
{{ArmA-disclaimer}}
{{ArmA-disclaimer}}


<h2 style="color:#000066">''' configName ''config'''''</h2>
{{Command|= Comments
____________________________________________________________________________________________


| arma |= Game name


'''Operand types:'''
|2.35|= Game version
____________________________________________________________________________________________


'''config:''' [[Config]]
| Returns name of config entry. |= Description
____________________________________________________________________________________________


'''Type of returned value:'''
| '''configName''' config |= Syntax


[[String]]
|p1= config: [[Config]] |= Parameter 1


'''Compatibility:'''
| [[String]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>_name = configName (configFile >> "CfgVehicles") , result is "CfgVehicles"</pre> |= Example 1
____________________________________________________________________________________________


Version 2.35 required.
|  |= See also


'''Description:'''
}}


Returns name of config entry.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
</dl>


'''Example''':
<h3 style="display:none">Bottom Section</h3>


_name = '''configName''' (configFile >> "CfgVehicles") , result is "CfgVehicles"
[[Category:Scripting Commands|CONFIGNAME]]
[[Category:Scripting Commands ArmA|CONFIGNAME]]

Revision as of 00:00, 2 August 2006

Template:ArmA-disclaimer


-wrong parameter ("Arma") defined!-2.35
Hover & click on the images for description

Description

Description:
Returns name of config entry.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
_name = configName (configFile >> "CfgVehicles") , result is "CfgVehicles"

Additional Information

See also:
See also needed

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