Elin Modding Docs Doc
Loading...
Searching...
No Matches
LayerUploader Class Reference
Inheritance diagram for LayerUploader:
ELayer

Public Member Functions

override void OnInit ()
 
override void OnKill ()
 
void SaveID ()
 
void ExportMap ()
 
void Upload ()
 
- Public Member Functions inherited from ELayer
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 Public Member Functions inherited from ELayer
static int rnd (int a)
 
- Protected Member Functions inherited from ELayer
override void _Close ()
 
override void Kill ()
 
- Properties inherited from ELayer
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]
 

Detailed Description

Definition at line 9 of file LayerUploader.cs.

Member Function Documentation

◆ ExportMap()

void LayerUploader.ExportMap ( )

Definition at line 77 of file LayerUploader.cs.

◆ OnInit()

override void LayerUploader.OnInit ( )

Definition at line 22 of file LayerUploader.cs.

◆ OnKill()

override void LayerUploader.OnKill ( )

Definition at line 57 of file LayerUploader.cs.

◆ SaveID()

void LayerUploader.SaveID ( )

Definition at line 66 of file LayerUploader.cs.

◆ Upload()

void LayerUploader.Upload ( )

Definition at line 85 of file LayerUploader.cs.

Member Data Documentation

◆ buttonSave

UIButton LayerUploader.buttonSave

Definition at line 172 of file LayerUploader.cs.

◆ buttonUpload

UIButton LayerUploader.buttonUpload

Definition at line 169 of file LayerUploader.cs.

◆ ini

IniData LayerUploader.ini

Definition at line 157 of file LayerUploader.cs.

◆ inputId

InputField LayerUploader.inputId

Definition at line 151 of file LayerUploader.cs.

◆ inputPassword

InputField LayerUploader.inputPassword

Definition at line 154 of file LayerUploader.cs.

◆ InvalidChars

char [] LayerUploader.InvalidChars
static
Initial value:
= new char[]
{
'*',
'&',
'|',
'#',
'\\',
'/',
'?',
'!',
'"',
'>',
'<',
':',
';',
'.',
',',
'~',
'@',
'^',
'$',
'%',
' '
}

Definition at line 125 of file LayerUploader.cs.

◆ invalidIds

HashSet<string> LayerUploader.invalidIds = new HashSet<string>()

Definition at line 178 of file LayerUploader.cs.

◆ limitSec

int LayerUploader.limitSec

Definition at line 175 of file LayerUploader.cs.

◆ nextUpload

int LayerUploader.nextUpload
static

Definition at line 122 of file LayerUploader.cs.

◆ textInvalidId

UIText LayerUploader.textInvalidId

Definition at line 160 of file LayerUploader.cs.

◆ textInvalidPass

UIText LayerUploader.textInvalidPass

Definition at line 163 of file LayerUploader.cs.

◆ textNextUpload

UIText LayerUploader.textNextUpload

Definition at line 166 of file LayerUploader.cs.

◆ validId

bool LayerUploader.validId

Definition at line 182 of file LayerUploader.cs.

◆ validPass

bool LayerUploader.validPass

Definition at line 186 of file LayerUploader.cs.


The documentation for this class was generated from the following file: