Elin Decompiled Documentation
EA 23.102 Nightly
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Events
Files
File List
File Members
All
$
a
b
c
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
z
Functions
Variables
Enumerations
a
b
c
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
z
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Pages
Loading...
Searching...
No Matches
TraitAltarChaos.cs
Go to the documentation of this file.
1
public
class
TraitAltarChaos
:
Trait
2
{
3
public
override
void
TrySetAct
(
ActPlan
p)
4
{
5
p.
TrySetAct
(
"actOffer"
, delegate
6
{
7
LayerDragGrid
.
CreateChaosOffering
(
this
);
8
return
false
;
9
},
owner
);
10
}
11
}
ActPlan
Definition:
ActPlan.cs:8
ActPlan.TrySetAct
bool TrySetAct(string lang, Func< bool > onPerform, Card tc, CursorInfo cursor=null, int dist=1, bool isHostileAct=false, bool localAct=true, bool canRepeat=false)
Definition:
ActPlan.cs:344
LayerDragGrid
Definition:
LayerDragGrid.cs:6
LayerDragGrid.CreateChaosOffering
static LayerDragGrid CreateChaosOffering(TraitAltarChaos altar)
Definition:
LayerDragGrid.cs:386
TraitAltarChaos
Definition:
TraitAltarChaos.cs:2
TraitAltarChaos.TrySetAct
override void TrySetAct(ActPlan p)
Definition:
TraitAltarChaos.cs:3
Trait
Definition:
Trait.cs:7
Trait.owner
Card owner
Definition:
Trait.cs:26
Elin
TraitAltarChaos.cs
Generated by
1.9.6