tModLoader v2024.03
A mod to make and play Terraria mods
OverlaySocialModule Class Referenceabstract

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

Public Member Functions

abstract string GetGamepadText ()
 
override string GetGamepadText ()
 
override string GetGamepadText ()
 
abstract void Initialize ()
 
override void Initialize ()
 
override void Initialize ()
 
abstract bool IsGamepadTextInputActive ()
 
override bool IsGamepadTextInputActive ()
 
override bool IsGamepadTextInputActive ()
 
abstract bool ShowGamepadTextInput (string description, uint maxLength, bool multiLine=false, string existingText="", bool password=false)
 
override bool ShowGamepadTextInput (string description, uint maxLength, bool multiLine=false, string existingText="", bool password=false)
 
override bool ShowGamepadTextInput (string description, uint maxLength, bool multiLine=false, string existingText="", bool password=false)
 
abstract void Shutdown ()
 
override void Shutdown ()
 
override void Shutdown ()
 
void Initialize ()
 
void Shutdown ()
 

Member Function Documentation

◆ Initialize() [1/3]

abstract void OverlaySocialModule.Initialize ( )
pure virtual

Implements ISocialModule.

◆ Initialize() [2/3]

override void OverlaySocialModule.Initialize ( )

Implements ISocialModule.

◆ Initialize() [3/3]

override void OverlaySocialModule.Initialize ( )

Implements ISocialModule.

◆ Shutdown() [1/3]

abstract void OverlaySocialModule.Shutdown ( )
pure virtual

Implements ISocialModule.

◆ Shutdown() [2/3]

override void OverlaySocialModule.Shutdown ( )

Implements ISocialModule.

◆ Shutdown() [3/3]

override void OverlaySocialModule.Shutdown ( )

Implements ISocialModule.