Elin Decompiled Documentation
EA 23.130 Nightly
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:345
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