Elin Decompiled Documentation
EA 23.171 Nyaightly
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Events
Files
File List
File Members
All
$
a
b
c
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
z
Functions
Variables
Enumerations
a
b
c
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
z
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Pages
Loading...
Searching...
No Matches
TraitResearchBoard.cs
Go to the documentation of this file.
1
public
class
TraitResearchBoard
:
TraitBoard
2
{
3
public
override
void
TrySetAct
(
ActPlan
p)
4
{
5
if
(
EClass
.
_zone
.
IsPCFaction
)
6
{
7
p.
TrySetAct
(
"actResearchBoard"
, delegate
8
{
9
EClass
.
ui
.
AddLayer
<
LayerTech
>();
10
return
false
;
11
},
owner
);
12
}
13
}
14
}
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:345
EClass
Definition:
EClass.cs:5
EClass._zone
static Zone _zone
Definition:
EClass.cs:20
EClass.ui
static UI ui
Definition:
EClass.cs:16
LayerTech
Definition:
LayerTech.cs:2
Layer.AddLayer
Layer AddLayer(string id)
Definition:
Layer.cs:337
TraitBoard
Definition:
TraitBoard.cs:2
TraitResearchBoard
Definition:
TraitResearchBoard.cs:2
TraitResearchBoard.TrySetAct
override void TrySetAct(ActPlan p)
Definition:
TraitResearchBoard.cs:3
Trait.owner
Card owner
Definition:
Trait.cs:27
Zone.IsPCFaction
bool IsPCFaction
Definition:
Zone.cs:466
Elin
TraitResearchBoard.cs
Generated by
1.9.6