|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| override void | Initialize () |
| override void | Shutdown () |
| 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 | |
| int | GetIntStat (string name) |
| float | GetFloatStat (string name) |
| bool | SetFloatStat (string name, float value) |
| bool | SetIntStat (string name, int value) |
| void | OnUserStatsReceived (UserStatsReceived_t results) |
Private Attributes | |
| Callback< UserStatsReceived_t > | _userStatsReceived |
| bool | _areStatsReceived |
| Dictionary< string, int > | _intStatCache = new Dictionary<string, int>() |
| Dictionary< string, float > | _floatStatCache = new Dictionary<string, float>() |
Static Private Attributes | |
| const string | FILE_NAME = "/achievements-steam.dat" |
Definition at line 9 of file AchievementsSocialModule.cs.