Метод | Описание | |
---|---|---|
GetMapletByID ( int id ) : System.Xml.Linq.XElement | ||
GetMapletByTag ( string tag ) : System.Xml.Linq.XElement | ||
GetMapletByTagAndLevel ( string tag, int level ) : System.Xml.Linq.XElement |
Gets a particular Maplet by its tag and level
|
Метод | Описание | |
---|---|---|
LoadFile ( string path ) : System.Xml.Linq.XElement |
Loads a file in the particular path from cache if available, or from the disk if it is not
|
|
ReadData ( ) : void |
Reads the data into the dictionary
|
public static GetMapletByID ( int id ) : System.Xml.Linq.XElement | ||
id | int | |
Результат | System.Xml.Linq.XElement |
public static GetMapletByTag ( string tag ) : System.Xml.Linq.XElement | ||
tag | string | |
Результат | System.Xml.Linq.XElement |
public static GetMapletByTagAndLevel ( string tag, int level ) : System.Xml.Linq.XElement | ||
tag | string | |
level | int | |
Результат | System.Xml.Linq.XElement |