Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
Net.DownloadMeta Class Reference

Public Member Functions

bool IsValidVersion ()
 

Public Attributes

string name
 
string title
 
string id
 
string path
 
string date
 
int version
 

Detailed Description

Definition at line 30 of file Net.cs.

Member Function Documentation

◆ IsValidVersion()

bool Net.DownloadMeta.IsValidVersion ( )
inline

Definition at line 44 of file Net.cs.

45 {
47 }
Version versionMoongate
Definition: BaseCore.cs:19
Definition: EClass.cs:5
static Core core
Definition: EClass.cs:6
int version
Definition: Net.cs:42
static Version Get(string str)
Definition: Version.cs:46
bool IsBelow(int _major, int _minor, int _batch)
Definition: Version.cs:31

References EClass.core, Version.Get(), Version.IsBelow(), Net.DownloadMeta.version, and BaseCore.versionMoongate.

Member Data Documentation

◆ date

string Net.DownloadMeta.date

Definition at line 40 of file Net.cs.

◆ id

string Net.DownloadMeta.id

Definition at line 36 of file Net.cs.

◆ name

string Net.DownloadMeta.name

Definition at line 32 of file Net.cs.

◆ path

string Net.DownloadMeta.path

Definition at line 38 of file Net.cs.

◆ title

string Net.DownloadMeta.title

Definition at line 34 of file Net.cs.

◆ version

int Net.DownloadMeta.version

Definition at line 42 of file Net.cs.

Referenced by Net.DownloadMeta.IsValidVersion().


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