![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Base entry config. More...
Protected Member Functions | |
| SCR_EMapMarkerType | GetMarkerType () |
| Override this in child classes with own config entries to define type. | |
| ResourceName | GetMarkerLayout () |
| void | InitClientSettings (SCR_MapMarkerBase marker, SCR_MapMarkerWidgetComponent widgetComp, bool skipProfanityFilter=false) |
| void | InitClientSettingsDynamic (notnull SCR_MapMarkerEntity marker, notnull SCR_MapMarkerDynamicWComponent widgetComp) |
| void | InitServerLogic () |
| Override this to set up server side logic & event behavior for dynamic markers. | |
| void | InitClientLogic () |
| 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. | |
Protected Attributes | |
| ResourceName | m_sMarkerLayout |
Base entry config.
Definition at line 53 of file SCR_MapMarkerConfig.c.
|
inlineprotected |
Definition at line 66 of file SCR_MapMarkerConfig.c.
|
inlineprotected |
Override this in child classes with own config entries to define type.
Definition at line 60 of file SCR_MapMarkerConfig.c.
|
protected |
Override this to set up logic & event behavior on client.
|
inlineprotected |
Client side initialization of visuals or other client logic Override this in children where wanted
Definition at line 74 of file SCR_MapMarkerConfig.c.
|
protected |
Client side initialization of visuals or other client logic for dynamic markers Override this in children where wanted
|
protected |
Override this to set up server side logic & event behavior for dynamic markers.
|
protected |
Override this to set up client side behavior on map close.
|
protected |
Override this to set up client side behavior on map init.
|
protected |
Override this to set up client side behavior for when map changes zoom layers.
|
protected |
Override this to set up client side behavior for when map changes zoom layers.
|
protected |
Override this to set up client side behavior on map open.
|
protected |
Definition at line 56 of file SCR_MapMarkerConfig.c.