|
Elin Decompiled Documentation EA 23.235 Nightly Patch 1
|
Classes | |
| class | Extra |
Static Public Member Functions | |
| static void | Refresh () |
Static Public Member Functions inherited from EMono | |
| static int | rnd (int a) |
Public Attributes | |
| Text | textTime |
| Text | textLevel |
| RectTransform | rectClock |
| Image | imageHour |
| Color | colorFestival |
Public Attributes inherited from Widget | |
| Image | imageBG |
| SoundData | soundActivate |
| UIDragPanel | dragPanel |
| RectTransform | tipPivotLeft |
| RectTransform | tipPivotRight |
Static Public Attributes | |
| static WidgetDate | Instance |
Static Public Attributes inherited from EMono | |
| static Core | core |
Properties | |
| Extra | extra [get] |
Properties inherited from Widget | |
| string | ID [get] |
| Config | config [get] |
| SkinRoot | skinRoot [get] |
| bool | IsSealed [get] |
| virtual bool | ShowStyleMenu [get] |
| virtual bool | AlwaysTop [get] |
| virtual bool | IsStaticPosition [get] |
| virtual bool | AlwaysBottom [get] |
| virtual Type | SetSiblingAfter [get] |
| virtual bool | ShowInBuildMode [get] |
| virtual bool | RightClickToClose [get] |
| virtual bool | AllowRightClickToClose [get] |
Properties inherited from EMono | |
| 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] |
Additional Inherited Members | |
Public Types inherited from Widget | |
| enum | WidgetType { Default , ZoomMenu } |
| enum | State { Active , Inactive } |
Protected Member Functions inherited from Widget | |
| void | ClampToScreenEnsured (Component c, Vector2 anchoredPos) |
| void | ClampToScreen (RectTransform rect, float margin=10f) |
Protected Attributes inherited from Widget | |
| bool | flip |
Definition at line 6 of file WidgetDate.cs.
|
inline |
Definition at line 51 of file WidgetDate.cs.
References EMono._zone, Game.activeZone, Point.area, EMono.Branch, Card.Cell, WidgetDate.Extra.clock, colorFestival, Msg.colors, MsgColors.colors, World.date, EMono.debug, CoreDebug.enable, Zone.events, extra, SurvivalManager.flags, EMono.game, Weather.GetName(), Date.GetText(), Spatial.idCurrentSubset, Spatial.isClaimable, Chara.IsInActiveZone, Zone.IsInstance, Zone.IsPCFaction, Spatial.isPeace, Game.IsSurvival, item, ZoneEventManager.list, Zone.ListLandFeats(), WidgetDate.Extra.loc, FactionBranch.luckyMonth, Zone.NameWithLevel, EMono.pc, WidgetDate.Extra.period, Date.periodOfDay, Card.pos, SurvivalManager.Flags.raidLv, rectClock, Cell.room, WidgetDate.Extra.room, CoreDebug.showExtra, Game.survival, Zone.TextDangerLv, textTime, Zone.TextWidgetDate, ZoneEvent.TextWidgetDate, WidgetDate.Extra.weather, World.weather, and EMono.world.
Referenced by OnActivate(), OnChangePivot(), OnSetContextMenu(), and Refresh().
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 39 of file WidgetDate.cs.
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 44 of file WidgetDate.cs.
References _Refresh(), and Instance.
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from Widget.
Definition at line 163 of file WidgetDate.cs.
References _Refresh(), UIContextMenu.AddChild(), UIContextMenu.AddToggle(), WidgetDate.Extra.clock, extra, WidgetDate.Extra.loc, WidgetDate.Extra.period, WidgetDate.Extra.realDate, WidgetDate.Extra.room, Widget.SetBaseContextMenu(), and WidgetDate.Extra.weather.
|
inlinestatic |
Definition at line 155 of file WidgetDate.cs.
References _Refresh(), and Instance.
Referenced by Scene.Init(), TraitCoreZone.TrySetAct(), and TraitWaystone.TrySetAct().
| Color WidgetDate.colorFestival |
Definition at line 35 of file WidgetDate.cs.
Referenced by _Refresh().
| Image WidgetDate.imageHour |
Definition at line 33 of file WidgetDate.cs.
|
static |
Definition at line 25 of file WidgetDate.cs.
Referenced by OnActivate(), and Refresh().
| RectTransform WidgetDate.rectClock |
Definition at line 31 of file WidgetDate.cs.
Referenced by _Refresh().
| Text WidgetDate.textLevel |
Definition at line 29 of file WidgetDate.cs.
| Text WidgetDate.textTime |
Definition at line 27 of file WidgetDate.cs.
Referenced by _Refresh().
|
get |
Definition at line 37 of file WidgetDate.cs.
Referenced by _Refresh(), and OnSetContextMenu().