![]() |
ORK Framework
2.30.2
API Documentation
|
Public Member Functions | |
bool | Check () |
bool | CheckQuestTypes () |
bool | CheckQuests () |
bool | CheckTasks () |
![]() | |
virtual DataObject | GetData () |
Gets a ORKFramework.DataObject representing the class. More... | |
virtual void | SetData (DataObject data) |
Sets the variables of the class using a ORKFramework.DataObject. More... | |
virtual void | EditorAutoSetup (string fieldName) |
Called for all fields using the autoSetup option of the ORKFramework.ORKEditorLayoutAttribute. More... | |
Public Attributes | |
Needed | neededQuestTypes = Needed.All |
CheckQuestTypeStatus [] | questTypeStatus = new CheckQuestTypeStatus[0] |
Needed | neededQuests = Needed.All |
CheckQuestStatus [] | questStatus = new CheckQuestStatus[0] |
Needed | neededTasks = Needed.All |
CheckQuestTaskStatus [] | taskStatus = new CheckQuestTaskStatus[0] |
Properties | |
bool | Has [get] |