Elin Modding Docs Doc
Loading...
Searching...
No Matches
DesignationList< T > Class Template Reference
Inheritance diagram for DesignationList< T >:
TaskList< T > EClass

Public Member Functions

override void OnAdd (T t)
 
bool CanAdd (Point p)
 
- Public Member Functions inherited from TaskList< T >
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)
 
- Protected Member Functions inherited from TaskList< T >

Properties

TaskManager.Designations Designations [get]
 
- Properties inherited from EClass
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 Public Member Functions inherited from EClass
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 inherited from TaskList< T >
List< T > items = new List<T>()
 
- Static Public Attributes inherited from EClass
static Core core
 

Detailed Description

Type Constraints
T :TaskDesignation 

Definition at line 4 of file DesignationList.cs.

Member Function Documentation

◆ CanAdd()

bool DesignationList< T >.CanAdd ( Point p)

Definition at line 34 of file DesignationList.cs.

◆ OnAdd()

override void DesignationList< T >.OnAdd ( T t)
virtual

Reimplemented from TaskList< T >.

Definition at line 17 of file DesignationList.cs.

◆ Remove()

override void DesignationList< T >.Remove ( T t)
protectedvirtual

Reimplemented from TaskList< T >.

Definition at line 40 of file DesignationList.cs.

◆ TryAdd()

override bool DesignationList< T >.TryAdd ( T t)
protectedvirtual

Reimplemented from TaskList< T >.

Definition at line 28 of file DesignationList.cs.

Property Documentation

◆ Designations

Definition at line 8 of file DesignationList.cs.


The documentation for this class was generated from the following file: