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

Public Member Functions

void Initialize ()
 
void PulseSteamTick ()
 
void PulseSteamCallback ()
 
void Shutdown ()
 
void OnOverlayActivated (GameOverlayActivated_t result)
 

Static Public Member Functions

static void SetSkipPulsing (bool shouldSkipPausing)
 
static void Pulse ()
 

Static Public Attributes

const int SteamAppId = 105600
 

Events

static Action OnTick
 

Private Member Functions

void SteamTickLoop (object context)
 
void SteamCallbackLoop (object context)
 

Private Attributes

bool IsSteamValid
 
object _steamTickLock = new object()
 
object _steamCallbackLock = new object()
 
Callback< GameOverlayActivated_t > _onOverlayActivated
 
bool _skipPulsing
 

Static Private Attributes

static CoreSocialModule _instance
 

Detailed Description

Definition at line 10 of file CoreSocialModule.cs.


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