|
Elin Decompiled Documentation EA 23.229 Stable 1st Anniversary Patch 2
|
Public Member Functions | |
| int | GetInt (int id, int? defaultInt=null) |
| void | AddInt (int id, int value) |
| void | SetInt (int id, int value=0) |
| override string | ToString () |
| void | Create (string _id, int _x, int _y, int _icon) |
| void | Register () |
| virtual void | OnCreate () |
| virtual void | OnAfterCreate () |
| virtual void | SetMainFaction (Faction f) |
| Zone | GetFirstZone () |
| void | OnBeforeSave () |
| virtual void | _OnBeforeSave () |
| void | _OnLoad () |
| virtual void | OnLoad () |
| virtual void | Destroy () |
| void | DeleteMapRecursive () |
| virtual void | AddChild (Spatial child) |
| void | RemoveChild (Spatial child) |
| Zone | FindDeepestZone () |
| Zone | FindZone (int lv) |
| Zone | FindZone (string _id) |
| virtual bool | CanKill () |
| int | Dist (Point p) |
| int | Dist (Spatial s) |
| void | MakeGameObject (GameObject parentGo) |
Public Attributes | |
| Spatial | parent |
| string | id |
| string | idUser |
| string | name |
| string | idMainFaction |
| string | idProfile |
| string | idCurrentSubset |
| string | idHat |
| int[] | _ints = new int[30] |
| List< Spatial > | children = new List<Spatial>() |
| List< Spatial > | connections = new List<Spatial>() |
| Dictionary< int, int > | mapInt = new Dictionary<int, int>() |
| bool | destryoed |
| bool | isImported |
| BitArray32 | bits |
Protected Member Functions | |
| Zone | _FindZone (string _id) |
Protected Attributes | |
| Point | _regionPos = new Point() |
Properties | |
| int | _bits [get, set] |
| int | uid [get, set] |
| int | icon [get, set] |
| int | x [get, set] |
| int | y [get, set] |
| int | lastActive [get, set] |
| int | idPrefix [get, set] |
| int | lv [get, set] |
| int | visitCount [get, set] |
| int | dateExpire [get, set] |
| int | dateRevive [get, set] |
| int | _dangerLv [get, set] |
| int | dateRegenerate [get, set] |
| int | influence [get, set] |
| int | investment [get, set] |
| int | development [get, set] |
| int | electricity [get, set] |
| int | dateHat [get, set] |
| int | uidBoss [get, set] |
| int | dateQuest [get, set] |
| int | version [get, set] |
| bool | isGenerated [get, set] |
| bool | isShore [get, set] |
| bool | isRandomSite [get, set] |
| bool | isKnown [get, set] |
| bool | isMapSaved [get, set] |
| bool | isExternalZone [get, set] |
| bool | isConquered [get, set] |
| bool | isBeach [get, set] |
| bool | isPeace [get, set] |
| bool | isDeathLocation [get, set] |
| bool | isAlarmSet [get, set] |
| Faction | mainFaction [get, set] |
| SourceZone.Row | source [get] |
| bool | IsPlayerFaction [get] |
| bool | IsClosed [get] |
| int | mapX [get] |
| int | mapY [get] |
| virtual int | ContentLv [get] |
| virtual int | DangerLv [get] |
| virtual int | DangerLvFix [get] |
| virtual int | DangerLvBoost [get] |
| virtual float | VolumeSea [get] |
| virtual bool | ShowDangerLv [get] |
| virtual bool | CanSpawnAdv [get] |
| string | pathSave [get] |
| virtual string | Name [get] |
| string | NameWithDangerLevel [get] |
| virtual string | NameSuffix [get] |
| virtual bool | IsRegion [get] |
| virtual bool | CanFastTravel [get] |
| EloMap.TileInfo | Tile [get] |
| virtual bool | IsSnowZone [get] |
| virtual bool | IsSnowCovered [get] |
| virtual Point | RegionPos [get] |
| virtual bool | isClaimable [get] |
| int | Seed [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] |
Private Member Functions | |
| void | OnSerializing (StreamingContext context) |
| void | OnDeserialized (StreamingContext context) |
Private Attributes | |
| SourceZone.Row | _source |
| EloMap.TileInfo | _tile |
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 | 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 7 of file Spatial.cs.
|
inlineprotected |
Definition at line 757 of file Spatial.cs.
References _FindZone(), and children.
Referenced by _FindZone(), and FindZone().
|
inlinevirtual |
Reimplemented in Zone.
Definition at line 673 of file Spatial.cs.
Referenced by OnBeforeSave().
|
inline |
Definition at line 677 of file Spatial.cs.
References _OnLoad(), children, and OnLoad().
Referenced by _OnLoad(), and Game.OnLoad().
|
inlinevirtual |
Definition at line 703 of file Spatial.cs.
References children.
Referenced by SpatialGen.Create(), and TraitTent.OnChangePlaceState().
|
inline |
Definition at line 575 of file Spatial.cs.
|
inlinevirtual |
Definition at line 774 of file Spatial.cs.
|
inline |
Definition at line 612 of file Spatial.cs.
References _dangerLv, EClass.debug, development, icon, isKnown, OnCreate(), Seed, Rand.SetSeed(), source, CoreDebug.travelAnywhere, x, and y.
Referenced by SpatialGen.Create().
|
inline |
Definition at line 694 of file Spatial.cs.
References children, DeleteMapRecursive(), and pathSave.
Referenced by DeleteMapRecursive().
|
inlinevirtual |
Reimplemented in Zone.
Definition at line 690 of file Spatial.cs.
Referenced by Zone.ClearZones(), and Zone.Destroy().
|
inline |
Definition at line 779 of file Spatial.cs.
References Fov.Distance(), Scene.elomap, EloMap.GetTileInfo(), PathProgress.HasPath, PathManager.Instance, EloMap.TileInfo.IsSnow, EloMap.minX, EloMap.minY, PathProgress.nodes, EClass.pc, PathManager.RequestPathImmediate(), EClass.scene, Algorithms.PathFinderNode.X, Point.x, x, y, Algorithms.PathFinderNode.Z, and Point.z.
Referenced by Region.ListTravelZones(), and Region.ListZonesInRadius().
|
inline |
|
inline |
Definition at line 715 of file Spatial.cs.
References children, isExternalZone, and lv.
Referenced by AM_Adv._OnUpdateInput(), Zone.CanDestroy(), and SpatialManager.ListReturnLocations().
|
inline |
Definition at line 728 of file Spatial.cs.
References children, isExternalZone, and lv.
Referenced by Zone.AddRandomVisitor(), Region.CheckRandomSites(), Chara.FallFromZone(), Chara.MoveHome(), and TraitNewZone.MoveZone().
|
inline |
Definition at line 744 of file Spatial.cs.
References _FindZone(), and children.
|
inline |
Definition at line 651 of file Spatial.cs.
References children, and GetFirstZone().
Referenced by GetFirstZone().
|
inline |
Definition at line 566 of file Spatial.cs.
References mapInt.
Referenced by AddInt(), and TraitCoreZone.TrySetAct().
|
inline |
Definition at line 802 of file Spatial.cs.
References children, MakeGameObject(), and ToString().
Referenced by MakeGameObject().
|
inlinevirtual |
Reimplemented in Zone.
Definition at line 642 of file Spatial.cs.
Referenced by SpatialGen.Create().
|
inline |
Definition at line 668 of file Spatial.cs.
References _OnBeforeSave().
Referenced by Game.OnBeforeSave().
|
inlinevirtual |
Reimplemented in World, and Zone.
Definition at line 638 of file Spatial.cs.
Referenced by Create().
|
inlineprivate |
Definition at line 607 of file Spatial.cs.
References _bits.
|
inlinevirtual |
Reimplemented in Zone.
Definition at line 686 of file Spatial.cs.
Referenced by _OnLoad().
|
inlineprivate |
|
inline |
Definition at line 630 of file Spatial.cs.
References SpatialManager.AssignUID(), EClass.game, Game.spatials, and uid.
Referenced by SpatialGen.Create().
|
inline |
Definition at line 709 of file Spatial.cs.
References children.
Referenced by TraitTent.OnChangePlaceState().
|
inline |
Definition at line 580 of file Spatial.cs.
Referenced by AddInt(), and Zone_Tent.OnBeforeDeactivate().
|
inlinevirtual |
|
inline |
| int [] Spatial._ints = new int[30] |
Definition at line 34 of file Spatial.cs.
Definition at line 55 of file Spatial.cs.
Referenced by Zone.ToString().
|
private |
Definition at line 51 of file Spatial.cs.
|
private |
Definition at line 53 of file Spatial.cs.
| BitArray32 Spatial.bits |
Definition at line 49 of file Spatial.cs.
Referenced by OnSerializing().
Definition at line 37 of file Spatial.cs.
Referenced by _FindZone(), Chara._Move(), _OnLoad(), AddChild(), DeleteMapRecursive(), FindDeepestZone(), FindZone(), GlobalGoalExplore.GetDestZone(), GetFirstZone(), EloMap.GetZone(), EloMap.Init(), Region.ListRandomSites(), CoreDebug.LOG_Spatials(), MakeGameObject(), Region.OnActivate(), TraitTent.OnChangePlaceState(), ActEffect.Proc(), ActionMode.RefreshTexts(), SpatialManager.Remove(), RemoveChild(), and TraitElevator.TrySetAct().
Definition at line 40 of file Spatial.cs.
| bool Spatial.destryoed |
Definition at line 45 of file Spatial.cs.
Referenced by Zone.Activate(), Region.OnActivate(), Game.OnLoad(), ActionMode.RefreshTexts(), and Chara.Tick().
| string Spatial.id |
Definition at line 13 of file Spatial.cs.
Referenced by QuestVernis.CanUpdateOnTalk(), GameLang.ConvertDrama(), Trait.CreateStock(), TraitNewZone.CreateZone(), SpatialManager.Find(), DramaCustomSequence.GetRumor(), TraitNewZone.IsFor(), Chara.MoveZone(), Trait.OnBarter(), Chara.OnCreate(), Player.Flags.OnEnterZone(), QuestTaskFlyer.OnGiveItem(), Game.OnLoad(), SetInt(), ListPeopleExpedition.SetSubText(), Chara.ShowDialog(), CoreDebug.UpdateInput(), and TraitMoongate.UseMoongate().
| string Spatial.idCurrentSubset |
Definition at line 28 of file Spatial.cs.
Referenced by WidgetDate._Refresh(), Zone.Activate(), and RecipeCard.Build().
| string Spatial.idHat |
Definition at line 31 of file Spatial.cs.
| string Spatial.idMainFaction |
Definition at line 22 of file Spatial.cs.
| string Spatial.idProfile |
Definition at line 25 of file Spatial.cs.
| string Spatial.idUser |
Definition at line 16 of file Spatial.cs.
Referenced by TraitMoongate.LoadMap().
| bool Spatial.isImported |
Definition at line 47 of file Spatial.cs.
Referenced by Zone.Activate().
| Dictionary<int, int> Spatial.mapInt = new Dictionary<int, int>() |
Definition at line 43 of file Spatial.cs.
| string Spatial.name |
Definition at line 19 of file Spatial.cs.
Referenced by Zone_Arena2.OnGenerateMap(), Zone_Harvest.OnGenerateMap(), TraitCoreZone.TrySetAct(), and TraitWaystone.TrySetAct().
| Spatial Spatial.parent |
Definition at line 10 of file Spatial.cs.
Referenced by SpatialManager.ListReturnLocations(), Region.ListTravelZones(), TraitNewZone.MoveZone(), ZoneEventQuest.OnTickRound(), ContentFaction.RefreshZones(), LayerFactions.RefreshZones(), LayerLocation.RefreshZones(), SpatialManager.Remove(), TraitWaystone.TrySetAct(), and CoreDebug.UpdateInput().
|
getset |
Definition at line 57 of file Spatial.cs.
Referenced by OnDeserialized(), and OnSerializing().
|
getset |
Definition at line 189 of file Spatial.cs.
Referenced by Create().
|
get |
Definition at line 517 of file Spatial.cs.
Referenced by Region.ListTravelZones().
|
get |
Definition at line 505 of file Spatial.cs.
Referenced by Region.ListTowns().
|
get |
Definition at line 483 of file Spatial.cs.
|
get |
Definition at line 485 of file Spatial.cs.
|
get |
Definition at line 489 of file Spatial.cs.
Referenced by Chara.ScaleByPrincipal().
|
get |
Definition at line 487 of file Spatial.cs.
|
getset |
Definition at line 165 of file Spatial.cs.
Referenced by TraitMoongate.CanUse(), and LayerTravel.Refresh().
|
getset |
Definition at line 261 of file Spatial.cs.
|
getset |
Definition at line 285 of file Spatial.cs.
Referenced by Zone.UpdateQuests().
|
getset |
Definition at line 201 of file Spatial.cs.
|
getset |
Definition at line 177 of file Spatial.cs.
|
getset |
Definition at line 237 of file Spatial.cs.
Referenced by Create(), TraitBigSister.GetDramaText(), TraitMayor.GetDramaText(), TraitNino.GetDramaText(), TraitNola.GetDramaText(), TraitSecretary.GetDramaText(), CalcMoney.InvestZone(), and CoreDebug.UpdateInput().
|
getset |
Definition at line 249 of file Spatial.cs.
Referenced by TraitGenerator.OnSimulateHour(), Trait.Toggle(), and Trait.TryToggle().
|
getset |
Definition at line 81 of file Spatial.cs.
Referenced by Create(), Region.CreateRandomSite(), RankedZone.GetSprite(), EloMap.Init(), LayerTravel.Refresh(), EloMap.SetZone(), and TraitMapBoard.TrySetAct().
|
getset |
Definition at line 129 of file Spatial.cs.
Referenced by Zone.OnAfterCreate().
|
getset |
Definition at line 213 of file Spatial.cs.
Referenced by UICurrency.Build(), WidgetStatsBar.Build(), Card.GetCurrency(), LayerQuestBoard.OnSwitchContent(), ContentFaction.RefreshZones(), and UIFactionInfo.SetZone().
|
getset |
Definition at line 225 of file Spatial.cs.
|
getset |
Definition at line 429 of file Spatial.cs.
Referenced by Point.CallGuard(), and GoalCombat.Run().
|
getset |
Definition at line 393 of file Spatial.cs.
|
get |
Definition at line 562 of file Spatial.cs.
Referenced by WidgetDate._Refresh(), and TraitDeed.OnRead().
|
get |
Definition at line 457 of file Spatial.cs.
Referenced by Player.EnterLocalZone(), EloMap.Init(), and Quest.ListDeliver().
|
getset |
Definition at line 381 of file Spatial.cs.
Referenced by ActionMode.RefreshTexts(), Zone.Simulate(), and Chara.TryDropBossLoot().
|
getset |
Definition at line 417 of file Spatial.cs.
Referenced by ActionMode.RefreshTexts().
|
getset |
Definition at line 369 of file Spatial.cs.
Referenced by FindDeepestZone(), FindZone(), TraitNewZone.MoveZone(), and TraitElevator.TrySetAct().
|
getset |
Definition at line 309 of file Spatial.cs.
|
getset |
Definition at line 345 of file Spatial.cs.
Referenced by Create(), Region.ListTravelZones(), LayerTravel.Refresh(), and LayerMapList.RefreshList().
|
getset |
Definition at line 357 of file Spatial.cs.
Referenced by LayerTextureViewer.Update().
|
getset |
Definition at line 405 of file Spatial.cs.
Referenced by WidgetDate._Refresh(), ActMelee.Attack(), Chara.FindNewEnemy(), TraitWhistlePeace.OnUse(), and GoalCombat.Run().
|
get |
Definition at line 455 of file Spatial.cs.
Referenced by BaseTileMap.Draw(), RankedZoneManager.GetList(), LayerNewZone.OnInit(), ActionMode.RefreshTexts(), and LayerLocation.RefreshZones().
|
getset |
Definition at line 333 of file Spatial.cs.
Referenced by SpatialManager.ListReturnLocations(), LayerTravel.Refresh(), and ActionMode.RefreshTexts().
|
get |
Definition at line 515 of file Spatial.cs.
Referenced by Chara._Move(), AM_Adv._OnUpdateInput(), UIMapPreview._RefreshPoint(), ActPlan._Update(), Zone.Activate(), Card.AddBlood(), LayerSleep.Advance(), GameDate.AdvanceHour(), InvOwner.AllowDrop(), ConfigTactics.AllyDistance(), Map.AngleToIndex(), AM_Adv.AxisMove(), ButtonAbility.CanAutoUse(), HotItemHeld.CanChangeHeightByWheel(), Chara.CanDuplicate(), Act.CanPerform(), Chara.CanReplace(), HotItemHeld.CanRotate(), TaskBuild.CanRotateBlock(), TraitCatalyst.CanUse(), TraitMoongate.CanUse(), Region.CreateRandomSite(), Thing.DoAct(), UIInventory.DoAct(), Chara.DoHostileAction(), BaseGameScreen.Draw(), BaseTileMap.Draw(), Player.EnterLocalZone(), GameUpdater.SurfaceUpdater.FixedUpdate(), GameUpdater.ConditionUpdater.FixedUpdate(), ZoneBlueprint.GenerateMap(), TaskDig.GetHitResult(), CoreConfig.GetPostEffectProfile(), Zone.GetSpawnPos(), Scene.Init(), Chara.IsEnemyOnPath(), Region.ListTravelZones(), Chara.LookAt(), Chara.MakeGrave(), Map.MineFloor(), TraitNewZone.MoveZone(), Player.MoveZone(), Chara.MoveZone(), Player.OnAdvanceHour(), InvOwner.OnDrag(), CharaRenderer.OnEnterScreen(), Player.OnExitBorder(), WidgetMinimap.OnPointerDown(), TaskDig.OnProgressComplete(), TraitDeedRelocate.OnRead(), ConSleep.OnRemoved(), TraitCrafter.OnUse(), TraitGiftJure.OnUse(), TraitGiftNewYear.OnUse(), TraitGiftPack.OnUse(), TraitParcel.OnUse(), TraitPlamoBox.OnUse(), TraitContainer.Open(), Point.PositionAuto(), Point.PositionCenter(), WidgetMinimap.RefreshStyle(), ActionMode.RefreshTexts(), BaseGameScreen.RefreshTilt(), QuestEscort.ReleaseEscort(), HotbarManager.ResetHotbar(), AI_Idle.Run(), LayerTreasureMap.SetMap(), HotItemContext.Show(), AM_Adv.ShowAllAction(), Card.Teleport(), BaseSong.Tick(), Chara.Tick(), ConFear.Tick(), ConSleep.Tick(), ConSuffocation.Tick(), Chara.TickConditions(), Scene.ToggleTilt(), Chara.TryPush(), TraitWaystone.TrySetAct(), Map.TrySmoothPick(), GameUpdater.Update(), PointTarget.Update(), WidgetDebug.UpdateText(), and Chara.Vomit().
|
getset |
Definition at line 321 of file Spatial.cs.
|
get |
Definition at line 544 of file Spatial.cs.
Referenced by BaseTileMap.Draw(), Cell.Refresh(), BaseGameScreen.RefreshGrading(), BaseGameScreen.RefreshSky(), BaseGameScreen.RefreshWeather(), Weather.RefreshWeather(), Chara.SetRenderParam(), and BaseGameScreen.UpdateShaders().
|
get |
Definition at line 542 of file Spatial.cs.
Referenced by Scene.RefreshBG(), and Weather.SetCondition().
|
getset |
Definition at line 117 of file Spatial.cs.
|
getset |
Definition at line 141 of file Spatial.cs.
Referenced by Region.CreateRandomSite(), Chara.FallFromZone(), FindDeepestZone(), FindZone(), RankedZoneManager.GetList(), Zone.GetSpawnPos(), QuestVernis.GetTextProgress(), TraitNewZone.IsFor(), Religion.JoinFaith(), TraitNewZone.MoveZone(), Trait.OnBarter(), Player.Flags.OnEnterZone(), MapGenDungen.OnGenerateTerrain(), ActEffect.Proc(), FortuneRollData.RefreshPrize(), BaseGameScreen.RefreshWeather(), SerializedCards.Restore(), and Chara.TryDropBossLoot().
|
getset |
Definition at line 441 of file Spatial.cs.
Referenced by GameDate.AdvanceDay(), Faction.CountTerritories(), Faction.GetChildren(), CoreDebug.LOG_Spatials(), TraitDeed.OnRead(), FactionBranch.OnSimulateDay(), ContentFaction.RefreshZones(), SetMainFaction(), UIFactionInfo.SetZone(), UIZoneInfo.SetZone(), and EloPos.WriteNote().
|
get |
Definition at line 459 of file Spatial.cs.
Referenced by Player.EnterLocalZone(), Zone.GetSpawnPos(), and RegionPoint.SetRegionPoint().
|
get |
Definition at line 471 of file Spatial.cs.
Referenced by Player.EnterLocalZone(), Zone.GetSpawnPos(), and RegionPoint.SetRegionPoint().
|
get |
Definition at line 509 of file Spatial.cs.
Referenced by Chara._Move(), Zone.Activate(), UIScreenshot.Activate(), FactionBranch.BanishMember(), GameLang.ConvertDrama(), GameIndex.Create(), ThingGen.CreateCardboardBox(), TraitNewZone.CreateZone(), Chara.Die(), Expedition.End(), Player.ExitBorder(), Map.ExportMetaData(), Chara.FallFromZone(), FactionBranch.GetDailyIncome(), Scene.Init(), CoreDebug.LOG_Spatials(), TraitNewZone.MoveZone(), Player.MoveZone(), Chara.MoveZone(), GlobalGoalVisitAndStay.OnAdvanceHour(), BaseListPeople.OnClick(), ElementContainerZone.OnLearn(), ElementContainerZone.OnLevelUp(), TraitDeedRelocate.OnRead(), TraitScrollMap.OnRead(), FactionBranch.OnSimulateDay(), EloMapTileSelector.OnUpdateInput(), TileSelectorElona.OnUpdateInput(), LayerTravel.Refresh(), ContentHomeReport.RefreshInfo(), UIHomeInfo.RefreshInfo(), LayerMapList.RefreshList(), WindowChara.RefreshProfile(), LayerGlobalMap.RefreshSummary(), ContentFaction.RefreshZones(), LayerFactions.RefreshZones(), LayerLocation.RefreshZones(), ContentQuest.SelectQuest(), ButtonChara.SetChara(), UIFactionInfo.SetZone(), UIZoneInfo.SetZone(), LayerInfo.SetZone(), LayerShippingResult.Show(), Zone.Simulate(), ToString(), Zone.ToString(), Chara.TryDropBossLoot(), TraitCoreZone.TrySetAct(), TraitWaystone.TrySetAct(), FactionBranch.Upgrade(), LayerUploader.Upload(), EloPos.WriteNote(), TraitBookPlan.WriteNote(), and UIMapSelector.WriteNote().
|
get |
Definition at line 513 of file Spatial.cs.
|
get |
Definition at line 511 of file Spatial.cs.
Referenced by AM_Adv._OnUpdateInput(), and TraitScrollMap.OnRead().
|
get |
Definition at line 507 of file Spatial.cs.
Referenced by DeleteMapRecursive().
|
get |
Definition at line 560 of file Spatial.cs.
Referenced by LayerTravel.Refresh(), ActionMode.RefreshTexts(), and CoreDebug.UpdateInput().
|
get |
Definition at line 564 of file Spatial.cs.
Referenced by Create().
|
get |
Definition at line 503 of file Spatial.cs.
Referenced by Chara._Move().
|
get |
Definition at line 453 of file Spatial.cs.
Referenced by Game._Create(), Chara._Move(), DramaCustomSequence.Build(), Create(), RankedZone.GetFactionName(), RankedZoneManager.GetList(), SpatialManager.ListReturnLocations(), Region.ListZonesInRadius(), TraitEditPlaylist.OnUse(), ContentFaction.RefreshZones(), EloMap.SetZone(), LayerInfo.SetZone(), Zone.UpdateQuests(), and UIMapSelector.WriteNote().
|
get |
Definition at line 529 of file Spatial.cs.
Referenced by ZonePreEnterEncounter.Execute().
|
getset |
Definition at line 69 of file Spatial.cs.
Referenced by AM_Adv._OnUpdateInput(), SpatialManager.GlobalSpatialList.Add(), LayerInventory.CreateContainer(), SpatialGen.CreateInstance(), TraitNewZone.CreateZone(), Zone.Generate(), RankedZoneManager.GetList(), Zone.GetSpawnPos(), Zone.ListLandFeats(), CoreDebug.LOG_Spatials(), TraitNewZone.MoveZone(), Player.MoveZone(), TraitMoongate.MoveZone(), GlobalGoalVisitAndStay.OnAdvanceHour(), TraitTeleporter.OnChangePlaceState(), MapGenDungen.OnGenerateTerrain(), Player.OnStartNewGame(), InvOwner.Transaction.Process(), ContentFaction.RefreshZones(), Register(), SpatialManager.Remove(), RefZone.Set(), Quest.SetClient(), QuestDestZone.SetDest(), TraitTicketFurniture.SetZone(), GameDate.ShipGoods(), ToString(), and TraitTeleporter.TrySetAct().
|
getset |
Definition at line 273 of file Spatial.cs.
|
getset |
Definition at line 297 of file Spatial.cs.
|
getset |
Definition at line 153 of file Spatial.cs.
Referenced by SpatialManager.ListReturnLocations(), ActEffect.Proc(), ActionMode.RefreshTexts(), and ContentFaction.RefreshZones().
|
get |
Definition at line 491 of file Spatial.cs.
Referenced by BaseGameScreen.RefreshWeather().
|
getset |
Definition at line 93 of file Spatial.cs.
Referenced by Zone.ClaimZone(), Create(), SpatialGen.CreateInstance(), Region.CreateRandomSite(), TraitNewZone.CreateZone(), Dist(), Zone_SnowGrave.GenerateGrave(), Zone.GetSpawnPos(), EloMap.GetZone(), Zone.GetZoneAt(), EloMap.Init(), Region.ListTravelZones(), Zone_WindRest.OnAfterSimulate(), Player.OnExitBorder(), TraitDeedRelocate.OnRead(), TraitScrollMap.OnRead(), TileSelectorElona.OnUpdateInput(), UIFactionInfo.SetZone(), UIZoneInfo.SetZone(), TraitMapBoard.TrySetAct(), and GameUpdater.Update().
|
getset |
Definition at line 105 of file Spatial.cs.
Referenced by Zone.ClaimZone(), Create(), SpatialGen.CreateInstance(), Region.CreateRandomSite(), TraitNewZone.CreateZone(), Dist(), Zone.GetSpawnPos(), EloMap.GetZone(), Zone.GetZoneAt(), EloMap.Init(), Region.ListTravelZones(), Zone_WindRest.OnAfterSimulate(), Player.OnExitBorder(), TraitDeedRelocate.OnRead(), TraitScrollMap.OnRead(), TileSelectorElona.OnUpdateInput(), UIFactionInfo.SetZone(), UIZoneInfo.SetZone(), TraitMapBoard.TrySetAct(), and GameUpdater.Update().