|
Elin Modding Docs Doc
|
Classes | |
| class | FillUtil |
| class | ResizeUtil |
Public Member Functions | |
| void | RefreshAll () |
| void | RefreshScreen () |
| void | SetAllPlayerCreation () |
| void | Export () |
Public Attributes | |
| ZoneInspector.ResizeUtil | resize = new ZoneInspector.ResizeUtil() |
| ZoneInspector.FillUtil | fill = new ZoneInspector.FillUtil() |
| Zone | zone |
Static Public Attributes | |
| static ZoneInspector | Instance |
Static Public Attributes inherited from EMono | |
| static Core | core |
Properties | |
| string | idExport [get] |
| MapConfig | mapConfig [get, set] |
| MapBounds | bounds [get, set] |
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) |
Definition at line 5 of file ZoneInspector.cs.
| void ZoneInspector.Export | ( | ) |
Definition at line 109 of file ZoneInspector.cs.
| void ZoneInspector.RefreshAll | ( | ) |
Definition at line 69 of file ZoneInspector.cs.
| void ZoneInspector.RefreshScreen | ( | ) |
Definition at line 75 of file ZoneInspector.cs.
| void ZoneInspector.SetAllPlayerCreation | ( | ) |
Definition at line 96 of file ZoneInspector.cs.
| ZoneInspector.FillUtil ZoneInspector.fill = new ZoneInspector.FillUtil() |
Definition at line 130 of file ZoneInspector.cs.
|
static |
Definition at line 124 of file ZoneInspector.cs.
| ZoneInspector.ResizeUtil ZoneInspector.resize = new ZoneInspector.ResizeUtil() |
Definition at line 127 of file ZoneInspector.cs.
| Zone ZoneInspector.zone |
Definition at line 133 of file ZoneInspector.cs.
|
getset |
Definition at line 45 of file ZoneInspector.cs.
|
get |
Definition at line 9 of file ZoneInspector.cs.
|
getset |
Definition at line 25 of file ZoneInspector.cs.