- Extends
- TextWindow
- Modifiers
- native noexport
Core.Object
|
+-- Extension.ExtensionObject
|
+-- Extension.Window
|
+-- Extension.TextWindow
|
+-- Extension.ButtonWindow
Direct Known Subclasses:
CharacterModelButton, ComputerSecurityCameraViewButton, ConChoiceWindow, HUDKeypadButton, MenuUIBorderButtonWindow, MenuUISpecialButtonWindow, MenuUITabButtonWindow, PersonaBorderButtonWindow, PersonaItemButton, ToggleWindow, ToolButtonWindow
Inherited Variables from Extension.Window |
acceleratorKey, att, background, backgroundStyle, bBeingDestroyed, bConfigured, bDrawRawBackground, bIsInitialized, bIsSelectable, bIsSensitive, bIsVisible, bLastHeightSpecified, bLastWidthSpecified, bNeedsQuery, bNeedsReconfigure, boldFont, bSmoothBackground, bSpecialText, bStretchBackground, bTextTranslucent, bTickEnabled, clientObject, colMajorIndex, defaultCursor, defaultCursorColor, defaultCursorShadow, defaultHotX, defaultHotY, firstChild, firstTimer, focusSound, freeTimer, gGc, hardcodedHeight, hardcodedWidth, height, hMargin0, hMargin1, holdHeight, holdWidth, holdX, holdY, invisibleSound, lastChild, lastQueryHeight, lastQueryWidth, lastSpecifiedHeight, lastSpecifiedWidth, lockCount, maxClicks, nextSibling, normalFont, parentOwner, prevSibling, rowMajorIndex, soundVolume, textColor, textPlane, textVSpacing, tileColor, tilePlane, unfocusSound, visibleSound, vMargin0, vMargin1, wGc, width, winClipRect, windowType, winHAlign, winParent, winVAlign, x, y |
Functions Summary |
 | bool | AcceleratorKeyPressed (string key))
|
 | | ActivateButton (EInputKey key)
|
 | | EnableAutoRepeat (optional bool bEnable, optional float initialDelay, optional float repeatRate)
|
 | | EnableRightMouseClick (optional bool bEnable)
|
 | | PressButton (optional EInputKey key)
|
 | | SetActivateDelay (optional float newDelay)
|
 | | SetButtonColors (optional color normal, optional color pressed, optional color normalFocus, optional color pressedFocus, optional color normalInsensitive, optional color pressedInsensitive)
|
 | | SetButtonSounds (optional sound pressSound, optional sound clickSound)
|
 | | SetButtonTextures (optional texture normal, optional texture pressed, optional texture normalFocus, optional texture pressedFocus, optional texture normalInsensitive, optional texture pressedInsensitive)
|
 | | SetTextColors (optional color normal, optional color pressed, optional color normalFocus, optional color pressedFocus, optional color normalInsensitive, optional color pressedInsensitive)
|
 | bool | VirtualKeyPressed (EInputKey key, bool bRepeat))
|
Inherited Functions from Extension.TextWindow |
AppendText, EnableTextAsAccelerator, GetText, GetTextLength, GetTextPart, ResetLines, ResetMinWidth, SetLines, SetMaxLines, SetMinLines, SetMinWidth, SetText, SetTextAlignments, SetTextMargins, SetWordWrap |
Inherited Functions from Extension.Window |
AcceleratorKeyPressed, AddActorRef, AddTimer, AskParentForReconfigure, AskParentToShowArea, BoxOptionSelected, ButtonActivated, CarriageReturn, ChangeStyle, ChildAdded, ChildRemoved, ChildRequestedReconfiguration, ChildRequestedShowArea, ChildRequestedVisibilityChange, ClipAttributesChanged, ClipPositionChanged, ConfigurationChanged, ConfigureChild, ConvertCoordinates, ConvertScriptString, ConvertVectorToCoordinates, CR, DescendantAdded, DescendantRemoved, Destroy, DestroyAllChildren, DestroyWindow, DisableWindow, DrawWindow, EditActivated, EnableSpecialText, EnableTranslucentText, EnableWindow, FindWindow, FocusEnteredDescendant, FocusEnteredWindow, FocusLeftDescendant, FocusLeftWindow, GetBottomChild, GetClientObject, GetColorScaled, GetCursorPos, GetFocusWindow, GetGC, GetHigherSibling, GetLowerSibling, GetModalWindow, GetParent, GetPlayerPawn, GetRootWindow, GetTabGroupWindow, GetTickOffset, GetTopChild, GrabMouse, Hide, InitWindow, IsActorValid, IsFocusWindow, IsKeyDown, IsPointInWindow, IsSensitive, IsVisible, KeyPressed, ListRowActivated, ListSelectionChanged, Lower, MouseButtonPressed, MouseButtonReleased, MouseEnteredWindow, MouseLeftWindow, MouseMoved, MoveFocusDown, MoveFocusLeft, MoveFocusRight, MoveFocusUp, MoveTabGroupNext, MoveTabGroupPrev, NewChild, ParentRequestedGranularity, ParentRequestedPreferredSize, PlaySound, PostDrawWindow, QueryGranularity, QueryPreferredHeight, QueryPreferredSize, QueryPreferredWidth, Raise, RawKeyPressed, RawMouseButtonPressed, ReleaseGC, RemoveActorRef, RemoveTimer, ResetHeight, ResetSize, ResetWidth, ResizeChild, ScaleAttributesChanged, ScalePositionChanged, ScaleRangeChanged, SensitivityChanged, SetAcceleratorText, SetBackground, SetBackgroundSmoothing, SetBackgroundStretching, SetBackgroundStyle, SetBaselineData, SetBoldFont, SetChildVisibility, SetClientObject, SetConfiguration, SetCursorPos, SetDefaultCursor, SetFocusSounds, SetFocusWindow, SetFont, SetFonts, SetHeight, SetNormalFont, SetPos, SetSelectability, SetSensitivity, SetSize, SetSoundVolume, SetTextColor, SetTextColorRGB, SetTileColor, SetTileColorRGB, SetVisibilitySounds, SetWidth, SetWindowAlignments, Show, TextChanged, ToggleChanged, UngrabMouse, VirtualKeyPressed, VisibilityChanged, WindowReady |
var const float activateDelay;
var private int activateTimer;
var const bool bAutoRepeat;
var const bool bButtonPressed;
bEnableRightMouseClick Source code
var const bool bEnableRightMouseClick;
var const bool bMousePressed;
var private sound clickSound;
var const color curTextColor;
var const color curTileColor;
var const float initialDelay;
var private sound pressSound;
var const float repeatRate;
var private float repeatTime;
event bool AcceleratorKeyPressed ( string key) )
native(
1590)
final function ActivateButton (
EInputKey key )
native(1595) final function EnableAutoRepeat ( optional bool bEnable,
optional float initialDelay,
optional float repeatRate )
native(1596) final function EnableRightMouseClick ( optional bool bEnable )
native(
1598)
final function PressButton (
optional EInputKey key )
native(1591) final function SetActivateDelay ( optional float newDelay )
native(
1593)
final function SetButtonColors (
optional color normal,
optional color pressed,
optional color normalFocus,
optional color pressedFocus,
optional color normalInsensitive,
optional color pressedInsensitive )
native(1597) final function SetButtonSounds ( optional sound pressSound,
optional sound clickSound )
native(
1592)
final function SetButtonTextures (
optional texture normal,
optional texture pressed,
optional texture normalFocus,
optional texture pressedFocus,
optional texture normalInsensitive,
optional texture pressedInsensitive )
native(
1594)
final function SetTextColors (
optional color normal,
optional color pressed,
optional color normalFocus,
optional color pressedFocus,
optional color normalInsensitive,
optional color pressedInsensitive )
event bool VirtualKeyPressed (
EInputKey key,
bool bRepeat) )
Creation time: Mon 8/11/2021 16:31:03.264 - Created with
UnCodeX