![]() |
Adventure Creator
1.76.2
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2022
|
Public Member Functions | |
ObjectiveInstance (int objectiveID) | |
ObjectiveInstance (int objectiveID, int startingStateID) | |
ObjectiveInstance (string saveData) | |
Protected Attributes | |
Objective | linkedObjective |
int | currentStateID |
Properties | |
Objective | Objective [get] |
int | CurrentStateID [get, set] |
ObjectiveState | CurrentState [get] |
string | SaveData [get] |
A runtime instance of an active Objective
|
get |
The instance's current objective state
|
getset |
The ID number of the instance's current objective state
|
get |
A data string containing all saveable data