currentTasks: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[Category:[cC]ommand[_ ][gG]roup:[_ ][^|]+\|\{*uc:{{PAGENAME}*]\]" 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 | ||
| arma2 | | arma2 | ||
|gr1= Briefing | |gr1= Briefing | ||
|gr2= Teams | |gr2= Teams | ||
|1.00 | |1.00 | ||
| Returns array with all [[taskCompleted | uncompleted]] tasks for the given agent. [[getVariable]] could be used on [[Task]] to get the following special local variables from the task: | | Returns array with all [[taskCompleted | uncompleted]] tasks for the given agent. [[getVariable]] could be used on [[Task]] to get the following special local variables from the task: | ||
Line 17: | Line 17: | ||
* <tt>"_totalCreated"</tt> [[Number]] - total number of tasks | * <tt>"_totalCreated"</tt> [[Number]] - total number of tasks | ||
* <tt>"_totalRunning"</tt> [[Number]] - total number of running tasks | * <tt>"_totalRunning"</tt> [[Number]] - total number of running tasks | ||
* <tt>"_task"</tt>[[Task]] - often null | * <tt>"_task"</tt>[[Task]] - often null | ||
| '''currentTasks''' teamMember | | '''currentTasks''' teamMember | ||
|p1= teamMember: [[Team Member]] - [[teamMember]] [[agent]] | |p1= teamMember: [[Team Member]] - [[teamMember]] [[agent]] | ||
| [[Array]] - array of [[Task]]s | | [[Array]] - array of [[Task]]s | ||
|x1= <code>[[currentTasks]] [[teamMember]] _agent</code> | |x1= <code>[[currentTasks]] [[teamMember]] _agent</code> | ||
| [[taskCompleted]], [[registerTask]], [[registeredTasks]], [[unregisterTask]], [[sendTask]], [[createTask]] | | [[taskCompleted]], [[registerTask]], [[registeredTasks]], [[unregisterTask]], [[sendTask]], [[createTask]] | ||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= |
Revision as of 00:27, 18 January 2021
Description
- Description:
- Returns array with all uncompleted tasks for the given agent. getVariable could be used on Task to get the following special local variables from the task:
- "_this" Team Member - the teamMember agent the task is assigned to
- "_taskType" String - the name of the task (see registeredTasks)
- "_thisCreated" Number - 1 or 0
- "_thisRunning" Number - 1 or 0
- "_totalCreated" Number - total number of tasks
- "_totalRunning" Number - total number of running tasks
- "_task"Task - often null
- Groups:
- BriefingTeams
Syntax
- Syntax:
- currentTasks teamMember
- Parameters:
- teamMember: Team Member - teamMember agent
- Return Value:
- Array - array of Tasks
Examples
- Example 1:
currentTasks teamMember _agent
Additional Information
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