Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.Social.Base.CloudSocialModule Class Referenceabstract

Public Member Functions

virtual void BindTo (Preferences preferences)
 
void Initialize ()
 
void Shutdown ()
 
IEnumerable< stringGetFiles ()
 
bool Write (string path, byte[] data, int length)
 
void Read (string path, byte[] buffer, int length)
 
bool HasFile (string path)
 
int GetFileSize (string path)
 
bool Delete (string path)
 
bool Forget (string path)
 
byte[] Read (string path)
 
void Read (string path, byte[] buffer)
 
bool Write (string path, byte[] data)
 

Public Attributes

bool EnabledByDefault
 

Private Member Functions

void Configuration_OnLoad (Preferences preferences)
 
void Configuration_OnSave (Preferences preferences)
 

Detailed Description

Definition at line 6 of file CloudSocialModule.cs.


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