8 public override bool HeaderIsListOf(
int id)
14 public override void OnSwitchContent(Window window)
16 if (window.windowIndex == 1)
23 public void RefreshZones()
25 UIList uilist = this.listZone;
27 BaseList baseList = uilist;
35 this.info.SetZone(a as
Zone);
40 b.SetMainText(a.Name,
null,
true);
43 baseList.callbacks = callback;
46 if (spatial is
Zone && spatial.parent ==
ELayer.pc.currentZone.Region)
48 if (this.windows[1].idTab == 0)
50 if (!spatial.IsPlayerFaction)
55 else if (spatial.IsPlayerFaction)
62 uilist.Refresh(
false);
66 public UIList listZone;
69 public Sprite spriteFaction;
72 public Sprite spriteFaith;