|
Elin Decompiled Documentation EA 23.245 Nightly
|
Public Member Functions | |
| void | SetOwner (FactionBranch _branch) |
| void | OnSimulateHour (VirtualDate date) |
| void | Add (VirtualDate date) |
| void | Add (Meeting m) |
| void | Remove (Meeting m) |
| BaseArea | SetRoom () |
| void | Start () |
| void | CallNext () |
Public Attributes | |
| List< Meeting > | list = new List<Meeting>() |
| FactionBranch | branch |
| BaseArea | room |
Properties | |
| bool | CanStartMeeting [get] |
Properties inherited from EClass | |
| static Game | game [get] |
| static bool | AdvMode [get] |
| static Player | player [get] |
| static Chara | pc [get] |
| static UI | ui [get] |
| static Map | _map [get] |
| static Zone | _zone [get] |
| static FactionBranch | Branch [get] |
| static FactionBranch | BranchOrHomeBranch [get] |
| static Faction | Home [get] |
| static Faction | Wilds [get] |
| static Scene | scene [get] |
| static BaseGameScreen | screen [get] |
| static GameSetting | setting [get] |
| static GameData | gamedata [get] |
| static ColorProfile | Colors [get] |
| static World | world [get] |
| static SourceManager | sources [get] |
| static SourceManager | editorSources [get] |
| static SoundManager | Sound [get] |
| static CoreDebug | debug [get] |
Additional Inherited Members | |
Static Public Member Functions inherited from EClass | |
| static int | rndSeed (int a, int seed) |
| static int | rnd (long a) |
| static int | rnd (int a) |
| static int | curve (int _a, int start, int step, int rate=75) |
| static int | sqrt (int a) |
| static int | rndHalf (int a) |
| static float | rndf (float a) |
| static int | rndSqrt (int a) |
| static void | Wait (float a, Card c) |
| static void | Wait (float a, Point p) |
| static int | Bigger (int a, int b) |
| static int | Smaller (int a, int b) |
Static Public Attributes inherited from EClass | |
| static Core | core |
Definition at line 4 of file MeetingManager.cs.
|
inline |
Definition at line 60 of file MeetingManager.cs.
References list.
|
inline |
Definition at line 49 of file MeetingManager.cs.
References Date.GetRaw(), VirtualDate.IsRealTime, list, and Msg.Say().
|
inline |
Definition at line 95 of file MeetingManager.cs.
References LayerDrama.Activate(), EClass.Branch, Meeting.chara, BaseArea.GetEmptySeat(), FactionBranch.GetMaid(), BaseArea.GetRandomPoint(), list, Card.Name, Card.pos, room, Meeting.SetChara(), Layer.SetOnKill(), and Meeting.Start().
Referenced by Meeting.OnEndDrama(), and Start().
|
inline |
Definition at line 34 of file MeetingManager.cs.
References Date.IsExpired(), and list.
|
inline |
|
inline |
Definition at line 25 of file MeetingManager.cs.
References branch, item, and list.
Referenced by FactionBranch.SetOwner().
|
inline |
Definition at line 70 of file MeetingManager.cs.
References EClass._map, Props.Find(), PropsManager.installed, RoomManager.listRoom, Map.props, room, and Map.rooms.
Referenced by Start().
|
inline |
Definition at line 87 of file MeetingManager.cs.
References CallNext(), BaseArea.GetEmptySeat(), BaseArea.GetRandomPoint(), Card.MoveImmediate(), EClass.pc, room, and SetRoom().
| FactionBranch MeetingManager.branch |
Definition at line 9 of file MeetingManager.cs.
Referenced by SetOwner().
Definition at line 7 of file MeetingManager.cs.
Referenced by Add(), CallNext(), OnSimulateHour(), UIHomeInfo.RefreshReport(), Remove(), and SetOwner().
| BaseArea MeetingManager.room |
Definition at line 11 of file MeetingManager.cs.
Referenced by CallNext(), SetRoom(), and Start().
|
get |
Definition at line 13 of file MeetingManager.cs.