config greater greater name: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(both notes irrelevant to the content of the page, moving to talk)
(tidying up)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


|Returns subentry of config entry with given name. Identical to [[config/name]]|= Description
|Returns [[Config | config]] entry with given name (alias of [[config / name]]) |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''''config'' >> ''name'''''|= Syntax
| config '''>>''' name|= Syntax


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




| [[Config]]  |= Return value
| [[Config]] - config entry |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 18:00, 2 October 2018

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

Description

Description:
Returns config entry with given name (alias of config / name)
Groups:
Uncategorised

Syntax

Syntax:
config >> name
Parameters:
config: Config
name: String
Return Value:
Config - config entry

Examples

Example 1:
configFile >> "CfgVehicles";

Additional Information

See also:
configFileconfig/nameconfigNamecountgetTextisArrayisClassisNumberisTextselectconfigClasses

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