tModLoader v2024.12
A mod to make and play Terraria mods
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PlatformSocialModule Class Referenceabstract

Inherits ISocialModule, and Terraria.Social.Base.PlatformSocialModule.

Public Member Functions

abstract void Initialize ()
 
override void Initialize ()
 
abstract void Shutdown ()
 
override void Shutdown ()
 
void Initialize ()
 
void Shutdown ()
 

Member Function Documentation

◆ Initialize() [1/2]

abstract void PlatformSocialModule.Initialize ( )
pure virtual

Implements ISocialModule.

◆ Initialize() [2/2]

override void PlatformSocialModule.Initialize ( )

Implements ISocialModule.

◆ Shutdown() [1/2]

abstract void PlatformSocialModule.Shutdown ( )
pure virtual

Implements ISocialModule.

◆ Shutdown() [2/2]

override void PlatformSocialModule.Shutdown ( )

Implements ISocialModule.