Native referenceFiveMclient

ADD_MINIMAP_OVERLAY_WITH_DEPTH

0xED0935B5 CFX
FUNCTION SIGNATURE
int ADD_MINIMAP_OVERLAY_WITH_DEPTH(char* name, int depth);
Property Value
Native Name ADD_MINIMAP_OVERLAY_WITH_DEPTH
Hash 0xED0935B5
Return Type int
API Set client
Parameters name (char*), depth (int)

Description: Loads a minimap overlay from a GFx file in the current resource.

Parameters

  • name (char*) — The path to a .gfx file in the current resource. It has to be specified as a file.
  • depth (int) — The depth of new overlay on the minimap. Pass -1 for game to figure out the highest depth itself. Should not be greater than 0x7EFFFFFD.
Back to CFX