Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- TribesGUI.HUDElement | +-- TribesGUI.HUDContainer | +-- TribesGUI.HUDList | +-- TribesGUI.HUDMessagePane
HUDAnnouncerMessageWindow, HUDEventMessageWindow, HUDMessageWindow, HUDPersonalMessageWindow
Variables Summary | |
---|---|
int | FirstLineOffset |
ObjectPool | MessagePool |
HUDTextMessage | PaddingMessage |
int | TotalLines |
HUDMessagePane | |
bool | bAlwaysVisible |
bool | bScrollable |
int | MaxDisplayableLines |
int | MaxMessages |
float | MessageFadeDuration |
float | MessageLifetime |
String | MessageStyles[EMessageType.MAX_MESSAGE_TYPES] |
float | MinimumLifetime |
float | SecondsPerWord |
String | TemplateMessageLabelName |
Inherited Variables from TribesGUI.HUDList |
---|
bAutoHeight, columns, RowSpacing |
Inherited Variables from TribesGUI.HUDContainer |
---|
children |
Functions Summary | ||
---|---|---|
AddMessage (HUDMessage newMessage)) | ||
DoLayout (Canvas c)) | ||
int | GetLineHeight (Canvas canvas)) | |
GetNewMessages (ClientSideCharacter c) | ||
InitElement ())) | ||
ScrollMessages (int ScrollDelta)) | ||
UpdateData (ClientSideCharacter c)) | ||
UpdateMessageVisibility ())) |
Inherited Functions from TribesGUI.HUDList |
---|
ElementAdded, ElementRemoved, HasMultipleColumns, IsListEmpty |
Inherited Functions from TribesGUI.HUDContainer |
---|
AddClonedElement, AddElement, AddExistingElement, ElementAdded, ElementRemoved, ForceNeedsLayout, HasElement, InitElementHeirachy, RemoveAll, RemoveElementAt, SetAlpha |
Variables Detail |
---|
Whether the message window is always visible
Whether the message window is scrollable
Max number of actual text lines allowed in the display
Max numer of messages to be displayed at once
How long irrelevant messages should take to fade away
Fixed lifetime for messages
Lower bound on message lifetime
Number of seconds per word
Name of the template label properties
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { MaxDisplayableLines=6 MessageFadeDuration=0.7 SecondsPerWord=0.75 MinimumLifetime=5 MessageStyles(0)="GlobalMessage" MessageStyles(1)="AllyMessage" MessageStyles(2)="EnemyMessage" MessageStyles(3)="SubtitleMessage" MessageStyles(4)="SystemMessage" MessageStyles(5)="StatHighMessage" MessageStyles(6)="StatMediumMessage" MessageStyles(7)="StatLowMessage" MessageStyles(8)="StatPenaltyMessage" } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |