|
Elin Decompiled Documentation EA 23.271 Nightly
|
Classes | |
| class | BookData |
| 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) |
| static async UniTask< bool > | SendBook (string name, string msg, BookCategory cat, string idLang, string msg2, string msg3, string msg4) |
| static async UniTask< List< BookData > > | GetBook (BookCategory cat, string idLang) |
Public Attributes | |
| List< ChatLog > | chatList |
Static Public Attributes | |
| static string | urlScript = "http://elin.cloudfree.jp/script/" |
| static string | urlBook = urlScript + "book/" |
| 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 179 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 459 of file Net.cs.
References EClass.debug, Debug, CoreDebug.enable, item, Net.BookData.msg, and urlBook.
|
inlinestatic |
Definition at line 377 of file Net.cs.
References EClass.debug, Debug, CoreDebug.enable, item, Net.ChatLog.msg, and urlChat.
Referenced by LayerNewspaper.RefreshChat().
|
inlinestatic |
Definition at line 212 of file Net.cs.
References ShowNetError, title, EClass.ui, and urlUpload.
Referenced by TraitMoongate.UseMoongate().
|
inlinestatic |
Definition at line 282 of file Net.cs.
References ShowNetError, EClass.ui, and urlVote.
Referenced by LayerNewspaper.RefreshVote().
|
inlinestatic |
Definition at line 412 of file Net.cs.
References EClass.core, EClass.debug, Debug, Version.demo, CoreDebug.enable, ShowNetError, EClass.ui, urlBook, and BaseCore.version.
|
inlinestatic |
Definition at line 333 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 254 of file Net.cs.
References Debug, ShowNetError, EClass.ui, and urlVote.
Referenced by LayerNewspaper.RefreshVote().
|
inline |
Definition at line 111 of file Net.cs.
References Debug, item, Net.ChatLog.msg, and Net.ChatLog.name.
|
inline |
|
inlinestatic |
Definition at line 120 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 88 of file Net.cs.
Referenced by UploadFile().
|
static |
Definition at line 80 of file Net.cs.
Referenced by GetBook(), and SendBook().
|
static |
Definition at line 82 of file Net.cs.
Referenced by GetChat(), and SendChat().
|
static |
|
static |
Definition at line 86 of file Net.cs.
Referenced by DownloadFile(), GetFileList(), and UploadFile().
|
static |
Definition at line 84 of file Net.cs.
Referenced by GetVote(), and SendVote().
|
staticget |
Definition at line 90 of file Net.cs.
Referenced by DownloadFile(), GetFileList(), GetVote(), SendBook(), SendChat(), and SendVote().