Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
void | SetOwner (Quest quest) |
virtual bool | IsComplete () |
virtual void | OnInit () |
virtual void | OnStart () |
virtual void | OnKillChara (Chara c) |
virtual void | OnGiveItem (Chara c, Thing t) |
virtual void | OnModKarma (int a) |
virtual string | GetTextProgress () |
virtual void | OnGetDetail (ref string detail, bool onJournal) |
Public Attributes | |
Quest | owner |
Properties | |
virtual string | RefDrama1 [get] |
virtual string | RefDrama2 [get] |
virtual string | RefDrama3 [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) |
![]() | |
static Core | core |
Definition at line 3 of file QuestTask.cs.
|
inlinevirtual |
Reimplemented in QuestTaskFlyer, QuestTaskHunt, and QuestTaskKarma.
Definition at line 44 of file QuestTask.cs.
Referenced by Quest.GetTextProgress().
|
inlinevirtual |
Reimplemented in QuestTaskFlyer, QuestTaskHunt, and QuestTaskKarma.
Definition at line 19 of file QuestTask.cs.
Referenced by Quest.OnGiveItem(), Quest.OnKillChara(), and Quest.OnModKarma().
|
inlinevirtual |
Reimplemented in QuestTaskHunt.
Definition at line 49 of file QuestTask.cs.
Referenced by Quest.GetDetail().
Reimplemented in QuestTaskFlyer.
Definition at line 36 of file QuestTask.cs.
Referenced by Quest.OnGiveItem().
|
inlinevirtual |
Reimplemented in QuestTaskFlyer, QuestTaskHunt, and QuestTaskKarma.
Definition at line 24 of file QuestTask.cs.
Referenced by Quest.Init().
|
inlinevirtual |
Reimplemented in QuestTaskHunt.
Definition at line 32 of file QuestTask.cs.
Referenced by Quest.OnKillChara().
|
inlinevirtual |
Reimplemented in QuestTaskKarma.
Definition at line 40 of file QuestTask.cs.
Referenced by Quest.OnModKarma().
|
inlinevirtual |
|
inline |
Quest QuestTask.owner |
Definition at line 6 of file QuestTask.cs.
Referenced by SetOwner().
|
get |
Definition at line 8 of file QuestTask.cs.
|
get |
Definition at line 10 of file QuestTask.cs.
|
get |
Definition at line 12 of file QuestTask.cs.