taskName

From Bohemia Interactive Community
Revision as of 12:41, 25 January 2021 by Killzone Kid (talk | contribs) (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= ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
-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]]