Property | Type | Description | |
---|---|---|---|
GameVersions | List |
||
LatestVersion | int | ||
MaxItemCount | int | ||
ProfilePath | string |
Method | Description | |
---|---|---|
GetProfileName ( string fileName ) : string |
Attempts to obtain the profiles name.
|
|
Initialize ( ) : bool |
Initializes the Terraria class.
|
|
LoadProfile ( string fileName ) : |
Attempts to decrypt and load a player file.
|
|
SaveProfile ( |
Attempts to encrypt and save a player object.
|
|
Terraria ( ) : System |
Default Constructor
|
Method | Description | |
---|---|---|
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.
|
public GetProfileName ( string fileName ) : string | ||
fileName | string | |
return | string |
public LoadProfile ( string fileName ) : |
||
fileName | string | |
return |
public SaveProfile ( |
||
player | ||
fileName | string | |
return | bool |