| 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.gfxfile in the current resource. It has to be specified as afile.depth(int) — The depth of new overlay on the minimap. Pass-1for game to figure out the highest depth itself. Should not be greater than0x7EFFFFFD.