Elin Modding Docs Doc
|
Public Member Functions | |
override void | OnInit () |
override void | OnKill () |
void | SaveID () |
void | ExportMap () |
void | Upload () |
![]() | |
override void | OnBeforeAddLayer () |
void | InitInspector () |
override void | Init () |
override void | OnAfterAddLayer () |
void | TryShowHelp () |
void | AddLayerToUI (string id) |
void | TryShowHint (string _langHint=null) |
void | TalkHomeMemeber (string id) |
void | TalkMaid (string id) |
override void | OnRightClick () |
Public Attributes | |
InputField | inputId |
InputField | inputPassword |
IniData | ini |
UIText | textInvalidId |
UIText | textInvalidPass |
UIText | textNextUpload |
UIButton | buttonUpload |
UIButton | buttonSave |
int | limitSec |
HashSet< string > | invalidIds = new HashSet<string>() |
bool | validId |
bool | validPass |
Static Public Attributes | |
static int | nextUpload |
static char[] | InvalidChars |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
![]() | |
override void | _Close () |
override void | Kill () |
![]() | |
static Core | core [get] |
static Game | game [get] |
static bool | AdvMode [get] |
static Player | player [get] |
static Chara | pc [get] |
static FactionBranch | Branch [get] |
static Faction | Home [get] |
static UI | ui [get] |
static Map | _map [get] |
static Zone | _zone [get] |
static Scene | scene [get] |
static BaseGameScreen | screen [get] |
static CoreConfig | config [get] |
static GameSetting | setting [get] |
static ColorProfile | Colors [get] |
static SourceManager | sources [get] |
static World | world [get] |
static SoundManager | Sound [get] |
static CoreDebug | debug [get] |
bool | IsFloat [get] |
virtual string | IdHelp [get] |
Definition at line 9 of file LayerUploader.cs.
void LayerUploader.ExportMap | ( | ) |
Definition at line 77 of file LayerUploader.cs.
override void LayerUploader.OnInit | ( | ) |
Definition at line 22 of file LayerUploader.cs.
override void LayerUploader.OnKill | ( | ) |
Definition at line 57 of file LayerUploader.cs.
void LayerUploader.SaveID | ( | ) |
Definition at line 66 of file LayerUploader.cs.
void LayerUploader.Upload | ( | ) |
Definition at line 85 of file LayerUploader.cs.
UIButton LayerUploader.buttonSave |
Definition at line 172 of file LayerUploader.cs.
UIButton LayerUploader.buttonUpload |
Definition at line 169 of file LayerUploader.cs.
IniData LayerUploader.ini |
Definition at line 157 of file LayerUploader.cs.
InputField LayerUploader.inputId |
Definition at line 151 of file LayerUploader.cs.
InputField LayerUploader.inputPassword |
Definition at line 154 of file LayerUploader.cs.
|
static |
Definition at line 125 of file LayerUploader.cs.
HashSet<string> LayerUploader.invalidIds = new HashSet<string>() |
Definition at line 178 of file LayerUploader.cs.
int LayerUploader.limitSec |
Definition at line 175 of file LayerUploader.cs.
|
static |
Definition at line 122 of file LayerUploader.cs.
UIText LayerUploader.textInvalidId |
Definition at line 160 of file LayerUploader.cs.
UIText LayerUploader.textInvalidPass |
Definition at line 163 of file LayerUploader.cs.
UIText LayerUploader.textNextUpload |
Definition at line 166 of file LayerUploader.cs.
bool LayerUploader.validId |
Definition at line 182 of file LayerUploader.cs.
bool LayerUploader.validPass |
Definition at line 186 of file LayerUploader.cs.