C# Class AntidotePoisonPuzzle, Hellbound

Puzzle logic for the Antidote puzzle in the pestilence crypt By Aleksi Lindeman Modified by Arvid Backman
Inheritance: MonoBehaviour
Afficher le fichier Open project: Backman/Hellbound

Méthodes publiques

Свойство Type Description
m_DeathText string

Méthodes publiques

Méthode Description
Start ( ) : void
onDrinkAntidote ( GameObject antidote, bool tr ) : void
onDrinkPoison ( GameObject poison, bool tr ) : void
onQueuePoisonAnimation ( GameObject poison, bool tr ) : void
openDoor ( GameObject door, bool tr ) : void

Private Methods

Méthode Description
stopSickness ( ) : IEnumerator

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

onDrinkAntidote() public méthode

public onDrinkAntidote ( GameObject antidote, bool tr ) : void
antidote GameObject
tr bool
Résultat void

onDrinkPoison() public méthode

public onDrinkPoison ( GameObject poison, bool tr ) : void
poison GameObject
tr bool
Résultat void

onQueuePoisonAnimation() public méthode

public onQueuePoisonAnimation ( GameObject poison, bool tr ) : void
poison GameObject
tr bool
Résultat void

openDoor() public méthode

public openDoor ( GameObject door, bool tr ) : void
door GameObject
tr bool
Résultat void

Property Details

m_DeathText public_oe property

public string m_DeathText
Résultat string