|
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
|
Collaboration diagram for GUIMultiplayerChat:Public Types | |
| enum | ChatMode { Hidden , DisplayNotification , Shown } |
Public Member Functions | |
| void | LoadPageRegion () |
| Vector2 | ChatSize (int index) |
| Vector2 | CalulatePageSnippetSize (TextSnippet[] parsedText) |
| Vector2 | CalulateMiniSnippetSize (TextSnippet[] parsedText) |
| Vector2 | CalulateMiniTouchSnippetSize (TextSnippet[] parsedText) |
| void | CloseChat () |
| void | DrawNotification () |
| void | OpenChat () |
| void | Draw () |
| GUIMultiplayerChat () | |
Public Attributes | |
| GUIMultiplayerChat.ChatMode | mode |
| float | ScrollOffset |
Properties | |
| float | MaxChatLineWidth [get, set] |
| float | MaxMiniChatLineWidth [get, set] |
| float | MaxMiniTouchChatLineWidth [get, set] |
Private Member Functions | |
| float | ChatScale (int index) |
| void | ChatOver (int index) |
| void | ChatDraw (ItemGrid_Layout gridLayout, int index, Vector2 position, float scale) |
Private Attributes | |
| float | NoficiationDisplayTime |
| float | ScrollMomentum |
| int | ScrollDragging |
| Vector2 | DragOffset |
| float | ToggleScale |
| float | BeginChatScale |
| float | PrimaryChatScale |
| float | EmotesScale |
| float | EmotesCloseScale |
| Vector2 | oneLineSize |
| int | notificationCount |
| bool | miniMapWasEnabled |
| bool | beginChatClicked |
Definition at line 16 of file GUIMultiplayerChat.cs.