Elin Decompiled Documentation EA 23.102 Nightly
|
Classes | |
class | Interaction |
Public Types | |
enum | AccessType { Public , Resident , Private } |
![]() | |
enum | NoteMode { Default , Recipe , Product , Info } |
Public Member Functions | |
Point | GetRandomFreePos () |
Thing | GetEmptySeat () |
virtual Point | GetRandomPoint (bool walkable=true, bool allowChara=true) |
void | ChangeType (string _id) |
void | SetRandomName (int seed=-1) |
string | GetRandomName (int seed=-1) |
HashSet< string > | ListRoomNames () |
int | GetSortVal (UIList.SortMode m) |
List< Interaction > | ListInteractions () |
void | OnInspect () |
void | WriteNote (UINote n, Action< UINote > onWriteNote=null, IInspect.NoteMode mode=IInspect.NoteMode.Default, Recipe recipe=null) |
void | WriteNote (UINote n, Action< UINote > onWriteNote=null, NoteMode mode=NoteMode.Default, Recipe recipe=null) |
void | OnInspect () |
Public Attributes | |
int | uid |
PointList | points = new PointList() |
AreaData | data = new AreaData() |
AreaType | type = new AreaTypeRoom() |
TraitRoomPlate | plate |
Properties | |
virtual string | Name [get] |
bool | IsPrivate [get] |
SourceArea.Row | source [get] |
bool | CanInspect [get] |
string | InspectName [get] |
Point | InspectPoint [get] |
Vector3 | InspectPosition [get] |
![]() | |
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] |
![]() | |
bool | CanInspect [get] |
string | InspectName [get] |
Point | InspectPoint [get] |
Vector3 | InspectPosition [get] |
Additional Inherited Members | |
![]() | |
static int | rnd (int a) |
static int | curve (int a, int start, int step, int rate=75) |
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 Core | core |
Definition at line 6 of file BaseArea.cs.
enum BaseArea.AccessType |
Enumerator | |
---|---|
Public | |
Resident | |
Private |
Definition at line 8 of file BaseArea.cs.
|
inline |
Definition at line 106 of file BaseArea.cs.
Referenced by Area.Create().
|
inline |
Definition at line 73 of file BaseArea.cs.
References Point.HasChara, Card.IsInstalled, points, Card.pos, Point.Things, and Card.trait.
Referenced by MeetingManager.CallNext(), and MeetingManager.Start().
|
inline |
Definition at line 60 of file BaseArea.cs.
References Point.IsBlocked, and points.
Referenced by AreaTypeFarm.GetAI(), GoalSleep.OnSimulatePosition(), GoalWork.OnSimulatePosition(), and GoalSleep.Run().
|
inline |
Definition at line 122 of file BaseArea.cs.
References EClass.Branch, FactionBranch.GetRandomName(), ListRoomNames(), seed, and Rand.SetSeed().
Referenced by ListInteractions(), and SetRandomName().
|
inlinevirtual |
Definition at line 88 of file BaseArea.cs.
References Point.HasChara, Point.IsBlocked, and points.
Referenced by MeetingManager.CallNext(), AI_Idle.Run(), AIWork_Chore.SetDestPos(), and MeetingManager.Start().
|
inline |
Definition at line 161 of file BaseArea.cs.
References source.
Referenced by LayerHome.RefreshAreas().
|
inline |
Definition at line 167 of file BaseArea.cs.
References EClass._map, AreaData.accessType, AreaData.atrium, data, GetRandomName(), Dialog.InputName(), AreaData.name, plate, RoomManager.RefreshAll(), Map.rooms, AreaData.showWallItem, EClass.ui, and Util.
Referenced by TraitRoomPlate.TrySetAct().
|
inline |
Definition at line 136 of file BaseArea.cs.
References Lang.GetList(), Card.IsInstalled, item, points, Thing.source, and Point.Things.
Referenced by GetRandomName().
|
inline |
|
inline |
Definition at line 117 of file BaseArea.cs.
References GetRandomName(), and seed.
Referenced by AM_CreateArea.OnProcessTiles(), and Room.Refresh().
|
inline |
Implements IInspect.
Definition at line 290 of file BaseArea.cs.
References UINote.AddHeaderCard(), UINote.Build(), and UINote.Clear().
Definition at line 29 of file BaseArea.cs.
Referenced by BaseTileMap.DrawTile(), Thing.GetExtraName(), ActionMode.GetSimpleText(), ListInteractions(), BaseGameScreen.RefreshWeather(), AI_Idle.Run(), and GameUpdater.Update100ms().
TraitRoomPlate BaseArea.plate |
Definition at line 34 of file BaseArea.cs.
Referenced by ChangeType(), Room.Clean(), ListInteractions(), and Room.Refresh().
Definition at line 26 of file BaseArea.cs.
Referenced by Lot.AddConnectedRooms(), Room.AddPoint(), Area.AddPoint(), GetEmptySeat(), AreaTypeFarm.GetPlowPos(), GetRandomFreePos(), GetRandomPoint(), AM_ExpandArea.HitTest(), Trait.ListPoints(), ListRoomNames(), Area.OnHoverArea(), Area.OnLoad(), Room.OnLoad(), Area.OnRemove(), Room.OnRemove(), Room.Refresh(), Area.RemovePoint(), and VirtualRoom.VirtualRoom().
AreaType BaseArea.type = new AreaTypeRoom() |
Definition at line 32 of file BaseArea.cs.
Referenced by ChangeType(), AM_CreateArea.CreateNew(), AIWork.GetSession(), Point.IsPublicSpace(), and Room.Refresh().
int BaseArea.uid |
Definition at line 23 of file BaseArea.cs.
Referenced by RoomManager.AddArea(), RoomManager.AddRoom(), Area.OnLoad(), Room.OnLoad(), RoomManager.RemoveArea(), RoomManager.RemoveRoom(), RefArea.Set(), Room.ToString(), and RoomManager.TryAddArea().
|
get |
Implements IInspect.
Definition at line 52 of file BaseArea.cs.
|
get |
Implements IInspect.
Definition at line 54 of file BaseArea.cs.
|
get |
Implements IInspect.
Definition at line 56 of file BaseArea.cs.
|
get |
Implements IInspect.
Definition at line 58 of file BaseArea.cs.
|
get |
Definition at line 48 of file BaseArea.cs.
Referenced by AIWork_Chore.SetDestPos().
|
get |
Definition at line 36 of file BaseArea.cs.
Referenced by BaseListPeople.OnInstantiate(), LayerHome.RefreshAreas(), UIRecipeInfo.SetArea(), and BaseListPeople.WriteHobbies().
|
get |
Definition at line 50 of file BaseArea.cs.
Referenced by GetSortVal(), BuildMenu.RefreshCategoryArea(), and UIRecipeInfo.SetArea().