setFormationTask

From Bohemia Interactive Community
Revision as of 08:43, 2 March 2007 by Donnervogel_bi_wiki (talk | contribs) (small addition to the note)
Jump to navigation Jump to search
-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Set the current task of the formation member.
Groups:
Uncategorised

Syntax

Syntax:
object setFormationTask task
Parameters:
object: Object
task: String
Return Value:
Nothing

Examples

Examples:
Example needed

Additional Information

See also:
See also needed

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

The argument for task can be any String value. This can effectively be used to store a property in String format an retrieve it with formationTask in FSM scripts. By using it outside of FSM scripts you're risking to get it overwritten by running FSM scripts. --Donnervogel 07:39, 2 March 2007 (CET)

Bottom Section