Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
void | OnAdd (Queue q, bool insert=false) |
void | OnRemove (Queue q) |
void | OnSetOwner () |
Public Attributes | |
LayoutGroup | layout |
UIButton | mold |
Static Public Attributes | |
static UIQueue | Instance |
![]() | |
static Core | core |
Properties | |
QueueManager | queues [get] |
![]() | |
static Game | game [get] |
static bool | AdvMode [get] |
static Player | player [get] |
static Chara | pc [get] |
static UI | ui [get] |
static Map | _map [get] |
static Zone | _zone [get] |
static FactionBranch | Branch [get] |
static FactionBranch | BranchOrHomeBranch [get] |
static Faction | Home [get] |
static Scene | scene [get] |
static BaseGameScreen | screen [get] |
static GameSetting | setting [get] |
static GameData | gamedata [get] |
static ColorProfile | Colors [get] |
static World | world [get] |
static SoundManager | Sound [get] |
static SourceManager | sources [get] |
static SourceManager | editorSources [get] |
static CoreDebug | debug [get] |
Private Member Functions | |
void | OnEnable () |
void | OnDisable () |
void | Update () |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
Definition at line 5 of file UIQueue.cs.
|
inline |
Definition at line 25 of file UIQueue.cs.
References Queue.CanCancel, QueueManager.Cancel(), Queue.interaction, layout, mold, queues, UIText.SetText(), AIAct.status, UITooltip.textMain, AIAct.ToString(), and Util.
Referenced by QueueManager.Add().
|
inlineprivate |
Definition at line 20 of file UIQueue.cs.
References Instance.
|
inlineprivate |
|
inline |
Definition at line 48 of file UIQueue.cs.
References Queue.button.
Referenced by QueueManager.Remove(), and Update().
|
inline |
Definition at line 64 of file UIQueue.cs.
Referenced by QueueManager.SetOwner().
|
inlineprivate |
Definition at line 73 of file UIQueue.cs.
References QueueManager.currentQueue, Queue.interaction, AIAct.IsRunning, QueueManager.list, OnRemove(), and queues.
|
static |
Definition at line 7 of file UIQueue.cs.
Referenced by OnDisable(), and OnEnable().
LayoutGroup UIQueue.layout |
Definition at line 9 of file UIQueue.cs.
Referenced by OnAdd(), and OnSetOwner().
UIButton UIQueue.mold |
Definition at line 11 of file UIQueue.cs.
Referenced by OnAdd(), and OnSetOwner().
|
get |
Definition at line 13 of file UIQueue.cs.