registeredTasks

From Bohemia Interactive Community
Revision as of 11:36, 7 April 2019 by Erentar (talk | contribs) (template:command argument fix)
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