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

DeusEx.CreditsWindow

Extends
CreditsScrollWindow

Core.Object
|   
+-- Extension.ExtensionObject
   |   
   +-- Extension.Window
      |   
      +-- Extension.TabGroupWindow
         |   
         +-- Extension.ModalWindow
            |   
            +-- DeusEx.DeusExBaseWindow
               |   
               +-- DeusEx.CreditsScrollWindow
                  |   
                  +-- DeusEx.CreditsWindow

Variables Summary
boolbShowEasterPhrases
TextureCreditsBannerTextures[6]
FloatcreditsEndSoundLength
FloateasterEggTimer
InteasterPhraseIndex
StringeasterSearch
StringeasterStrings[7]
SoundEggBadLetterSounds[8]
SoundEggFoundSounds[3]
SoundEggGoodLetterSounds[5]
StringfoundStrings[7]
intmaxRandomPhrases
intphraseCount
intphraseIndex
TextureTeamPhotoTextures[6]
Inherited Variables from DeusEx.CreditsScrollWindow
bBold, blankLineHeight, bLoadIntro, bRenderingEnabled, bScrolling, colHeader, colText, currentScrollSpeed, fontHeader, fontText, maxScrollSpeed, maxTextWidth, maxTileWidth, minScrollSpeed, savedSongSection, ScrollMusicString, scrollSpeed, speedAdjustment, textName, winFadeBottom, winFadeTop, winScroll
Inherited Variables from DeusEx.DeusExBaseWindow
colBlack, colBlue, colCyan, colDarkBlue, colDarkCyan, colDarkGreen, colDarkRed, colGreen, colGrey, colLightBlue, colRed, colWhite, player, root, ScreenType

Enumerations Summary
Inherited Enumerations from DeusEx.DeusExBaseWindow
EScreenType

Functions Summary
function CreateEasterPhrase ()))
event DestroyWindow ()))
function EggFound (int eggIndex))
function FinishedScrolling ()))
function InvokeQuotesWindow ()))
eventbool KeyPressed (string key))
function PlayEggBadLetter ()))
function PlayEggFoundSound ()))
function PlayEggGoodLetter ()))
functionbool ProcessEasterEgg ()))
function ProcessFinished ()))
function ProcessText ()))
function Tick (float deltaTime))
Inherited Functions from DeusEx.CreditsScrollWindow
ConfigurationChanged, CreateControls, DestroyWindow, FinishedScrolling, InitWindow, MouseButtonReleased, PrintAlignText, PrintGraphic, PrintHeader, PrintLn, PrintPicture, PrintText, ProcessFinished, ProcessText, ProcessTextTag, SetLoadIntro, StartMusic, StopMusic, StopRendering, Tick, VirtualKeyPressed
Inherited Functions from DeusEx.DeusExBaseWindow
CanPushScreen, CanStack, InitWindow, RefreshWindow


Variables Detail

bShowEasterPhrases Source code

var bool bShowEasterPhrases;

CreditsBannerTextures[6] Source code

var Texture CreditsBannerTextures[6];

creditsEndSoundLength Source code

var Float creditsEndSoundLength;

easterEggTimer Source code

var Float easterEggTimer;

easterPhraseIndex Source code

var Int easterPhraseIndex;

easterSearch Source code

var String easterSearch;

easterStrings[7] Source code

var String easterStrings[7];

EggBadLetterSounds[8] Source code

var Sound EggBadLetterSounds[8];

EggFoundSounds[3] Source code

var Sound EggFoundSounds[3];

EggGoodLetterSounds[5] Source code

var Sound EggGoodLetterSounds[5];

foundStrings[7] Source code

var String foundStrings[7];

maxRandomPhrases Source code

var int maxRandomPhrases;

phraseCount Source code

var int phraseCount;

phraseIndex Source code

var int phraseIndex;

TeamPhotoTextures[6] Source code

var Texture TeamPhotoTextures[6];


Functions Detail

CreateEasterPhrase Source code

function CreateEasterPhrase ( ) )

DestroyWindow Source code

event DestroyWindow ( ) )

EggFound Source code

function EggFound ( int eggIndex) )

FinishedScrolling Source code

function FinishedScrolling ( ) )

InvokeQuotesWindow Source code

function InvokeQuotesWindow ( ) )

KeyPressed Source code

event bool KeyPressed ( string key) )

PlayEggBadLetter Source code

function PlayEggBadLetter ( ) )

PlayEggFoundSound Source code

function PlayEggFoundSound ( ) )

PlayEggGoodLetter Source code

function PlayEggGoodLetter ( ) )

ProcessEasterEgg Source code

function bool ProcessEasterEgg ( ) )

ProcessFinished Source code

function ProcessFinished ( ) )

ProcessText Source code

function ProcessText ( ) )

Tick Source code

function Tick ( float deltaTime) )


Defaultproperties

defaultproperties
{
     CreditsBannerTextures(0)=Texture'DeusExUI.UserInterface.CreditsBanner_1'
     CreditsBannerTextures(1)=Texture'DeusExUI.UserInterface.CreditsBanner_2'
     TeamPhotoTextures(0)=Texture'DeusExUI.UserInterface.TeamFront_1'
     TeamPhotoTextures(1)=Texture'DeusExUI.UserInterface.TeamFront_2'
     TeamPhotoTextures(2)=Texture'DeusExUI.UserInterface.TeamFront_3'
     creditsEndSoundLength=4.000000
     easterStrings(0)="QUOTES"
     easterStrings(1)="DANCEPARTY"
     easterStrings(2)="THEREISNOSPOON"
     easterStrings(3)="HUTHUT"
     easterStrings(4)="BIGHEAD"
     easterStrings(5)="IAMWARREN"
     easterStrings(6)="MOREFROGS"
     foundStrings(0)="QUOTES ENABLED!"
     foundStrings(1)="DANCE PARTY ENABLED!"
     foundStrings(2)="MAY TRICKS MODE ENABLED!"
     foundStrings(3)="HUT HUT HUT HUT HUT!"
     foundStrings(4)="SO YOU THINK YOU'RE SMART?"
     foundStrings(5)="GENERAL PROTECTION FAULT!"
     foundStrings(6)="I HAVE TEN FINGERS AND TEN TOES!"
     easterEggTimer=3.000000
     maxRandomPhrases=5
     EggBadLetterSounds(0)=Sound'DeusExSounds.Generic.Buzz1'
     EggBadLetterSounds(1)=Sound'DeusExSounds.Generic.LargeExplosion1'
     EggBadLetterSounds(2)=Sound'DeusExSounds.Generic.GlassBreakLarge'
     EggBadLetterSounds(3)=Sound'DeusExSounds.Generic.SplashLarge'
     EggBadLetterSounds(4)=Sound'DeusExSounds.Animal.CatDie'
     EggBadLetterSounds(5)=Sound'DeusExSounds.NPC.ChildDeath'
     EggBadLetterSounds(6)=Sound'DeusExSounds.Special.FlushToilet'
     EggGoodLetterSounds(0)=Sound'DeusExSounds.Generic.KeyboardClick1'
     EggGoodLetterSounds(1)=Sound'DeusExSounds.Generic.KeyboardClick2'
     EggGoodLetterSounds(2)=Sound'DeusExSounds.Generic.KeyboardClick1'
     EggGoodLetterSounds(3)=Sound'DeusExSounds.Generic.KeyboardClick2'
     EggGoodLetterSounds(4)=Sound'DeusExSounds.Generic.KeyboardClick3'
     EggFoundSounds(0)=Sound'DeusExSounds.Special.Airplane2'
     EggFoundSounds(1)=Sound'DeusExSounds.Generic.Beep2'
     EggFoundSounds(2)=Sound'DeusExSounds.Generic.Foghorn'
     ScrollMusicString="Credits_Music.Credits_Music"
     textName=DeusExCredits
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mon 8/11/2021 16:31:05.330 - Created with UnCodeX