Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitToolBuild.cs
Go to the documentation of this file.
2{
3 public override void TrySetHeldAct(ActPlan p)
4 {
5 p.TrySetAct("actBuildMode", delegate
6 {
8 return false;
9 }, owner);
10 }
11}
void Activate(Thing t)
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
static AM_Inspect Inspect
Definition: ActionMode.cs:23
override void TrySetHeldAct(ActPlan p)
Card owner
Definition: Trait.cs:26