Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE2:UT2K4Tab_MutatorBase (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> UT2K4GameTabBase >> UT2K4Tab_MutatorBase
Package: 
GUI2K4
Direct subclasses:
UT2K4Tab_MutatorMP, UT2K4Tab_MutatorSP

Created on: 12/11/2003 Description

Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved

Properties

See UT2K4Tab_MutatorBase properties.

Delegates

OnChangeMutators

delegate OnChangeMutators (string ActiveMutatorString)


Functions

Events

InitComponent

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: UT2K4GameTabBase.InitComponent


Other instance functions

AddAllMutators

function bool AddAllMutators (GUIComponent Sender)


AddingGroup

function bool AddingGroup (string Group)


AddMutator

function bool AddMutator (GUIComponent Sender)


AddMutatorDrop

function bool AddMutatorDrop (GUIComponent Sender)


AvailDBLClick

function bool AvailDBLClick (GUIComponent Sender)


BuildActiveMutatorString

function string BuildActiveMutatorString ()


ContextClick

function ContextClick (GUIContextMenu Sender, int Index)


ContextMenuOpen

function bool ContextMenuOpen (GUIComponent Sender, GUIContextMenu Menu, GUIComponent InMenuOwner)


GetGroupFor

function string GetGroupFor (string FriendlyName)


InternalCheckObj

function InternalCheckObj (GUIListBase List)


ListChange

function ListChange (GUIComponent Sender)


MutConfigClick

function bool MutConfigClick (GUIComponent Sender)


NextMutatorInString

function string NextMutatorInString (out string mut)


Play

function string Play ()

Overrides: UT2K4GameTabBase.Play


RemoveAllMutators

function bool RemoveAllMutators (GUIComponent Sender)


RemoveMutator

function bool RemoveMutator (GUIComponent Sender)


RemoveMutatorDrop

function bool RemoveMutatorDrop (GUIComponent Sender)


RemovePendingMutator

function RemovePendingMutator (GUI.GUIListElem Elem, optional GUIList List)


ResolveMutator

function string ResolveMutator (string FriendlyName)


SelectedDBLClick

function bool SelectedDBLClick (GUIComponent Sender)


SelectMutator

function SelectMutator (string mutclass)


SetCurrentGame

function SetCurrentGame (CacheManager.GameRecord CurrentGame)


ShowPanel

function ShowPanel (bool bShow)

Overrides: GUITabPanel.ShowPanel