Elin Decompiled Documentation EA 23.287 Stable Patch 3
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 43 of file Net.cs.

Member Function Documentation

◆ IsValidVersion()

bool Net.DownloadMeta.IsValidVersion ( )
inline

Definition at line 61 of file Net.cs.

62 {
64 {
66 }
67 return false;
68 }
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:59
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 53 of file Net.cs.

◆ date

string Net.DownloadMeta.date

Definition at line 57 of file Net.cs.

◆ id

string Net.DownloadMeta.id

Definition at line 49 of file Net.cs.

Referenced by TraitMoongate.UseMoongate().

◆ name

string Net.DownloadMeta.name

Definition at line 45 of file Net.cs.

Referenced by TraitMoongate.UseMoongate().

◆ path

string Net.DownloadMeta.path

Definition at line 51 of file Net.cs.

Referenced by TraitMoongate.UseMoongate().

◆ tag

string Net.DownloadMeta.tag

Definition at line 55 of file Net.cs.

◆ title

string Net.DownloadMeta.title

Definition at line 47 of file Net.cs.

Referenced by TraitMoongate.UseMoongate().

◆ version

int Net.DownloadMeta.version

Definition at line 59 of file Net.cs.

Referenced by Net.DownloadMeta.IsValidVersion().


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