Difference between revisions of "DCS func getPosition"
From DCS World Wiki - Hoggitworld.com
Line 13: | Line 13: | ||
|par4= | |par4= | ||
− | |desc= Returns a | + | |desc= Returns a Position3 table of the objects current position and orientation in 3D space. X, Y, Z values are unit vectors defining the objects orientation. Coordinates are dependent on the position of the maps origin. In the case of the Caucuses theater, the origin is located in the Crimean region of the map. |
Function also works with [[DCS_Class_Unit|Unit]], [[DCS_Class_Weapon|Weapon]], [[DCS_Class_Static_Object|Static Object]], [[DCS_Class_Scenery_Object|Scenery Object]], [[DCS_Class_Airbase|Airbase]] | Function also works with [[DCS_Class_Unit|Unit]], [[DCS_Class_Weapon|Weapon]], [[DCS_Class_Static_Object|Static Object]], [[DCS_Class_Scenery_Object|Scenery Object]], [[DCS_Class_Airbase|Airbase]] | ||
− | |rtnType= | + | |rtnType= Position3 |
|rtnExample= Position 3 is a table consisting of the point and orientation tables. | |rtnExample= Position 3 is a table consisting of the point and orientation tables. |