zombie.ui
Class TutorialManager

java.lang.Object
  extended by zombie.ui.TutorialManager

public class TutorialManager
extends java.lang.Object

Author:
LEMMY

Nested Class Summary
static class TutorialManager.Stage
           
 
Field Summary
 boolean Active
           
 boolean ActiveControlZombies
           
 int AlarmTickTime
           
 int AlarmTime
           
 boolean AllowSleep
           
 int BarricadeCount
           
 boolean CanDragWife
           
static boolean Debug
           
 boolean DoneFirstSleep
           
 boolean DoorsLocked
           
 IsoSurvivor gunnut
           
static TutorialManager instance
           
 java.lang.String millingTune
           
 java.lang.String PrefMusic
           
 boolean ProfanityFilter
           
 boolean skipped
           
 boolean SpottedGunNut
           
 TutorialManager.Stage stage
           
 boolean StealControl
           
 float TargetZombies
           
 int Timer
           
 boolean TriggerFire
           
 IsoBuilding tutBuilding
           
 IsoStove tutorialStove
           
 boolean warnedHammer
           
 IsoSurvivor wife
           
 boolean wifeKilledByEarl
           
 
Constructor Summary
TutorialManager()
           
 
Method Summary
 boolean AllowUse(IsoObject Object)
           
 void CheckWake()
           
 void CreateQuests()
           
 void init()
           
 void TutorialMessage(java.lang.String a, java.lang.String b)
           
 void update()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Debug

public static boolean Debug

Active

public boolean Active

ActiveControlZombies

public boolean ActiveControlZombies

TargetZombies

public float TargetZombies

stage

public TutorialManager.Stage stage

wife

public IsoSurvivor wife

tutorialStove

public IsoStove tutorialStove

tutBuilding

public IsoBuilding tutBuilding

DoorsLocked

public boolean DoorsLocked

BarricadeCount

public int BarricadeCount

PrefMusic

public java.lang.String PrefMusic

gunnut

public IsoSurvivor gunnut

StealControl

public boolean StealControl

AlarmTime

public int AlarmTime

ProfanityFilter

public boolean ProfanityFilter

Timer

public int Timer

AlarmTickTime

public int AlarmTickTime

DoneFirstSleep

public boolean DoneFirstSleep

wifeKilledByEarl

public boolean wifeKilledByEarl

warnedHammer

public boolean warnedHammer

TriggerFire

public boolean TriggerFire

CanDragWife

public boolean CanDragWife

AllowSleep

public boolean AllowSleep

skipped

public boolean skipped

millingTune

public java.lang.String millingTune

SpottedGunNut

public boolean SpottedGunNut

instance

public static TutorialManager instance
Constructor Detail

TutorialManager

public TutorialManager()
Method Detail

AllowUse

public boolean AllowUse(IsoObject Object)

CheckWake

public void CheckWake()

CreateQuests

public void CreateQuests()

init

public void init()

TutorialMessage

public void TutorialMessage(java.lang.String a,
                            java.lang.String b)

update

public void update()