There is no spoon

UE2:UT2K4IRC_ChanKey (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09: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: 
GUI2K4

dialog to prompt for the channel key

Written by Michiel Hendriks (c) 2004, Epic Games, Inc. All Rights Reserved

Properties[edit]

EditCaption[edit]

Type: string

Modifiers: localized


Default value: "Channel key: "

EditHint[edit]

Type: string

Modifiers: localized


Default value: "Enter the channel key"

kchan[edit]

Type: string


msgCaption[edit]

Type: string

Modifiers: localized


Default value: "%chan% is protected with a key."

Default values[edit]

Property Value
OnCreateComponent InternalOnCreateComponent

Functions[edit]

Events[edit]

HandleParameters[edit]

event HandleParameters (string A, string B)

Overrides: UT2K4GetDataMenu.HandleParameters

A = the channel

InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: UT2K4GetDataMenu.InitComponent


Other instance functions[edit]

GetDataString[edit]

function string GetDataString ()

Overrides: UT2K4GetDataMenu.GetDataString


InternalOnCreateComponent[edit]

function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Owner)