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

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 UniTask< bool > UploadFile (string id, string password, string name, string title, string path, string idLang)
 
static UniTask< FileInfo > DownloadFile (Net.DownloadMeta item, string path, string idLang)
 
static UniTask< List< Net.DownloadMeta > > GetFileList (string idLang)
 
static UniTask< bool > SendVote (int id, string idLang)
 
static UniTask< List< Net.VoteLog > > GetVote (string idLang)
 
static UniTask< bool > SendChat (string name, string msg, ChatCategory cat, string idLang)
 
static UniTask< List< Net.ChatLog > > GetChat (ChatCategory cat, string idLang)
 

Public Attributes

List< Net.ChatLogchatList
 

Static Public Attributes

static bool isUploading
 

Properties

static bool ShowNetError [get]
 

Detailed Description

Definition at line 11 of file Net.cs.

Member Function Documentation

◆ DownloadFile()

static UniTask< FileInfo > Net.DownloadFile ( Net.DownloadMeta item,
string path,
string idLang )
static

Definition at line 60 of file Net.cs.

◆ GetChat()

static UniTask< List< Net.ChatLog > > Net.GetChat ( ChatCategory cat,
string idLang )
static

Definition at line 121 of file Net.cs.

◆ GetFileList()

static UniTask< List< Net.DownloadMeta > > Net.GetFileList ( string idLang)
static

Definition at line 73 of file Net.cs.

◆ GetVote()

static UniTask< List< Net.VoteLog > > Net.GetVote ( string idLang)
static

Definition at line 96 of file Net.cs.

◆ SendChat()

static UniTask< bool > Net.SendChat ( string name,
string msg,
ChatCategory cat,
string idLang )
static

Definition at line 107 of file Net.cs.

◆ SendVote()

static UniTask< bool > Net.SendVote ( int id,
string idLang )
static

Definition at line 84 of file Net.cs.

◆ ShowChat()

void Net.ShowChat ( string logs)

Definition at line 34 of file Net.cs.

◆ ShowVote()

void Net.ShowVote ( string logs)

Definition at line 24 of file Net.cs.

◆ UploadFile()

static UniTask< bool > Net.UploadFile ( string id,
string password,
string name,
string title,
string path,
string idLang )
static

Definition at line 44 of file Net.cs.

Member Data Documentation

◆ chatList

List<Net.ChatLog> Net.chatList

Definition at line 132 of file Net.cs.

◆ isUploading

bool Net.isUploading
static

Definition at line 147 of file Net.cs.

Property Documentation

◆ ShowNetError

bool Net.ShowNetError
staticget

Definition at line 15 of file Net.cs.


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