| | Override this to set up logic & event behavior on server.
|
| override void | InitClientSettingsDynamic (notnull SCR_MapMarkerEntity marker, notnull SCR_MapMarkerDynamicWComponent widgetComp) |
| | Client side initialization of visuals or other client logic for dynamic markers Override this in children where wanted.
|
| void | InitClientSettings (SCR_MapMarkerBase marker, SCR_MapMarkerWidgetComponent widgetComp, bool skipProfanityFilter=false) |
| | Client side initialization of visuals or other client logic Override this in children where wanted.
|
| | Override this to set up logic & event behavior on client.
|
| void | OnMapLayerChanged (notnull SCR_MapMarkerWidgetComponent widgetComp, int layerID) |
| | Override this to set up client side behavior for when map changes zoom layers.
|
| void | OnMapLayerChangedDynamic (notnull SCR_MapMarkerDynamicWComponent widgetComp, int layerID) |
| | Override this to set up client side behavior for when map changes zoom layers.
|
| void | OnMapInit (notnull SCR_MapEntity mapEnt, notnull SCR_MapMarkersUI markerUIComp) |
| | Override this to set up client side behavior on map init.
|
| void | OnMapOpen (notnull SCR_MapEntity mapEnt, notnull SCR_MapMarkersUI markerUIComp) |
| | Override this to set up client side behavior on map open.
|
| void | OnMapClose (notnull SCR_MapEntity mapEnt, notnull SCR_MapMarkersUI markerUIComp) |
| | Override this to set up client side behavior on map close.
|