Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
Queue.cs
Go to the documentation of this file.
1
public
class
Queue
2
{
3
public
AIAct
interaction
;
4
5
public
UIButton
button
;
6
7
public
bool
removed
;
8
9
public
bool
pinned
;
10
11
public
bool
CanCancel
12
{
13
get
14
{
15
if
(!
removed
)
16
{
17
return
interaction
.
IsRunning
;
18
}
19
return
false
;
20
}
21
}
22
}
AIAct
Definition:
AIAct.cs:6
AIAct.IsRunning
virtual bool IsRunning
Definition:
AIAct.cs:31
Queue
Definition:
Queue.cs:2
Queue.button
UIButton button
Definition:
Queue.cs:5
Queue.removed
bool removed
Definition:
Queue.cs:7
Queue.pinned
bool pinned
Definition:
Queue.cs:9
Queue.interaction
AIAct interaction
Definition:
Queue.cs:3
Queue.CanCancel
bool CanCancel
Definition:
Queue.cs:12
UIButton
Definition:
UIButton.cs:10
Elin
Queue.cs
Generated by
1.9.6