Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UnrealI.EndgameHud

Extends
UnrealHUD

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.HUD
      |   
      +-- UnrealI.UnrealHUD
         |   
         +-- UnrealI.EndgameHud

Variables Summary
EndgameHud
string[255]Message1
string[255]Message2
string[255]Message3
string[255]Message4
string[255]Message5
string[255]Message6
intMessageNumber
Inherited Variables from UnrealI.UnrealHUD
bDisplayTran, bFlashTranslator, Count, CurrentMessage, CurTranY, SizeY, TranslatorTimer, TranslatorY
Inherited Variables from Engine.HUD
Crosshair, HudMode, MainMenu, MainMenuType

Functions Summary
function PostRender (canvas Canvas)
function Timer ()
Inherited Functions from UnrealI.UnrealHUD
ChangeCrosshair, ChangeHud, CreateMenu, DisplayProgressMessage, DrawAmmo, DrawArmor, DrawCrossHair, DrawFragCount, DrawHealth, DrawHudIcon, DrawIconValue, DrawInventory, DrawNumberOf, HUDSetup, PostRender
Inherited Functions from Engine.HUD
ChangeCrosshair, ChangeHud, DrawCrossHair, InputNumber, PostRender, PreRender


Variables Detail

EndgameHud

Message1 Source code

var(EndgameHud) localized string[255] Message1;

Message2 Source code

var(EndgameHud) localized string[255] Message2;

Message3 Source code

var(EndgameHud) localized string[255] Message3;

Message4 Source code

var(EndgameHud) localized string[255] Message4;

Message5 Source code

var(EndgameHud) localized string[255] Message5;

Message6 Source code

var(EndgameHud) localized string[255] Message6;

MessageNumber Source code

var(EndgameHud) int MessageNumber;


Functions Detail

PostRender Source code

simulated function PostRender ( canvas Canvas )

Timer Source code

simulated function Timer ( )



Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 12:53:39.625 - Created with UnCodeX