Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
void | Init () |
void | Deactivate () |
void | SetVisible (bool visible) |
void | DestorySprites () |
void | RefreshOptions () |
void | Refresh () |
void | RefreshCategory (DirectoryInfo dir=null) |
void | OpenFolder () |
Static Public Member Functions | |
static void | Activate () |
![]() | |
static int | rnd (int a) |
Public Attributes | |
GameObject | goMain |
GameObject | goCat |
GameObject | goOption |
UIList | listCat |
UIList | listCatSub |
UIDynamicList | list |
CanvasGroup | cg |
UIButton | buttonSave |
UIButton | buttonEdit |
UIButton | buttonDelete |
UIButton | toggleRotate |
UIButton | toggleIgnoreBlock |
Dictionary< string, Sprite > | dictSprite = new Dictionary<string, Sprite>() |
DirectoryInfo | rootDir |
Static Public Attributes | |
static PartialMapMenu | Instance |
static DirectoryInfo | lastDir |
static DirectoryInfo | lastDirSub |
![]() | |
static Core | core |
Properties | |
AM_Copy | am [get] |
DirectoryInfo | dir [get] |
bool | IsEditor [get] |
PartialMap | partial [get] |
![]() | |
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] |
Definition at line 6 of file PartialMapMenu.cs.
|
inlinestatic |
Definition at line 50 of file PartialMapMenu.cs.
References MapPiece.CacheMap, Init(), Instance, Refresh(), EMono.ui, and Util.
Referenced by AM_Copy.OnActivate().
|
inline |
Definition at line 84 of file PartialMapMenu.cs.
References DestorySprites(), and Instance.
Referenced by AM_Copy.OnDeactivate().
|
inline |
Definition at line 96 of file PartialMapMenu.cs.
References dictSprite.
Referenced by Deactivate(), AM_Copy.OnSave(), and AM_Copy.RefreshMenu().
|
inline |
Definition at line 61 of file PartialMapMenu.cs.
References goCat, IsEditor, lastDir, lastDirSub, listCat, listCatSub, CorePath.MapPieceSaveUser, RefreshCategory(), RefreshOptions(), rootDir, and UIList.Select().
Referenced by Activate().
|
inline |
Definition at line 253 of file PartialMapMenu.cs.
References CorePath.MapPieceSave, and Util.
|
inline |
Definition at line 124 of file PartialMapMenu.cs.
References Lang._currency(), UIDynamicList.Add(), am, dictSprite, dir, Map.GetMetaData(), AM_Copy.Import(), IsEditor, item, list, UIDynamicList.List(), MOD.listPartialMaps, UIButton.mainText, MapMetaData.name, MapMetaData.partial, MapMetaData.path, AM_Copy.RefreshMenu(), UIText.SetText(), and PartialMap.value.
Referenced by Activate(), AM_Copy.OnSave(), RefreshCategory(), and AM_Copy.RefreshMenu().
|
inline |
Definition at line 196 of file PartialMapMenu.cs.
References UIList.Add(), UIList.Clear(), dir, UIList.items, lastDir, lastDirSub, UIList.List(), listCat, listCatSub, CorePath.MapPieceSave, Refresh(), RefreshCategory(), rootDir, and UIList.Select().
Referenced by Init(), AM_Copy.OnSave(), and RefreshCategory().
|
inline |
Definition at line 106 of file PartialMapMenu.cs.
References PartialMap.allowRotate, goOption, PartialMap.ignoreBlock, IsEditor, partial, UIButton.SetToggle(), toggleIgnoreBlock, toggleRotate, and PartialMap.Update().
Referenced by Init(), and SetVisible().
|
inline |
Definition at line 90 of file PartialMapMenu.cs.
References goMain, and RefreshOptions().
Referenced by AM_Copy.RefreshMenu().
UIButton PartialMapMenu.buttonDelete |
Definition at line 32 of file PartialMapMenu.cs.
Referenced by AM_Copy.RefreshMenu().
UIButton PartialMapMenu.buttonEdit |
Definition at line 30 of file PartialMapMenu.cs.
Referenced by AM_Copy.RefreshMenu().
UIButton PartialMapMenu.buttonSave |
Definition at line 28 of file PartialMapMenu.cs.
Referenced by AM_Copy.RefreshMenu().
CanvasGroup PartialMapMenu.cg |
Definition at line 26 of file PartialMapMenu.cs.
Dictionary<string, Sprite> PartialMapMenu.dictSprite = new Dictionary<string, Sprite>() |
Definition at line 38 of file PartialMapMenu.cs.
Referenced by DestorySprites(), and Refresh().
GameObject PartialMapMenu.goCat |
Definition at line 16 of file PartialMapMenu.cs.
Referenced by Init().
GameObject PartialMapMenu.goMain |
Definition at line 14 of file PartialMapMenu.cs.
Referenced by SetVisible().
GameObject PartialMapMenu.goOption |
Definition at line 18 of file PartialMapMenu.cs.
Referenced by RefreshOptions().
|
static |
Definition at line 8 of file PartialMapMenu.cs.
Referenced by Activate(), and Deactivate().
|
static |
Definition at line 10 of file PartialMapMenu.cs.
Referenced by Init(), and RefreshCategory().
|
static |
Definition at line 12 of file PartialMapMenu.cs.
Referenced by Init(), and RefreshCategory().
UIDynamicList PartialMapMenu.list |
Definition at line 24 of file PartialMapMenu.cs.
Referenced by Refresh().
UIList PartialMapMenu.listCat |
Definition at line 20 of file PartialMapMenu.cs.
Referenced by Init(), and RefreshCategory().
UIList PartialMapMenu.listCatSub |
Definition at line 22 of file PartialMapMenu.cs.
Referenced by Init(), and RefreshCategory().
DirectoryInfo PartialMapMenu.rootDir |
Definition at line 40 of file PartialMapMenu.cs.
Referenced by Init(), and RefreshCategory().
UIButton PartialMapMenu.toggleIgnoreBlock |
Definition at line 36 of file PartialMapMenu.cs.
Referenced by RefreshOptions().
UIButton PartialMapMenu.toggleRotate |
Definition at line 34 of file PartialMapMenu.cs.
Referenced by RefreshOptions().
|
get |
Definition at line 42 of file PartialMapMenu.cs.
Referenced by Refresh().
|
get |
Definition at line 44 of file PartialMapMenu.cs.
Referenced by Refresh(), and RefreshCategory().
|
get |
Definition at line 46 of file PartialMapMenu.cs.
Referenced by Init(), Refresh(), and RefreshOptions().
|
get |
Definition at line 48 of file PartialMapMenu.cs.
Referenced by RefreshOptions().