Skip to content

Files

Latest commit

e1b1ea5 · Nov 17, 2019

History

History
20 lines (16 loc) · 331 Bytes

GetHeightmapTopZForPosition.md

File metadata and controls

20 lines (16 loc) · 331 Bytes
ns aliases
PATHFIND
0x29C24BFBED8AB8FB

_GET_HEIGHTMAP_TOP_Z_FOR_POSITION

// 0x29C24BFBED8AB8FB 0x3FE8C5A0
float _GET_HEIGHTMAP_TOP_Z_FOR_POSITION(float x, float y);
Returns CGameWorldHeightMap's maximum Z value at specified point (grid node).

Parameters

  • x:
  • y:

Return value