configName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|seealso= ([^ ]+)\]\], \[\[" to "|seealso= $1]] [[")
m (Text replacement - "‎" to "")
 
(9 intermediate revisions by the same user not shown)
Line 28: Line 28:
|x1= <sqf>_name = configName (configFile >> "CfgVehicles"); // result is "CfgVehicles"</sqf>
|x1= <sqf>_name = configName (configFile >> "CfgVehicles"); // result is "CfgVehicles"</sqf>


|seealso= [[configFile]] [[a / b]] [[config greater greater name|config >> name]] [[count]], [[getArray]], [[getText]], [[getNumber]], [[inheritsFrom]], [[isArray]], [[isClass]], [[isNumber]], [[isText]], [[select]]
|seealso= [[configFile]] [[a / b]] [[config greater greater name|config >> name]] [[count]] [[getArray]] [[getText]] [[getNumber]] [[inheritsFrom]] [[isArray]] [[isClass]] [[isNumber]] [[isText]] [[select]]
}}
}}

Latest revision as of 12:53, 26 April 2023

Hover & click on the images for description

Description

Description:
Returns name of config entry.
Groups:
Config

Syntax

Syntax:
configName config
Parameters:
config: Config
Return Value:
String

Examples

Example 1:
_name = configName (configFile >> "CfgVehicles"); // result is "CfgVehicles"

Additional Information

See also:
configFile a / b config >> name count getArray getText getNumber inheritsFrom isArray isClass isNumber isText select

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