C# Класс tsge.Classes.Terraria

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
GameVersions List
LatestVersion int
MaxItemCount int
ProfilePath string

Открытые методы

Метод Описание
GetProfileName ( string fileName ) : string

Attempts to obtain the profiles name.

Initialize ( ) : bool

Initializes the Terraria class.

LoadProfile ( string fileName ) : Player

Attempts to decrypt and load a player file.

SaveProfile ( Player player, string fileName ) : bool

Attempts to encrypt and save a player object.

Terraria ( ) : System

Default Constructor

Приватные методы

Метод Описание
DecryptProfile ( string fileName ) : byte[]

Decrypts the given player profile and returns the data as an array.

EncryptProfile ( string fileName ) : bool

Encrypts the given player profile.

Описание методов

GetProfileName() публичный Метод

Attempts to obtain the profiles name.
public GetProfileName ( string fileName ) : string
fileName string
Результат string

Initialize() публичный Метод

Initializes the Terraria class.
public Initialize ( ) : bool
Результат bool

LoadProfile() публичный Метод

Attempts to decrypt and load a player file.
public LoadProfile ( string fileName ) : Player
fileName string
Результат Player

SaveProfile() публичный Метод

Attempts to encrypt and save a player object.
public SaveProfile ( Player player, string fileName ) : bool
player Player
fileName string
Результат bool

Terraria() публичный Метод

Default Constructor
public Terraria ( ) : System
Результат System

Описание свойств

GameVersions публичное статическое свойство

Current supported game version.
public static List GameVersions
Результат List

LatestVersion публичное статическое свойство

The latest supported version of Terraria.
public static int LatestVersion
Результат int

MaxItemCount публичное статическое свойство

The latest max item used while handling profiles.
public static int MaxItemCount
Результат int

ProfilePath публичное статическое свойство

Profile path to the Terraria save game files.
public static string ProfilePath
Результат string