Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitHomeBoard.cs
Go to the documentation of this file.
2{
3 public override bool IsHomeItem => true;
4
5 public override void TrySetAct(ActPlan p)
6 {
8 {
9 p.TrySetAct("actLayerHome", delegate
10 {
12 return false;
13 }, owner);
14 }
15 }
16}
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
Definition: EClass.cs:5
static Zone _zone
Definition: EClass.cs:20
static UI ui
Definition: EClass.cs:16
void ToggleLayer(string id)
Definition: Layer.cs:426
override bool IsHomeItem
override void TrySetAct(ActPlan p)
Card owner
Definition: Trait.cs:26
bool IsPCFaction
Definition: Zone.cs:464