Elin Decompiled Documentation EA 23.307 Stable
Loading...
Searching...
No Matches
Net.DownloadMeta Class Reference

Public Member Functions

bool IsValidVersion ()
 

Public Attributes

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

Detailed Description

Definition at line 44 of file Net.cs.

Member Function Documentation

◆ IsValidVersion()

bool Net.DownloadMeta.IsValidVersion ( )
inline

Definition at line 62 of file Net.cs.

63 {
65 {
67 }
68 return false;
69 }
Version version
Definition: BaseCore.cs:17
Version versionMoongate
Definition: BaseCore.cs:19
Definition: EClass.cs:6
static Core core
Definition: EClass.cs:7
int version
Definition: Net.cs:60
static Version Get(string str)
Definition: Version.cs:55
bool IsBelow(int _major, int _minor, int _batch)
Definition: Version.cs:31
bool IsSameOrBelow(Version v)
Definition: Version.cs:41

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

Member Data Documentation

◆ cat

string Net.DownloadMeta.cat

Definition at line 54 of file Net.cs.

◆ date

string Net.DownloadMeta.date

Definition at line 58 of file Net.cs.

◆ id

string Net.DownloadMeta.id

Definition at line 50 of file Net.cs.

Referenced by TraitMoongate.UseMoongate().

◆ name

string Net.DownloadMeta.name

Definition at line 46 of file Net.cs.

Referenced by TraitMoongate.UseMoongate().

◆ path

string Net.DownloadMeta.path

Definition at line 52 of file Net.cs.

Referenced by TraitMoongate.UseMoongate().

◆ tag

string Net.DownloadMeta.tag

Definition at line 56 of file Net.cs.

◆ title

string Net.DownloadMeta.title

Definition at line 48 of file Net.cs.

Referenced by TraitMoongate.UseMoongate().

◆ version

int Net.DownloadMeta.version

Definition at line 60 of file Net.cs.

Referenced by Net.DownloadMeta.IsValidVersion().


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