Elin Decompiled Documentation EA 23.102 Nightly
|
Classes | |
class | ChatLog |
class | DownloadCahce |
class | DownloadMeta |
class | VoteLog |
Public Member Functions | |
void | ShowVote (string logs) |
void | ShowChat (string logs) |
Static Public Member Functions | |
static async UniTask< bool > | UploadFile (string id, string password, string name, string title, string path, string idLang) |
static async UniTask< FileInfo > | DownloadFile (DownloadMeta item, string path, string idLang) |
static async UniTask< List< DownloadMeta > > | GetFileList (string idLang) |
static async UniTask< bool > | SendVote (int id, string idLang) |
static async UniTask< List< VoteLog > > | GetVote (string idLang) |
static async UniTask< bool > | SendChat (string name, string msg, ChatCategory cat, string idLang) |
static async UniTask< List< ChatLog > > | GetChat (ChatCategory cat, string idLang) |
Public Attributes | |
List< ChatLog > | chatList |
Static Public Attributes | |
static bool | isUploading |
Properties | |
static bool | ShowNetError [get] |
Static Private Attributes | |
const string | urlScript = "http://ylva.php.xdomain.jp/script/" |
const string | urlChat = "http://ylva.php.xdomain.jp/script/chat/" |
const string | urlVote = "http://ylva.php.xdomain.jp/script/vote/" |
const string | urlUpload = "http://ylva.php.xdomain.jp/script/uploader/" |
|
inlinestatic |
Definition at line 154 of file Net.cs.
References Debug, item, Net.DownloadCahce.items, ShowNetError, EClass.ui, and CorePath.ZoneSaveUser.
Referenced by TraitMoongate.UseMoongate().
|
inlinestatic |
Definition at line 350 of file Net.cs.
References $, EClass.debug, Debug, CoreDebug.enable, item, and Net.ChatLog.msg.
Referenced by LayerNewspaper.RefreshChat().
|
inlinestatic |
Definition at line 187 of file Net.cs.
References ShowNetError, title, and EClass.ui.
Referenced by TraitMoongate.UseMoongate().
|
inlinestatic |
Definition at line 255 of file Net.cs.
References $, ShowNetError, and EClass.ui.
Referenced by LayerNewspaper.RefreshVote().
|
inlinestatic |
Definition at line 306 of file Net.cs.
References EClass.core, EClass.debug, Debug, Version.demo, CoreDebug.enable, ShowNetError, EClass.ui, and BaseCore.version.
Referenced by ActEffect.Wish().
|
inlinestatic |
Definition at line 227 of file Net.cs.
References Debug, ShowNetError, and EClass.ui.
Referenced by LayerNewspaper.RefreshVote().
|
inline |
Definition at line 88 of file Net.cs.
References Debug, item, Net.ChatLog.msg, and Net.ChatLog.name.
|
inline |
|
inlinestatic |
Definition at line 97 of file Net.cs.
References EClass.core, Debug, Version.GetInt(), isUploading, title, EClass.ui, and BaseCore.version.
Referenced by LayerUploader.Upload().
|
static |
Definition at line 65 of file Net.cs.
Referenced by UploadFile().
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticget |
Definition at line 67 of file Net.cs.
Referenced by DownloadFile(), GetFileList(), GetVote(), SendChat(), and SendVote().