C# 클래스 Sol.Quest

파일 보기 프로젝트 열기: Stumpstump/RoverGame

공개 프로퍼티들

프로퍼티 타입 설명
autoProceed bool
iscurrentQuest bool
name string
nextQuest int
objectives List
triggers List

보호된 프로퍼티들

프로퍼티 타입 설명
currentObjective int

공개 메소드들

메소드 설명
CleanupQuest ( ) : void
CompleteObjective ( bool endQuest, int questChoice ) : void
Initialize ( ) : void
MarkCompletable ( bool b, int i ) : void

메소드 상세

CleanupQuest() 공개 메소드

public CleanupQuest ( ) : void
리턴 void

CompleteObjective() 공개 메소드

public CompleteObjective ( bool endQuest, int questChoice ) : void
endQuest bool
questChoice int
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

MarkCompletable() 공개 메소드

public MarkCompletable ( bool b, int i ) : void
b bool
i int
리턴 void

프로퍼티 상세

autoProceed 공개적으로 프로퍼티

public bool autoProceed
리턴 bool

currentObjective 보호되어 있는 프로퍼티

protected int currentObjective
리턴 int

iscurrentQuest 공개적으로 프로퍼티

public bool iscurrentQuest
리턴 bool

name 공개적으로 프로퍼티

public string name
리턴 string

nextQuest 공개적으로 프로퍼티

public int nextQuest
리턴 int

objectives 공개적으로 프로퍼티

public List objectives
리턴 List

triggers 공개적으로 프로퍼티

public List triggers
리턴 List