Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.Social.Steam.CloudSocialModule Class Reference

Public Member Functions

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

Public Attributes

bool EnabledByDefault
 

Private Member Functions

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

Private Attributes

object ioLock = new object()
 
byte[] writeBuffer = new byte[1024]
 

Static Private Attributes

const uint WRITE_CHUNK_SIZE = 1024u
 

Detailed Description

Definition at line 8 of file CloudSocialModule.cs.


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