![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override void | DisplayUpdate (IEntity owner, float timeSlice) |
| override void | DisplayStartDraw (IEntity owner) |
| override void | OnSettingsChanged () |
| void | OnSlotUIResize () |
| Calculate how many Chat line widgets can be shown when HUD resizes. | |
| void | CloseAllChatPanels () |
| void | OnChatOpen () |
| When the chat is open, increase it's priority to make it easier to read through the chat. | |
| void | OnChatClose () |
| When chat is closed reset it's priority back to default. | |
| override void | DisplayStopDraw (IEntity owner) |
| void | Callback_OnToggleAction () |
| Called when Enter key is pressed. | |
Protected Attributes | |
| SCR_ChatPanel | m_ChatPanel |
| SCR_InfoDisplaySlotHandler | m_slotHandler |
| SCR_HUDSlotUIComponent | m_HUDSlotComponent |
| InputManager | m_InputManager |
| int | m_iHUDPriorityDefault |
| const int | HEIGHT_DIVIDER = 50 |
| const int | INPUTFIELD_HEIGHT = 2 |
Static Protected Attributes | |
| static const string | CHAT_INPUT_ACTION = "ChatToggle" |
This is a Chat Info Display / Chat HUD. There is a Chat Panel prefab Inside the layout. The Chat HUD opens the chat on a button press, and doesn't do anything more interesting.
Definition at line 7 of file SCR_ChatHud.c.
|
inlineprotected |
Called when Enter key is pressed.
Definition at line 164 of file SCR_ChatHud.c.
|
inlineprotected |
Definition at line 119 of file SCR_ChatHud.c.
|
inlineprotected |
Definition at line 43 of file SCR_ChatHud.c.
|
inlineprotected |
Definition at line 153 of file SCR_ChatHud.c.
Definition at line 22 of file SCR_ChatHud.c.
|
inlineprotected |
When chat is closed reset it's priority back to default.
Definition at line 142 of file SCR_ChatHud.c.
|
inlineprotected |
When the chat is open, increase it's priority to make it easier to read through the chat.
Definition at line 126 of file SCR_ChatHud.c.
|
inlineprotected |
Definition at line 89 of file SCR_ChatHud.c.
|
inlineprotected |
Calculate how many Chat line widgets can be shown when HUD resizes.
Definition at line 103 of file SCR_ChatHud.c.
|
staticprotected |
Definition at line 9 of file SCR_ChatHud.c.
|
protected |
Definition at line 18 of file SCR_ChatHud.c.
|
protected |
Definition at line 19 of file SCR_ChatHud.c.
|
protected |
Definition at line 11 of file SCR_ChatHud.c.
|
protected |
Definition at line 13 of file SCR_ChatHud.c.
|
protected |
Definition at line 16 of file SCR_ChatHud.c.
|
protected |
Definition at line 14 of file SCR_ChatHud.c.
|
protected |
Definition at line 12 of file SCR_ChatHud.c.