Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
void | SetOwner (FactionBranch _branch) |
void | GainExp (int a) |
int | GetSortVal (UIList.SortMode m) |
void | WriteNote (UINote n) |
void | OnComplete () |
void | ParseReward (UINote n=null) |
Static Public Member Functions | |
static ResearchPlan | Create (string id) |
![]() | |
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 | |
string | id |
int | exp |
int | lastExp |
int | rank = 1 |
FactionBranch | branch |
Properties | |
SourceResearch.Row | source [get] |
string | Name [get] |
int | MaxExp [get] |
bool | IsComplete [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 7 of file ResearchPlan.cs.
|
inlinestatic |
Definition at line 131 of file ResearchPlan.cs.
Referenced by ResearchManager.AddPlan(), and ResearchManager.ShowNewPlans().
|
inline |
Definition at line 36 of file ResearchPlan.cs.
|
inline |
Definition at line 45 of file ResearchPlan.cs.
References IsComplete.
Referenced by LayerTech.RefreshTech(), and LayerHome.RefreshTech().
|
inline |
Definition at line 65 of file ResearchPlan.cs.
References ParseReward().
Referenced by ResearchManager.CompletePlan().
|
inline |
Definition at line 70 of file ResearchPlan.cs.
References RecipeManager.Add(), FactionBranch.AddFeat(), PolicyManager.AddPolicy(), branch, SourceManager.cards, Element.Create(), SourceManager.elements, Element.id, item, SourceCard.map, EClass.player, FactionBranch.policies, rank, Player.recipes, source, EClass.sources, and Element.Value.
Referenced by OnComplete(), and WriteNote().
|
inline |
Definition at line 31 of file ResearchPlan.cs.
References branch.
Referenced by ResearchManager.AddPlan(), and ResearchManager.SetOwner().
|
inline |
Definition at line 54 of file ResearchPlan.cs.
References UINote.AddHeader(), UINote.AddText(), UINote.Build(), UINote.Clear(), exp, MaxExp, Name, ParseReward(), rank, and source.
Referenced by ItemResearch.SetPlan().
FactionBranch ResearchPlan.branch |
Definition at line 21 of file ResearchPlan.cs.
Referenced by ParseReward(), and SetOwner().
int ResearchPlan.exp |
Definition at line 13 of file ResearchPlan.cs.
Referenced by GainExp(), UIHomeInfo.RefreshReport(), and WriteNote().
string ResearchPlan.id |
Definition at line 10 of file ResearchPlan.cs.
int ResearchPlan.lastExp |
Definition at line 16 of file ResearchPlan.cs.
int ResearchPlan.rank = 1 |
Definition at line 19 of file ResearchPlan.cs.
Referenced by ResearchManager.CompletePlan(), ResearchManager.IsComplete(), ParseReward(), and WriteNote().
|
get |
Definition at line 29 of file ResearchPlan.cs.
Referenced by GetSortVal().
|
get |
Definition at line 27 of file ResearchPlan.cs.
Referenced by GainExp(), UIHomeInfo.RefreshReport(), and WriteNote().
|
get |
Definition at line 25 of file ResearchPlan.cs.
Referenced by ResearchManager.AddPlan(), ResearchManager.CompletePlan(), UIHomeInfo.RefreshReport(), ItemResearch.SetPlan(), ResearchManager.ShowNewPlans(), and WriteNote().
|
get |
Definition at line 23 of file ResearchPlan.cs.
Referenced by ResearchManager.CanCompletePlan(), ResearchManager.CompletePlan(), ResearchManager.IsComplete(), ParseReward(), ItemResearch.SetPlan(), and WriteNote().