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

DeusEx.MissionEndgame

Extends
MissionScript

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- DeusEx.MissionScript
         |   
         +-- DeusEx.MissionEndgame

Variables Summary
boolbQuotePrinted
floatendgameDelays[3]
stringendgameQuote[6]
floatendgameTimer
HUDMissionStartTextDisplayquoteDisplay
bytesavedSoundVolume
Inherited Variables from DeusEx.MissionScript
checkTime, dxInfo, flags, localURL, Player

Functions Summary
function ExplosionEffects ()))
function FinishCinematic ()))
function FirstFrame ()))
function InitStateMachine ()))
function PreTravel ()))
function PrintEndgameQuote (int num))
function Timer ()))
Inherited Functions from DeusEx.MissionScript
FirstFrame, GetPatrolPoint, GetSpawnPoint, InitStateMachine, PostPostBeginPlay, PreTravel, Timer


Variables Detail

bQuotePrinted Source code

var bool bQuotePrinted;

endgameDelays[3] Source code

var float endgameDelays[3];

endgameQuote[6] Source code

var localized string endgameQuote[6];

endgameTimer Source code

var float endgameTimer;

quoteDisplay Source code

var HUDMissionStartTextDisplay quoteDisplay;

savedSoundVolume Source code

var byte savedSoundVolume;


Functions Detail

ExplosionEffects Source code

function ExplosionEffects ( ) )

FinishCinematic Source code

function FinishCinematic ( ) )

FirstFrame Source code

function FirstFrame ( ) )

InitStateMachine Source code

function InitStateMachine ( ) )

PreTravel Source code

function PreTravel ( ) )

PrintEndgameQuote Source code

function PrintEndgameQuote ( int num) )

Timer Source code

function Timer ( ) )


Defaultproperties

defaultproperties
{
     endgameDelays(0)=13.000000
     endgameDelays(1)=13.500000
     endgameDelays(2)=10.500000
     endgameQuote(0)="YESTERDAY WE OBEYED KINGS AND BENT OUR NECKS BEFORE EMPERORS.  BUT TODAY WE KNEEL ONLY TO TRUTH..."
     endgameQuote(1)="    -- KAHLIL GIBRAN"
     endgameQuote(2)="IF THERE WERE NO GOD, IT WOULD BE NECESSARY TO INVENT HIM."
     endgameQuote(3)="    -- VOLTAIRE"
     endgameQuote(4)="BETTER TO REIGN IN HELL, THAN SERVE IN HEAVEN."
     endgameQuote(5)="    -- PARADISE LOST, JOHN MILTON"
}

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