taskResult: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) mNo edit summary |
m (template:command argument fix) |
||
Line 12: | Line 12: | ||
| [[{{PAGENAME}}]] task |= Syntax | | [[{{PAGENAME}}]] task |= Syntax | ||
|p1= task: [[Task]] |= | |p1= task: [[Task]] |PARAMETER1= | ||
| [[Array]] - [state, result] (see [[setTaskResult]])|= | | [[Array]] - [state, result] (see [[setTaskResult]])|RETURNVALUE= | ||
|x1= <code>[[taskResult]] ([[player]] [[createSimpleTask]] ["NewTask"]);</code>|= | |x1= <code>[[taskResult]] ([[player]] [[createSimpleTask]] ["NewTask"]);</code>|EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[setTaskResult]] |= | | [[setTaskResult]] |SEEALSO= | ||
| |= | | |MPBEHAVIOUR= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
}} | }} |
Revision as of 10:38, 7 April 2019
Description
- Description:
- Send a result of the task to the task sender.
- Groups:
- Uncategorised
Syntax
- Syntax:
- taskResult task
- Parameters:
- task: Task
- Return Value:
- Array - [state, result] (see setTaskResult)
Examples
- Example 1:
taskResult (player createSimpleTask ["NewTask"]);
Additional Information
- See also:
- setTaskResult
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