public LSL_Float osGetTerrainHeight(int x, int y) { CheckThreatLevel(ThreatLevel.None, "osGetTerrainHeight"); return GetTerrainHeight(x, y); }