Method GetMapOverlay
| Improve this Doc View SourceGetMapOverlay(string, bool)
Create a new MapOverlay with a custom overlay name
Declaration
public MinimapManager.MapOverlay GetMapOverlay(string name, bool ignoreFog = false)
Parameters
Type | Name | Description |
---|---|---|
string | name | Custom name for the MapOverlay |
bool | ignoreFog | When set to true, that layer will be drawn regardless of exploration status, defaults to false |
Returns
Type | Description |
---|---|
MinimapManager.MapOverlay | Reference to MapOverlay for modder to edit |