C# Class Sol.Quest

Show file Open project: Stumpstump/RoverGame

Public Properties

Property Type Description
autoProceed bool
iscurrentQuest bool
name string
nextQuest int
objectives List
triggers List

Protected Properties

Property Type Description
currentObjective int

Public Methods

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

Method Details

CleanupQuest() public method

public CleanupQuest ( ) : void
return void

CompleteObjective() public method

public CompleteObjective ( bool endQuest, int questChoice ) : void
endQuest bool
questChoice int
return void

Initialize() public method

public Initialize ( ) : void
return void

MarkCompletable() public method

public MarkCompletable ( bool b, int i ) : void
b bool
i int
return void

Property Details

autoProceed public property

public bool autoProceed
return bool

currentObjective protected property

protected int currentObjective
return int

iscurrentQuest public property

public bool iscurrentQuest
return bool

name public property

public string name
return string

nextQuest public property

public int nextQuest
return int

objectives public property

public List objectives
return List

triggers public property

public List triggers
return List