|
Elin Decompiled Documentation EA 23.240 Nightly
|
Classes | |
| class | FontSetting |
Public Member Functions | |
| LangSetting (string path) | |
| int | GetVersion () |
| void | SetVersion () |
Public Attributes | |
| string | id |
| string | name |
| string | name_en |
| string | dir |
| bool | addArticle |
| bool | pluralize |
| bool | capitalize |
| bool | useSpace |
| bool | hyphenation |
| bool | useTone |
| bool | thirdperson |
| bool | stripPuns |
| int | nameStyle |
| int | bracket |
| int | combatTextStyle |
| List< FontSetting > | listFont = new List<FontSetting>() |
Properties | |
| string | pathVersion [get] |
Definition at line 9 of file LangSetting.cs.
|
inline |
Definition at line 56 of file LangSetting.cs.
References addArticle, bracket, capitalize, combatTextStyle, Debug, hyphenation, item, listFont, name, name_en, nameStyle, pluralize, stripPuns, thirdperson, useSpace, and useTone.
|
inline |
Definition at line 100 of file LangSetting.cs.
References Debug, and pathVersion.
Referenced by ModManager.ParseExtra().
|
inline |
Definition at line 114 of file LangSetting.cs.
References Version.GetInt(), BaseCore.Instance, pathVersion, and BaseCore.version.
Referenced by ModManager.ParseExtra().
| bool LangSetting.addArticle |
Definition at line 30 of file LangSetting.cs.
Referenced by ClassExtension.AddArticle(), and LangSetting().
| int LangSetting.bracket |
Definition at line 48 of file LangSetting.cs.
Referenced by LangSetting().
| bool LangSetting.capitalize |
Definition at line 34 of file LangSetting.cs.
Referenced by LangSetting(), and ClassExtension.ToTitleCase().
| int LangSetting.combatTextStyle |
Definition at line 50 of file LangSetting.cs.
Referenced by LangSetting().
| string LangSetting.dir |
Definition at line 28 of file LangSetting.cs.
Referenced by BaseModManager.InitLang().
| bool LangSetting.hyphenation |
Definition at line 38 of file LangSetting.cs.
Referenced by UIItem.Hyphenate(), LangSetting(), and UIText.SetText().
| string LangSetting.id |
Definition at line 22 of file LangSetting.cs.
Referenced by SkinManager.InitFont(), BaseModManager.InitLang(), LayerConfig.Refresh(), and UI.ShowLang().
| List<FontSetting> LangSetting.listFont = new List<FontSetting>() |
Definition at line 52 of file LangSetting.cs.
Referenced by SkinManager.InitFont(), and LangSetting().
| string LangSetting.name |
Definition at line 24 of file LangSetting.cs.
Referenced by LangSetting(), ModManager.ParseExtra(), and UI.ShowLang().
| string LangSetting.name_en |
Definition at line 26 of file LangSetting.cs.
Referenced by LangSetting(), and UI.ShowLang().
| int LangSetting.nameStyle |
Definition at line 46 of file LangSetting.cs.
Referenced by SourceThing.Row.GetName(), and LangSetting().
| bool LangSetting.pluralize |
Definition at line 32 of file LangSetting.cs.
Referenced by ClassExtension.AddArticle(), ClassExtension.langPlural(), and LangSetting().
| bool LangSetting.stripPuns |
Definition at line 44 of file LangSetting.cs.
Referenced by Card.ApplyTone(), and LangSetting().
| bool LangSetting.thirdperson |
Definition at line 42 of file LangSetting.cs.
Referenced by LangSetting(), and GameLang.Parse().
| bool LangSetting.useSpace |
Definition at line 36 of file LangSetting.cs.
Referenced by WidgetMainText.Append(), and LangSetting().
| bool LangSetting.useTone |
Definition at line 40 of file LangSetting.cs.
Referenced by Card.ApplyTone(), and LangSetting().
|
get |
Definition at line 54 of file LangSetting.cs.
Referenced by GetVersion(), and SetVersion().