DeusEx.CreditsWindow
- Extends
- CreditsScrollWindow
Core.Object
|
+-- Extension.ExtensionObject
|
+-- Extension.Window
|
+-- Extension.TabGroupWindow
|
+-- Extension.ModalWindow
|
+-- DeusEx.DeusExBaseWindow
|
+-- DeusEx.CreditsScrollWindow
|
+-- DeusEx.CreditsWindow
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 |
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 |
var bool bShowEasterPhrases;
CreditsBannerTextures[6] Source code
var Texture CreditsBannerTextures[
6];
var Float creditsEndSoundLength;
var Float easterEggTimer;
var Int easterPhraseIndex;
var String easterSearch;
var String easterStrings[7];
var Sound EggBadLetterSounds[8];
var Sound EggFoundSounds[3];
EggGoodLetterSounds[5] Source code
var Sound EggGoodLetterSounds[5];
var String foundStrings[7];
var int maxRandomPhrases;
var int phraseCount;
var int phraseIndex;
function CreateEasterPhrase ( ) )
event DestroyWindow ( ) )
function EggFound ( int eggIndex) )
function FinishedScrolling ( ) )
function InvokeQuotesWindow ( ) )
event bool KeyPressed ( string key) )
function PlayEggBadLetter ( ) )
function PlayEggFoundSound ( ) )
function PlayEggGoodLetter ( ) )
function bool ProcessEasterEgg ( ) )
function ProcessFinished ( ) )
function ProcessText ( ) )
function Tick ( float deltaTime) )
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
}
|
Creation time: Mon 8/11/2021 16:31:05.330 - Created with
UnCodeX