configNull: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Command " to "{{RV|type=command ")
m (Text replacement - "\{\{( *)Important( *)\|" to "{{$1Feature$2|$2important$2|")
Line 11: Line 11:
| A non-existing [[Config]].
| A non-existing [[Config]].


{{Important | Unlike other null values ([[objNull]], [[grpNull]], etc), [[configNull]] returns [[true]] when compared to itself.<br><br>
{{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 03:09, 7 February 2021

Hover & click on the images for description

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