Elin Decompiled Documentation EA 23.102 Nightly
|
Classes | |
class | FilterCategory |
class | FilterItem |
Public Types | |
enum | FilterMode { None , Exclude , Match , Equipped } |
Public Member Functions | |
override string | ToString () |
virtual bool | ContainsTag (CardRow source, string str) |
void | Init () |
bool | Pass (CardRow source) |
void | BuildList (List< FilterItem > list, string[] strs) |
Static Public Member Functions | |
static FilterItem | GetFilterItem (string text) |
![]() | |
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 |
string[] | strTag |
string[] | strFilter |
string[] | filterCategory |
string[] | idCard |
List< FilterItem > | tags = new List<FilterItem>() |
List< FilterItem > | filters = new List<FilterItem>() |
List< FilterCategory > | categories = new List<FilterCategory>() |
List< SourceCategory.Row > | categoriesInclude = new List<SourceCategory.Row>() |
bool | isChara |
Protected Member Functions | |
virtual bool | _ShouldPass (CardRow source) |
Private Attributes | |
bool | isInitialied |
Additional Inherited Members | |
![]() | |
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 5 of file CardFilter.cs.
|
inlineprotectedvirtual |
Reimplemented in CharaFilter, and ThingFilter.
Definition at line 56 of file CardFilter.cs.
Referenced by Pass().
|
inline |
Definition at line 169 of file CardFilter.cs.
References GetFilterItem().
Referenced by Init().
|
inlinevirtual |
Reimplemented in CharaFilter.
Definition at line 61 of file CardFilter.cs.
References RenderRow.tag.
Referenced by Pass().
|
inlinestatic |
Definition at line 180 of file CardFilter.cs.
Referenced by BuildList().
|
inline |
Definition at line 66 of file CardFilter.cs.
References BuildList(), categories, SourceManager.categories, categoriesInclude, filterCategory, filters, isInitialied, EClass.sources, strFilter, strTag, and tags.
Referenced by Pass().
|
inline |
Definition at line 91 of file CardFilter.cs.
References _ShouldPass(), categories, SourceManager.categories, RenderRow.category, RenderRow.chance, ContainsTag(), CardFilter.FilterItem.exclude, CardFilter.FilterCategory.exclude, CardRow.filter, filters, Init(), isChara, CardRow.isChara, isInitialied, CardRow.isOrigin, CardFilter.FilterItem.name, CardFilter.FilterCategory.row, EClass.sources, and tags.
Referenced by SpawnList.CreateMaster().
|
inline |
Definition at line 51 of file CardFilter.cs.
References id.
List<FilterCategory> CardFilter.categories = new List<FilterCategory>() |
Definition at line 43 of file CardFilter.cs.
List<SourceCategory.Row> CardFilter.categoriesInclude = new List<SourceCategory.Row>() |
Definition at line 45 of file CardFilter.cs.
Referenced by Init(), and SpawnList.Select().
string [] CardFilter.filterCategory |
Definition at line 35 of file CardFilter.cs.
Referenced by Init().
List<FilterItem> CardFilter.filters = new List<FilterItem>() |
Definition at line 41 of file CardFilter.cs.
string CardFilter.id |
Definition at line 29 of file CardFilter.cs.
Referenced by ToString().
string [] CardFilter.idCard |
Definition at line 37 of file CardFilter.cs.
Referenced by SpawnList.CreateMaster().
bool CardFilter.isChara |
Definition at line 49 of file CardFilter.cs.
Referenced by CharaFilter.CharaFilter(), and Pass().
|
private |
Definition at line 47 of file CardFilter.cs.
string [] CardFilter.strFilter |
Definition at line 33 of file CardFilter.cs.
Referenced by Init().
string [] CardFilter.strTag |
Definition at line 31 of file CardFilter.cs.
Referenced by Init().
List<FilterItem> CardFilter.tags = new List<FilterItem>() |
Definition at line 39 of file CardFilter.cs.
Referenced by Init(), Pass(), and SpawnList.Select().