Elin Decompiled Documentation EA 23.102 Nightly
|
Public Member Functions | |
override void | OnInit () |
void | OnClickPage () |
void | RefreshPage () |
void | OnClickComic () |
async void | RefreshNews () |
void | RefreshAD () |
async void | RefreshChat () |
async void | RefreshVote () |
void | RefreshWeather () |
![]() | |
override void | OnBeforeAddLayer () |
void | InitInspector () |
sealed override void | Init () |
override void | OnAfterAddLayer () |
void | TryShowHelp () |
void | AddLayerToUI (string id) |
void | TryShowHint (string _langHint=null) |
void | TalkHomeMemeber (string id) |
void | TalkMaid (string id) |
override void | OnRightClick () |
![]() | |
virtual string | GetTextHeader (Window window) |
virtual bool | HeaderIsListOf (int id) |
virtual void | Init () |
virtual void | OnInit () |
virtual void | OnAfterInit () |
virtual void | ApplySkin () |
void | ShowScreenLock (string id) |
void | UpdateInput () |
virtual void | OnUpdateInput () |
virtual void | OnRightClick () |
virtual bool | OnBack () |
virtual void | OnChangeLayer () |
virtual void | OnCreate () |
void | _AddLayer (string id) |
Layer | AddLayer (string id) |
T | AddLayer< T > () |
T | AddLayer< T > (string id) |
T | AddLayerDontCloseOthers< T > () |
Layer | AddLayerDontCloseOthers (Layer l) |
T | GetOrAddLayer< T > () |
virtual void | OnBeforeAddLayer () |
virtual void | OnAfterAddLayer () |
Layer | AddLayer (Layer l) |
void | ToggleLayer (string id) |
T | ToggleLayer< T > (string id=null) |
void | WaitAndClose () |
void | OnClickClose () |
virtual void | Close () |
void | CloseLayers () |
void | RemoveLayers (bool removeImportant=false) |
bool | RemoveLayer< T > () |
void | RemoveLayer (Layer l) |
virtual void | OnKill () |
Layer | SetOnKill (Action action) |
void | DisableClose () |
void | Delay (float duration=0.05f) |
Layer | SetDelay (float d) |
Layer | GetLayer (string id) |
T | GetLayer< T > (bool fromTop=false) |
Layer | GetTopLayer () |
void | SwitchContent (int idWindow, int i) |
virtual void | OnSwitchContent (Window window) |
Layer | SetTitles (string langList, string idHeaderRow=null) |
bool | IsBlockWidgetClick () |
bool | IsHideHud () |
bool | IsAllowGeneralInput () |
bool | IsUseBlur () |
bool | IsPointerOnLayer () |
void | ApplySkin () |
Public Attributes | |
UIText | textDate |
UIText | textFortune |
UIText | textVote |
UIText | textVoteRemaining |
UIList | listChat |
UIList | listWeather |
UIList | listVote |
UIList | listNews |
Image | imageHeadline |
Image | imageAdRight |
Image | moldAdBottom |
List< Sprite > | spritesAd |
List< Sprite > | spritesSmallAd |
List< Sprite > | spritesHeadline |
LayoutGroup | layoutAdBottom |
LayoutGroup | layoutPortrait |
Portrait | moldPortrait |
List< string > | desiredNews |
UIButton | buttonPage |
GameObject | goTop |
GameObject | goBack |
Sprite | spriteComicBig |
bool | topPage |
![]() | |
Option | option |
UnityEvent | onKill |
Anime | animeIn |
Anime | animeOut |
bool | closeOthers |
bool | defaultActionMode = true |
Button | screenLock |
Layer | parent |
string | idLayer |
List< Layer > | layers = new List<Layer>() |
Vector2 | lastParentPos |
List< Window > | windows = new List<Window>() |
string | langHint |
Properties | |
DayData | data [get] |
![]() | |
static Core | core [get] |
static Game | game [get] |
static bool | AdvMode [get] |
static Player | player [get] |
static Chara | pc [get] |
static FactionBranch | Branch [get] |
static Faction | Home [get] |
static UI | ui [get] |
static Map | _map [get] |
static Zone | _zone [get] |
static Scene | scene [get] |
static BaseGameScreen | screen [get] |
static CoreConfig | config [get] |
static GameSetting | setting [get] |
static ColorProfile | Colors [get] |
static SourceManager | sources [get] |
static World | world [get] |
static SoundManager | Sound [get] |
static CoreDebug | debug [get] |
bool | IsFloat [get] |
virtual string | IdHelp [get] |
![]() | |
Layer | TopLayer [get] |
string | uid [get] |
virtual RectTransform | rectLayers [get] |
virtual bool | blockWidgetClick [get] |
Private Attributes | |
int | seed |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
![]() | |
static T | Create< T > () |
static T | Create< T > (string path) |
static Layer | Create (string path) |
![]() | |
static int | skipInput |
static bool | closeOnRightClick |
static bool | rightClicked |
static bool | cancelKeyDown |
static bool | ignoreSounds |
static Transform | blurStopInstance |
static string[] | searchPath = new string[3] { "Layer", "Layer/Dialog", "Layer/LayerHome" } |
![]() | |
sealed override void | _Close () |
sealed override void | Kill () |
![]() | |
virtual void | Awake () |
virtual void | _Close () |
virtual void | Kill () |
![]() | |
RectTransform | _rect |
bool | isDestroyed |
Definition at line 7 of file LayerNewspaper.cs.
|
inline |
Definition at line 97 of file LayerNewspaper.cs.
References spriteComicBig, and ELayer.ui.
|
inline |
Definition at line 83 of file LayerNewspaper.cs.
References buttonPage, UIButton.mainText, RefreshPage(), UIText.SetText(), and topPage.
|
inlinevirtual |
Reimplemented from Layer.
Definition at line 59 of file LayerNewspaper.cs.
References World.CreateDayData(), World.date, Date.day, World.dayData, ELayer.debug, CoreDebug.enable, Lang.GetList(), imageAdRight, UIText.lang, DayData.luck, RefreshAD(), RefreshChat(), RefreshNews(), RefreshPage(), RefreshVote(), RefreshWeather(), DayData.seed, seed, spritesAd, textFortune, Rand.UseSeed(), ELayer.world, and Date.year.
|
inline |
Definition at line 171 of file LayerNewspaper.cs.
References layoutAdBottom, moldAdBottom, seed, Rand.SetSeed(), spritesSmallAd, and Util.
Referenced by OnInit().
|
inline |
Definition at line 192 of file LayerNewspaper.cs.
References UIList.Add(), Net.GetChat(), Layer.isDestroyed, item, Lang.langCode, UIList.List(), listChat, UIText.SetText(), and UIItem.text1.
Referenced by OnInit().
|
inline |
Definition at line 103 of file LayerNewspaper.cs.
References UIList.Add(), desiredNews, ModItemList< T >.GetItem(), NewsList.GetNews(), item, layoutPortrait, UIList.List(), NewsList.listAll, listNews, Portrait.modPortraits, moldPortrait, seed, UIText.SetText(), spritesHeadline, UIItem.text2, Rand.UseSeed(), and Util.
Referenced by OnInit().
|
inline |
Definition at line 91 of file LayerNewspaper.cs.
References goBack, goTop, and topPage.
Referenced by OnClickPage(), and OnInit().
|
inline |
Definition at line 216 of file LayerNewspaper.cs.
References UIList.Add(), UIItem.button1, UIList.buttons, Net.GetVote(), Layer.isDestroyed, item, Lang.langCode, UIList.List(), listVote, Net.SendVote(), UIText.SetText(), UIItem.text1, UIItem.text2, textVote, and textVoteRemaining.
Referenced by OnInit().
|
inline |
Definition at line 258 of file LayerNewspaper.cs.
References UIList.Add(), ELayer.core, Weather.GetWeatherForecast(), CoreRef.icons, UIItem.image1, UIItem.image2, item, UIList.List(), listWeather, Core.refs, CoreRef.Icons.weather, World.weather, and ELayer.world.
Referenced by OnInit().
UIButton LayerNewspaper.buttonPage |
Definition at line 45 of file LayerNewspaper.cs.
Referenced by OnClickPage().
List<string> LayerNewspaper.desiredNews |
Definition at line 43 of file LayerNewspaper.cs.
Referenced by RefreshNews().
GameObject LayerNewspaper.goBack |
Definition at line 49 of file LayerNewspaper.cs.
Referenced by RefreshPage().
GameObject LayerNewspaper.goTop |
Definition at line 47 of file LayerNewspaper.cs.
Referenced by RefreshPage().
Image LayerNewspaper.imageAdRight |
Definition at line 27 of file LayerNewspaper.cs.
Referenced by OnInit().
Image LayerNewspaper.imageHeadline |
Definition at line 25 of file LayerNewspaper.cs.
LayoutGroup LayerNewspaper.layoutAdBottom |
Definition at line 37 of file LayerNewspaper.cs.
Referenced by RefreshAD().
LayoutGroup LayerNewspaper.layoutPortrait |
Definition at line 39 of file LayerNewspaper.cs.
Referenced by RefreshNews().
UIList LayerNewspaper.listChat |
Definition at line 17 of file LayerNewspaper.cs.
Referenced by RefreshChat().
UIList LayerNewspaper.listNews |
Definition at line 23 of file LayerNewspaper.cs.
Referenced by RefreshNews().
UIList LayerNewspaper.listVote |
Definition at line 21 of file LayerNewspaper.cs.
Referenced by RefreshVote().
UIList LayerNewspaper.listWeather |
Definition at line 19 of file LayerNewspaper.cs.
Referenced by RefreshWeather().
Image LayerNewspaper.moldAdBottom |
Definition at line 29 of file LayerNewspaper.cs.
Referenced by RefreshAD().
Portrait LayerNewspaper.moldPortrait |
Definition at line 41 of file LayerNewspaper.cs.
Referenced by RefreshNews().
|
private |
Definition at line 55 of file LayerNewspaper.cs.
Referenced by OnInit(), RefreshAD(), and RefreshNews().
Sprite LayerNewspaper.spriteComicBig |
Definition at line 51 of file LayerNewspaper.cs.
Referenced by OnClickComic().
List<Sprite> LayerNewspaper.spritesAd |
Definition at line 31 of file LayerNewspaper.cs.
Referenced by OnInit().
List<Sprite> LayerNewspaper.spritesHeadline |
Definition at line 35 of file LayerNewspaper.cs.
Referenced by RefreshNews().
List<Sprite> LayerNewspaper.spritesSmallAd |
Definition at line 33 of file LayerNewspaper.cs.
Referenced by RefreshAD().
UIText LayerNewspaper.textDate |
Definition at line 9 of file LayerNewspaper.cs.
UIText LayerNewspaper.textFortune |
Definition at line 11 of file LayerNewspaper.cs.
Referenced by OnInit().
UIText LayerNewspaper.textVote |
Definition at line 13 of file LayerNewspaper.cs.
Referenced by RefreshVote().
UIText LayerNewspaper.textVoteRemaining |
Definition at line 15 of file LayerNewspaper.cs.
Referenced by RefreshVote().
bool LayerNewspaper.topPage |
Definition at line 53 of file LayerNewspaper.cs.
Referenced by OnClickPage(), and RefreshPage().
|
get |
Definition at line 57 of file LayerNewspaper.cs.