Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
override void | Initialize () |
override void | Shutdown () |
void | RailEventCallBack (RAILEventID eventId, EventBase data) |
override bool | IsAchievementCompleted (string name) |
override byte[] | GetEncryptionKey () |
override string | GetSavePath () |
override void | UpdateIntStat (string name, int value) |
override void | UpdateFloatStat (string name, float value) |
override void | StoreStats () |
override void | CompleteAchievement (string name) |
Private Member Functions | |
IRailPlayerStats | GetMyPlayerStats () |
IRailPlayerAchievement | GetMyPlayerAchievement () |
int | GetIntStat (string name) |
float | GetFloatStat (string name) |
bool | SetFloatStat (string name, float value) |
bool | SetIntStat (string name, int value) |
void | SaveStats () |
void | SaveAchievement () |
Private Attributes | |
bool | _areStatsReceived |
bool | _areAchievementReceived |
RailCallBackHelper | _callbackHelper = new RailCallBackHelper() |
IRailPlayerAchievement | _playerAchievement |
IRailPlayerStats | _playerStats |
Static Private Attributes | |
const string | FILE_NAME = "/achievements-wegame.dat" |
Definition at line 8 of file AchievementsSocialModule.cs.