Documentation ¶
Index ¶
- func CenterWindow()
- func SetWindowSize(screenResolution ScreenResolution)
- type ScreenResolution
- type UltimaVConfiguration
- func (uc *UltimaVConfiguration) DecrementLowerResolution()
- func (uc *UltimaVConfiguration) GetAllNpcFilePaths() []string
- func (uc *UltimaVConfiguration) GetCurrentTrackedWindowResolution() ScreenResolution
- func (uc *UltimaVConfiguration) GetLookDataFilePath() string
- func (uc *UltimaVConfiguration) IncrementHigherResolution()
- func (uc *UltimaVConfiguration) SetFullScreen(bFullScreen bool)
- func (uc *UltimaVConfiguration) UpdateSaveFile()
- type UltimaVConfigurationFlags
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CenterWindow ¶
func CenterWindow()
func SetWindowSize ¶
func SetWindowSize(screenResolution ScreenResolution)
Types ¶
type ScreenResolution ¶
func GetWindowResolutionFromEbiten ¶
func GetWindowResolutionFromEbiten() ScreenResolution
type UltimaVConfiguration ¶
type UltimaVConfiguration struct { // DataFilePath string RawDataOvl []byte SavedConfigData *UltimaVConfigurationFlags // contains filtered or unexported fields }
func NewUltimaVConfiguration ¶
func NewUltimaVConfiguration() *UltimaVConfiguration
func (*UltimaVConfiguration) DecrementLowerResolution ¶
func (uc *UltimaVConfiguration) DecrementLowerResolution()
func (*UltimaVConfiguration) GetAllNpcFilePaths ¶
func (uc *UltimaVConfiguration) GetAllNpcFilePaths() []string
func (*UltimaVConfiguration) GetCurrentTrackedWindowResolution ¶
func (uc *UltimaVConfiguration) GetCurrentTrackedWindowResolution() ScreenResolution
func (*UltimaVConfiguration) GetLookDataFilePath ¶
func (uc *UltimaVConfiguration) GetLookDataFilePath() string
func (*UltimaVConfiguration) IncrementHigherResolution ¶
func (uc *UltimaVConfiguration) IncrementHigherResolution()
func (*UltimaVConfiguration) SetFullScreen ¶
func (uc *UltimaVConfiguration) SetFullScreen(bFullScreen bool)
func (*UltimaVConfiguration) UpdateSaveFile ¶
func (uc *UltimaVConfiguration) UpdateSaveFile()
Click to show internal directories.
Click to hide internal directories.