registeredTasks

From Bohemia Interactive Community
Revision as of 14:57, 11 April 2014 by Master85 (talk | contribs) (typo, link)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
List all registered task types.
Groups:
Uncategorised

Syntax

Syntax:
registeredTasks member
Parameters:
member: Team Member
Return Value:
Array of Strings

Examples

Example 1:
tasklist = registeredTasks] teamMember player;
Example 2:
_rabbit = createAgent ["Rabbit_F", position player,[], 0, "None"]; hint str registeredTasks teamMember _rabbit; Hint shows ["Animal Main Task"] in Arma 3.

Additional Information

See also:
registerTask

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