|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for Terraria.UI.InGamePopups.PlayerWantsToJoinGamePopup:
Collaboration diagram for Terraria.UI.InGamePopups.PlayerWantsToJoinGamePopup: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, set] |
| float | Opacity [get, set] |
| object | CreationObject [get, set, private set] |
| bool | ShouldBeRemoved [get, set] |
Private Member Functions | |
| void | OnMouseOver (bool reject=false) |
Private Attributes | |
| int | _timeLeft |
| string | _displayTextWithoutTime |
| UserJoinToServerRequest | _request |
| object< CreationObject > | k__BackingField |
Static Private Attributes | |
| const int | _timeLeftMax = 1800 |
Definition at line 327 of file InGamePopups.cs.