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

Public Types

enum  Mode { top , previewMap , member , map }
 

Public Member Functions

override void OnAfterAddLayer ()
 
void OnClickBack ()
 
void SwitchMode (int i)
 
void SwitchMode (LayerEmbark.Mode _mode)
 
override bool OnBack ()
 
override void OnKill ()
 
void RerollPreviewMap ()
 
void OnClickPreview (UIMapPreview preview)
 
void RefreshMembers ()
 
void RerollPC ()
 
void RerollMembers ()
 
string GetAlias ()
 
void RerollPlayerAlias ()
 
void RerollPlayerName ()
 
void OnEndEditPlayerName ()
 
void ListPlayerAlias ()
 
- 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

UIMapPreview mapPreview
 
GameObject goTop
 
GameObject goPreviewMap
 
GameObject goMembers
 
GameObject goMap
 
UICharaMaker maker
 
UIMapSelector selector
 
UIList listMembers
 
InputField inputHomeName
 
InputField inputPlayerAlias
 
InputField inputSupplyType
 
InputField inputRegion
 
InputField inputEra
 
InputField inputPlayerName
 
UICardInfo cardInfo
 
UIButton buttonRerollSupply
 
UIButton toggleSkipQuests
 
UIButton buttonEmbark
 
UISelectableGroup groupGameMode
 
RectTransform mapHolder1
 
RectTransform mapHolder2
 
LayerEmbark.Mode mode
 
LayerEmbark.Mode lastMode
 
EmbarkActor moldActor
 
GridLayoutGroup gridPreview
 
UIMapPreview moldPreview
 
List< UIMapPreviewpreviews
 

Static Public Attributes

static LayerEmbark Instance
 

Properties

GameBlueprint bp [get]
 
LayerTitle title [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 7 of file LayerEmbark.cs.

Member Enumeration Documentation

◆ Mode

enum LayerEmbark.Mode

Definition at line 345 of file LayerEmbark.cs.

Member Function Documentation

◆ GetAlias()

string LayerEmbark.GetAlias ( )

Definition at line 221 of file LayerEmbark.cs.

◆ ListPlayerAlias()

void LayerEmbark.ListPlayerAlias ( )

Definition at line 249 of file LayerEmbark.cs.

◆ OnAfterAddLayer()

override void LayerEmbark.OnAfterAddLayer ( )

Definition at line 30 of file LayerEmbark.cs.

◆ OnBack()

override bool LayerEmbark.OnBack ( )

Definition at line 110 of file LayerEmbark.cs.

◆ OnClickBack()

void LayerEmbark.OnClickBack ( )

Definition at line 51 of file LayerEmbark.cs.

◆ OnClickPreview()

void LayerEmbark.OnClickPreview ( UIMapPreview preview)

Definition at line 166 of file LayerEmbark.cs.

◆ OnEndEditPlayerName()

void LayerEmbark.OnEndEditPlayerName ( )

Definition at line 243 of file LayerEmbark.cs.

◆ OnKill()

override void LayerEmbark.OnKill ( )

Definition at line 134 of file LayerEmbark.cs.

◆ RefreshMembers()

void LayerEmbark.RefreshMembers ( )

Definition at line 175 of file LayerEmbark.cs.

◆ RerollMembers()

void LayerEmbark.RerollMembers ( )

Definition at line 214 of file LayerEmbark.cs.

◆ RerollPC()

void LayerEmbark.RerollPC ( )

Definition at line 206 of file LayerEmbark.cs.

◆ RerollPlayerAlias()

void LayerEmbark.RerollPlayerAlias ( )

Definition at line 231 of file LayerEmbark.cs.

◆ RerollPlayerName()

void LayerEmbark.RerollPlayerName ( )

Definition at line 237 of file LayerEmbark.cs.

◆ RerollPreviewMap()

void LayerEmbark.RerollPreviewMap ( )

Definition at line 139 of file LayerEmbark.cs.

◆ SwitchMode() [1/2]

void LayerEmbark.SwitchMode ( int i)

Definition at line 61 of file LayerEmbark.cs.

◆ SwitchMode() [2/2]

void LayerEmbark.SwitchMode ( LayerEmbark.Mode _mode)

Definition at line 67 of file LayerEmbark.cs.

Member Data Documentation

◆ buttonEmbark

UIButton LayerEmbark.buttonEmbark

Definition at line 312 of file LayerEmbark.cs.

◆ buttonRerollSupply

UIButton LayerEmbark.buttonRerollSupply

Definition at line 306 of file LayerEmbark.cs.

◆ cardInfo

UICardInfo LayerEmbark.cardInfo

Definition at line 303 of file LayerEmbark.cs.

◆ goMap

GameObject LayerEmbark.goMap

Definition at line 273 of file LayerEmbark.cs.

◆ goMembers

GameObject LayerEmbark.goMembers

Definition at line 270 of file LayerEmbark.cs.

◆ goPreviewMap

GameObject LayerEmbark.goPreviewMap

Definition at line 267 of file LayerEmbark.cs.

◆ goTop

GameObject LayerEmbark.goTop

Definition at line 264 of file LayerEmbark.cs.

◆ gridPreview

GridLayoutGroup LayerEmbark.gridPreview

Definition at line 333 of file LayerEmbark.cs.

◆ groupGameMode

UISelectableGroup LayerEmbark.groupGameMode

Definition at line 315 of file LayerEmbark.cs.

◆ inputEra

InputField LayerEmbark.inputEra

Definition at line 297 of file LayerEmbark.cs.

◆ inputHomeName

InputField LayerEmbark.inputHomeName

Definition at line 285 of file LayerEmbark.cs.

◆ inputPlayerAlias

InputField LayerEmbark.inputPlayerAlias

Definition at line 288 of file LayerEmbark.cs.

◆ inputPlayerName

InputField LayerEmbark.inputPlayerName

Definition at line 300 of file LayerEmbark.cs.

◆ inputRegion

InputField LayerEmbark.inputRegion

Definition at line 294 of file LayerEmbark.cs.

◆ inputSupplyType

InputField LayerEmbark.inputSupplyType

Definition at line 291 of file LayerEmbark.cs.

◆ Instance

LayerEmbark LayerEmbark.Instance
static

Definition at line 258 of file LayerEmbark.cs.

◆ lastMode

LayerEmbark.Mode LayerEmbark.lastMode

Definition at line 327 of file LayerEmbark.cs.

◆ listMembers

UIList LayerEmbark.listMembers

Definition at line 282 of file LayerEmbark.cs.

◆ maker

UICharaMaker LayerEmbark.maker

Definition at line 276 of file LayerEmbark.cs.

◆ mapHolder1

RectTransform LayerEmbark.mapHolder1

Definition at line 318 of file LayerEmbark.cs.

◆ mapHolder2

RectTransform LayerEmbark.mapHolder2

Definition at line 321 of file LayerEmbark.cs.

◆ mapPreview

UIMapPreview LayerEmbark.mapPreview

Definition at line 261 of file LayerEmbark.cs.

◆ mode

LayerEmbark.Mode LayerEmbark.mode

Definition at line 324 of file LayerEmbark.cs.

◆ moldActor

EmbarkActor LayerEmbark.moldActor

Definition at line 330 of file LayerEmbark.cs.

◆ moldPreview

UIMapPreview LayerEmbark.moldPreview

Definition at line 336 of file LayerEmbark.cs.

◆ previews

List<UIMapPreview> LayerEmbark.previews

Definition at line 339 of file LayerEmbark.cs.

◆ selector

UIMapSelector LayerEmbark.selector

Definition at line 279 of file LayerEmbark.cs.

◆ toggleSkipQuests

UIButton LayerEmbark.toggleSkipQuests

Definition at line 309 of file LayerEmbark.cs.

Property Documentation

◆ bp

GameBlueprint LayerEmbark.bp
get

Definition at line 11 of file LayerEmbark.cs.

◆ title

LayerTitle LayerEmbark.title
get

Definition at line 21 of file LayerEmbark.cs.


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