setFormationTask: Difference between revisions
Jump to navigation
Jump to search
m (small addition to the note) |
m (adjusted layout of my note) |
||
Line 26: | Line 26: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
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. | <dd class="notedate">Posted on 16:57, 2 March 2007 (CET)</dd> | ||
<dt class="note>'''[[User:Donnervogel|Donnervogel]]'''</dt><dd class="note">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.</dd> | |||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 17:04, 2 March 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.