configName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (add. see also, categorized)
Line 21: Line 21:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[configFile]], [[config/name]], [[count config]], [[getText config]], [[isArray config]], [[isClass config]], [[isNumber config]], [[isText config]], [[select config]] |= See also


}}
}}

Revision as of 03:15, 2 March 2007

-wrong parameter ("Arma") defined!-1.00
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:
configFileconfig/namecount configgetText configisArray configisClass configisNumber configisText configselect config

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