I love the smell of UnrealEd crashing in the morning. – tarquin

UE1:KillGameQueryClient (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Package: 
UTMenu

null

Properties

NoButton

Type: UWindowSmallButton


NoText

Type: string

Modifiers: localized


Default value: "No"

QueryLabel

Type: UMenuLabelControl


QueryText

Type: string

Modifiers: localized


Default value: "Are you sure you want to remove this save game?"

SlotIndex

Type: int


SlotWindow

Type: SlotWindow


YesButton

Type: UWindowSmallButton


YesText

Type: string

Modifiers: localized


Default value: "Yes"

Instance functions

Created

function Created ()

Overrides: UWindowWindow.Created


NoPressed

function NoPressed ()


Notify

function Notify (UWindowDialogControl C, byte E)

Overrides: UMenuDialogClientWindow.Notify


Paint

function Paint (Canvas C, float X, float Y)

Overrides: UWindowDialogClientWindow.Paint


Resized

function Resized ()

Overrides: UWindowWindow.Resized


YesPressed

function YesPressed ()