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

UE2:UT2K4SPTab_Profile (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> UT2K4SPTab_Base >> UT2K4SPTab_Profile
Package: 
GUI2K4

Single player profile management

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

Properties[edit]

See UT2K4SPTab_Profile properties.

Functions[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController pMyController, GUIComponent MyOwner)

Overrides: UT2K4SPTab_Base.InitComponent


Other instance functions[edit]

btnCreateOnClick[edit]

function bool btnCreateOnClick (GUIComponent Sender)

Create profile button clicked

btnDeleteOnClick[edit]

function bool btnDeleteOnClick (GUIComponent Sender)

Delete profile button clicked

btnHighScoresOnClick[edit]

function bool btnHighScoresOnClick (GUIComponent Sender)


OnConfirmDelete[edit]

function OnConfirmDelete (byte bButton)

User confirmed the deletion of the profile

OnConfirmLoad[edit]

function OnConfirmLoad (byte bButton)

User confirmed loading of a new profile

OnFinalLoad[edit]

function OnFinalLoad (byte bButton)


onPlayClick[edit]

function bool onPlayClick ()

Overrides: UT2K4SPTab_Base.onPlayClick

Load the selected profile, warn if already a profile loaded

onProfileChange[edit]

function onProfileChange (GUIComponent Sender)

User has selected a diffirent profile

OnProfileDblClick[edit]

function bool OnProfileDblClick (GUIComponent Sender)

Double clicked the profile list -> load profile

ShowPanel[edit]

function ShowPanel (bool bShow)

Overrides: UT2K4SPTab_Base.ShowPanel

make sure the main window is set

UpdateProfileDesc[edit]

function UpdateProfileDesc ()

Update the profile description

UpdateProfileList[edit]

function UpdateProfileList ()

Refresh the profile list