Page 1 of 1

Get map z / elevation at specific coordinates?

Posted: 05 Jun 2011, 16:07
by Pithikos
Is there a function to get the z elevation at specific coordinates x and y? A searched a bit and didn't find anything, neither in Synced, Unsynced or Constants.

Re: Get map z / elevation at specific coordinates?

Posted: 05 Jun 2011, 16:24
by Beherith
Spring.GetGroundHeight

( number x, number z ) -> number y

Re: Get map z / elevation at specific coordinates?

Posted: 05 Jun 2011, 18:02
by Pithikos
Beherith wrote:Spring.GetGroundHeight

( number x, number z ) -> number y
Thanks! I was searching in the map sections :regret: