config greater greater name: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (upd. link)
Line 21: Line 21:


| x1 = configFile >> "CfgVehicles" | = Example 1
| x1 = configFile >> "CfgVehicles" | = Example 1
| [[configFile]], [[config/name]], [[configName]], [[count config]], [[getText]], [[isArray]], [[isClass]], [[isNumber]], [[isText]], [[select config]] |= See also
| [[configFile]], [[config/name]], [[configName]], [[count]], [[getText]], [[isArray]], [[isClass]], [[isNumber]], [[isText]], [[select]] |= See also


}}
}}

Revision as of 16:11, 15 June 2010

-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:
configFile >> "CfgVehicles"

Additional Information

See also:
configFileconfig/nameconfigNamecountgetTextisArrayisClassisNumberisTextselect

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