Elin Modding Docs Doc
|
Public Member Functions | |
override void | OnAfterInit () |
void | Wait (float duration=5f) |
void | Sleep (int _hours, Thing _bed, Thing _pillow=null) |
void | Advance () |
![]() | |
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 | |
float | repeatRate |
float | coverAlpha |
float | coverShow |
float | coverHide |
float | hideDelay |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
![]() | |
override void | _Close () |
override void | Kill () |
![]() | |
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] |
Definition at line 5 of file LayerSleep.cs.
void LayerSleep.Advance | ( | ) |
Definition at line 40 of file LayerSleep.cs.
override void LayerSleep.OnAfterInit | ( | ) |
Definition at line 8 of file LayerSleep.cs.
Definition at line 27 of file LayerSleep.cs.
void LayerSleep.Wait | ( | float | duration = 5f | ) |
Definition at line 14 of file LayerSleep.cs.
float LayerSleep.coverAlpha |
Definition at line 84 of file LayerSleep.cs.
float LayerSleep.coverHide |
Definition at line 90 of file LayerSleep.cs.
float LayerSleep.coverShow |
Definition at line 87 of file LayerSleep.cs.
float LayerSleep.hideDelay |
Definition at line 93 of file LayerSleep.cs.
float LayerSleep.repeatRate |
Definition at line 81 of file LayerSleep.cs.