Show / Hide Table of Contents

Class DaggerfallTravelMapWindow

Implements Daggerfall's travel map.

Inheritance
Object
UserInterfaceWindow
DaggerfallBaseWindow
DaggerfallPopupWindow
DaggerfallTravelMapWindow
Implements
IUserInterfaceWindow
Inherited Members
DaggerfallPopupWindow.ScreenDimColor
DaggerfallPopupWindow.AllowCancel
DaggerfallPopupWindow.Cancelled
DaggerfallPopupWindow.PreviousWindow
DaggerfallPopupWindow.Draw()
DaggerfallPopupWindow.CancelWindow()
DaggerfallPopupWindow.OnCancel
DaggerfallBaseWindow.exitKey
DaggerfallBaseWindow.defaultToolTip
DaggerfallBaseWindow.allowFreeScaling
DaggerfallBaseWindow.DaggerfallUnity
DaggerfallBaseWindow.IsSetup
DaggerfallBaseWindow.NativePanel
UserInterfaceWindow.parentPanel
UserInterfaceWindow.uiManager
UserInterfaceWindow.enabled
UserInterfaceWindow.pauseWhileOpened
UserInterfaceWindow.focusControl
UserInterfaceWindow.Value
UserInterfaceWindow.Enabled
UserInterfaceWindow.ParentPanel
UserInterfaceWindow.FocusControl
UserInterfaceWindow.ProcessMessages()
UserInterfaceWindow.OnReturn()
UserInterfaceWindow.CloseWindow()
UserInterfaceWindow.PopWindow()
UserInterfaceWindow.PauseWhileOpen
UserInterfaceWindow.SetFocus(BaseScreenComponent)
UserInterfaceWindow.OnClose
UserInterfaceWindow.RaiseOnCloseHandler()
Namespace: DaggerfallWorkshop.Game.UserInterfaceWindows
Assembly: Assembly-CSharp.dll
Syntax
public class DaggerfallTravelMapWindow : DaggerfallPopupWindow, IUserInterfaceWindow

Constructors

| Improve this Doc View Source

DaggerfallTravelMapWindow(IUserInterfaceManager)

Declaration
public DaggerfallTravelMapWindow(IUserInterfaceManager uiManager)
Parameters
Type Name Description
IUserInterfaceManager uiManager

Fields

| Improve this Doc View Source

atButton

Declaration
protected Button atButton
Field Value
Type Description
Button
| Improve this Doc View Source

atButtonRect

Declaration
protected Rect atButtonRect
Field Value
Type Description
Rect
| Improve this Doc View Source

atButtonTexture

Declaration
protected Texture2D atButtonTexture
Field Value
Type Description
Texture2D
| Improve this Doc View Source

betonyIndex

Declaration
protected const int betonyIndex = 19
Field Value
Type Description
Int32
| Improve this Doc View Source

borderPanel

Declaration
protected Panel borderPanel
Field Value
Type Description
Panel
| Improve this Doc View Source

borderTexture

Declaration
protected Texture2D borderTexture
Field Value
Type Description
Texture2D
| Improve this Doc View Source

colorPaletteColName

Declaration
protected const string colorPaletteColName = "FMAP_PAL.COL"
Field Value
Type Description
String
| Improve this Doc View Source

currentDFRegion

Declaration
protected DFRegion currentDFRegion
Field Value
Type Description
DFRegion
| Improve this Doc View Source

currentDFRegionIndex

Declaration
protected int currentDFRegionIndex
Field Value
Type Description
Int32
| Improve this Doc View Source

distance

Declaration
protected IDistance distance
Field Value
Type Description
IDistance
| Improve this Doc View Source

distanceRegionName

Declaration
protected string distanceRegionName
Field Value
Type Description
String
| Improve this Doc View Source

dotOutlineColor

Declaration
protected Color32 dotOutlineColor
Field Value
Type Description
Color32
| Improve this Doc View Source

dotsOutlineThickness

Declaration
protected const int dotsOutlineThickness = 1
Field Value
Type Description
Int32
| Improve this Doc View Source

downArrowImgName

Declaration
protected const string downArrowImgName = "TRAVAI05.IMG"
Field Value
Type Description
String
| Improve this Doc View Source

downArrowTexture

Declaration
protected Texture2D downArrowTexture
Field Value
Type Description
Texture2D
| Improve this Doc View Source

dungeonFilterButtonDisabled

Declaration
protected Texture2D dungeonFilterButtonDisabled
Field Value
Type Description
Texture2D
| Improve this Doc View Source

dungeonFilterButtonEnabled

Declaration
protected Texture2D dungeonFilterButtonEnabled
Field Value
Type Description
Texture2D
| Improve this Doc View Source

dungeonsFilterButton

Declaration
protected Button dungeonsFilterButton
Field Value
Type Description
Button
| Improve this Doc View Source

dungeonsFilterButtonSrcRect

Declaration
protected Rect dungeonsFilterButtonSrcRect
Field Value
Type Description
Rect
| Improve this Doc View Source

exitButton

Declaration
protected Button exitButton
Field Value
Type Description
Button
| Improve this Doc View Source

filterDungeons

Declaration
protected bool filterDungeons
Field Value
Type Description
Boolean
| Improve this Doc View Source

filterHomes

Declaration
protected bool filterHomes
Field Value
Type Description
Boolean
| Improve this Doc View Source

filterTemples

Declaration
protected bool filterTemples
Field Value
Type Description
Boolean
| Improve this Doc View Source

filterTowns

Declaration
protected bool filterTowns
Field Value
Type Description
Boolean
| Improve this Doc View Source

findAtButtonImgName

Declaration
protected const string findAtButtonImgName = "TRAV0I03.IMG"
Field Value
Type Description
String
| Improve this Doc View Source

findButton

Declaration
protected Button findButton
Field Value
Type Description
Button
| Improve this Doc View Source

findButtonRect

Declaration
protected Rect findButtonRect
Field Value
Type Description
Rect
| Improve this Doc View Source

findButtonTexture

Declaration
protected Texture2D findButtonTexture
Field Value
Type Description
Texture2D
| Improve this Doc View Source

findingLocation

Declaration
protected bool findingLocation
Field Value
Type Description
Boolean
| Improve this Doc View Source

gotoLocation

Declaration
protected string gotoLocation
Field Value
Type Description
String
| Improve this Doc View Source

gotoRegion

Declaration
protected int gotoRegion
Field Value
Type Description
Int32
| Improve this Doc View Source

homesFilterButton

Declaration
protected Button homesFilterButton
Field Value
Type Description
Button
| Improve this Doc View Source

homesFilterButtonDisabled

Declaration
protected Texture2D homesFilterButtonDisabled
Field Value
Type Description
Texture2D
| Improve this Doc View Source

homesFilterButtonEnabled

Declaration
protected Texture2D homesFilterButtonEnabled
Field Value
Type Description
Texture2D
| Improve this Doc View Source

homesFilterButtonSrcRect

Declaration
protected Rect homesFilterButtonSrcRect
Field Value
Type Description
Rect
| Improve this Doc View Source

horizontalArrowButton

Declaration
protected Button horizontalArrowButton
Field Value
Type Description
Button
| Improve this Doc View Source

identifyChanges

Declaration
protected float identifyChanges
Field Value
Type Description
Single
| Improve this Doc View Source

identifyFlashColor

Declaration
protected Color identifyFlashColor
Field Value
Type Description
Color
| Improve this Doc View Source

identifyFlashCount

Declaration
protected const int identifyFlashCount = 4
Field Value
Type Description
Int32
| Improve this Doc View Source

identifyFlashCountSelected

Declaration
protected const int identifyFlashCountSelected = 2
Field Value
Type Description
Int32
| Improve this Doc View Source

identifyFlashInterval

Declaration
protected const float identifyFlashInterval = 0.5F
Field Value
Type Description
Single
| Improve this Doc View Source

identifying

Declaration
protected bool identifying
Field Value
Type Description
Boolean
| Improve this Doc View Source

identifyLastChangeTime

Declaration
protected float identifyLastChangeTime
Field Value
Type Description
Single
| Improve this Doc View Source

identifyOverlayPanel

Declaration
protected Panel identifyOverlayPanel
Field Value
Type Description
Panel
| Improve this Doc View Source

identifyPixelBuffer

Declaration
protected Color32[] identifyPixelBuffer
Field Value
Type Description
Color32[]
| Improve this Doc View Source

identifyState

Declaration
protected bool identifyState
Field Value
Type Description
Boolean
| Improve this Doc View Source

identifyTexture

Declaration
protected Texture2D identifyTexture
Field Value
Type Description
Texture2D
| Improve this Doc View Source

importedOverlays

Declaration
protected readonly Dictionary<int, Texture2D> importedOverlays
Field Value
Type Description
Dictionary<Int32, Texture2D>
| Improve this Doc View Source

lastMousePos

Declaration
protected Vector2 lastMousePos
Field Value
Type Description
Vector2
| Improve this Doc View Source

lastQueryLocationIndex

Declaration
protected int lastQueryLocationIndex
Field Value
Type Description
Int32
| Improve this Doc View Source

lastQueryLocationName

Declaration
protected string lastQueryLocationName
Field Value
Type Description
String
| Improve this Doc View Source

leftArrowImgName

Declaration
protected const string leftArrowImgName = "TRAVDI05.IMG"
Field Value
Type Description
String
| Improve this Doc View Source

leftArrowTexture

Declaration
protected Texture2D leftArrowTexture
Field Value
Type Description
Texture2D
| Improve this Doc View Source

locationDotsOutlinePixelBuffer

Declaration
protected Color32[] locationDotsOutlinePixelBuffer
Field Value
Type Description
Color32[]
| Improve this Doc View Source

locationDotsOutlineTexture

Declaration
protected Texture2D locationDotsOutlineTexture
Field Value
Type Description
Texture2D
| Improve this Doc View Source

locationDotsPixelBuffer

Declaration
protected Color32[] locationDotsPixelBuffer
Field Value
Type Description
Color32[]
| Improve this Doc View Source

locationDotsTexture

Declaration
protected Texture2D locationDotsTexture
Field Value
Type Description
Texture2D
| Improve this Doc View Source

locationFilterButtonDisabledImgName

Declaration
protected const string locationFilterButtonDisabledImgName = "TRAV01I1.IMG"
Field Value
Type Description
String
| Improve this Doc View Source

locationFilterButtonEnabledImgName

Declaration
protected const string locationFilterButtonEnabledImgName = "TRAV01I0.IMG"
Field Value
Type Description
String
| Improve this Doc View Source

locationPixelColors

Declaration
protected Color32[] locationPixelColors
Field Value
Type Description
Color32[]
| Improve this Doc View Source

locationSelected

Declaration
protected bool locationSelected
Field Value
Type Description
Boolean
| Improve this Doc View Source

locationSummary

Declaration
protected ContentReader.MapSummary locationSummary
Field Value
Type Description
ContentReader.MapSummary
| Improve this Doc View Source

mapIndex

Declaration
protected int mapIndex
Field Value
Type Description
Int32
| Improve this Doc View Source

maxMatchingResults

Declaration
protected readonly int maxMatchingResults
Field Value
Type Description
Int32
| Improve this Doc View Source

mouseOverRegion

Declaration
protected int mouseOverRegion
Field Value
Type Description
Int32
| Improve this Doc View Source

offsetLookup

Declaration
protected Dictionary<string, Vector2> offsetLookup
Field Value
Type Description
Dictionary<String, Vector2>
| Improve this Doc View Source

outlineDisplacements

Declaration
protected Vector2[] outlineDisplacements
Field Value
Type Description
Vector2[]
| Improve this Doc View Source

overworldImgName

Declaration
protected const string overworldImgName = "TRAV0I00.IMG"
Field Value
Type Description
String
| Improve this Doc View Source

overworldTexture

Declaration
protected Texture2D overworldTexture
Field Value
Type Description
Texture2D
| Improve this Doc View Source

playerRegionOverlayPanel

Declaration
protected Panel playerRegionOverlayPanel
Field Value
Type Description
Panel
| Improve this Doc View Source

playerRegionOverlayPanelRect

Declaration
protected Rect playerRegionOverlayPanelRect
Field Value
Type Description
Rect
| Improve this Doc View Source

popUp

Declaration
protected DaggerfallTravelPopUp popUp
Field Value
Type Description
DaggerfallTravelPopUp
| Improve this Doc View Source

regionBorderImgName

Declaration
protected const string regionBorderImgName = "MBRD00I0.IMG"
Field Value
Type Description
String
| Improve this Doc View Source

regionLabel

Declaration
protected TextLabel regionLabel
Field Value
Type Description
TextLabel
| Improve this Doc View Source

regionLocationDotsOutlinesOverlayPanel

Declaration
protected Panel[] regionLocationDotsOutlinesOverlayPanel
Field Value
Type Description
Panel[]
| Improve this Doc View Source

regionLocationDotsOverlayPanel

Declaration
protected Panel regionLocationDotsOverlayPanel
Field Value
Type Description
Panel
| Improve this Doc View Source

regionPanelOffset

Declaration
protected const int regionPanelOffset = 12
Field Value
Type Description
Int32
| Improve this Doc View Source

regionPickerBitmap

Declaration
protected DFBitmap regionPickerBitmap
Field Value
Type Description
DFBitmap
| Improve this Doc View Source

regionPickerImgName

Declaration
protected const string regionPickerImgName = "TRAV0I01.IMG"
Field Value
Type Description
String
| Improve this Doc View Source

regionTextureOverlayPanel

Declaration
protected Panel regionTextureOverlayPanel
Field Value
Type Description
Panel
| Improve this Doc View Source

regionTextureOverlayPanelRect

Declaration
protected Rect regionTextureOverlayPanelRect
Field Value
Type Description
Rect
| Improve this Doc View Source

regionTextures

Declaration
protected readonly Dictionary<string, Texture2D> regionTextures
Field Value
Type Description
Dictionary<String, Texture2D>
| Improve this Doc View Source

revealUndiscoveredLocations

Declaration
protected static bool revealUndiscoveredLocations
Field Value
Type Description
Boolean
| Improve this Doc View Source

rightArrowImgName

Declaration
protected const string rightArrowImgName = "TRAVCI05.IMG"
Field Value
Type Description
String
| Improve this Doc View Source

rightArrowTexture

Declaration
protected Texture2D rightArrowTexture
Field Value
Type Description
Texture2D
| Improve this Doc View Source

scale

Declaration
protected float scale
Field Value
Type Description
Single
| Improve this Doc View Source

selectedRegion

Declaration
protected int selectedRegion
Field Value
Type Description
Int32
| Improve this Doc View Source

selectedRegionMapNames

Declaration
protected string[] selectedRegionMapNames
Field Value
Type Description
String[]
| Improve this Doc View Source

teleportationTravel

Declaration
protected bool teleportationTravel
Field Value
Type Description
Boolean
| Improve this Doc View Source

templesFilterButton

Declaration
protected Button templesFilterButton
Field Value
Type Description
Button
| Improve this Doc View Source

templesFilterButtonDisabled

Declaration
protected Texture2D templesFilterButtonDisabled
Field Value
Type Description
Texture2D
| Improve this Doc View Source

templesFilterButtonEnabled

Declaration
protected Texture2D templesFilterButtonEnabled
Field Value
Type Description
Texture2D
| Improve this Doc View Source

templesFilterButtonSrcRect

Declaration
protected Rect templesFilterButtonSrcRect
Field Value
Type Description
Rect
| Improve this Doc View Source

toggleClosedBinding

Declaration
protected KeyCode toggleClosedBinding
Field Value
Type Description
KeyCode
| Improve this Doc View Source

townsFilterButton

Declaration
protected Button townsFilterButton
Field Value
Type Description
Button
| Improve this Doc View Source

townsFilterButtonDisabled

Declaration
protected Texture2D townsFilterButtonDisabled
Field Value
Type Description
Texture2D
| Improve this Doc View Source

townsFilterButtonEnabled

Declaration
protected Texture2D townsFilterButtonEnabled
Field Value
Type Description
Texture2D
| Improve this Doc View Source

townsFilterButtonSrcRect

Declaration
protected Rect townsFilterButtonSrcRect
Field Value
Type Description
Rect
| Improve this Doc View Source

upArrowImgName

Declaration
protected const string upArrowImgName = "TRAVBI05.IMG"
Field Value
Type Description
String
| Improve this Doc View Source

upArrowTexture

Declaration
protected Texture2D upArrowTexture
Field Value
Type Description
Texture2D
| Improve this Doc View Source

verticalArrowButton

Declaration
protected Button verticalArrowButton
Field Value
Type Description
Button
| Improve this Doc View Source

zoom

Declaration
protected bool zoom
Field Value
Type Description
Boolean
| Improve this Doc View Source

zoomfactor

Declaration
protected int zoomfactor
Field Value
Type Description
Int32
| Improve this Doc View Source

zoomOffset

Declaration
protected Vector2 zoomOffset
Field Value
Type Description
Vector2
| Improve this Doc View Source

zoomPosition

Declaration
protected Vector2 zoomPosition
Field Value
Type Description
Vector2

Properties

| Improve this Doc View Source

FindingLocation

Declaration
protected bool FindingLocation { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

HasMultipleMaps

Declaration
protected bool HasMultipleMaps { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

HasVerticalMaps

Declaration
protected bool HasVerticalMaps { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

LocationSummary

Declaration
public ContentReader.MapSummary LocationSummary { get; }
Property Value
Type Description
ContentReader.MapSummary
| Improve this Doc View Source

MouseOverOtherRegion

Declaration
protected bool MouseOverOtherRegion { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

MouseOverRegion

Declaration
protected bool MouseOverRegion { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

RegionImgName

Declaration
protected string RegionImgName { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

RegionSelected

Declaration
protected bool RegionSelected { get; }
Property Value
Type Description
Boolean

Methods

| Improve this Doc View Source

ActivateTeleportationTravel()

Declaration
public void ActivateTeleportationTravel()
| Improve this Doc View Source

ArrowButtonClickHandler(BaseScreenComponent, Vector2)

Handles click events for the arrow buttons in the region view

Declaration
protected virtual void ArrowButtonClickHandler(BaseScreenComponent sender, Vector2 position)
Parameters
Type Name Description
BaseScreenComponent sender
Vector2 position
| Improve this Doc View Source

AtButtonClickHandler(BaseScreenComponent, Vector2)

Declaration
protected virtual void AtButtonClickHandler(BaseScreenComponent sender, Vector2 position)
Parameters
Type Name Description
BaseScreenComponent sender
Vector2 position
| Improve this Doc View Source

CanFindPlace(String, String)

Declaration
public bool CanFindPlace(string regionName, string name)
Parameters
Type Name Description
String regionName
String name
Returns
Type Description
Boolean
| Improve this Doc View Source

checkLocationDiscovered(ContentReader.MapSummary)

Declaration
protected virtual bool checkLocationDiscovered(ContentReader.MapSummary summary)
Parameters
Type Name Description
ContentReader.MapSummary summary
Returns
Type Description
Boolean
| Improve this Doc View Source

ClickHandler(BaseScreenComponent, Vector2)

Declaration
protected virtual void ClickHandler(BaseScreenComponent sender, Vector2 position)
Parameters
Type Name Description
BaseScreenComponent sender
Vector2 position
| Improve this Doc View Source

CloseRegionPanel()

Declaration
protected virtual void CloseRegionPanel()
| Improve this Doc View Source

CloseTravelWindows(Boolean)

Declaration
public void CloseTravelWindows(bool forceClose = false)
Parameters
Type Name Description
Boolean forceClose
| Improve this Doc View Source

ConfirmTravelPopupButtonClick(DaggerfallMessageBox, DaggerfallMessageBox.MessageBoxButtons)

Button handler for travel confirmation pop up. This is a temporary solution until implementing the final pop-up.

Declaration
protected virtual void ConfirmTravelPopupButtonClick(DaggerfallMessageBox sender, DaggerfallMessageBox.MessageBoxButtons messageBoxButton)
Parameters
Type Name Description
DaggerfallMessageBox sender
DaggerfallMessageBox.MessageBoxButtons messageBoxButton
| Improve this Doc View Source

CreateConfirmationPopUp()

Declaration
protected virtual void CreateConfirmationPopUp()
| Improve this Doc View Source

CreatePopUpWindow()

Declaration
protected virtual void CreatePopUpWindow()
| Improve this Doc View Source

ExitButtonClickHandler(BaseScreenComponent, Vector2)

Declaration
protected virtual void ExitButtonClickHandler(BaseScreenComponent sender, Vector2 position)
Parameters
Type Name Description
BaseScreenComponent sender
Vector2 position
| Improve this Doc View Source

FilterButtonClickHandler(BaseScreenComponent, Vector2)

Handles click events for the filter buttons in the region view

Declaration
protected virtual void FilterButtonClickHandler(BaseScreenComponent sender, Vector2 position)
Parameters
Type Name Description
BaseScreenComponent sender
Vector2 position
| Improve this Doc View Source

FindLocation(String, out List<DistanceMatch>)

Declaration
protected virtual bool FindLocation(string name, out List<DistanceMatch> matching)
Parameters
Type Name Description
String name
List<DistanceMatch> matching
Returns
Type Description
Boolean
| Improve this Doc View Source

FindlocationButtonClickHandler(BaseScreenComponent, Vector2)

Declaration
protected virtual void FindlocationButtonClickHandler(BaseScreenComponent sender, Vector2 position)
Parameters
Type Name Description
BaseScreenComponent sender
Vector2 position
| Improve this Doc View Source

GetCoordinates()

Declaration
protected Vector2 GetCoordinates()
Returns
Type Description
Vector2
| Improve this Doc View Source

GetLocationNameInCurrentRegion(Int32, Boolean)

Declaration
protected virtual string GetLocationNameInCurrentRegion(int locationIndex, bool cacheName = false)
Parameters
Type Name Description
Int32 locationIndex
Boolean cacheName
Returns
Type Description
String
| Improve this Doc View Source

GetPixelColorIndex(DFRegion.LocationTypes)

Declaration
protected virtual int GetPixelColorIndex(DFRegion.LocationTypes locationType)
Parameters
Type Name Description
DFRegion.LocationTypes locationType
Returns
Type Description
Int32
| Improve this Doc View Source

GetPlayerRegion()

Declaration
protected int GetPlayerRegion()
Returns
Type Description
Int32
| Improve this Doc View Source

GetRegionMapNames(Int32)

Declaration
protected string[] GetRegionMapNames(int region)
Parameters
Type Name Description
Int32 region
Returns
Type Description
String[]
| Improve this Doc View Source

GetRegionMapScale(Int32)

Declaration
protected virtual float GetRegionMapScale(int region)
Parameters
Type Name Description
Int32 region
Returns
Type Description
Single
| Improve this Doc View Source

GetRegionName(Int32)

Declaration
protected string GetRegionName(int region)
Parameters
Type Name Description
Int32 region
Returns
Type Description
String
| Improve this Doc View Source

GetTravelMapSaveData()

Declaration
public TravelMapSaveData GetTravelMapSaveData()
Returns
Type Description
TravelMapSaveData
| Improve this Doc View Source

GotoLocation(String, Int32)

Declaration
public void GotoLocation(string placeName, int region)
Parameters
Type Name Description
String placeName
Int32 region
| Improve this Doc View Source

HandleLocationFindEvent(DaggerfallInputMessageBox, String)

Declaration
protected virtual void HandleLocationFindEvent(DaggerfallInputMessageBox inputMessageBox, string locationName)
Parameters
Type Name Description
DaggerfallInputMessageBox inputMessageBox
String locationName
| Improve this Doc View Source

HandleLocationPickEvent(Int32, String)

Declaration
public void HandleLocationPickEvent(int index, string locationName)
Parameters
Type Name Description
Int32 index
String locationName
| Improve this Doc View Source

OnPop()

Declaration
public override void OnPop()
Overrides
UserInterfaceWindow.OnPop()
| Improve this Doc View Source

OnPush()

Declaration
public override void OnPush()
Overrides
UserInterfaceWindow.OnPush()
| Improve this Doc View Source

OpenRegionPanel(Int32)

Declaration
protected virtual void OpenRegionPanel(int region)
Parameters
Type Name Description
Int32 region
| Improve this Doc View Source

SetTravelMapFromSaveData(TravelMapSaveData)

Declaration
public void SetTravelMapFromSaveData(TravelMapSaveData data)
Parameters
Type Name Description
TravelMapSaveData data
| Improve this Doc View Source

Setup()

Declaration
protected override void Setup()
Overrides
DaggerfallPopupWindow.Setup()
| Improve this Doc View Source

SetupArrowButtons()

Declaration
protected virtual void SetupArrowButtons()
| Improve this Doc View Source

Update()

Declaration
public override void Update()
Overrides
DaggerfallPopupWindow.Update()
| Improve this Doc View Source

UpdateBorder()

Declaration
protected virtual void UpdateBorder()
| Improve this Doc View Source

UpdateCrosshair()

Declaration
protected virtual void UpdateCrosshair()
| Improve this Doc View Source

UpdateIdentifyTextureForPlayerRegion()

Declaration
protected virtual void UpdateIdentifyTextureForPlayerRegion()
| Improve this Doc View Source

UpdateIdentifyTextureForPosition(DFPosition, Int32)

Declaration
protected virtual void UpdateIdentifyTextureForPosition(DFPosition pos, int regionIndex = -1)
Parameters
Type Name Description
DFPosition pos
Int32 regionIndex
| Improve this Doc View Source

UpdateIdentifyTextureForPosition(Int32, Int32, Int32)

Declaration
protected virtual void UpdateIdentifyTextureForPosition(int mapPixelX, int mapPixelY, int regionIndex)
Parameters
Type Name Description
Int32 mapPixelX
Int32 mapPixelY
Int32 regionIndex
| Improve this Doc View Source

UpdateMapLocationDotsTexture()

Declaration
protected virtual void UpdateMapLocationDotsTexture()
| Improve this Doc View Source

UpdateMapTextures()

Declaration
protected virtual void UpdateMapTextures()
| Improve this Doc View Source

UpdateMouseOverLocation()

Declaration
protected virtual void UpdateMouseOverLocation()
| Improve this Doc View Source

UpdateMouseOverRegion()

Declaration
protected virtual void UpdateMouseOverRegion()
| Improve this Doc View Source

UpdateRegionLabel()

Declaration
protected virtual void UpdateRegionLabel()
| Improve this Doc View Source

UpdateSearchButtons()

Declaration
protected virtual void UpdateSearchButtons()
| Improve this Doc View Source

ZoomMapTextures()

Declaration
protected virtual void ZoomMapTextures()

Implements

IUserInterfaceWindow
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX