config / name: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Reset ver)
m (Fixed)
Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns name of config entry. |= Description
| Returns subentry of config entry with given name. Identical to [[config name|config >> name]] |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''configName''' config |= Syntax
| '''''config'' / ''name'''''|= Syntax


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


| [[String]] |= Return value
|p2 =  name: [[String]] | = Parameter 2
 
| [[Config]]  |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>_name = configName (configFile >> "CfgVehicles") , result is "CfgVehicles"</pre> |= Example 1
|x1= <pre>_name = configName (configFile / "CfgVehicles") , result is "CfgVehicles"</pre> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 10:01, 12 December 2006


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

Description

Description:
Returns subentry of config entry with given name. Identical to config >> name
Groups:
Uncategorised

Syntax

Syntax:
config / name
Parameters:
config: Config
name: String
Return Value:
Config

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