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