Property | Type | Description | |
---|---|---|---|
activeevent | string | ||
completed | bool | ||
count | int | ||
description | string | ||
doneDescription | string | ||
locationObject | string | ||
objectiveevent | string | ||
open | bool | ||
optional | bool | ||
playerCommands | Command[], | ||
questevent | string | ||
questrequirement | string |
Method | Description | |
---|---|---|
GetEnviromentInfo ( string key ) : object | ||
GetLocationObject ( ) : GameObject | ||
GetStatus ( ) : string | ||
SetEnviromentInfo ( string key, object value ) : void | ||
TriggerQuestEvent ( string questEvent ) : bool |
public GetEnviromentInfo ( string key ) : object | ||
key | string | |
return | object |
public SetEnviromentInfo ( string key, object value ) : void | ||
key | string | |
value | object | |
return | void |
public TriggerQuestEvent ( string questEvent ) : bool | ||
questEvent | string | |
return | bool |