tModLoader v2022.09
A mod to make and play Terraria mods
Terraria.Social.WeGame.OverlaySocialModule Class Reference

Inherits Terraria.Social.Base.OverlaySocialModule.

Public Member Functions

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

Member Function Documentation

◆ GetGamepadText()

override string Terraria.Social.WeGame.OverlaySocialModule.GetGamepadText ( )
virtual

◆ Initialize()

override void Terraria.Social.WeGame.OverlaySocialModule.Initialize ( )
virtual

◆ IsGamepadTextInputActive()

override bool Terraria.Social.WeGame.OverlaySocialModule.IsGamepadTextInputActive ( )
virtual

◆ ShowGamepadTextInput()

override bool Terraria.Social.WeGame.OverlaySocialModule.ShowGamepadTextInput ( string  description,
uint  maxLength,
bool  multiLine = false,
string  existingText = "",
bool  password = false 
)
virtual

◆ Shutdown()

override void Terraria.Social.WeGame.OverlaySocialModule.Shutdown ( )
virtual