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
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
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
GetGroupFor
InternalCheckObj
function InternalCheckObj (GUIListBase List)
ListChange
function ListChange (GUIComponent Sender)
MutConfigClick
function bool MutConfigClick (GUIComponent Sender)
NextMutatorInString
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
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