setPosition: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma1 |Game name=
| arma1 |Game name=
Line 11: Line 10:


|gr1= Locations |GROUP1=
|gr1= Locations |GROUP1=
____________________________________________________________________________________________


| Sets the position of a location. |DESCRIPTION=
| Sets the position of a location. |DESCRIPTION=
____________________________________________________________________________________________


| location '''setPosition''' pos |SYNTAX=
| location '''setPosition''' pos |SYNTAX=
Line 22: Line 19:


| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
   
   
|x1= <pre>myLocation setPosition [1000,5320,10]</pre> |EXAMPLE1=
|x1= <pre>myLocation setPosition [1000,5320,10]</pre> |EXAMPLE1=
____________________________________________________________________________________________


| [[locationPosition]] |SEEALSO=
| [[locationPosition]] |SEEALSO=

Revision as of 03:29, 17 January 2021

Hover & click on the images for description

Description

Description:
Sets the position of a location.
Groups:
Locations

Syntax

Syntax:
location setPosition pos
Parameters:
location: Location
pos: Array - format Position
Return Value:
Nothing

Examples

Example 1:
myLocation setPosition [1000,5320,10]

Additional Information

See also:
locationPosition

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

Bottom Section