taskName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{RV|type=command |game1= arma3dev |version1= 2.03 |descr= Returns the name of the given task. |mp= |gr1= Briefing |s1= taskName task |p1= task: Task |r1= ...")
 
No edit summary
Line 21: Line 21:
|seealso= [[taskType]] [[createSimpleTask]]
|seealso= [[taskType]] [[createSimpleTask]]
}}
}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 14:06, 25 January 2021

-wrong parameter ("arma3dev") defined!-[[:Category:Introduced with arma3dev version 2.03|2.03]]
Hover & click on the images for description

Description

Description:
Returns the name of the given task.
Groups:
Briefing

Syntax

Syntax:
taskName task
Parameters:
task: Task
Return Value:
String - task name

Examples

Example 1:
private _taskName = taskName _mytask;

Additional Information

See also:
taskType createSimpleTask

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

[[Category:Introduced with arma3dev version 2.03]][[ Category: arma3dev: New Scripting Commands | TASKNAME]][[ Category: arma3dev: Scripting Commands | TASKNAME]]