Elin Decompiled Documentation EA 23.102 Nightly
|
Public Types | |
enum | Type { Default , Race } |
enum | Setup { Random , FighterGuild } |
Public Member Functions | |
override bool | IsComplete () |
override void | OnInit () |
override void | OnKillChara (Chara c) |
override string | GetTextProgress () |
override void | OnGetDetail (ref string detail, bool onJournal) |
![]() | |
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) |
Static Public Member Functions | |
static List< SourceChara.Row > | ListTargets (string idRace) |
![]() | |
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) |
Public Attributes | |
int | numHunted |
int | numRequired |
string | idRace |
Type | type |
Setup | setup |
![]() | |
Quest | owner |
Properties | |
SourceRace.Row | Race [get] |
override string | RefDrama2 [get] |
override string | RefDrama3 [get] |
![]() | |
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 Core | core |
Definition at line 5 of file QuestTaskHunt.cs.
enum QuestTaskHunt.Setup |
Enumerator | |
---|---|
Random | |
FighterGuild |
Definition at line 13 of file QuestTaskHunt.cs.
enum QuestTaskHunt.Type |
Enumerator | |
---|---|
Default | |
Race |
Definition at line 7 of file QuestTaskHunt.cs.
|
inlinevirtual |
Reimplemented from QuestTask.
Definition at line 124 of file QuestTaskHunt.cs.
References numHunted, numRequired, Race, and type.
|
inlinevirtual |
Reimplemented from QuestTask.
Definition at line 49 of file QuestTaskHunt.cs.
References numHunted, and numRequired.
|
inlinestatic |
Definition at line 54 of file QuestTaskHunt.cs.
References SourceManager.charas, idRace, and EClass.sources.
Referenced by OnGetDetail(), and OnInit().
|
inlinevirtual |
Reimplemented from QuestTask.
Definition at line 133 of file QuestTaskHunt.cs.
References idRace, item, ListTargets(), SourceManager.races, EClass.sources, and type.
|
inlinevirtual |
Reimplemented from QuestTask.
Definition at line 67 of file QuestTaskHunt.cs.
References SourceRace.Row.id, idRace, ListTargets(), numRequired, SourceManager.races, EClass.rnd(), setup, EClass.sources, and type.
|
inlinevirtual |
Reimplemented from QuestTask.
Definition at line 93 of file QuestTaskHunt.cs.
References EClass.curve(), idRace, Chara.IsPCFaction, Card.LV, numHunted, numRequired, Chara.OriginalHostility, Chara.race, and type.
string QuestTaskHunt.idRace |
Definition at line 26 of file QuestTaskHunt.cs.
Referenced by ListTargets(), OnGetDetail(), OnInit(), and OnKillChara().
int QuestTaskHunt.numHunted |
Definition at line 20 of file QuestTaskHunt.cs.
Referenced by GetTextProgress(), IsComplete(), and OnKillChara().
int QuestTaskHunt.numRequired |
Definition at line 23 of file QuestTaskHunt.cs.
Referenced by GetTextProgress(), IsComplete(), OnInit(), and OnKillChara().
Setup QuestTaskHunt.setup |
Definition at line 31 of file QuestTaskHunt.cs.
Referenced by OnInit().
Type QuestTaskHunt.type |
Definition at line 29 of file QuestTaskHunt.cs.
Referenced by GetTextProgress(), OnGetDetail(), OnInit(), and OnKillChara().
|
get |
Definition at line 33 of file QuestTaskHunt.cs.
Referenced by GetTextProgress().
|
get |
Definition at line 35 of file QuestTaskHunt.cs.
|
get |
Definition at line 47 of file QuestTaskHunt.cs.