terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
void | Initialize () |
void | PulseSteamTick () |
void | PulseSteamCallback () |
void | Shutdown () |
CoreSocialModule () | |
Static Public Member Functions | |
static void | SetSkipPulsing (bool shouldSkipPausing) |
static void | Pulse () |
Static Public Attributes | |
const int | SteamAppId = 105600 |
Properties | |
static Action | OnTick |
Private Member Functions | |
void | SteamTickLoop (object context) |
void | SteamCallbackLoop (object context) |
Private Attributes | |
bool | IsSteamValid |
object | _steamTickLock |
object | _steamCallbackLock |
bool | _skipPulsing |
Static Private Attributes | |
static CoreSocialModule | _instance |
Definition at line 8 of file CoreSocialModule.cs.