Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
PlayerWantsToJoinGamePopup (UserJoinToServerRequest request) | |
void | Update () |
void | DrawInGame (SpriteBatch spriteBatch, Vector2 bottomAnchorPosition) |
void | PushAnchor (ref Vector2 positionAnchorBottom) |
void | DrawInNotificationsArea (SpriteBatch spriteBatch, Rectangle area, ref int gamepadPointLocalIndexTouse) |
Properties | |
float | Scale [get] |
float | Opacity [get] |
object | CreationObject [get, private set] |
bool | ShouldBeRemoved [get] |
Private Member Functions | |
void | OnMouseOver (bool reject=false) |
Private Attributes | |
int | _timeLeft |
string | _displayTextWithoutTime |
UserJoinToServerRequest | _request |
Static Private Attributes | |
const int | _timeLeftMax = 1800 |
Definition at line 139 of file InGamePopups.cs.