Skip to content

Commit

Permalink
Update arma-reforger.md
Browse files Browse the repository at this point in the history
add surface height
  • Loading branch information
nomisum authored Nov 30, 2023
1 parent 46031c2 commit 9a4ab8c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/bastelstube/arma-reforger.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,3 +180,10 @@ foreach (SCR_MapMarkerBase staticMarker : staticMarkers)
}
}
```


## Get Terrain Level on Position
// Arma3 eq: GetPosATL // GetPos
```c#
float wy = GetWorld().GetSurfaceY(x, z);
```

0 comments on commit 9a4ab8c

Please sign in to comment.