currentTask: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (example)
(see also)
Line 25: Line 25:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[createSimpleTask]], [[simpleTasks]], [[taskCompleted]] |= SEEALSO  
| [[taskNull]], [[createSimpleTask]], [[simpleTasks]], [[taskCompleted]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 12:58, 24 January 2019

Hover & click on the images for description

Description

Description:
Return current task of given person.
Groups:
Uncategorised

Syntax

Syntax:
currentTask person
Parameters:
person: Object -
Return Value:
Task

Examples

Example 1:
_currTask = currentTask player;

Additional Information

See also:
taskNullcreateSimpleTasksimpleTaskstaskCompleted

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