Elin Decompiled Documentation
EA 23.178 Nightly Patch 1
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
BaseStance.cs
Go to the documentation of this file.
1
public
class
BaseStance
:
Condition
2
{
3
public
override
bool
CanManualRemove
=>
true
;
4
5
public
override
int
GetPhase
()
6
{
7
return
0;
8
}
9
10
public
override
BaseNotification
CreateNotification
()
11
{
12
return
new
NotificationStance
13
{
14
condition =
this
15
};
16
}
17
18
public
override
void
Tick
()
19
{
20
}
21
}
BaseNotification
Definition:
BaseNotification.cs:6
BaseStance
Definition:
BaseStance.cs:2
BaseStance.Tick
override void Tick()
Definition:
BaseStance.cs:18
BaseStance.CanManualRemove
override bool CanManualRemove
Definition:
BaseStance.cs:3
BaseStance.CreateNotification
override BaseNotification CreateNotification()
Definition:
BaseStance.cs:10
BaseStance.GetPhase
override int GetPhase()
Definition:
BaseStance.cs:5
Condition
Definition:
Condition.cs:4
NotificationStance
Definition:
NotificationStance.cs:2
Elin
BaseStance.cs
Generated by
1.9.6