Elin Decompiled Documentation
EA 23.130 Nightly
Loading...
Searching...
No Matches
SpawnListChara.cs
Go to the documentation of this file.
1
using
System;
2
3
public
class
SpawnListChara
:
EClass
4
{
5
public
static
SpawnList
Get
(
string
id
, Func<SourceChara.Row, bool> func)
6
{
7
return
SpawnList
.
Get
(
id
,
"chara"
,
new
CharaFilter
8
{
9
ShouldPass = func
10
});
11
}
12
}
CharaFilter
Definition:
CharaFilter.cs:4
EClass
Definition:
EClass.cs:5
SpawnListChara
Definition:
SpawnListChara.cs:4
SpawnListChara.Get
static SpawnList Get(string id, Func< SourceChara.Row, bool > func)
Definition:
SpawnListChara.cs:5
SpawnList
Definition:
SpawnList.cs:5
SpawnList.Get
static SpawnList Get(string id, string parent=null, CardFilter filter=null)
Definition:
SpawnList.cs:18
Elin
SpawnListChara.cs
Generated by
1.9.6