moveOut: Difference between revisions
Jump to navigation
Jump to search
m (Text replace - "{{uc:{{PAGENAME}}}}" to "{{uc:{{PAGENAME}}}} {{uc:{{PAGENAME}}}}") |
SilentSpike (talk | contribs) m (updated see also) |
||
Line 27: | Line 27: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[action]], [[ | | [[action]], [[doGetOut]], [[commandGetOut]] |= SEEALSO | ||
| |= MPBEHAVIOUR | | |= MPBEHAVIOUR | ||
Line 40: | Line 40: | ||
<dt class="note">'''[[User:kju|kju]]''' | <dt class="note">'''[[User:kju|kju]]''' | ||
<dd class="note"> | <dd class="note"> | ||
Seems to work only for unconscious - NOT for dead bodies. setPos/ATL/ASL seems to the only working for dead bodies. | Seems to work only for unconscious - NOT for dead bodies. [[setPos]]/ATL/ASL seems to the only working for dead bodies. | ||
Revision as of 14:38, 23 November 2014
Description
- Description:
- Moves the soldier out of vehicle. (Immediately,without animation).
- Groups:
- Uncategorised
Syntax
- Syntax:
- moveOut soldier
- Parameters:
- soldier: Object -
- Return Value:
- Nothing
Examples
- Example 1:
if ((lifeState _x) == "UNCONSCIOUS") then {moveOut _x;};} forEach (crew cursorTarget);
Additional Information
- See also:
- actiondoGetOutcommandGetOut
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 September 12, 2010
- kju
- Seems to work only for unconscious - NOT for dead bodies. setPos/ATL/ASL seems to the only working for dead bodies.