setFormationTask: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 10: | Line 10: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[Object]] '''setFormationTask''' "task" |= Syntax | | [[Object#Unit|Unit]] '''setFormationTask''' "task" |= Syntax | ||
|p1= task: [[String]] | |p1= task: [[String]] |
Revision as of 23:55, 30 August 2007
Description
- Description:
- Set the current task of the formation member.
- Groups:
- Uncategorised
Syntax
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
- Posted on 16:57, 2 March 2007 (CET)
- Donnervogel
- 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 other running FSM scripts.