taskResult: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add. classification)
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| task sendTaskResult [state,result,sentence] |= Syntax
| task '''sendTaskResult''' [state,result,sentence] |= Syntax


|p1= task: [[Task]] -  |= PARAMETER1  
|p1= task: [[Task]] -  |= PARAMETER1  

Revision as of 05:21, 5 October 2009

Hover & click on the images for description

Description

Description:
Send a result of the task to the task sender.
Groups:
Uncategorised

Syntax

Syntax:
task sendTaskResult [state,result,sentence]
Parameters:
task: Task -
[state,result,sentence]: Array -
Return Value:
Nothing

Examples

Example 1:
(example)

Additional Information

See also:
See also needed

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