Barotrauma Client Doc
|
Classes | |
struct | ChatKeyStates |
Public Member Functions | |
ChatBox (GUIComponent parent, bool isSinglePlayer) | |
void | Toggle () |
bool | TypingChatMessage (GUITextBox textBox, string text) |
void | AddMessage (ChatMessage message) |
void | SetVisibility (bool visible) |
void | Update (float deltaTime) |
void | ApplySelectionInputs () |
void | ApplySelectionInputs (GUITextBox inputBox, bool selectInputBox, ChatKeyStates chatKeyStates) |
Public Attributes | |
readonly ChatManager | ChatManager = new ChatManager() |
bool | CloseAfterMessageSent |
Static Public Attributes | |
const string | RadioChatString = "r; " |
static bool | PreferChatBoxOpen = true |
const int | ToggleButtonWidthRaw = 30 |
Properties | |
bool | IsSinglePlayer [get] |
bool | ToggleOpen [get, set] |
GUITextBox.OnEnterHandler | OnEnterMessage [get, set] |
GUIFrame | GUIFrame [get] |
GUITextBox | InputBox [get] |
GUIButton | ToggleButton [get, set] |
Definition at line 11 of file ChatBox.cs.
Barotrauma.ChatBox.ChatBox | ( | GUIComponent | parent, |
bool | isSinglePlayer | ||
) |
Definition at line 87 of file ChatBox.cs.
void Barotrauma.ChatBox.AddMessage | ( | ChatMessage | message | ) |
Definition at line 389 of file ChatBox.cs.
void Barotrauma.ChatBox.ApplySelectionInputs | ( | ) |
void Barotrauma.ChatBox.ApplySelectionInputs | ( | GUITextBox | inputBox, |
bool | selectInputBox, | ||
ChatKeyStates | chatKeyStates | ||
) |
Definition at line 835 of file ChatBox.cs.
void Barotrauma.ChatBox.SetVisibility | ( | bool | visible | ) |
Definition at line 579 of file ChatBox.cs.
void Barotrauma.ChatBox.Toggle | ( | ) |
Definition at line 336 of file ChatBox.cs.
bool Barotrauma.ChatBox.TypingChatMessage | ( | GUITextBox | textBox, |
string | text | ||
) |
Definition at line 342 of file ChatBox.cs.
void Barotrauma.ChatBox.Update | ( | float | deltaTime | ) |
Definition at line 614 of file ChatBox.cs.
readonly ChatManager Barotrauma.ChatBox.ChatManager = new ChatManager() |
Definition at line 18 of file ChatBox.cs.
bool Barotrauma.ChatBox.CloseAfterMessageSent |
Definition at line 36 of file ChatBox.cs.
|
static |
Definition at line 34 of file ChatBox.cs.
|
static |
Definition at line 13 of file ChatBox.cs.
|
static |
Definition at line 82 of file ChatBox.cs.
|
get |
Definition at line 59 of file ChatBox.cs.
|
get |
Definition at line 61 of file ChatBox.cs.
|
get |
Definition at line 20 of file ChatBox.cs.
|
getset |
Definition at line 53 of file ChatBox.cs.
|
getset |
Definition at line 65 of file ChatBox.cs.
|
getset |
Definition at line 23 of file ChatBox.cs.