setFormationTask: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Command " to "{{RV|type=command ")
m (Text replacement - "<dd class="notedate">Posted on ([^<>]+) " to "<dd class="notedate">Posted on $1</dd> ")
Line 22: Line 22:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
<dd class="notedate">Posted on 16:57, 2 March 2007 (CET)
<dd class="notedate">Posted on 16:57, 2 March 2007 (CET)</dd>
<dt class="note>'''[[User:Donnervogel|Donnervogel]]'''<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.
<dt class="note>'''[[User:Donnervogel|Donnervogel]]'''<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.
<!-- Note Section END -->
<!-- Note Section END -->

Revision as of 02:05, 30 January 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Unit Control

Syntax

Syntax:
Syntax needed
Parameters:
object: Object
task: String
Return Value:
Return value needed

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
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.