Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitResidentBoard.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("LayerPeople", delegate
10 {
12 Tutorial.Play("work");
13 return false;
14 }, owner);
15 }
16 }
17}
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
static void Play(string idStep)
Definition: Tutorial.cs:7
bool IsPCFaction
Definition: Zone.cs:464