SceneManager:FindAltitude

From Data Realms Wiki

Jump to: navigation, search
Function
SyntaxFindAltitude( * The max altitude you care to check for. 0 Means check the whole scene's height.
  • The accuracy within screen measurement is acceptable. Higher number here means less calculation. )
Description:
Calculates the altitide of a certain point above the terrain, measured in pixels.
ReturnsThe altitude over the terrain, in pixels.




Example
DescriptionPlaceholder!
Code
  1. for k,v in pairs(PagesWithoutExamples) do
  2.     v.MakeExample(NoErrors);
  3. end
OutputPlaceholder!
Personal tools