setFormationTask: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(41 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{arma2-obsolete}}
{{RV|type=command
{{Command|= Comments
____________________________________________________________________________________________


| arma |= Game name
|game1= ofpe
|version1= 1.00


|1.00|= Game version
|game2= arma1
____________________________________________________________________________________________
|version2= 1.00


| Set the current task of the formation member. |= Description
|game3= arma2
____________________________________________________________________________________________
|version3= 1.00


| object '''setFormationTask''' task |= Syntax
|game4= arma2oa
|version4= 1.50


|p1= object: [[Object]]
|game5= tkoh
|version5= 1.00
 
|game6= arma3
|version6= 0.50
 
|gr1= Unit Control
 
|descr= Set the current task of the formation member. {{Feature|arma2|This command is not available in {{arma2}}.}}
 
|s1= unit [[setFormationTask]] task
 
|p1= unit: [[Object]]


|p2= task: [[String]]
|p2= task: [[String]]


| [[Nothing]] |= Return value
|r1= [[Nothing]]
____________________________________________________________________________________________


| [[formationTask]] |= See also
|x1= <sqf>_unit setFormationTask "MOVE";</sqf>


|seealso= [[formationTask]]
}}
}}


<h3 style="display:none">Notes</h3>
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
 
<dd class="notedate">Posted on 16:57, 2 March 2007 (CET)
<dt></dt>
<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.
<dd class="notedate">Posted on 16:57, 2 March 2007 (CET)</dd>
<!-- Note Section END -->
<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.
</dl>
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|SETFORMATIONTASK]]
[[Category:Scripting Commands OFP Elite |SETFORMATIONTASK]]
[[Category:Scripting Commands ArmA|SETFORMATIONTASK]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Latest revision as of 11:24, 13 May 2022

Hover & click on the images for description

Description

Description:
Set the current task of the formation member.
Arma 2
This command is not available in Arma 2.
Groups:
Unit Control

Syntax

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

Examples

Example 1:
_unit setFormationTask "MOVE";

Additional Information

See also:
formationTask

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.