config / name: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (#)
m (<pre> to <code> and Wikilinked >>)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns subentry of config entry with given name, (alias for >>). |= Description
| Returns subentry of config entry with given name, (alias for [[config greater greater name|>>]]). |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 19: Line 19:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>configFile / "CfgVehicles"</pre> |= Example 1
|x1= <code>[[configFile]] / "CfgVehicles";</code> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 08:20, 25 March 2014

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

Description

Description:
Returns subentry of config entry with given name, (alias for >>).
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
configFile / "CfgVehicles";

Additional Information

See also:
configFileconfigNameconfig >> 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