Elin Modding Docs Doc
|
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 () |
![]() | |
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< UIMapPreview > | previews |
Static Public Attributes | |
static LayerEmbark | Instance |
Properties | |
GameBlueprint | bp [get] |
LayerTitle | title [get] |
![]() | |
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 int | rnd (int a) |
![]() | |
override void | _Close () |
override void | Kill () |
Definition at line 7 of file LayerEmbark.cs.
enum LayerEmbark.Mode |
Definition at line 345 of file LayerEmbark.cs.
string LayerEmbark.GetAlias | ( | ) |
Definition at line 221 of file LayerEmbark.cs.
void LayerEmbark.ListPlayerAlias | ( | ) |
Definition at line 249 of file LayerEmbark.cs.
override void LayerEmbark.OnAfterAddLayer | ( | ) |
Definition at line 30 of file LayerEmbark.cs.
override bool LayerEmbark.OnBack | ( | ) |
Definition at line 110 of file LayerEmbark.cs.
void LayerEmbark.OnClickBack | ( | ) |
Definition at line 51 of file LayerEmbark.cs.
void LayerEmbark.OnClickPreview | ( | UIMapPreview | preview | ) |
Definition at line 166 of file LayerEmbark.cs.
void LayerEmbark.OnEndEditPlayerName | ( | ) |
Definition at line 243 of file LayerEmbark.cs.
override void LayerEmbark.OnKill | ( | ) |
Definition at line 134 of file LayerEmbark.cs.
void LayerEmbark.RefreshMembers | ( | ) |
Definition at line 175 of file LayerEmbark.cs.
void LayerEmbark.RerollMembers | ( | ) |
Definition at line 214 of file LayerEmbark.cs.
void LayerEmbark.RerollPC | ( | ) |
Definition at line 206 of file LayerEmbark.cs.
void LayerEmbark.RerollPlayerAlias | ( | ) |
Definition at line 231 of file LayerEmbark.cs.
void LayerEmbark.RerollPlayerName | ( | ) |
Definition at line 237 of file LayerEmbark.cs.
void LayerEmbark.RerollPreviewMap | ( | ) |
Definition at line 139 of file LayerEmbark.cs.
void LayerEmbark.SwitchMode | ( | int | i | ) |
Definition at line 61 of file LayerEmbark.cs.
void LayerEmbark.SwitchMode | ( | LayerEmbark.Mode | _mode | ) |
Definition at line 67 of file LayerEmbark.cs.
UIButton LayerEmbark.buttonEmbark |
Definition at line 312 of file LayerEmbark.cs.
UIButton LayerEmbark.buttonRerollSupply |
Definition at line 306 of file LayerEmbark.cs.
UICardInfo LayerEmbark.cardInfo |
Definition at line 303 of file LayerEmbark.cs.
GameObject LayerEmbark.goMap |
Definition at line 273 of file LayerEmbark.cs.
GameObject LayerEmbark.goMembers |
Definition at line 270 of file LayerEmbark.cs.
GameObject LayerEmbark.goPreviewMap |
Definition at line 267 of file LayerEmbark.cs.
GameObject LayerEmbark.goTop |
Definition at line 264 of file LayerEmbark.cs.
GridLayoutGroup LayerEmbark.gridPreview |
Definition at line 333 of file LayerEmbark.cs.
UISelectableGroup LayerEmbark.groupGameMode |
Definition at line 315 of file LayerEmbark.cs.
InputField LayerEmbark.inputEra |
Definition at line 297 of file LayerEmbark.cs.
InputField LayerEmbark.inputHomeName |
Definition at line 285 of file LayerEmbark.cs.
InputField LayerEmbark.inputPlayerAlias |
Definition at line 288 of file LayerEmbark.cs.
InputField LayerEmbark.inputPlayerName |
Definition at line 300 of file LayerEmbark.cs.
InputField LayerEmbark.inputRegion |
Definition at line 294 of file LayerEmbark.cs.
InputField LayerEmbark.inputSupplyType |
Definition at line 291 of file LayerEmbark.cs.
|
static |
Definition at line 258 of file LayerEmbark.cs.
LayerEmbark.Mode LayerEmbark.lastMode |
Definition at line 327 of file LayerEmbark.cs.
UIList LayerEmbark.listMembers |
Definition at line 282 of file LayerEmbark.cs.
UICharaMaker LayerEmbark.maker |
Definition at line 276 of file LayerEmbark.cs.
RectTransform LayerEmbark.mapHolder1 |
Definition at line 318 of file LayerEmbark.cs.
RectTransform LayerEmbark.mapHolder2 |
Definition at line 321 of file LayerEmbark.cs.
UIMapPreview LayerEmbark.mapPreview |
Definition at line 261 of file LayerEmbark.cs.
LayerEmbark.Mode LayerEmbark.mode |
Definition at line 324 of file LayerEmbark.cs.
EmbarkActor LayerEmbark.moldActor |
Definition at line 330 of file LayerEmbark.cs.
UIMapPreview LayerEmbark.moldPreview |
Definition at line 336 of file LayerEmbark.cs.
List<UIMapPreview> LayerEmbark.previews |
Definition at line 339 of file LayerEmbark.cs.
UIMapSelector LayerEmbark.selector |
Definition at line 279 of file LayerEmbark.cs.
UIButton LayerEmbark.toggleSkipQuests |
Definition at line 309 of file LayerEmbark.cs.
|
get |
Definition at line 11 of file LayerEmbark.cs.
|
get |
Definition at line 21 of file LayerEmbark.cs.