|
Elin Modding Docs Doc
|
Public Member Functions | |
| void | InitLang () |
| void | OnChangeLang () |
| void | Init () |
| void | ExportSourceTexts (string path) |
| void | UpdateSourceTexts (string path) |
| void | ImportSourceTexts () |
| void | ValidateLang () |
Properties | |
| ExcelData | dataGodTalk [get] |
Properties inherited from EMono | |
| static Game | game [get] |
| static bool | AdvMode [get] |
| static Player | player [get] |
| static Chara | pc [get] |
| static UI | ui [get] |
| static Map | _map [get] |
| static Zone | _zone [get] |
| static FactionBranch | Branch [get] |
| static FactionBranch | BranchOrHomeBranch [get] |
| static Faction | Home [get] |
| static Scene | scene [get] |
| static BaseGameScreen | screen [get] |
| static GameSetting | setting [get] |
| static GameData | gamedata [get] |
| static ColorProfile | Colors [get] |
| static World | world [get] |
| static SoundManager | Sound [get] |
| static SourceManager | sources [get] |
| static SourceManager | editorSources [get] |
| static CoreDebug | debug [get] |
Additional Inherited Members | |
Static Public Member Functions inherited from EMono | |
| static int | rnd (int a) |
Static Public Attributes inherited from EMono | |
| static Core | core |
Definition at line 6 of file SourceManager.cs.
| void SourceManager.ExportSourceTexts | ( | string | path | ) |
Definition at line 105 of file SourceManager.cs.
| void SourceManager.ImportSourceTexts | ( | ) |
Definition at line 123 of file SourceManager.cs.
| void SourceManager.Init | ( | ) |
Definition at line 45 of file SourceManager.cs.
| void SourceManager.InitLang | ( | ) |
Definition at line 24 of file SourceManager.cs.
| void SourceManager.OnChangeLang | ( | ) |
Definition at line 39 of file SourceManager.cs.
| void SourceManager.UpdateSourceTexts | ( | string | path | ) |
Definition at line 114 of file SourceManager.cs.
| void SourceManager.ValidateLang | ( | ) |
Definition at line 139 of file SourceManager.cs.
| SourceArea SourceManager.areas |
Definition at line 236 of file SourceManager.cs.
| SourceAsset SourceManager.asset |
Definition at line 269 of file SourceManager.cs.
| SourceBacker SourceManager.backers |
Definition at line 266 of file SourceManager.cs.
| SourceBlock SourceManager.blocks |
Definition at line 206 of file SourceManager.cs.
| SourceCalc SourceManager.calc |
Definition at line 188 of file SourceManager.cs.
| SourceCard SourceManager.cards = new SourceCard() |
Definition at line 167 of file SourceManager.cs.
| SourceCategory SourceManager.categories |
Definition at line 197 of file SourceManager.cs.
| SourceCellEffect SourceManager.cellEffects |
Definition at line 212 of file SourceManager.cs.
| SourceChara SourceManager.charas |
Definition at line 170 of file SourceManager.cs.
| SourceCharaText SourceManager.charaText |
Definition at line 173 of file SourceManager.cs.
| SourceCheck SourceManager.checks |
Definition at line 191 of file SourceManager.cs.
| SourceCollectible SourceManager.collectibles |
Definition at line 251 of file SourceManager.cs.
| SourceElement SourceManager.elements |
Definition at line 185 of file SourceManager.cs.
| SourceFaction SourceManager.factions |
Definition at line 218 of file SourceManager.cs.
| SourceFloor SourceManager.floors |
Definition at line 209 of file SourceManager.cs.
| SourceFood SourceManager.foods |
Definition at line 260 of file SourceManager.cs.
| SourceGlobalTile SourceManager.globalTiles |
Definition at line 254 of file SourceManager.cs.
| SourceHobby SourceManager.hobbies |
Definition at line 227 of file SourceManager.cs.
| SourceHomeResource SourceManager.homeResources |
Definition at line 248 of file SourceManager.cs.
| bool SourceManager.initialized |
Definition at line 281 of file SourceManager.cs.
| SourceJob SourceManager.jobs |
Definition at line 224 of file SourceManager.cs.
| SourceKeyItem SourceManager.keyItems |
Definition at line 272 of file SourceManager.cs.
| LangGame SourceManager.langGame |
Definition at line 158 of file SourceManager.cs.
| LangGeneral SourceManager.langGeneral |
Definition at line 152 of file SourceManager.cs.
| LangList SourceManager.langList |
Definition at line 155 of file SourceManager.cs.
| LangNote SourceManager.langNote |
Definition at line 164 of file SourceManager.cs.
| LangWord SourceManager.langWord |
Definition at line 161 of file SourceManager.cs.
| SourceMaterial SourceManager.materials |
Definition at line 200 of file SourceManager.cs.
| SourceObj SourceManager.objs |
Definition at line 215 of file SourceManager.cs.
| SourcePerson SourceManager.persons |
Definition at line 179 of file SourceManager.cs.
| SourceQuest SourceManager.quests |
Definition at line 230 of file SourceManager.cs.
| SourceRace SourceManager.races |
Definition at line 194 of file SourceManager.cs.
| SourceRecipe SourceManager.recipes |
Definition at line 263 of file SourceManager.cs.
| SourceReligion SourceManager.religions |
Definition at line 221 of file SourceManager.cs.
| SourceResearch SourceManager.researches |
Definition at line 245 of file SourceManager.cs.
| SourceSpawnList SourceManager.spawnLists |
Definition at line 203 of file SourceManager.cs.
| SourceStat SourceManager.stats |
Definition at line 233 of file SourceManager.cs.
| SourceTactics SourceManager.tactics |
Definition at line 176 of file SourceManager.cs.
| SourceThing SourceManager.things |
Definition at line 182 of file SourceManager.cs.
| SourceThingV SourceManager.thingV |
Definition at line 257 of file SourceManager.cs.
| SourceZoneAffix SourceManager.zoneAffixes |
Definition at line 242 of file SourceManager.cs.
| SourceZone SourceManager.zones |
Definition at line 239 of file SourceManager.cs.
|
get |
Definition at line 10 of file SourceManager.cs.