configNull: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3dev |= Game name |1.53|= Game version ______________...")
 
(see also)
Line 17: Line 17:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[grpNull]], [[locationNull]], [[taskNull]], [[controlNull]], [[displayNull]], [[isNull]]  |= See also
| [[controlNull]], [[displayNull]], [[grpNull]], [[locationNull]], [[objNull]], [[taskNull]], [[teamMemberNull]], [[scriptNull]], [[typeName]], [[isNull]]  |= See also


}}
}}

Revision as of 15:54, 30 October 2015

-wrong parameter ("arma3dev") defined!-[[:Category:Introduced with arma3dev version 1.53|1.53]]
Hover & click on the images for description

Description

Description:
A non-existing Config. This value is not equal to anything, including itself.
Groups:
Uncategorised

Syntax

Syntax:
configNull
Return Value:
Config

Examples

Example 1:
_config = missionNamespace getVariable ["myConfig", configNull];

Additional Information

See also:
controlNulldisplayNullgrpNulllocationNullobjNulltaskNullteamMemberNullscriptNulltypeNameisNull

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

[[Category:Introduced with arma3dev version 1.53]][[ Category: arma3dev: New Scripting Commands | CONFIGNULL]][[ Category: arma3dev: Scripting Commands | CONFIGNULL]]

Notes

Bottom Section