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

UnrealI.EndgameHud

Extends
UnrealHUD

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

Variables Summary
EndgameHud
stringMessage1
stringMessage2
stringMessage3
stringMessage4
stringMessage5
stringMessage6
intMessageNumber
Inherited Variables from UnrealShare.UnrealHUD
AltTeamColor[4], ArmorOffset, bDisplayTran, bFlashTranslator, Count, CurrentMessage, CurTranY, GreenColor, IdentifyFadeTime, IdentifyHealth, IdentifyName, IdentifyTarget, MOTDFadeOutTime, RedColor, SizeY, TeamColor[4], TeamName[4], TranslatorTimer, TranslatorY, VersionMessage
Inherited Variables from Engine.HUD
Crosshair, HUDConfigWindowType, HudMode, MainMenu, MainMenuType

Structures Summary
Inherited Structures from UnrealShare.UnrealHUD
MessageStruct

Functions Summary
function DrawMOTD (canvas Canvas)
function PostRender (canvas Canvas)
function Timer ()
Inherited Functions from UnrealShare.UnrealHUD
ChangeCrosshair, ChangeHud, CreateMenu, DisplayMenu, DisplayMessages, DisplayProgressMessage, DrawAmmo, DrawArmor, DrawCrossHair, DrawFragCount, DrawHealth, DrawHudIcon, DrawIconValue, DrawIdentifyInfo, DrawInventory, DrawMessageHeader, DrawMOTD, DrawNextMessagePart, DrawNumberOf, DrawTeamGameSynopsis, DrawTypingPrompt, HUDSetup, PostBeginPlay, PostRender, PreRender, SpecialType, Tick, TraceIdentify
Inherited Functions from Engine.HUD
ChangeCrosshair, ChangeHud, DisplayMessages, DrawCrossHair, InputNumber, Message, PlayReceivedMessage, PostRender, PreRender


Variables Detail

EndgameHud

Message1 Source code

var(EndgameHud) localized string Message1;

Message2 Source code

var(EndgameHud) localized string Message2;

Message3 Source code

var(EndgameHud) localized string Message3;

Message4 Source code

var(EndgameHud) localized string Message4;

Message5 Source code

var(EndgameHud) localized string Message5;

Message6 Source code

var(EndgameHud) localized string Message6;

MessageNumber Source code

var(EndgameHud) int MessageNumber;


Functions Detail

DrawMOTD Source code

simulated function DrawMOTD ( canvas Canvas )

PostRender Source code

simulated function PostRender ( canvas Canvas )

Timer Source code

simulated function Timer ( )


Defaultproperties

defaultproperties
{
     Message1="The Skaarj escape pod has broken free from the planet's gravitational pull... barely.  Yet it's fuel has depleted and you drift aimlessly."
     Message2="From where many have died, you have escaped.  You laugh to yourself; so much has happened, but little has changed."
     Message3="Before the crash landing, you were trapped in a cramped cell.  Now, once again you are confined in a prison."
     Message4="But, you feel confident that someone will come upon your small vessel... eventually."
     Message5="Until then, you drift and hope."
     Message6="To Be Continued..."
     Event=EndShip
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 13:07:18.250 - Created with UnCodeX