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
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> UT2K4GameTabBase >> UT2K4Tab_MutatorBase |
Contents
- 1 Properties
- 2 Delegates
- 3 Functions
- 3.1 Events
- 3.2 Other instance functions
- 3.2.1 AddAllMutators
- 3.2.2 AddingGroup
- 3.2.3 AddMutator
- 3.2.4 AddMutatorDrop
- 3.2.5 AvailDBLClick
- 3.2.6 BuildActiveMutatorString
- 3.2.7 ContextClick
- 3.2.8 ContextMenuOpen
- 3.2.9 GetGroupFor
- 3.2.10 InternalCheckObj
- 3.2.11 ListChange
- 3.2.12 MutConfigClick
- 3.2.13 NextMutatorInString
- 3.2.14 Play
- 3.2.15 RemoveAllMutators
- 3.2.16 RemoveMutator
- 3.2.17 RemoveMutatorDrop
- 3.2.18 RemovePendingMutator
- 3.2.19 ResolveMutator
- 3.2.20 SelectedDBLClick
- 3.2.21 SelectMutator
- 3.2.22 SetCurrentGame
- 3.2.23 ShowPanel
- Package:
- GUI2K4
- Direct subclasses:
- UT2K4Tab_MutatorMP, UT2K4Tab_MutatorSP
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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]
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]
GetGroupFor[edit]
InternalCheckObj[edit]
function InternalCheckObj (GUIListBase List)
ListChange[edit]
function ListChange (GUIComponent Sender)
MutConfigClick[edit]
function bool MutConfigClick (GUIComponent Sender)
NextMutatorInString[edit]
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]
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