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