config greater greater name: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Reset ver)
m (add. see also, categorized)
Line 1: Line 1:
[[Category:Scripting Commands|#]]
[[Category:Scripting Commands ArmA|#]]
[[Category:Command_Group:_System_Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Object_Information|{{uc:{{PAGENAME}}}}]]
{{Command|= Comments
{{Command|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 12: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


Line 26: Line 21:


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


}}
}}
Line 38: Line 33:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|#]]
[[Category:Scripting Commands ArmA|#]]
[[Category:Command_Group:_System_Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 03:15, 2 March 2007

-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/nameconfigNamecount 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