|
Elin Modding Docs Doc
|
Public Member Functions | |
| override void | OnInit () |
| override void | OnKill () |
| override void | OnSwitchContent (Window window) |
| int | GetTravelFood (Zone z) |
| int | GetTravelHours (Zone z) |
| int | GetSortVal (Zone z) |
| void | Refresh () |
Public Member Functions inherited from ELayer | |
| override void | OnBeforeAddLayer () |
| void | InitInspector () |
| 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 () |
Public Attributes | |
| UIList | list |
| Zone | currentZone |
| Image | bg |
| float | fadeAlpha |
| float | fadeTime |
| Ease | easeFade |
| Ease | easeZoom |
| float | startZoom |
| float | endZoom |
| float | timeZoom |
| bool | highlightZone |
| bool | useBG |
| bool | useZoom |
Properties | |
| override bool | blockWidgetClick [get] |
Properties inherited from ELayer | |
| 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] |
Additional Inherited Members | |
Static Public Member Functions inherited from ELayer | |
| static int | rnd (int a) |
Protected Member Functions inherited from ELayer | |
| override void | _Close () |
| override void | Kill () |
Definition at line 11 of file LayerTravel.cs.
| int LayerTravel.GetSortVal | ( | Zone | z | ) |
Definition at line 77 of file LayerTravel.cs.
| int LayerTravel.GetTravelFood | ( | Zone | z | ) |
Definition at line 61 of file LayerTravel.cs.
| int LayerTravel.GetTravelHours | ( | Zone | z | ) |
Definition at line 71 of file LayerTravel.cs.
| override void LayerTravel.OnInit | ( | ) |
Definition at line 24 of file LayerTravel.cs.
| override void LayerTravel.OnKill | ( | ) |
Definition at line 42 of file LayerTravel.cs.
| override void LayerTravel.OnSwitchContent | ( | Window | window | ) |
Definition at line 55 of file LayerTravel.cs.
| void LayerTravel.Refresh | ( | ) |
Definition at line 87 of file LayerTravel.cs.
| Image LayerTravel.bg |
Definition at line 203 of file LayerTravel.cs.
| Zone LayerTravel.currentZone |
Definition at line 200 of file LayerTravel.cs.
| Ease LayerTravel.easeFade |
Definition at line 212 of file LayerTravel.cs.
| Ease LayerTravel.easeZoom |
Definition at line 215 of file LayerTravel.cs.
| float LayerTravel.endZoom |
Definition at line 221 of file LayerTravel.cs.
| float LayerTravel.fadeAlpha |
Definition at line 206 of file LayerTravel.cs.
| float LayerTravel.fadeTime |
Definition at line 209 of file LayerTravel.cs.
| bool LayerTravel.highlightZone |
Definition at line 227 of file LayerTravel.cs.
| UIList LayerTravel.list |
Definition at line 197 of file LayerTravel.cs.
| float LayerTravel.startZoom |
Definition at line 218 of file LayerTravel.cs.
| float LayerTravel.timeZoom |
Definition at line 224 of file LayerTravel.cs.
| bool LayerTravel.useBG |
Definition at line 230 of file LayerTravel.cs.
| bool LayerTravel.useZoom |
Definition at line 233 of file LayerTravel.cs.
|
get |
Definition at line 15 of file LayerTravel.cs.