setPosASL: Difference between revisions
Jump to navigation
Jump to search
Hypoxic125 (talk | contribs) No edit summary |
Hypoxic125 (talk | contribs) mNo edit summary |
||
Line 55: | Line 55: | ||
<sqf> | <sqf> | ||
if !(isNull objectParent _unit) then { | if !(isNull objectParent _unit) then { | ||
[_unit, [0,0,0]] remoteExec [" | [_unit, [0,0,0]] remoteExec ["setPosASL", _unit]; | ||
}; | }; | ||
</sqf> | </sqf> | ||
}} | }} |
Latest revision as of 04:59, 26 February 2023
Description
- Description:
- Sets the object position above sea level. Given position must be in PositionASL format.
- Groups:
- Positions
Syntax
- Syntax:
- object setPosASL pos
- Parameters:
- object: Object
- pos: Array format PositionASL
- Return Value:
- Nothing
Examples
- Example 1:
- Example 2:
Additional Information
- See also:
- ASLToATL ATLToASL getPos getPosASL getPosATL position setPos setPosASL2 setPosATL getTerrainHeightASL setPosWorld setVehiclePosition
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 Feb 26, 2023 - 03:59 (UTC)
-
As of Verson 2.10, if you use setPosX commands on a remote unit within a vehicle, the unit will remain in the vehicle. In order to avoid this, remoteExec the command to the remote client.
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint: Elite version 1.00
- Operation Flashpoint: Elite: New Scripting Commands
- Operation Flashpoint: Elite: Scripting Commands
- Operation Flashpoint: Scripting Commands
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Take On Helicopters: Scripting Commands
- Arma 3: Scripting Commands
- Command Group: Positions
- Scripting Commands: Global Effect