Elin Decompiled Documentation EA 23.102 Nightly
|
Classes | |
class | Extra |
Static Public Member Functions | |
static void | Refresh () |
![]() | |
static int | rnd (int a) |
Public Attributes | |
Text | textTime |
Text | textLevel |
RectTransform | rectClock |
Image | imageHour |
Color | colorFestival |
![]() | |
Image | imageBG |
SoundData | soundActivate |
UIDragPanel | dragPanel |
RectTransform | tipPivotLeft |
RectTransform | tipPivotRight |
Static Public Attributes | |
static WidgetDate | Instance |
![]() | |
static Core | core |
Properties | |
Extra | extra [get] |
![]() | |
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] |
![]() | |
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 | |
![]() | |
enum | WidgetType { Default , ZoomMenu } |
enum | State { Active , Inactive } |
![]() | |
void | ClampToScreenEnsured (Component c, Vector2 anchoredPos) |
void | ClampToScreen (RectTransform rect, float margin=10f) |
![]() | |
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, EMono.game, Weather.GetName(), Date.GetText(), Spatial.idCurrentSubset, Spatial.isClaimable, Chara.IsInActiveZone, Zone.IsInstance, Zone.IsPCFaction, Spatial.isPeace, item, ZoneEventManager.list, Zone.ListLandFeats(), WidgetDate.Extra.loc, FactionBranch.luckyMonth, Zone.NameWithLevel, EMono.pc, WidgetDate.Extra.period, Date.periodOfDay, Card.pos, rectClock, Cell.room, WidgetDate.Extra.room, CoreDebug.showExtra, 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 155 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 147 of file WidgetDate.cs.
References _Refresh(), and Instance.
Referenced by Scene.Init(), and TraitCoreZone.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().