Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitQuestBoard.cs
Go to the documentation of this file.
2{
3 public override int GuidePriotiy => 1;
4
5 public override void TrySetAct(ActPlan p)
6 {
7 p.TrySetAct("actReadBoard", () => EClass.ui.AddLayer<LayerQuestBoard>(), owner);
8 }
9}
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 UI ui
Definition: EClass.cs:16
Layer AddLayer(string id)
Definition: Layer.cs:337
override void TrySetAct(ActPlan p)
override int GuidePriotiy
Card owner
Definition: Trait.cs:26