|
Arma Reforger Script API
|
Marker recon symbol entry - combination of military and custom symbols. More...
Public Member Functions | |
| override SCR_EMapMarkerType | GetMarkerType () |
| Override this in child classes with own config entries to define type. | |
| string | GetMenuDescription () |
| ResourceName | GetMenuImageset () |
| string | GetMenuIcon () |
| void | CreateEntries (notnull SCR_MapRadialUI radialUI, notnull SCR_SelectionMenuCategoryEntry parent=null) |
| Create entries from config. | |
Public Member Functions inherited from SCR_MapMarkerEntryConfig | |
| ResourceName | GetMarkerLayout () |
| 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. | |
| 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 | 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 Member Functions | |
| void | OnEntryPerformed (SCR_SelectionMenuEntry perfomedEntry) |
Protected Attributes | |
| string | m_sMenuDescription |
| ResourceName | m_sMenuImageset |
| string | m_sMenuIcon |
| ref array< ref SCR_FactionReconMarkerEntry > | m_aFactionReconMarkerEntries |
Protected Attributes inherited from SCR_MapMarkerEntryConfig | |
| ResourceName | m_sMarkerLayout |
Marker recon symbol entry - combination of military and custom symbols.
| void SCR_MapMarkerEntryRecon.CreateEntries | ( | notnull SCR_MapRadialUI | radialUI, |
| notnull SCR_SelectionMenuCategoryEntry | parent = null ) |
Create entries from config.
| [in] | radialUI | |
| [in] | parent |
| override SCR_EMapMarkerType SCR_MapMarkerEntryRecon.GetMarkerType | ( | ) |
Override this in child classes with own config entries to define type.
Implements SCR_MapMarkerEntryConfig.
| string SCR_MapMarkerEntryRecon.GetMenuDescription | ( | ) |
| string SCR_MapMarkerEntryRecon.GetMenuIcon | ( | ) |
| ResourceName SCR_MapMarkerEntryRecon.GetMenuImageset | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |