tModLoader v2024.02
A mod to make and play Terraria mods
InGamePopups.PlayerWantsToJoinGamePopup Class Reference

Inherits IInGameNotification.

Public Member Functions

 PlayerWantsToJoinGamePopup (UserJoinToServerRequest request)
 
void DrawInGame (SpriteBatch spriteBatch, Vector2 bottomAnchorPosition)
 
void DrawInNotificationsArea (SpriteBatch spriteBatch, Rectangle area, ref int gamepadPointLocalIndexTouse)
 
void PushAnchor (ref Vector2 positionAnchorBottom)
 
void Update ()
 
void DrawInGame (SpriteBatch spriteBatch, Vector2 bottomAnchorPosition)
 
void PushAnchor (ref Vector2 positionAnchorBottom)
 
void Update ()
 

Properties

object CreationObject [get]
 
bool ShouldBeRemoved [get]
 
- Properties inherited from IInGameNotification
bool ShouldBeRemoved [get]
 

Member Function Documentation

◆ DrawInGame()

void InGamePopups.PlayerWantsToJoinGamePopup.DrawInGame ( SpriteBatch  spriteBatch,
Vector2  bottomAnchorPosition 
)

Implements IInGameNotification.

◆ PushAnchor()

void InGamePopups.PlayerWantsToJoinGamePopup.PushAnchor ( ref Vector2  positionAnchorBottom)

Implements IInGameNotification.

◆ Update()

void InGamePopups.PlayerWantsToJoinGamePopup.Update ( )

Implements IInGameNotification.

Property Documentation

◆ ShouldBeRemoved

bool InGamePopups.PlayerWantsToJoinGamePopup.ShouldBeRemoved
get

Implements IInGameNotification.