프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
public CompleteObjective ( bool endQuest, int questChoice ) : void | ||
endQuest | bool | |
questChoice | int | |
리턴 | void |