Mostly Harmless
UE2:UT2K4Tab_OnslaughtMap (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> GUI >> GUIComponent >> GUIMultiComponent >> GUIPanel >> GUITabPanel >> UT2K4TabPanel >> MidGamePanel >> UT2K4Tab_OnslaughtMap |
Contents
- 1 Properties
- 2 Functions
- 2.1 Events
- 2.2 Other instance functions
- 2.2.1 DrawAttackHint
- 2.2.2 DrawCoreHint
- 2.2.3 DrawMap
- 2.2.4 DrawNodeHint
- 2.2.5 DrawSpawnHint
- 2.2.6 InternalOnClick
- 2.2.7 InternalOnPostDraw
- 2.2.8 InternalOnPreDraw
- 2.2.9 LevelChanged
- 2.2.10 NodeTeleporting
- 2.2.11 PreDrawMap
- 2.2.12 SelectClick
- 2.2.13 SetHintImage
- 2.2.14 SetSelectedCore
- 2.2.15 ShowPanel
- 2.2.16 SpawnClick
- 2.2.17 ValidSpawnPoint
- Package:
- GUI2K4
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. |
Onslaught minimap tab
Written by Matt Oelfke (C) 2003, Epic Games, Inc. All Rights Reserved
Properties[edit]
See UT2K4Tab_OnslaughtMap properties.
Functions[edit]
Events[edit]
Closed[edit]
event Closed (GUIComponent Sender, bool bCancelled)
Overrides: GUIMultiComponent.Closed
Free[edit]
event Free ()
Overrides: MidGamePanel.Free
InitComponent[edit]
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPanel.InitComponent
Opened[edit]
event Opened (GUIComponent Sender)
Overrides: GUIMultiComponent.Opened
Timer[edit]
event Timer ()
Overrides: GUIComponent.Timer
Other instance functions[edit]
DrawAttackHint[edit]
function DrawAttackHint ()
DrawCoreHint[edit]
function DrawCoreHint (bool HomeTeam)
DrawMap[edit]
DrawNodeHint[edit]
function DrawNodeHint (ONSHUDOnslaught HUD, ONSPowerCore Core)
DrawSpawnHint[edit]
function DrawSpawnHint ()
InternalOnClick[edit]
function bool InternalOnClick (GUIComponent Sender)
InternalOnPostDraw[edit]
function InternalOnPostDraw (Canvas Canvas)
InternalOnPreDraw[edit]
LevelChanged[edit]
function LevelChanged ()
Overrides: MidGamePanel.LevelChanged
NodeTeleporting[edit]
function NodeTeleporting ()
PreDrawMap[edit]
SelectClick[edit]
function bool SelectClick (GUIComponent Sender)
SetHintImage[edit]
SetSelectedCore[edit]
function SetSelectedCore ()
ShowPanel[edit]
function ShowPanel (bool bShow)
Overrides: GUITabPanel.ShowPanel
SpawnClick[edit]
function bool SpawnClick (GUIComponent Sender)
ValidSpawnPoint[edit]
function bool ValidSpawnPoint (ONSPowerCore Core)