Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
UE1:UWindowEditBox (UT)
Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl >> UWindowEditBox |
Contents
- 1 Properties
- 1.1 bAllSelected
- 1.2 bCanEdit
- 1.3 bChangePending
- 1.4 bControlDown
- 1.5 bDelayedNotify
- 1.6 bHistory
- 1.7 bKeyDown
- 1.8 bNumericFloat
- 1.9 bNumericOnly
- 1.10 bSelectOnFocus
- 1.11 bShiftDown
- 1.12 bShowCaret
- 1.13 CaretOffset
- 1.14 CurrentHistory
- 1.15 HistoryList
- 1.16 LastDrawTime
- 1.17 MaxLength
- 1.18 NotifyOwner
- 1.19 Offset
- 1.20 Value
- 1.21 Value2
- 2 Instance functions
- 2.1 Backspace
- 2.2 Clear
- 2.3 Click
- 2.4 Close
- 2.5 Created
- 2.6 Delete
- 2.7 DoubleClick
- 2.8 EditCopy
- 2.9 EditCut
- 2.10 EditPaste
- 2.11 FocusOtherWindow
- 2.12 GetValue
- 2.13 GetValue2
- 2.14 Insert
- 2.15 InsertText
- 2.16 KeyDown
- 2.17 KeyFocusEnter
- 2.18 KeyFocusExit
- 2.19 KeyType
- 2.20 KeyUp
- 2.21 LMouseDown
- 2.22 MoveEnd
- 2.23 MoveHome
- 2.24 MoveLeft
- 2.25 MoveRight
- 2.26 Notify
- 2.27 Paint
- 2.28 SelectAll
- 2.29 SetEditable
- 2.30 SetHistory
- 2.31 SetValue
- 2.32 WordLeft
- 2.33 WordRight
- Package:
- UWindow
- Direct subclass:
- NameEditBox
- This class in other games:
- RTNP, U1
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
UWindowEditBox - simple edit box, for use in other controls such as UWindowComboxBoxControl, UWindowEditBoxControl etc.
Properties
bAllSelected
Type: bool
bCanEdit
Type: bool
bChangePending
Type: bool
bControlDown
Type: bool
bDelayedNotify
Type: bool
bHistory
Type: bool
bKeyDown
Type: bool
bNumericFloat
Type: bool
bNumericOnly
Type: bool
bSelectOnFocus
Type: bool
bShiftDown
Type: bool
bShowCaret
Type: bool
CaretOffset
Type: int
CurrentHistory
Type: UWindowEditBoxHistory
HistoryList
Type: UWindowEditBoxHistory
LastDrawTime
Type: float
MaxLength
Type: int
NotifyOwner
Type: UWindowDialogControl
Offset
Type: float
Value
Type: string
Value2
Type: string
Instance functions
Backspace
Clear
Click
Overrides: UWindowWindow.Click
Close
Overrides: UWindowWindow.Close
Created
Overrides: UWindowDialogControl.Created
Delete
DoubleClick
Overrides: UWindowWindow.DoubleClick
EditCopy
EditCut
EditPaste
FocusOtherWindow
Overrides: UWindowWindow.FocusOtherWindow
GetValue
GetValue2
Insert
InsertText
KeyDown
Overrides: UWindowDialogControl.KeyDown
KeyFocusEnter
Overrides: UWindowDialogControl.KeyFocusEnter
KeyFocusExit
Overrides: UWindowDialogControl.KeyFocusExit
KeyType
Overrides: UWindowWindow.KeyType
KeyUp
Overrides: UWindowWindow.KeyUp
LMouseDown
Overrides: UWindowWindow.LMouseDown
MoveEnd
MoveHome
MoveLeft
MoveRight
Notify
Overrides: UWindowDialogControl.Notify
Paint
Overrides: UWindowWindow.Paint