setUnitPos: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "<dd class="notedate">Posted on ([^<>]+) " to "<dd class="notedate">Posted on $1</dd> ") |
Lou Montana (talk | contribs) m (Text replacement - "<dt class="note">([^<>]+) " to "<dt class="note">$1</dt> ") |
||
Line 37: | Line 37: | ||
<dd class="notedate">Posted on 18 September 2008 </dd> | <dd class="notedate">Posted on 18 September 2008 </dd> | ||
<dt class="note">[[User:Dwarden|Dwarden]] | <dt class="note">[[User:Dwarden|Dwarden]]</dt> | ||
<dd class="note"> | <dd class="note"> | ||
Command most likely only works if run before [[join]] into group after [[createUnit]]. | Command most likely only works if run before [[join]] into group after [[createUnit]]. | ||
<dd class="notedate">Posted on 11 March 2011</dd> | <dd class="notedate">Posted on 11 March 2011</dd> | ||
<dt class="note">[[User:kju|kju]] | <dt class="note">[[User:kju|kju]]</dt> | ||
<dd class="note"> | <dd class="note"> | ||
The above comment by [[User:Dwarden|Dwarden]] about 'an additional join required' is no longer true for Operation Arrowhead. | The above comment by [[User:Dwarden|Dwarden]] about 'an additional join required' is no longer true for Operation Arrowhead. | ||
<dd class="notedate">Posted on 26 September 2013</dd> | <dd class="notedate">Posted on 26 September 2013</dd> | ||
<dt class="note">[[User:Katulobotomia|Katulobotomia]] | <dt class="note">[[User:Katulobotomia|Katulobotomia]]</dt> | ||
<dd class="note"> | <dd class="note"> | ||
A unit might not always go prone when ordered to [[setUnitPos]] "DOWN", if the unit doesn't agree with the command. To force the unit to go prone, stop the unit from firing by [[setCombatMode]] "BLUE" and then order the unit to prone. | A unit might not always go prone when ordered to [[setUnitPos]] "DOWN", if the unit doesn't agree with the command. To force the unit to go prone, stop the unit from firing by [[setCombatMode]] "BLUE" and then order the unit to prone. |
Revision as of 01:30, 30 January 2021
Description
- Description:
- Description needed
- Groups:
- Unit Control
Syntax
- Syntax:
- Syntax needed
- Parameters:
- unit: Object
- mode: String - as above
- Return Value:
- Return value needed
Examples
- Example 1:
_soldier setUnitPos "UP";
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 18 September 2008
- Dwarden
- Command most likely only works if run before join into group after createUnit.
- Posted on 11 March 2011
- kju
- The above comment by Dwarden about 'an additional join required' is no longer true for Operation Arrowhead.
- Posted on 26 September 2013
- Katulobotomia
- A unit might not always go prone when ordered to setUnitPos "DOWN", if the unit doesn't agree with the command. To force the unit to go prone, stop the unit from firing by setCombatMode "BLUE" and then order the unit to prone.