C# Class Sol.Quest

Afficher le fichier Open project: Stumpstump/RoverGame

Méthodes publiques

Свойство Type Description
autoProceed bool
iscurrentQuest bool
name string
nextQuest int
objectives List
triggers List

Protected Properties

Свойство Type Description
currentObjective int

Méthodes publiques

Méthode Description
CleanupQuest ( ) : void
CompleteObjective ( bool endQuest, int questChoice ) : void
Initialize ( ) : void
MarkCompletable ( bool b, int i ) : void

Method Details

CleanupQuest() public méthode

public CleanupQuest ( ) : void
Résultat void

CompleteObjective() public méthode

public CompleteObjective ( bool endQuest, int questChoice ) : void
endQuest bool
questChoice int
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

MarkCompletable() public méthode

public MarkCompletable ( bool b, int i ) : void
b bool
i int
Résultat void

Property Details

autoProceed public_oe property

public bool autoProceed
Résultat bool

currentObjective protected_oe property

protected int currentObjective
Résultat int

iscurrentQuest public_oe property

public bool iscurrentQuest
Résultat bool

name public_oe property

public string name
Résultat string

nextQuest public_oe property

public int nextQuest
Résultat int

objectives public_oe property

public List objectives
Résultat List

triggers public_oe property

public List triggers
Résultat List