Elin Modding Docs Doc
|
Public Member Functions | |
void | SetOwner (FactionBranch _branch) |
void | OnSimulateDay () |
void | TryAddPlans (string idResource, int lv) |
bool | IsListBarter (string idPlan) |
bool | HasPlan (string idPlan) |
bool | IsComplete (string id, int rank=-1) |
void | AddPlan (string id) |
void | AddPlan (ResearchPlan p) |
bool | CanCompletePlan (ResearchPlan p) |
void | CompletePlan (ResearchPlan p) |
void | ShowNewPlans (Action onComplete=null) |
Public Attributes | |
List< ResearchPlan > | plans = new List<ResearchPlan>() |
List< ResearchPlan > | finished = new List<ResearchPlan>() |
List< ResearchPlan > | newPlans = new List<ResearchPlan>() |
ResearchPlan | focused |
FactionBranch | branch |
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 |
![]() | |
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] |
Definition at line 7 of file ResearchManager.cs.
void ResearchManager.AddPlan | ( | ResearchPlan | p | ) |
Definition at line 101 of file ResearchManager.cs.
void ResearchManager.AddPlan | ( | string | id | ) |
Definition at line 95 of file ResearchManager.cs.
bool ResearchManager.CanCompletePlan | ( | ResearchPlan | p | ) |
Definition at line 110 of file ResearchManager.cs.
void ResearchManager.CompletePlan | ( | ResearchPlan | p | ) |
Definition at line 116 of file ResearchManager.cs.
bool ResearchManager.HasPlan | ( | string | idPlan | ) |
Definition at line 53 of file ResearchManager.cs.
bool ResearchManager.IsComplete | ( | string | id, |
int | rank = -1 ) |
Definition at line 69 of file ResearchManager.cs.
bool ResearchManager.IsListBarter | ( | string | idPlan | ) |
Definition at line 46 of file ResearchManager.cs.
void ResearchManager.OnSimulateDay | ( | ) |
Definition at line 24 of file ResearchManager.cs.
void ResearchManager.SetOwner | ( | FactionBranch | _branch | ) |
Definition at line 10 of file ResearchManager.cs.
void ResearchManager.ShowNewPlans | ( | Action | onComplete = null | ) |
Definition at line 137 of file ResearchManager.cs.
void ResearchManager.TryAddPlans | ( | string | idResource, |
int | lv ) |
Definition at line 30 of file ResearchManager.cs.
FactionBranch ResearchManager.branch |
Definition at line 181 of file ResearchManager.cs.
List<ResearchPlan> ResearchManager.finished = new List<ResearchPlan>() |
Definition at line 170 of file ResearchManager.cs.
ResearchPlan ResearchManager.focused |
Definition at line 178 of file ResearchManager.cs.
List<ResearchPlan> ResearchManager.newPlans = new List<ResearchPlan>() |
Definition at line 174 of file ResearchManager.cs.
List<ResearchPlan> ResearchManager.plans = new List<ResearchPlan>() |
Definition at line 166 of file ResearchManager.cs.