taskNull: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \| +(x[0-9]|p[0-9]{1,2}|descr|game[0-9]|version[0-9]|s[0-9]|exec|r[0-9]|arg|eff|branch|serverExec|gr[0-9]|mp|pr|seealso) *=" to " |$1=") |
Lou Montana (talk | contribs) m (Text replacement - "<sqf>([^↵][^<]*↵[^<]*)<\/sqf>" to "<sqf> $1 </sqf>") |
||
(32 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma2 | |game1= arma2 | ||
|1.00 | |version1= 1.00 | ||
|game2= arma2oa | |game2= arma2oa | ||
Line 17: | Line 17: | ||
|gr2= Variables | |gr2= Variables | ||
| A non-existing [[Task]]. To compare non-existent tasks use [[isNull]] or [[isEqualTo]]: | |descr= A non-existing [[Task]]. To compare non-existent tasks use [[isNull]] or [[isEqualTo]]: | ||
<sqf> | |||
taskNull == taskNull; // false | |||
isNull taskNull; // true | |||
taskNull isEqualTo taskNull; // true | |||
</sqf> | |||
| | |s1= [[taskNull]] | ||
| [[Task]] | |r1= [[Task]] | ||
|x1= < | |x1= <sqf>!isNull taskNull; // false</sqf> | ||
|seealso= [[controlNull]] | |x2= <sqf>str taskNull; // no task</sqf> | ||
|seealso= [[controlNull]] [[displayNull]] [[grpNull]] [[locationNull]] [[objNull]] [[teamMemberNull]] [[scriptNull]] [[configNull]] [[typeName]] [[isNull]] | |||
}} | }} | ||
Latest revision as of 19:42, 3 September 2024
Description
- Description:
- A non-existing Task. To compare non-existent tasks use isNull or isEqualTo:
- Groups:
- BriefingVariables
Syntax
Examples
- Example 1:
- Example 2:
Additional Information
- See also:
- controlNull displayNull grpNull locationNull objNull teamMemberNull scriptNull configNull typeName isNull
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