![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override void | HandlerAttached (Widget w) |
| Color | GetTextColor (notnull SCR_ChatMessageStyle style, SCR_Faction senderFaction=null, int senderId=-1) |
| Color | GetBadgeColor (notnull SCR_ChatMessageStyle style, SCR_Faction senderFaction=null, SCR_Faction localFaction=null, int senderId=-1) |
| Color | GetBackgroundColor (notnull SCR_ChatMessageStyle style, SCR_Faction senderFaction=null, SCR_Faction localFaction=null, int senderId=-1) |
| void | SetMessage (notnull SCR_ChatMessage msg, notnull SCR_ChatMessageStyle style) |
| void | SetEmptyMessage () |
| void | SetVisible (bool visible) |
| Widget | GetRootWidget () |
Protected Attributes | |
| ref SCR_ChatMessageLineWidgets | m_Widgets = new SCR_ChatMessageLineWidgets() |
| ResourceName | CHAT_IMAGESET = "{1872FFA1133724A2}UI/Textures/Chat/chat.imageset" |
| Widget | m_wRoot |
Definition at line 1 of file SCR_ChatMessageLineComponent.c.
|
inlineprotected |
Retrieves a copy of the color that should be used for the background of the message
| [in] | style | |
| [in] | senderFaction | |
| [in] | localFaction | |
| [in] | senderId |
Definition at line 71 of file SCR_ChatMessageLineComponent.c.
|
inlineprotected |
Retrieves a copy of the color that should be used for the badge of the message
| [in] | style | |
| [in] | senderFaction | |
| [in] | localFaction | |
| [in] | senderId |
Definition at line 39 of file SCR_ChatMessageLineComponent.c.
|
inlineprotected |
Definition at line 175 of file SCR_ChatMessageLineComponent.c.
|
inlineprotected |
Retrieves a copy of the color that should be used for the text of the message
| [in] | style | |
| [in] | senderFaction | |
| [in] | senderId |
Definition at line 22 of file SCR_ChatMessageLineComponent.c.
|
inlineprotected |
Definition at line 10 of file SCR_ChatMessageLineComponent.c.
|
inlineprotected |
Definition at line 156 of file SCR_ChatMessageLineComponent.c.
|
inlineprotected |
| [in] | msg | |
| [in] | style |
Definition at line 85 of file SCR_ChatMessageLineComponent.c.
|
inlineprotected |
| [in] | visible |
Definition at line 168 of file SCR_ChatMessageLineComponent.c.
|
protected |
Definition at line 5 of file SCR_ChatMessageLineComponent.c.
|
protected |
Definition at line 3 of file SCR_ChatMessageLineComponent.c.
|
protected |
Definition at line 7 of file SCR_ChatMessageLineComponent.c.