Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitBath.cs
Go to the documentation of this file.
1
public
class
TraitBath
:
Trait
2
{
3
public
override
void
TrySetAct
(
ActPlan
p)
4
{
5
p.
TrySetAct
(
new
AI_Bladder
6
{
7
toilet =
this
8
},
owner
);
9
}
10
}
AI_Bladder
Definition:
AI_Bladder.cs:4
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:344
TraitBath
Definition:
TraitBath.cs:2
TraitBath.TrySetAct
override void TrySetAct(ActPlan p)
Definition:
TraitBath.cs:3
Trait
Definition:
Trait.cs:7
Trait.owner
Card owner
Definition:
Trait.cs:26
Elin
TraitBath.cs
Generated by
1.9.6