BIS fnc getCfgDataBool: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
(page filling) |
||
Line 1: | Line 1: | ||
{{Function|Comments= | |||
{{Function|= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| arma3 | | | arma3 |Game name= | ||
|1.00| | |1.00|Game version= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Gets a number defined in [[Config]] and retype it into a [[Boolean]]. Everything bigger then 0 is [[true]], otherwise it's [[false]].|Description= | ||
____________________________________________________________________________________________ | |||
| config call [[BIS_fnc_getCfgDataBool]] |Syntax= | |||
|p1= config: [[Config]] - [[Config]] path |Parameter 1= | |||
| [[Boolean]] |Return value= | |||
|exec= call |= Execution | |||
____________________________________________________________________________________________ | |||
|s2= array call [[BIS_fnc_getCfgDataBool]] |Alternative Syntax= | |||
|p21= [[Array]] of [[Strings]] - [[missionConfigFile]] classes and an attribute |Alternative Parameter 1= | |||
| | |r2= [[Boolean]] |Alternative Return Value= | ||
| |= | |x1= <code> _value = ([[missionConfigFile]] >> "Characters" >> "Default" >> "equipAdjust") [[call]] [[BIS_fnc_getCfgDataBool]];</code>|Example 1= | ||
| | |x2= <code> _value = ["Characters","Default","equipAdjust"] [[call]] [[BIS_fnc_getCfgDataBool]];</code>|Example 1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | | [[BIS_fnc_getCfgData]], [[BIS_fnc_getCfgDataArray]], [[BIS_fnc_getCfgDataObject]], [[BIS_fnc_getCfgDataPool]]|See also= | ||
}} | }} | ||
Revision as of 12:25, 8 November 2018
Description
- Description:
- Gets a number defined in Config and retype it into a Boolean. Everything bigger then 0 is true, otherwise it's false.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- config call BIS_fnc_getCfgDataBool
- Parameters:
- config: Config - Config path
- Return Value:
- Boolean
Alternative Syntax
- Syntax:
- array call BIS_fnc_getCfgDataBool
- Parameters:
- Array of Strings - missionConfigFile classes and an attribute
- Return Value:
- Boolean
Examples
- Example 1:
_value = (missionConfigFile >> "Characters" >> "Default" >> "equipAdjust") call BIS_fnc_getCfgDataBool;
- Example 2:
_value = ["Characters","Default","equipAdjust"] call BIS_fnc_getCfgDataBool;
Additional Information
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