Elin Modding Docs Doc
Loading...
Searching...
No Matches
LayerTravel Class Reference
Inheritance diagram for LayerTravel:
ELayer

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 ()
 

Detailed Description

Definition at line 11 of file LayerTravel.cs.

Member Function Documentation

◆ GetSortVal()

int LayerTravel.GetSortVal ( Zone z)

Definition at line 77 of file LayerTravel.cs.

◆ GetTravelFood()

int LayerTravel.GetTravelFood ( Zone z)

Definition at line 61 of file LayerTravel.cs.

◆ GetTravelHours()

int LayerTravel.GetTravelHours ( Zone z)

Definition at line 71 of file LayerTravel.cs.

◆ OnInit()

override void LayerTravel.OnInit ( )

Definition at line 24 of file LayerTravel.cs.

◆ OnKill()

override void LayerTravel.OnKill ( )

Definition at line 42 of file LayerTravel.cs.

◆ OnSwitchContent()

override void LayerTravel.OnSwitchContent ( Window window)

Definition at line 55 of file LayerTravel.cs.

◆ Refresh()

void LayerTravel.Refresh ( )

Definition at line 87 of file LayerTravel.cs.

Member Data Documentation

◆ bg

Image LayerTravel.bg

Definition at line 203 of file LayerTravel.cs.

◆ currentZone

Zone LayerTravel.currentZone

Definition at line 200 of file LayerTravel.cs.

◆ easeFade

Ease LayerTravel.easeFade

Definition at line 212 of file LayerTravel.cs.

◆ easeZoom

Ease LayerTravel.easeZoom

Definition at line 215 of file LayerTravel.cs.

◆ endZoom

float LayerTravel.endZoom

Definition at line 221 of file LayerTravel.cs.

◆ fadeAlpha

float LayerTravel.fadeAlpha

Definition at line 206 of file LayerTravel.cs.

◆ fadeTime

float LayerTravel.fadeTime

Definition at line 209 of file LayerTravel.cs.

◆ highlightZone

bool LayerTravel.highlightZone

Definition at line 227 of file LayerTravel.cs.

◆ list

UIList LayerTravel.list

Definition at line 197 of file LayerTravel.cs.

◆ startZoom

float LayerTravel.startZoom

Definition at line 218 of file LayerTravel.cs.

◆ timeZoom

float LayerTravel.timeZoom

Definition at line 224 of file LayerTravel.cs.

◆ useBG

bool LayerTravel.useBG

Definition at line 230 of file LayerTravel.cs.

◆ useZoom

bool LayerTravel.useZoom

Definition at line 233 of file LayerTravel.cs.

Property Documentation

◆ blockWidgetClick

override bool LayerTravel.blockWidgetClick
get

Definition at line 15 of file LayerTravel.cs.


The documentation for this class was generated from the following file: