Elin Modding Docs Doc
|
Public Member Functions | |
override void | OnAdd (T t) |
bool | CanAdd (Point p) |
![]() | |
override bool | TryAdd (Task t) |
override void | Remove (Task t) |
override void | SetAstLastItem (Task t) |
override void | OnLoad () |
virtual void | SetAstLastItem (T t) |
override Task | GetTask (Chara chara, int radius=-1) |
bool | HaveTask (Point p) |
void | DestroyAll< T1 > () |
void | DestroyAll (Func< T, bool > func) |
virtual Task | GetTask (Chara chara, int radius=-1) |
virtual void | OnLoad () |
virtual void | SetAstLastItem (Task t) |
virtual bool | TryAdd (Task t) |
virtual void | Remove (Task t) |
Protected Member Functions | |
override bool | TryAdd (T t) |
override void | Remove (T t) |
![]() |
Properties | |
TaskManager.Designations | Designations [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) |
![]() | |
List< T > | items = new List<T>() |
![]() | |
static Core | core |
T | : | TaskDesignation |
Definition at line 4 of file DesignationList.cs.
bool DesignationList< T >.CanAdd | ( | Point | p | ) |
Definition at line 34 of file DesignationList.cs.
|
virtual |
Reimplemented from TaskList< T >.
Definition at line 17 of file DesignationList.cs.
|
protectedvirtual |
Reimplemented from TaskList< T >.
Definition at line 40 of file DesignationList.cs.
|
protectedvirtual |
Reimplemented from TaskList< T >.
Definition at line 28 of file DesignationList.cs.
|
get |
Definition at line 8 of file DesignationList.cs.