llSetStatus is suposed to accept a mask to set several things true or false on one call

This commit is contained in:
UbitUmarov
2023-02-09 20:18:55 +00:00
parent 38f681775c
commit 71ae7655e5
3 changed files with 527 additions and 169 deletions

View File

@@ -5559,8 +5559,7 @@ Environment.Exit(1);
// Get terrain height at the specified <x,y> location.
// Presumes the underlying implementation is a heightmap which is a 1m grid.
// Finds heightmap grid points before and after the point and
// does a linear approximation of the height at this intermediate point.
public float GetGroundHeight(float x, float y)
{
return Heightmap.GetHeight(x, y);