| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- TribesGUI.HUDElement
|
+-- TribesGUI.LabelElement
|
+-- TribesGUI.HUDChatEntry
| Constants Summary | ||
|---|---|---|
| MaxHistory | = | 20 |
| Variables Summary | |
|---|---|
| string | allText |
| bool | bIgnoreKeys |
| bool | bTeamText |
| bool | bTyping |
| int | HistoryBot |
| int | HistoryCur |
| int | HistoryTop |
| string | History[MaxHistory] |
| int | MaxMessageTextLength |
| string | teamText |
| string | TypedStr |
| Inherited Variables from TribesGUI.LabelElement |
|---|
| bAutoScrollText, bAutoSize, bAutoWrapText, bCentered, bHTMLEncoded, bShadowed, firstVisibleLineIndex, hangingIndent, justification, shadowColor, shadowPixelOffset, text, textInsetX, textInsetY, textLineArray |
| Enumerations Summary |
|---|
| Inherited Enumerations from TribesGUI.LabelElement |
|---|
| ETextAlignment |
| Inherited Enumerations from TribesGUI.HUDElement |
|---|
| EHorizontalAlignment, EHorizontalFill, ELayoutDirection, EVerticalAlignment, EVerticalFill |
| Structures Summary |
|---|
| Inherited Structures from TribesGUI.HUDElement |
|---|
| HUDMaterial |
| Functions Summary | ||
|---|---|---|
![]() | bool | KeyEvent (EInputKey Key, EInputAction Action, FLOAT Delta, HUDAction Response )) |
![]() | bool | KeyType (EInputKey Key, string Unicode, HUDAction Response )) |
![]() | SetText (String str)) | |
![]() | UpdateData (ClientSideCharacter c)) | |
| Inherited Functions from TribesGUI.LabelElement |
|---|
| GetText, SetText |
| Constants Detail |
|---|
| Variables Detail |
|---|
| Functions Detail |
|---|
KeyEvent Source code
KeyType Source code
SetText Source code
UpdateData Source code| Defaultproperties |
|---|
defaultproperties
{
bVisible = false
bAutoSize = false
bAutoWrapText = false
bAutoScrollText = true
bTyping = false
HistoryBot = -1
allText = "ALL: "
teamText = "TEAM: "
MaxMessageTextLength = 196
} |
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||