Position: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (+ Note about mission.sqm coordinates)
Line 10: Line 10:
z coordinate is height above ground.<br>
z coordinate is height above ground.<br>
Default z is 0.
Default z is 0.
'''Note:'''
In mission.sqm file are coordinates of objects in format [x, z, y]




[[Category: Arrays]]
[[Category: Arrays]]

Revision as of 08:47, 13 August 2006

Format:

[x, y] or [x, y, z]


Description:

x coordinates are West-East.
y coordinates are South-North.
z coordinate is height above ground.
Default z is 0.


Note:

In mission.sqm file are coordinates of objects in format [x, z, y]