Elin Decompiled Documentation EA 23.183 Nightly Patch 1
|
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, string cat="Home", string tag="") |
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 string | urlScript = "http://elin.cloudfree.jp/script/" |
static string | urlChat = urlScript + "chat/" |
static string | urlVote = urlScript + "vote/" |
static string | urlUpload = urlScript + "uploader/" |
static bool | isUploading |
Properties | |
static bool | ShowNetError [get] |
|
inlinestatic |
Definition at line 164 of file Net.cs.
References Debug, item, Net.DownloadCahce.items, ShowNetError, EClass.ui, urlUpload, and CorePath.ZoneSaveUser.
Referenced by TraitMoongate.UseMoongate().
|
inlinestatic |
Definition at line 362 of file Net.cs.
References EClass.debug, Debug, CoreDebug.enable, item, Net.ChatLog.msg, and urlChat.
Referenced by LayerNewspaper.RefreshChat().
|
inlinestatic |
Definition at line 197 of file Net.cs.
References ShowNetError, title, EClass.ui, and urlUpload.
Referenced by TraitMoongate.UseMoongate().
|
inlinestatic |
Definition at line 267 of file Net.cs.
References ShowNetError, EClass.ui, and urlVote.
Referenced by LayerNewspaper.RefreshVote().
|
inlinestatic |
Definition at line 318 of file Net.cs.
References EClass.core, EClass.debug, Debug, Version.demo, CoreDebug.enable, ShowNetError, EClass.ui, urlChat, and BaseCore.version.
Referenced by ActEffect.Wish().
|
inlinestatic |
Definition at line 239 of file Net.cs.
References Debug, ShowNetError, EClass.ui, and urlVote.
Referenced by LayerNewspaper.RefreshVote().
|
inline |
Definition at line 96 of file Net.cs.
References Debug, item, Net.ChatLog.msg, and Net.ChatLog.name.
|
inline |
|
inlinestatic |
Definition at line 105 of file Net.cs.
References EClass.core, Debug, Version.GetInt(), isUploading, title, EClass.ui, urlUpload, and BaseCore.version.
Referenced by LayerUploader.Upload().
|
static |
Definition at line 73 of file Net.cs.
Referenced by UploadFile().
|
static |
Definition at line 67 of file Net.cs.
Referenced by GetChat(), and SendChat().
|
static |
|
static |
Definition at line 71 of file Net.cs.
Referenced by DownloadFile(), GetFileList(), and UploadFile().
|
static |
Definition at line 69 of file Net.cs.
Referenced by GetVote(), and SendVote().
|
staticget |
Definition at line 75 of file Net.cs.
Referenced by DownloadFile(), GetFileList(), GetVote(), SendChat(), and SendVote().