C# 클래스 Globals.Prefs

파일 보기 프로젝트 열기: troymac1ure/Entity

공개 프로퍼티들

프로퍼티 타입 설명
RecentOpenedMaps List
checkUpdate updateFrequency
lastCheck System.DateTime
pathBitmaps string
pathBitmapsFolder string
pathCleanMaps string
pathExtractsFolder string
pathFontsFolder string
pathMainmenu string
pathMapsFolder string
pathPatchFolder string
pathPluginsFolder string
pathSPShared string
pathShared string
useDefaultMaps bool
useRegistryEntries bool

공개 메소드들

메소드 설명
GetQuickAccessTagType ( string tagType ) : QuickAccessTagType

Gets the type of the quick access tag.

Load ( ) : bool

Returns true if file was loaded

Save ( ) : void

Saves this instance.

비공개 메소드들

메소드 설명
Prefs ( ) : System

Initializes a new instance of the T:System.Object class.

메소드 상세

GetQuickAccessTagType() 공개 정적인 메소드

Gets the type of the quick access tag.
public static GetQuickAccessTagType ( string tagType ) : QuickAccessTagType
tagType string Type of the tag.
리턴 QuickAccessTagType

Load() 공개 정적인 메소드

Returns true if file was loaded
public static Load ( ) : bool
리턴 bool

Save() 공개 정적인 메소드

Saves this instance.
public static Save ( ) : void
리턴 void

프로퍼티 상세

RecentOpenedMaps 공개적으로 정적으로 프로퍼티

The path last file.
public static List RecentOpenedMaps
리턴 List

checkUpdate 공개적으로 정적으로 프로퍼티

The check update.
public static updateFrequency checkUpdate
리턴 updateFrequency

lastCheck 공개적으로 정적으로 프로퍼티

The last check.
public static DateTime,System lastCheck
리턴 System.DateTime

pathBitmaps 공개적으로 정적으로 프로퍼티

The path bitmaps.
public static string pathBitmaps
리턴 string

pathBitmapsFolder 공개적으로 정적으로 프로퍼티

Folder for Bitmap Extraction / Injection
public static string pathBitmapsFolder
리턴 string

pathCleanMaps 공개적으로 정적으로 프로퍼티

The H2 clean maps folder.
public static string pathCleanMaps
리턴 string

pathExtractsFolder 공개적으로 정적으로 프로퍼티

Folder for Meta Extraction / Injection
public static string pathExtractsFolder
리턴 string

pathFontsFolder 공개적으로 정적으로 프로퍼티

The H2 Fonts Folder
public static string pathFontsFolder
리턴 string

pathMainmenu 공개적으로 정적으로 프로퍼티

The path mainmenu.
public static string pathMainmenu
리턴 string

pathMapsFolder 공개적으로 정적으로 프로퍼티

The H2 Maps folder.
public static string pathMapsFolder
리턴 string

pathPatchFolder 공개적으로 정적으로 프로퍼티

The path patch folder.
public static string pathPatchFolder
리턴 string

pathPluginsFolder 공개적으로 정적으로 프로퍼티

Folder for the plugins
public static string pathPluginsFolder
리턴 string

pathSPShared 공개적으로 정적으로 프로퍼티

The path sp shared.
public static string pathSPShared
리턴 string

pathShared 공개적으로 정적으로 프로퍼티

The path shared.
public static string pathShared
리턴 string

useDefaultMaps 공개적으로 정적으로 프로퍼티

Option to always use default maps or if shared maps exist in the directory with the loaded map, then use those.
public static bool useDefaultMaps
리턴 bool

useRegistryEntries 공개적으로 정적으로 프로퍼티

Whether to save / load settings from file or registry by default
public static bool useRegistryEntries
리턴 bool