Elin Decompiled Documentation
EA 23.182 Nightly
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
TraitToolRangeBow.cs
Go to the documentation of this file.
1
public
class
TraitToolRangeBow
:
TraitToolRange
2
{
3
public
override
Element
WeaponSkill
=>
owner
.
elements
.
GetOrCreateElement
(104);
4
5
public
override
bool
IsAmmo
(
Thing
t)
6
{
7
return
t.trait is
TraitAmmoArrow
;
8
}
9
}
Card.elements
ElementContainerCard elements
Definition:
Card.cs:39
ElementContainer.GetOrCreateElement
Element GetOrCreateElement(Element ele)
Definition:
ElementContainer.cs:507
Element
Definition:
ELEMENT.cs:87
Thing
Definition:
Thing.cs:8
TraitAmmoArrow
Definition:
TraitAmmoArrow.cs:2
TraitToolRangeBow
Definition:
TraitToolRangeBow.cs:2
TraitToolRangeBow.WeaponSkill
override Element WeaponSkill
Definition:
TraitToolRangeBow.cs:3
TraitToolRangeBow.IsAmmo
override bool IsAmmo(Thing t)
Definition:
TraitToolRangeBow.cs:5
TraitToolRange
Definition:
TraitToolRange.cs:2
Trait.owner
Card owner
Definition:
Trait.cs:27
Elin
TraitToolRangeBow.cs
Generated by
1.9.6