AbsorbData() | MapEntity | |
ActivateComponents(array< ref SCR_MapUIBaseComponent > components) | SCR_MapEntity | protected |
ActivateModules(array< ref SCR_MapModuleBase > modules) | SCR_MapEntity | protected |
ActivateOtherComponents(EMapOtherComponents componentFlags) | SCR_MapEntity | protected |
AssignViewLayer(bool isInit) | SCR_MapEntity | protected |
CenterMap() | SCR_MapEntity | |
Cleanup() | SCR_MapEntity | protected |
ClearHover() | SCR_MapEntity | |
ClearSelection() | SCR_MapEntity | |
CloseMap() | SCR_MapEntity | |
CountOfVisible() | MapEntity | |
CreateCustomMapItem() | MapEntity | |
CursorChange(float x, float y) | MapEntity | |
DeactivateComponent(SCR_MapUIBaseComponent component) | SCR_MapEntity | |
DeactivateModule(SCR_MapModuleBase module) | SCR_MapEntity | |
ElevationAt(vector pos) | MapEntity | |
EnableGrid(bool bValue) | MapEntity | |
EnableLegend(bool bValue) | MapEntity | protected |
EnableOverlay(bool bValue) | MapEntity | |
EnableVisualisation(bool bValue) | MapEntity | |
EOnFrame(IEntity owner, float timeSlice) | SCR_MapEntity | |
EOnInit(IEntity owner) | SCR_MapEntity | |
FitPanBounds(inout float panX, inout float panY, bool center) | SCR_MapEntity | protected |
FRAME_DELAY | SCR_MapEntity | static |
GetByType(out notnull array< MapItem > outItems, int type) | MapEntity | |
GetClose(vector origin, float range) | MapEntity | |
GetCurrentPan() | SCR_MapEntity | |
GetCurrentZoom() | SCR_MapEntity | |
GetGridLabel(vector pos, int resMin=2, int resMax=4, string delimiter=" ") | SCR_MapEntity | static |
GetGridPos(vector pos, out int gridX, out int gridZ, int resMin=2, int resMax=4) | SCR_MapEntity | static |
GetHoveredItem() | SCR_MapEntity | |
GetInsideCircle(out notnull array< MapItem > outItems, vector origin, float range) | MapEntity | |
GetInsideRect(out notnull array< MapItem > outItems, vector from, vector to) | MapEntity | |
GetLayer(int index) | MapEntity | |
GetLayerIndex() | MapEntity | |
GetMapCenterWorldPosition(out float worldX, out float worldY) | SCR_MapEntity | |
GetMapConfig() | SCR_MapEntity | |
GetMapCursorWorldPosition(out float worldX, out float worldY) | SCR_MapEntity | |
GetMapInstance() | SCR_MapEntity | static |
GetMapMenuRoot() | SCR_MapEntity | |
GetMapModule(TypeName moduleType) | SCR_MapEntity | |
GetMapSizeX() | SCR_MapEntity | |
GetMapSizeY() | SCR_MapEntity | |
GetMapUIComponent(TypeName componentType) | SCR_MapEntity | |
GetMapVisibleFrame(out vector min, out vector max) | SCR_MapEntity | |
GetMapWidget() | SCR_MapEntity | |
GetMaxZoom() | SCR_MapEntity | |
GetMinZoom() | SCR_MapEntity | |
GetOnHoverEnd() | SCR_MapEntity | static |
GetOnHoverItem() | SCR_MapEntity | static |
GetOnLayerChanged() | SCR_MapEntity | static |
GetOnMapClose() | SCR_MapEntity | static |
GetOnMapInit() | SCR_MapEntity | static |
GetOnMapOpen() | SCR_MapEntity | static |
GetOnMapPan() | SCR_MapEntity | static |
GetOnMapPanEnd() | SCR_MapEntity | static |
GetOnMapZoom() | SCR_MapEntity | static |
GetOnMapZoomEnd() | SCR_MapEntity | static |
GetOnSelection() | SCR_MapEntity | static |
GetOnSelectionChanged() | SCR_MapEntity | static |
GetSelected(out notnull array< MapItem > outItems) | MapEntity | |
GetTargetZoomPPU() | SCR_MapEntity | |
GetVisible(int iIndex) | MapEntity | |
GetVisibleAll(out notnull array< MapItem > outItems) | MapEntity | |
HoverItem(MapItem item) | SCR_MapEntity | |
InitDescriptors(int layerID, MapLayer layer, SCR_LayerConfiguration layerConfig, MapConfiguration mapConfig) | SCR_MapEntity | protected |
InitializeLayers(int count, int factionSize=4) | MapEntity | |
InitLayers(MapConfiguration mapConfig) | SCR_MapEntity | protected |
InvokeOnSelect(vector selectionPos) | SCR_MapEntity | |
IsOpen() | SCR_MapEntity | |
IsZooming() | SCR_MapEntity | |
LayerCount() | MapEntity | |
m_aActiveComponents | SCR_MapEntity | protected |
m_aActiveModules | SCR_MapEntity | protected |
m_ActiveMapCfg | SCR_MapEntity | protected |
m_aLoadedComponents | SCR_MapEntity | protected |
m_aLoadedModules | SCR_MapEntity | protected |
m_aStartPan | SCR_MapEntity | protected |
m_aTargetPan | SCR_MapEntity | protected |
m_bDoReload | SCR_MapEntity | protected |
m_bDoUpdate | SCR_MapEntity | protected |
m_bIsDebugMode | SCR_MapEntity | protected |
m_bIsOpen | SCR_MapEntity | protected |
m_bIsPanInterp | SCR_MapEntity | protected |
m_bIsZoomInterp | SCR_MapEntity | protected |
m_eLastMapMode | SCR_MapEntity | protected |
m_fMaxZoom | SCR_MapEntity | protected |
m_fMinZoom | SCR_MapEntity | protected |
m_fPanSlice | SCR_MapEntity | protected |
m_fPanTimeModif | SCR_MapEntity | protected |
m_fStartPPU | SCR_MapEntity | protected |
m_fTargetPPU | SCR_MapEntity | protected |
m_fZoomPPU | SCR_MapEntity | protected |
m_fZoomSlice | SCR_MapEntity | protected |
m_fZoomTimeModif | SCR_MapEntity | protected |
m_HoveredMapItem | SCR_MapEntity | protected |
m_iDelayCounter | SCR_MapEntity | protected |
m_iMapOffsetX | SCR_MapEntity | protected |
m_iMapOffsetY | SCR_MapEntity | protected |
m_iMapSizeX | SCR_MapEntity | protected |
m_iMapSizeY | SCR_MapEntity | protected |
m_iPanX | SCR_MapEntity | protected |
m_iPanY | SCR_MapEntity | protected |
m_MapWidget | SCR_MapEntity | protected |
m_vVisibleFrameMax | SCR_MapEntity | protected |
m_vVisibleFrameMin | SCR_MapEntity | protected |
m_wMapRoot | SCR_MapEntity | protected |
m_Workspace | SCR_MapEntity | protected |
MaxElevation() | MapEntity | |
MinElevation() | MapEntity | |
Offset() | MapEntity | |
OnLifeStateChanged(ECharacterLifeState previousLifeState, ECharacterLifeState newLifeState) | SCR_MapEntity | protected |
OnMapClose() | SCR_MapEntity | protected |
OnMapOpen(MapConfiguration config) | SCR_MapEntity | protected |
OnPlayerDeleted(int playerId, IEntity player) | SCR_MapEntity | protected |
OnUserSettingsChanged() | SCR_MapEntity | protected |
OnWindowResized(int width, int heigth, bool windowed) | SCR_MapEntity | protected |
OpenMap(MapConfiguration config) | SCR_MapEntity | |
Pan(EMapPanMode panMode, float panValue=0) | SCR_MapEntity | |
PanSmooth(float panX, float panY, float panTime=0.25) | SCR_MapEntity | |
PanUpdate(float timeSlice) | SCR_MapEntity | protected |
PosChange(float x, float y) | MapEntity | |
ResetHighlighted() | MapEntity | |
ResetHovering() | MapEntity | |
ResetSelected() | MapEntity | |
ResetSelection() | MapEntity | |
s_MapInstance | SCR_MapEntity | protectedstatic |
s_OnHoverEnd | SCR_MapEntity | protectedstatic |
s_OnHoverItem | SCR_MapEntity | protectedstatic |
s_OnLayerChanged | SCR_MapEntity | protectedstatic |
s_OnMapClose | SCR_MapEntity | protectedstatic |
s_OnMapInit | SCR_MapEntity | protectedstatic |
s_OnMapOpen | SCR_MapEntity | protectedstatic |
s_OnMapPan | SCR_MapEntity | protectedstatic |
s_OnMapPanEnd | SCR_MapEntity | protectedstatic |
s_OnMapZoom | SCR_MapEntity | protectedstatic |
s_OnMapZoomEnd | SCR_MapEntity | protectedstatic |
s_OnSelection | SCR_MapEntity | protectedstatic |
s_OnSelectionChanged | SCR_MapEntity | protectedstatic |
SCR_MapEntity(IEntitySource src, IEntity parent) | SCR_MapEntity | |
ScreenToWorld(int screenPosX, int screenPosY, out float worldX, out float worldY) | SCR_MapEntity | |
ScreenToWorldNoFlip(int screenPosX, int screenPosY, out float worldX, out float worldY) | SCR_MapEntity | |
SelectItem(MapItem item) | SCR_MapEntity | |
SetFrame(vector start, vector end) | MapEntity | |
SetImagesetMapping(notnull array< int > values) | MapEntity | |
SetLayer(int index) | MapEntity | |
SetMapWidget(Widget mapW) | SCR_MapEntity | |
SetPan(float x, float y, bool isPanEnd=true, bool center=true) | SCR_MapEntity | |
SetSelection(vector start, vector end) | MapEntity | |
SetupDescriptorTypes(SCR_MapDescriptorDefaults descriptorDefaultsConfig) | SCR_MapEntity | protected |
SetupLayersAndProps(inout MapConfiguration configObject, SCR_MapConfig mapCfg) | SCR_MapEntity | protected |
SetupMapConfig(EMapEntityMode mapMode, ResourceName configPath, Widget rootWidget) | SCR_MapEntity | |
SetZoom(float targetPPU, bool instant=false) | SCR_MapEntity | |
ShowDebug(bool bEnable) | MapEntity | |
ShowDiag(bool bEnable) | MapEntity | |
ShowEditor(bool bEnable) | MapEntity | |
ShowMultiple(int type, bool bEnable) | MapEntity | |
ShowScriptDebug() | SCR_MapEntity | |
Size() | MapEntity | |
TerrainUnitScale() | MapEntity | |
UpdateDebug() | SCR_MapEntity | protected |
UpdateMap(float timeSlice) | SCR_MapEntity | protected |
UpdateTexts() | MapEntity | |
UpdateViewPort() | SCR_MapEntity | |
UpdateZoomBounds() | SCR_MapEntity | |
WorldToScreen(float worldX, float worldY, out int screenPosX, out int screenPosY, bool withPan=false) | SCR_MapEntity | |
WorldToScreenCustom(float worldX, float worldY, out int screenPosX, out int screenPosY, float targetPPU, bool withPan=false) | SCR_MapEntity | |
ZoomChange(float level) | MapEntity | |
ZoomOut() | SCR_MapEntity | |
ZoomPanSmooth(float targetPixPerUnit, float worldX, float worldY, float zoomTime=0.25) | SCR_MapEntity | |
ZoomSmooth(float targetPixPerUnit, float zoomTime=0.25, bool zoomToCenter=true, bool reinitZoom=false) | SCR_MapEntity | |
ZoomUpdate(float timeSlice) | SCR_MapEntity | protected |
~SCR_MapEntity() | SCR_MapEntity | |