configNull: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
|arma3 | |arma3 | ||
|1.56 | |1.56 | ||
|gr1= Variables | |gr1= Variables | ||
|gr2= Config | |gr2= Config | ||
| A non-existing [[Config]]. | | A non-existing [[Config]]. | ||
Line 18: | Line 18: | ||
}} | }} | ||
| | | [[configNull]] | ||
| | | [[Config]] | ||
|x1= <code>_config = [[missionNamespace]] [[getVariable]] ["myConfig", [[configNull]]];</code> | |||
| [[controlNull]], [[displayNull]], [[grpNull]], [[locationNull]], [[objNull]], [[taskNull]], [[teamMemberNull]], [[scriptNull]], [[typeName]], [[isNull]] | |x2= <code>[[str]] [[configNull]]; {{cc|returns ""}}</code> | ||
| [[controlNull]], [[displayNull]], [[grpNull]], [[locationNull]], [[objNull]], [[taskNull]], [[teamMemberNull]], [[scriptNull]], [[typeName]], [[isNull]] | |||
}} | }} | ||
Revision as of 00:11, 18 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