Native referenceFiveM

_GET_HEIGHTMAP_BOTTOM_Z_FOR_AREA

0x3599D741C9AC6310 PATHFIND
FUNCTION SIGNATURE
float _GET_HEIGHTMAP_BOTTOM_Z_FOR_AREA(float x1, float y1, float x2, float y2);
Property Value
Native Name _GET_HEIGHTMAP_BOTTOM_Z_FOR_AREA
Hash 0x3599D741C9AC6310
Return Type float
Parameters x1 (float), y1 (float), x2 (float), y2 (float)

Description: ``` Returns CGameWorldHeightMap's minimum Z among all grid nodes that intersect with the specified rectangle.

Back to PATHFIND