Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE2:UT2K4PerformWarn (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
GUI2K4

(C) 2002, Epic Games

Properties

ch_NeverShowAgain

Type: moCheckBox

Modifiers: automated


Default value: moCheckBox'HideCheckbox'

Default values

Property Value
OpenSound Sound'MenuSounds.SelectDshort'

Subobjects

DialogText

Class: XInterface.GUILabel

Property Value
Caption "WARNING"
FontScale FNS_Large
StyleName "TextLabel"
TextAlign TXTA_Center
WinHeight 0.04
WinLeft 0.0
WinTop 0.4
WinWidth 1.0

DialogText2

Class: XInterface.GUILabel

Property Value
Caption "The change you are making may adversely affect your performance."
StyleName "TextLabel"
TextAlign TXTA_Center
WinHeight 0.04
WinLeft 0.0
WinTop 0.45
WinWidth 1.0

HideCheckbox

Class: XInterface.moCheckBox

Property Value
bFlipped True
Caption " do not display this warning again"
CaptionWidth 0.93
ComponentJustification TXTA_Left
ComponentWidth 0.07
FontScale FNS_Small
Hint "Check this to disable showing warning messages when adjusting properties in the Settings menu"
IniOption "@Internal"
LabelJustification TXTA_Left
OnChange CheckBoxClick
OnLoadINI InternalOnLoadIni
TabOrder 1
WinHeight 0.03
WinLeft 0.3125
WinTop 0.499479
WinWidth 0.37

OkButton

Class: XInterface.GUIButton

Property Value
Caption "OK"
OnClick InternalOnClick
TabOrder 0
WinHeight 0.04
WinLeft 0.439063
WinTop 0.55
WinWidth 0.121875

Functions

Events

HandleParameters

event HandleParameters (string Param1, string Param2)

Overrides: UT2K4GenericMessageBox.HandleParameters


Timer

event Timer ()

Overrides: GUIComponent.Timer


Other instance functions

CheckBoxClick

function CheckBoxClick (GUIComponent Sender)


InternalOnClick

function bool InternalOnClick (GUIComponent Sender)

Overrides: UT2K4GenericMessageBox.InternalOnClick


InternalOnLoadIni

function InternalOnLoadIni (GUIComponent Sender, string Value)