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[edit]

See UT2K4Tab_MutatorBase properties.

Delegates[edit]

OnChangeMutators[edit]

delegate OnChangeMutators (string ActiveMutatorString)


Functions[edit]

Events[edit]

InitComponent[edit]

event InitComponent (GUIController MyController, GUIComponent MyOwner)

Overrides: UT2K4GameTabBase.InitComponent


Other instance functions[edit]

AddAllMutators[edit]

function bool AddAllMutators (GUIComponent Sender)


AddingGroup[edit]

function bool AddingGroup (string Group)


AddMutator[edit]

function bool AddMutator (GUIComponent Sender)


AddMutatorDrop[edit]

function bool AddMutatorDrop (GUIComponent Sender)


AvailDBLClick[edit]

function bool AvailDBLClick (GUIComponent Sender)


BuildActiveMutatorString[edit]

function string BuildActiveMutatorString ()


ContextClick[edit]

function ContextClick (GUIContextMenu Sender, int Index)


ContextMenuOpen[edit]

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


GetGroupFor[edit]

function string GetGroupFor (string FriendlyName)


InternalCheckObj[edit]

function InternalCheckObj (GUIListBase List)


ListChange[edit]

function ListChange (GUIComponent Sender)


MutConfigClick[edit]

function bool MutConfigClick (GUIComponent Sender)


NextMutatorInString[edit]

function string NextMutatorInString (out string mut)


Play[edit]

function string Play ()

Overrides: UT2K4GameTabBase.Play


RemoveAllMutators[edit]

function bool RemoveAllMutators (GUIComponent Sender)


RemoveMutator[edit]

function bool RemoveMutator (GUIComponent Sender)


RemoveMutatorDrop[edit]

function bool RemoveMutatorDrop (GUIComponent Sender)


RemovePendingMutator[edit]

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


ResolveMutator[edit]

function string ResolveMutator (string FriendlyName)


SelectedDBLClick[edit]

function bool SelectedDBLClick (GUIComponent Sender)


SelectMutator[edit]

function SelectMutator (string mutclass)


SetCurrentGame[edit]

function SetCurrentGame (CacheManager.GameRecord CurrentGame)


ShowPanel[edit]

function ShowPanel (bool bShow)

Overrides: GUITabPanel.ShowPanel