|
override void | OnClick (Chara c, ItemGeneral i) |
|
override void | OnList () |
|
override void | SetSubText (Chara a, ItemGeneral b) |
|
virtual bool | IsDisabled (Chara c) |
|
override void | List () |
|
override void | OnInstantiate (Chara a, ItemGeneral b) |
|
void | AddSubButtonWork (ItemGeneral b, Chara a) |
|
void | WriteHobbies (UITooltip t, Chara a, BaseArea roomWork) |
|
virtual void | SetSubText (Chara a, ItemGeneral b) |
|
override void | OnClick (Chara c, ItemGeneral i) |
|
override void | OnList () |
|
override void | OnRefreshMenu () |
|
virtual void | OnClick (T1 a, T2 b) |
|
virtual void | OnInstantiate (T1 a, T2 b) |
|
virtual void | OnList () |
|
virtual void | List () |
|
virtual void | OnCreate () |
|
virtual void | OnSwitchContent () |
|
virtual void | OnRefreshMenu () |
|
void | RefreshTab () |
|
void | MoveToOther (object c) |
|
Definition at line 3 of file ListPeopleExpedition.cs.
◆ OnClick()
Definition at line 13 of file ListPeopleExpedition.cs.
14 {
17 {
18 SE.Beep();
19 return;
20 }
22 uIContextMenu.
AddButton(
"sendExpedition", delegate
23 {
25 SE.MoveZone();
27 });
29 }
override bool IsAliveInCurrentZone
static FactionBranch Branch
HomeResource.CostList costs
ExpeditionManager expeditions
Dictionary< int, Expedition > expeditions
References ExpeditionManager.Add(), UIContextMenu.AddButton(), EClass.Branch, Expedition.costs, FactionBranch.expeditions, expeditions, Chara.IsAliveInCurrentZone, ListOwner< Chara, ItemGeneral >.list, UIList.List(), UIContextMenu.Show(), EClass.ui, and Card.uid.
◆ OnList()
override void ListPeopleExpedition.OnList |
( |
| ) |
|
|
inlinevirtual |
Reimplemented from BaseListPeople.
Definition at line 31 of file ListPeopleExpedition.cs.
32 {
34 {
36 {
39 }
40 }
41 }
static Expedition Create(Chara c, ExpeditionType type)
override void Add(object item)
References UIList.Add(), EClass.Branch, Expedition.Create(), expeditions, Chara.IsPCParty, ListOwner< Chara, ItemGeneral >.list, FactionBranch.members, type, and Card.uid.
◆ SetSubText()
Reimplemented from BaseListPeople.
Definition at line 43 of file ListPeopleExpedition.cs.
44 {
46 string lang = "";
48 {
49 lang = expedition.
costs.GetText() +
"subExpedition".lang((expedition.
MinHour / 24).ToString() ??
"", (expedition.
MaxHour / 24).ToString() ??
"");
50 }
52 {
53 lang = "isDead".lang();
54 }
56 {
57 lang = "isExploring".lang();
58 }
60 }
UIButton SetSubText(string lang, int x, FontColor c=FontColor.Default, TextAnchor align=TextAnchor.MiddleLeft)
References Expedition.costs, Chara.currentZone, expeditions, Spatial.id, Chara.IsAliveInCurrentZone, Chara.isDead, Expedition.MaxHour, Expedition.MinHour, ItemGeneral.SetSubText(), and Card.uid.
◆ expeditions
◆ type
◆ ShowGoto
override bool ListPeopleExpedition.ShowGoto |
|
get |
◆ ShowHome
override bool ListPeopleExpedition.ShowHome |
|
get |
The documentation for this class was generated from the following file: