Elin Modding Docs Doc
|
Public Member Functions | |
Quest | Add (string id, string idGlobalChara=null) |
Quest | Start (string id, string idGlobalChara) |
Quest | Start (string id, Chara c=null, bool assignQuest=true) |
Quest | Start (Quest q) |
void | Remove (Quest q) |
void | RemoveGlobal (Quest q) |
void | RemoveAll (Chara c) |
void | Complete (Quest q) |
bool | OnShowDialog (Chara c) |
void | OnAdvanceHour () |
bool | IsStarted< T > () |
int | GetPhase< T > () |
T | Get< T > () |
Quest | Get (string id) |
Quest | Get (int uid) |
Quest | GetGlobal (string id) |
bool | IsCompleted (string id) |
int | CountNew () |
int | CountRandomQuest () |
void | UpdateJournal () |
bool | IsDeliverTarget (Chara c) |
void | AddQuestAsh () |
void | AddQuestFiama () |
bool | HasFarAwayEscort (bool execute=false) |
void | OnEnterZone () |
Public Attributes | |
List< Quest > | list = new List<Quest>() |
List< Quest > | globalList = new List<Quest>() |
HashSet< string > | completedIDs = new HashSet<string>() |
HashSet< string > | completedTypes = new HashSet<string>() |
int | uid |
Static Public Attributes | |
const int | MaxRandomQuest = 5 |
![]() | |
static Core | core |
Properties | |
QuestMain | Main [get] |
new QuestHome | Home [get] |
![]() | |
static Game | game [get] |
static bool | AdvMode [get] |
static Player | player [get] |
static Chara | pc [get] |
static UI | ui [get] |
static Map | _map [get] |
static Zone | _zone [get] |
static FactionBranch | Branch [get] |
static FactionBranch | BranchOrHomeBranch [get] |
static Faction | Home [get] |
static Faction | Wilds [get] |
static Scene | scene [get] |
static BaseGameScreen | screen [get] |
static GameSetting | setting [get] |
static GameData | gamedata [get] |
static ColorProfile | Colors [get] |
static World | world [get] |
static SourceManager | sources [get] |
static SourceManager | editorSources [get] |
static SoundManager | Sound [get] |
static CoreDebug | debug [get] |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
static int | curve (int a, int start, int step, int rate=75) |
static int | rndHalf (int a) |
static float | rndf (float a) |
static int | rndSqrt (int a) |
static void | Wait (float a, Card c) |
static void | Wait (float a, Point p) |
static int | Bigger (int a, int b) |
static int | Smaller (int a, int b) |
Definition at line 7 of file QuestManager.cs.
Quest QuestManager.Add | ( | string | id, |
string | idGlobalChara = null ) |
Definition at line 30 of file QuestManager.cs.
void QuestManager.AddQuestAsh | ( | ) |
Definition at line 271 of file QuestManager.cs.
void QuestManager.AddQuestFiama | ( | ) |
Definition at line 282 of file QuestManager.cs.
void QuestManager.Complete | ( | Quest | q | ) |
Definition at line 101 of file QuestManager.cs.
int QuestManager.CountNew | ( | ) |
Definition at line 214 of file QuestManager.cs.
int QuestManager.CountRandomQuest | ( | ) |
Definition at line 231 of file QuestManager.cs.
Quest QuestManager.Get | ( | int | uid | ) |
Definition at line 182 of file QuestManager.cs.
Quest QuestManager.Get | ( | string | id | ) |
Definition at line 169 of file QuestManager.cs.
T QuestManager.Get< T > | ( | ) |
T | : | Quest |
Definition at line 156 of file QuestManager.cs.
Quest QuestManager.GetGlobal | ( | string | id | ) |
Definition at line 195 of file QuestManager.cs.
int QuestManager.GetPhase< T > | ( | ) |
T | : | Quest |
Definition at line 139 of file QuestManager.cs.
bool QuestManager.HasFarAwayEscort | ( | bool | execute = false | ) |
Definition at line 292 of file QuestManager.cs.
bool QuestManager.IsCompleted | ( | string | id | ) |
Definition at line 208 of file QuestManager.cs.
bool QuestManager.IsDeliverTarget | ( | Chara | c | ) |
Definition at line 255 of file QuestManager.cs.
bool QuestManager.IsStarted< T > | ( | ) |
T | : | Quest |
Definition at line 133 of file QuestManager.cs.
void QuestManager.OnAdvanceHour | ( | ) |
Definition at line 120 of file QuestManager.cs.
void QuestManager.OnEnterZone | ( | ) |
Definition at line 323 of file QuestManager.cs.
bool QuestManager.OnShowDialog | ( | Chara | c | ) |
Definition at line 107 of file QuestManager.cs.
void QuestManager.Remove | ( | Quest | q | ) |
Definition at line 72 of file QuestManager.cs.
void QuestManager.RemoveAll | ( | Chara | c | ) |
Definition at line 84 of file QuestManager.cs.
void QuestManager.RemoveGlobal | ( | Quest | q | ) |
Definition at line 78 of file QuestManager.cs.
Definition at line 56 of file QuestManager.cs.
Definition at line 50 of file QuestManager.cs.
Quest QuestManager.Start | ( | string | id, |
string | idGlobalChara ) |
Definition at line 43 of file QuestManager.cs.
void QuestManager.UpdateJournal | ( | ) |
Definition at line 248 of file QuestManager.cs.
HashSet<string> QuestManager.completedIDs = new HashSet<string>() |
Definition at line 344 of file QuestManager.cs.
HashSet<string> QuestManager.completedTypes = new HashSet<string>() |
Definition at line 348 of file QuestManager.cs.
Definition at line 340 of file QuestManager.cs.
Definition at line 336 of file QuestManager.cs.
|
static |
Definition at line 332 of file QuestManager.cs.
int QuestManager.uid |
Definition at line 352 of file QuestManager.cs.
|
get |
Definition at line 21 of file QuestManager.cs.
|
get |
Definition at line 11 of file QuestManager.cs.