registeredTasks

From Bohemia Interactive Community
Revision as of 14:17, 1 September 2019 by Lou Montana (talk | contribs) (Text replacement - "|= Game name" to "|Game name=")
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