Gah - a solution with more questions. – EntropicLqd
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
See UT2K4Tab_OnslaughtMap properties.
Functions
Events
Closed
event Closed (GUIComponent Sender, bool bCancelled)
Overrides: GUIMultiComponent.Closed
Free
event Free ()
Overrides: MidGamePanel.Free
InitComponent
event InitComponent (GUIController MyController, GUIComponent MyOwner)
Overrides: GUIPanel.InitComponent
Opened
event Opened (GUIComponent Sender)
Overrides: GUIMultiComponent.Opened
Timer
event Timer ()
Overrides: GUIComponent.Timer
Other instance functions
DrawAttackHint
function DrawAttackHint ()
DrawCoreHint
function DrawCoreHint (bool HomeTeam)
DrawMap
DrawNodeHint
function DrawNodeHint (ONSHUDOnslaught HUD, ONSPowerCore Core)
DrawSpawnHint
function DrawSpawnHint ()
InternalOnClick
function bool InternalOnClick (GUIComponent Sender)
InternalOnPostDraw
function InternalOnPostDraw (Canvas Canvas)
InternalOnPreDraw
LevelChanged
function LevelChanged ()
Overrides: MidGamePanel.LevelChanged
NodeTeleporting
function NodeTeleporting ()
PreDrawMap
SelectClick
function bool SelectClick (GUIComponent Sender)
SetHintImage
SetSelectedCore
function SetSelectedCore ()
ShowPanel
function ShowPanel (bool bShow)
Overrides: GUITabPanel.ShowPanel
SpawnClick
function bool SpawnClick (GUIComponent Sender)
ValidSpawnPoint
function bool ValidSpawnPoint (ONSPowerCore Core)