getMissionConfigValue: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \| *s([0-9]) *= ([^ ]+)? ?'''([a-zA-Z0-9_]+)''' ?([^ ]+)? " to " |s$1= $2 $3 $4 ") |
Lou Montana (talk | contribs) m (Text replacement - " \| *(([^=\| ]+)('''|\[\[)([^=\| ]+)) * +\|p1=" to " |s1= $1 |p1=") |
||
Line 16: | Line 16: | ||
{{Feature | important | This command cannot force return type, it will return the value of the type given in config. Use [[isEqualType]] to additionally reaffirm the correct type if necessary to account for human error.}} | {{Feature | important | This command cannot force return type, it will return the value of the type given in config. Use [[isEqualType]] to additionally reaffirm the correct type if necessary to account for human error.}} | ||
| '''getMissionConfigValue''' attribute | |s1= '''getMissionConfigValue''' attribute | ||
|p1= attribute: [[String]] - attribute name | |p1= attribute: [[String]] - attribute name | ||
| [[Number]], [[String]] or [[Array]], depending on the attribute value type. [[nil|Nil]] when the attribute is undefined. | | [[Number]], [[String]] or [[Array]], depending on the attribute value type. [[nil|Nil]] when the attribute is undefined. |
Revision as of 23:14, 12 June 2021
Description
- Description:
- Description needed
- Groups:
- ConfigMission Information
Syntax
- Syntax:
- getMissionConfigValue attribute
- Parameters:
- attribute: String - attribute name
- Return Value:
- Return value needed
Alternative Syntax
- Syntax:
- getMissionConfigValue [attribute, defaultValue]
- Parameters:
- attribute: String - attribute name
- defaultValue: Anything - 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:
- getMissionConfigmissionConfigFile
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