Difference between revisions of "getPos"
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Some wiki formatting) |
m |
||
Line 7: | Line 7: | ||
|arg= global |Multiplayer Arguments= | |arg= global |Multiplayer Arguments= | ||
+ | |||
+ | |gr1= Positions |=GROUP1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 89: | Line 91: | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]] | ||
− |
Revision as of 09:34, 16 September 2020
Notes
- Posted on 16 Feb, 2007
- Dr_Eyeball
-
getPos obj select 2
might return the vertical position above ground level, but for a stacked object, it returns the vertical position above the object beneath it. The same problem exists for getPosASL. There was a discussion thread in the BIS forums which suggested the use of the command modelToWorld instead to get around this issue where an absolute vertical position is required. ArmA Ver 1.02. - Posted on 23 Nov, 2011
- Tankbuster
- You can use getPos and setPos on triggers.