Difference between revisions of "setPosASL"

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...)
Line 1: Line 1:
{{Command|Comments=
+
{{Command
  
| arma1 |Game name=
+
| arma1
  
|1.00|Game version=
+
|1.00
  
 
|game2= ofp |Game2 name=
 
|game2= ofp |Game2 name=
Line 9: Line 9:
 
|version2= 1.99 |Game2 version=
 
|version2= 1.99 |Game2 version=
  
|arg= global |Multiplayer Arguments=
+
|arg= global
  
|eff= global |Multiplayer Effects=
+
|eff= global
  
|gr1= Positions |GROUP1=
+
|gr1= Positions
  
| Sets the object position above sea level. Given position must be in [[PositionASL]] format. |DESCRIPTION=
+
| Sets the object position above sea level. Given position must be in [[PositionASL]] format.
  
| object [[setPosASL]] pos |SYNTAX=
+
| object [[setPosASL]] pos
  
|p1= object: [[Object]] |PARAMETER1=
+
|p1= object: [[Object]]
  
|p2= pos: [[Array]] - format [[PositionASL]] |PARAMETER2=
+
|p2= pos: [[Array]] - format [[PositionASL]]
  
| [[Nothing]] |RETURNVALUE=
+
| [[Nothing]]
 
   
 
   
|x1= <code>[[player]] [[setPosASL]] [<nowiki/>[[getPosASL]] [[player]] [[select]] 0, ([[getPosASL]] [[player]] [[select]] 1) + 10, [[getPosASL]] [[player]] [[select]] 2];</code> |EXAMPLE1=
+
|x1= <code>[[player]] [[setPosASL]] [<nowiki/>[[getPosASL]] [[player]] [[select]] 0, ([[getPosASL]] [[player]] [[select]] 1) + 10, [[getPosASL]] [[player]] [[select]] 2];</code>
  
|x2= <code>[[this]] [[setPosASL]] [<nowiki/>[[position]] [[this]] [[select]] 0, [[position]] [[this]] [[select]] 1, 9];  {{cc|[ X, Y, Z]}}</code> |EXAMPLE2=
+
|x2= <code>[[this]] [[setPosASL]] [<nowiki/>[[position]] [[this]] [[select]] 0, [[position]] [[this]] [[select]] 1, 9];  {{cc|[ X, Y, Z]}}</code>
  
| [[ASLToATL]], [[ATLToASL]], [[getPos]], [[getPosASL]], [[getPosATL]], [[position]], [[setPos]], [[setPosASL2]], [[setPosATL]], [[getTerrainHeightASL]], [[setPosWorld]], [[setVehiclePosition]] |SEEALSO=
+
| [[ASLToATL]], [[ATLToASL]], [[getPos]], [[getPosASL]], [[getPosATL]], [[position]], [[setPos]], [[setPosASL2]], [[setPosATL]], [[getTerrainHeightASL]], [[setPosWorld]], [[setVehiclePosition]]
 
}}
 
}}
  

Revision as of 12:12, 18 January 2021

Hover & click on the images for description

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:
player setPosASL [getPosASL player select 0, (getPosASL player select 1) + 10, getPosASL player select 2];
Example 2:
this setPosASL [position this select 0, position this select 1, 9]; // [ X, Y, Z]

Additional Information

See also:
ASLToATLATLToASLgetPosgetPosASLgetPosATLpositionsetPossetPosASL2setPosATLgetTerrainHeightASLsetPosWorldsetVehiclePosition

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