configNull: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\{\{GameCategory\|(arma[0123])\|[ _]?New[ _]Scripting[ _]Commands[ _]List\}\}" to "{{GameCategory|$1|New Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
|arma3|Game name= | |arma3|Game name= | ||
Line 9: | Line 8: | ||
|gr2= Config |GROUP2= | |gr2= Config |GROUP2= | ||
| A non-existing [[Config]]. | | A non-existing [[Config]]. | ||
Line 21: | Line 19: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
| [[configNull]] |SYNTAX= | | [[configNull]] |SYNTAX= | ||
| [[Config]] |RETURNVALUE= | | [[Config]] |RETURNVALUE= | ||
|x1= <code>_config = [[missionNamespace]] [[getVariable]] ["myConfig", [[configNull]]];</code>|Example1= | |x1= <code>_config = [[missionNamespace]] [[getVariable]] ["myConfig", [[configNull]]];</code>|Example1= | ||
|x2= <code>[[str]] [[configNull]]; {{cc|returns ""}}</code> |Example2= | |x2= <code>[[str]] [[configNull]]; {{cc|returns ""}}</code> |Example2= | ||
| [[controlNull]], [[displayNull]], [[grpNull]], [[locationNull]], [[objNull]], [[taskNull]], [[teamMemberNull]], [[scriptNull]], [[typeName]], [[isNull]] |SEEALSO= | | [[controlNull]], [[displayNull]], [[grpNull]], [[locationNull]], [[objNull]], [[taskNull]], [[teamMemberNull]], [[scriptNull]], [[typeName]], [[isNull]] |SEEALSO= |
Revision as of 00:31, 17 January 2021
Description
Syntax
- Syntax:
- configNull
- Return Value:
- Config
Examples
- Example 1:
_config = missionNamespace getVariable ["myConfig", configNull];
- Example 2:
str configNull; // returns ""
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