GemplayObjectiveData class
GemplayObjectiveData
Inheritance
Base: IScriptable
Derived
BackDoorObjectiveData, ControlPanelObjectiveData
Properties
| Property | Type | |
|---|---|---|
questUniqueId | string | scripted |
questTitle | string | scripted |
objectiveDescription | string | scripted |
uniqueId | string | scripted |
ownerID | ent.EntityID | scripted |
objectiveEntryID | string | scripted |
uniqueIdPrefix | string | scripted |
objectiveState | game.JournalEntryState | scripted |
Functions
string GetObjectiveEntryID()RTTIvoid SetObjectiveEntryID(string objectiveEntryID)RTTIent.EntityID GetOwnerID()RTTIvoid SetOwnerID(ent.EntityID requesterID)RTTIstring GetQuestTitle()RTTIstring GetObjectiveDescription()RTTIstring GetUniqueID()RTTIvoid CreateUniqueID(ent.EntityID entityID)RTTIbool IsCreated()RTTIvoid SetObjectiveState(game.JournalEntryState state)RTTIgame.JournalEntryState GetObjectiveState()RTTI