configNull: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{Command " to "{{RV|type=command ") |
Lou Montana (talk | contribs) m (Text replacement - "\{\{( *)Important( *)\|" to "{{$1Feature$2|$2important$2|") |
||
Line 11: | Line 11: | ||
| A non-existing [[Config]]. | | A non-existing [[Config]]. | ||
{{ | {{Feature | important | Unlike other null values ([[objNull]], [[grpNull]], etc), [[configNull]] returns [[true]] when compared to itself.<br><br> | ||
* <tt>[[configNull]] <nowiki>==</nowiki> [[configNull]]; {{cc|returns true}}</tt> | * <tt>[[configNull]] <nowiki>==</nowiki> [[configNull]]; {{cc|returns true}}</tt> | ||
* <tt>[[isNull]] [[configNull]]; {{cc|returns true}}</tt> | * <tt>[[isNull]] [[configNull]]; {{cc|returns true}}</tt> |
Revision as of 02:09, 7 February 2021
Description
- Description:
- Description needed
- Groups:
- VariablesConfig
Syntax
- Syntax:
- Syntax needed
- Return Value:
- Return value needed
Examples
- Example 1:
_config = missionNamespace getVariable ["myConfig", configNull];
- Example 2:
str configNull; // returns ""
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