getMissionConfigValue: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Command " to "{{RV|type=command ")
m (Text replacement - " *\| *PARAMETER[0-9]{1,3} *= * " to " ")
Line 22: Line 22:
|s2= '''getMissionConfigValue''' [attribute, defaultValue]
|s2= '''getMissionConfigValue''' [attribute, defaultValue]


|p21=  attribute: [[String]] - attribute name |PARAMETER21=
|p21=  attribute: [[String]] - attribute name
|p22=  defaultValue: [[Any]] - value used when the attribute is undefined |PARAMETER22=
|p22=  defaultValue: [[Any]] - value used when the attribute is undefined
|r2= [[Number]], [[String]] or [[Array]], depending on the attribute value type. Default value when the attribute is undefined.
|r2= [[Number]], [[String]] or [[Array]], depending on the attribute value type. Default value when the attribute is undefined.



Revision as of 19:12, 29 January 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
ConfigMission Information

Syntax

Syntax:
Syntax needed
Parameters:
attribute: String - attribute name
Return Value:
Return value needed

Alternative Syntax

Syntax:
getMissionConfigValue [attribute, defaultValue]
Parameters:
attribute: String - attribute name
defaultValue: Any - value used when the attribute is undefined
Return Value:
Number, String or Array, depending on the attribute value type. Default value when the attribute is undefined.

Examples

Example 1:
_respawnDelay = getMissionConfigValue ["respawnDelay",0] Returns respawn delay value. Replaces the previous approach which would scan only the external Description.ext file, but ignore the value set in the Eden Editor: _respawnDelay = getNumber (missionConfigFile >> "respawnDelay"); // Old approach

Additional Information

See also:
See also needed

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