- Extends
- Window
- Modifiers
- native noexport
Core.Object
|
+-- Extension.ExtensionObject
|
+-- Extension.Window
|
+-- Extension.ComputerWindow
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 |
Inherited Enumerations from Extension.ExtensionObject |
EColumnType, EDrawStyle, EFlagType, EHAlign, EHDirection, EInputKey, EInputState, EInsertionPointType, EMouseFocusMode, EMove, EMoveInsert, EMoveList, EMoveThumb, EOrder, EOrientation, EVAlign, EVDirection |
Functions Summary |
 | | ClearLine (int rowToClear)
|
 | | ClearScreen ()
|
 | | ComputerFadeOutCompleted ()))
|
 | Bool | ComputerInputFinished (String inputKey, String inputValue ))
|
 | Bool | ComputerStart ()))
|
 | | EnableWordWrap (optional Bool bNewWordWrap)
|
 | | FadeOutText (optional Float fadeDuration)
|
 | | GetChar (String inputKey, optional bool bEcho)
|
 | | GetInput (int maxLength, String inputKey, optional String defaultInputString, optional String inputMask)
|
 | float | GetThrottle ()
|
 | Bool | IsBufferFlushed ()
|
 | Bool | IsPaused ()
|
 | | Pause (optional Float pauseLength)
|
 | | PlaySoundLater (Sound newSound)
|
 | | Print (String printText, optional bool bNewLine)
|
 | | PrintGraphic (Texture graphic, int width, int height, optional int posX, optional int posY, optional Bool bStatic, optional Bool bPixelPos)
|
 | | PrintLn ()
|
 | | ResetThrottle ()
|
 | | Resume ()
|
 | | SetBackgroundTextures (Texture backTexture1, Texture backTexture2, Texture backTexture3, Texture backTexture4, Texture backTexture5, Texture backTexture6)
|
 | | SetComputerSoundVolume (Float newSoundVolume)
|
 | | SetCursorBlinkSpeed (Float newBlinkSpeed)
|
 | | SetCursorColor (Color newCursorColor)
|
 | | SetCursorTexture (Texture newCursorTexture, optional int newCursorWidth, optional int newCursorHeight)
|
 | | SetFadeSpeed (Float fadeSpeed)
|
 | | SetFontColor (Color newFontColor)
|
 | | SetGraphicTileColor (Color newColor))
|
 | | SetTextFont (Font newFont, int newFontWidth, int newFontHeight, Color newFontColor)
|
 | | SetTextPosition (int posX, int posY)
|
 | | SetTextSize (int newCols, int newRows)
|
 | | SetTextSound (Sound newTextSound)
|
 | | SetTextTiming (Float newTiming)
|
 | | SetTextWindowPosition (int newX, int newY)
|
 | | SetThrottle (float throttleModifier)
|
 | | SetTypingSound (Sound newTypingSound)
|
 | | SetTypingSoundVolume (Float newSoundVolume)
|
 | | ShowTextCursor (optional Bool bShow)
|
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 Bool bComputerStartInvoked;
var Bool bCursorVisible;
var Bool bEchoKey;
var Bool bFirstTick;
var Bool bGamePaused;
var Bool bIgnoreGamePaused;
var Bool bIgnoreTick;
var Bool bInvokeComputerStart;
var Bool bLastLineWrapped;
var Bool bPauseProcessing;
var Bool bShowCursor;
var Bool bWaitingForKey;
var Bool bWordWrap;
var Color colGraphicTile;
var Float computerSoundVolume;
var Float cursorBlinkSpeed;
var int cursorHeight;
var Float cursorNextEvent;
var int cursorWidth;
var Float eventTimeInterval;
var Float fadeOutStart;
var Float fadeOutTimer;
var Float fadeSpeed;
var int fontHeight;
var int fontWidth;
var String inputKey;
var String inputMask;
var int queuedBufferStart;
var int textCols;
var Font textFont;
var int textRows;
var Sound textSound;
var int textX;
var int textY;
var Float throttle;
var Float timeCurrent;
var Float timeLastEvent;
var Float timeNextEvent;
var Sound typingSound;
native(1986) final function ClearLine ( int rowToClear )
native(1985) final function ClearScreen ( )
ComputerFadeOutCompleted Source code
event ComputerFadeOutCompleted ( ) )
event Bool ComputerInputFinished ( String inputKey, String inputValue ) )
event Bool ComputerStart ( ) )
native(2001) final function EnableWordWrap ( optional Bool bNewWordWrap )
native(2002) final function FadeOutText ( optional Float fadeDuration )
native(1990) final function GetChar ( String inputKey, optional bool bEcho )
native(1989) final function GetInput ( int maxLength,
String inputKey,
optional String defaultInputString,
optional String inputMask )
native(1999) final function float GetThrottle ( )
native(1994) final function Bool IsBufferFlushed ( )
native(1997) final function Bool IsPaused ( )
native(1995) final function Pause ( optional Float pauseLength )
native(1992) final function PlaySoundLater ( Sound newSound )
native(1987) final function Print ( String printText, optional bool bNewLine )
native(
1991)
final function PrintGraphic (
Texture graphic,
int width,
int height,
optional int posX,
optional int posY,
optional Bool bStatic,
optional Bool bPixelPos )
native(1988) final function PrintLn ( )
native(2000) final function ResetThrottle ( )
native(1996) final function Resume ( )
SetComputerSoundVolume Source code
native(1983) final function SetComputerSoundVolume ( Float newSoundVolume )
native(1979) final function SetCursorBlinkSpeed ( Float newBlinkSpeed )
native(
1978)
final function SetCursorColor (
Color newCursorColor )
native(
1977)
final function SetCursorTexture (
Texture newCursorTexture,
optional int newCursorWidth,
optional int newCursorHeight )
native(1976) final function SetFadeSpeed ( Float fadeSpeed )
native(
1974)
final function SetFontColor (
Color newFontColor )
function SetGraphicTileColor (
Color newColor) )
native(
1973)
final function SetTextFont (
Font newFont,
int newFontWidth,
int newFontHeight,
Color newFontColor )
native(1993) final function SetTextPosition ( int posX, int posY )
native(1971) final function SetTextSize ( int newCols, int newRows )
native(1981) final function SetTextSound ( Sound newTextSound )
native(1975) final function SetTextTiming ( Float newTiming )
native(1972) final function SetTextWindowPosition ( int newX, int newY )
native(1998) final function SetThrottle ( float throttleModifier )
native(1982) final function SetTypingSound ( Sound newTypingSound )
native(1984) final function SetTypingSoundVolume ( Float newSoundVolume )
native(1980) final function ShowTextCursor ( optional Bool bShow )
defaultproperties
{
throttle=1.000000
textCols=80
textRows=24
fontWidth=8
fontHeight=20
FontColor=(R=255,G=255,B=255)
computerSoundVolume=0.500000
bWordWrap=True
bFirstTick=True
cursorTexture=Texture'Extension.Solid'
cursorColor=(R=255,G=255,B=255)
cursorWidth=8
cursorHeight=2
cursorBlinkSpeed=0.500000
bShowCursor=True
colGraphicTile=(R=255,G=255,B=255)
}
|
Creation time: Mon 8/11/2021 16:31:04.635 - Created with
UnCodeX