C# Class TutorialObject

Inheritance: MonoBehaviour
Show file Open project: jsngai/deepsquid Class Usage Examples

Public Properties

Property Type Description
beautyKitFound bool
debugStatements bool
gateIsOpen bool
hasGrabbed bool
hasGrabbedCheck bool
isEgg bool
isGlassBroken bool
letterPause float
narrText string[]
narrTextTrigger bool[]
player GameObject
posInDialogue int
pressEText GameObject
skipQuests bool
tutOrigin GameObject
tutorialBox GameObject
tutorialText GameObject

Public Methods

Method Description
abilityUsageCheck ( string boobies ) : void

Private Methods

Method Description
OnTriggerExit ( Collider other ) : void
Start ( ) : void
Update ( ) : void
distanceNotify ( ) : void
distanceNotifyChad ( ) : void
distanceNotifyEel ( ) : void
distanceNotifySealDad ( ) : void
eggECaller ( ) : void
fillNarrativeString ( ) : void
jumpAhead ( ) : void
keyCheck ( ) : void
speakWithBork ( ) : void
speakWithChad ( ) : void
speakWithEel ( ) : void
speakWithSeal ( ) : void
spellItOut ( ) : IEnumerator
waitForFirstDialogueTrigger ( float x ) : IEnumerator

Method Details

abilityUsageCheck() public method

public abilityUsageCheck ( string boobies ) : void
boobies string
return void

Property Details

beautyKitFound public property

public bool beautyKitFound
return bool

debugStatements public property

public bool debugStatements
return bool

gateIsOpen public property

public bool gateIsOpen
return bool

hasGrabbed public property

public bool hasGrabbed
return bool

hasGrabbedCheck public property

public bool hasGrabbedCheck
return bool

isEgg public property

public bool isEgg
return bool

isGlassBroken public property

public bool isGlassBroken
return bool

letterPause public property

public float letterPause
return float

narrText public property

public string[] narrText
return string[]

narrTextTrigger public property

public bool[] narrTextTrigger
return bool[]

player public property

public GameObject player
return GameObject

posInDialogue public property

public int posInDialogue
return int

pressEText public property

public GameObject pressEText
return GameObject

skipQuests public property

public bool skipQuests
return bool

tutOrigin public property

public GameObject tutOrigin
return GameObject

tutorialBox public property

public GameObject tutorialBox
return GameObject

tutorialText public property

public GameObject tutorialText
return GameObject