I'm a doctor, not a mechanic

UE2:UT2K4SP_CGManoEMano (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPage >> UT2K4GUIPage >> PopupPageBase >> FloatingWindow >> LargeWindow >> UT2K4SP_CGManoEMano

Contents

Package: 
GUI2K4

Challenge a team for a 1vs1 game

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

[edit] Properties

See UT2K4SP_CGManoEMano properties.

[edit] Structs

[edit] ChallengeSettingRecord

string Acronym 
int GoalScore 
string GameType 

[edit] Functions

[edit] Events

[edit] HandleParameters

event HandleParameters (string Param1, string Param2)

Overrides: GUIPage.HandleParameters

param1 = preselect enemy team, fully qualified classname. param2 = not empty -> lock team change controlls

[edit] InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: FloatingWindow.InitComponent


[edit] SetVisibility

event SetVisibility (bool bIsVisible)

Overrides: GUIMultiComponent.SetVisibility


[edit] Other instance functions

[edit] FormatMoney

function string FormatMoney (int NewValue)


[edit] GetRandomMaps

function GetRandomMaps ()


[edit] onCancelClick

function bool onCancelClick (GUIComponent Sender)

Cancel button pressed

[edit] OnCanWindowClose

function bool OnCanWindowClose (optional bool bCancelled)


[edit] OnConfirmCancel

function OnConfirmCancel (byte bButton)

Player accepts to pay the penalty

[edit] OnMapSelect

function OnMapSelect (GUIComponent Sender)


[edit] onOkClick

function bool onOkClick (GUIComponent Sender)

Play the selected match, first check if we need to assign team mates

[edit] OnWindowClose

function OnWindowClose (optional bool bCancelled)


[edit] setChallengeInfo

function setChallengeInfo (int selectedMap)


[edit] SetupNoPreview

protected function SetupNoPreview (GUILabel lbl, GUIImage img)


[edit] UpdateDetails

function UpdateDetails (GUIComponent Sender)


[edit] UpdateTeamDetails

function UpdateTeamDetails (GUIComponent Sender)


[edit] XButtonClicked

function bool XButtonClicked (GUIComponent Sender)

Overrides: FloatingWindow.XButtonClicked