taskNull: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 18: Line 18:


| '''taskNull''' |SYNTAX=
| '''taskNull''' |SYNTAX=
|p1= |PARAMETER1=
|p2= |PARAMETER2=
|p3= |PARAMETER3=


| [[Task]] |RETURNVALUE=  
| [[Task]] |RETURNVALUE=  




| x1 = <code>![[isNull]] [[taskNull]]; // false</code> |=
| x1 = <code>![[isNull]] [[taskNull]]; // false</code> |EXAMPLE1=
| x2 = <code>[[str]] [[taskNull]]; // No task</code> |=  
| x2 = <code>[[str]] [[taskNull]]; // No task</code> |EXAMPLE2=  


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 23:11, 24 September 2020

Hover & click on the images for description

Description

Description:
A non-existing Task. To compare non-existent tasks use isNull or isEqualTo:
Groups:
BriefingVariables

Syntax

Syntax:
taskNull
Return Value:
Task

Examples

Example 1:
!isNull taskNull; // false
Example 2:
str taskNull; // No task

Additional Information

See also:
controlNulldisplayNullgrpNulllocationNullobjNullteamMemberNullscriptNullconfigNulltypeNameisNull

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

Notes

Bottom Section