mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-10-31 19:00:51 +01:00
0.29.2
This commit is contained in:
parent
4a05f21473
commit
a1a53b6b2e
49 changed files with 1638 additions and 569 deletions
13
Changelog.md
13
Changelog.md
|
@ -1,3 +1,16 @@
|
||||||
|
# 0.29.2
|
||||||
|
*January 19, 2023*
|
||||||
|
|
||||||
|
Improvements
|
||||||
|
- Made hint popups be displayed per-save, and allow skipping them more easily
|
||||||
|
- Only display 10 saves at a time in the Load Game menu to avoid lag
|
||||||
|
- Added gamepad scrolling to the New Game menu to allow easily reading worlds' descriptions
|
||||||
|
- Updated default money amounts for various households to be more in line with their stories
|
||||||
|
|
||||||
|
Fixes
|
||||||
|
- Fixed breakable furniture taking a while to show that it's broken
|
||||||
|
- Fixed vehicles sometimes getting stuck in default maps when exporting
|
||||||
|
|
||||||
# 0.29.1
|
# 0.29.1
|
||||||
*January 17, 2023*
|
*January 17, 2023*
|
||||||
|
|
||||||
|
|
|
@ -1437,7 +1437,6 @@
|
||||||
"TinyLife.Objects.BreakableFurniture.GetDecorativeRating(TinyLife.World.Room)": "TinyLife.Objects.BreakableFurniture.yml",
|
"TinyLife.Objects.BreakableFurniture.GetDecorativeRating(TinyLife.World.Room)": "TinyLife.Objects.BreakableFurniture.yml",
|
||||||
"TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)": "TinyLife.Objects.BreakableFurniture.yml",
|
"TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)": "TinyLife.Objects.BreakableFurniture.yml",
|
||||||
"TinyLife.Objects.BreakableFurniture.GetPrice": "TinyLife.Objects.BreakableFurniture.yml",
|
"TinyLife.Objects.BreakableFurniture.GetPrice": "TinyLife.Objects.BreakableFurniture.yml",
|
||||||
"TinyLife.Objects.BreakableFurniture.IsMinorUpdateNow": "TinyLife.Objects.BreakableFurniture.yml",
|
|
||||||
"TinyLife.Objects.BreakableFurniture.OnBreak": "TinyLife.Objects.BreakableFurniture.yml",
|
"TinyLife.Objects.BreakableFurniture.OnBreak": "TinyLife.Objects.BreakableFurniture.yml",
|
||||||
"TinyLife.Objects.BreakableFurniture.OnRemoved": "TinyLife.Objects.BreakableFurniture.yml",
|
"TinyLife.Objects.BreakableFurniture.OnRemoved": "TinyLife.Objects.BreakableFurniture.yml",
|
||||||
"TinyLife.Objects.BreakableFurniture.OnWearDown": "TinyLife.Objects.BreakableFurniture.yml",
|
"TinyLife.Objects.BreakableFurniture.OnWearDown": "TinyLife.Objects.BreakableFurniture.yml",
|
||||||
|
@ -1600,6 +1599,7 @@
|
||||||
"TinyLife.Objects.Furniture.RemoveAndUnlink": "TinyLife.Objects.Furniture.yml",
|
"TinyLife.Objects.Furniture.RemoveAndUnlink": "TinyLife.Objects.Furniture.yml",
|
||||||
"TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)": "TinyLife.Objects.Furniture.yml",
|
"TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)": "TinyLife.Objects.Furniture.yml",
|
||||||
"TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{``0})": "TinyLife.Objects.Furniture.yml",
|
"TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{``0})": "TinyLife.Objects.Furniture.yml",
|
||||||
|
"TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)": "TinyLife.Objects.Furniture.yml",
|
||||||
"TinyLife.Objects.Furniture.Rotation": "TinyLife.Objects.Furniture.yml",
|
"TinyLife.Objects.Furniture.Rotation": "TinyLife.Objects.Furniture.yml",
|
||||||
"TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)": "TinyLife.Objects.Furniture.yml",
|
"TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)": "TinyLife.Objects.Furniture.yml",
|
||||||
"TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})": "TinyLife.Objects.Furniture.yml",
|
"TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})": "TinyLife.Objects.Furniture.yml",
|
||||||
|
@ -1917,6 +1917,7 @@
|
||||||
"TinyLife.Objects.MapObject.ParentInfo": "TinyLife.Objects.MapObject.yml",
|
"TinyLife.Objects.MapObject.ParentInfo": "TinyLife.Objects.MapObject.yml",
|
||||||
"TinyLife.Objects.MapObject.PersonRotationOrder": "TinyLife.Objects.MapObject.yml",
|
"TinyLife.Objects.MapObject.PersonRotationOrder": "TinyLife.Objects.MapObject.yml",
|
||||||
"TinyLife.Objects.MapObject.Position": "TinyLife.Objects.MapObject.yml",
|
"TinyLife.Objects.MapObject.Position": "TinyLife.Objects.MapObject.yml",
|
||||||
|
"TinyLife.Objects.MapObject.ResetToStatic(System.Boolean)": "TinyLife.Objects.MapObject.yml",
|
||||||
"TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)": "TinyLife.Objects.MapObject.yml",
|
"TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)": "TinyLife.Objects.MapObject.yml",
|
||||||
"TinyLife.Objects.MapObject.Validate": "TinyLife.Objects.MapObject.yml",
|
"TinyLife.Objects.MapObject.Validate": "TinyLife.Objects.MapObject.yml",
|
||||||
"TinyLife.Objects.MapObject.Visibility": "TinyLife.Objects.MapObject.yml",
|
"TinyLife.Objects.MapObject.Visibility": "TinyLife.Objects.MapObject.yml",
|
||||||
|
@ -2295,6 +2296,7 @@
|
||||||
"TinyLife.Objects.Vehicle.GetSpeed": "TinyLife.Objects.Vehicle.yml",
|
"TinyLife.Objects.Vehicle.GetSpeed": "TinyLife.Objects.Vehicle.yml",
|
||||||
"TinyLife.Objects.Vehicle.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)": "TinyLife.Objects.Vehicle.yml",
|
"TinyLife.Objects.Vehicle.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)": "TinyLife.Objects.Vehicle.yml",
|
||||||
"TinyLife.Objects.Vehicle.OnRemoved": "TinyLife.Objects.Vehicle.yml",
|
"TinyLife.Objects.Vehicle.OnRemoved": "TinyLife.Objects.Vehicle.yml",
|
||||||
|
"TinyLife.Objects.Vehicle.ResetToStatic(System.Boolean)": "TinyLife.Objects.Vehicle.yml",
|
||||||
"TinyLife.Objects.Vehicle.Rotation": "TinyLife.Objects.Vehicle.yml",
|
"TinyLife.Objects.Vehicle.Rotation": "TinyLife.Objects.Vehicle.yml",
|
||||||
"TinyLife.Objects.Vehicle.Type": "TinyLife.Objects.Vehicle.yml",
|
"TinyLife.Objects.Vehicle.Type": "TinyLife.Objects.Vehicle.yml",
|
||||||
"TinyLife.Objects.Vehicle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.Vehicle.yml",
|
"TinyLife.Objects.Vehicle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.Vehicle.yml",
|
||||||
|
@ -2336,7 +2338,6 @@
|
||||||
"TinyLife.Options.CameraUpKeybind": "TinyLife.Options.yml",
|
"TinyLife.Options.CameraUpKeybind": "TinyLife.Options.yml",
|
||||||
"TinyLife.Options.CopyFurnitureKeybind": "TinyLife.Options.yml",
|
"TinyLife.Options.CopyFurnitureKeybind": "TinyLife.Options.yml",
|
||||||
"TinyLife.Options.DecreaseSpeedKeybind": "TinyLife.Options.yml",
|
"TinyLife.Options.DecreaseSpeedKeybind": "TinyLife.Options.yml",
|
||||||
"TinyLife.Options.DisplayedHints": "TinyLife.Options.yml",
|
|
||||||
"TinyLife.Options.GamepadCursorSpeed": "TinyLife.Options.yml",
|
"TinyLife.Options.GamepadCursorSpeed": "TinyLife.Options.yml",
|
||||||
"TinyLife.Options.GamepadScreenBorder": "TinyLife.Options.yml",
|
"TinyLife.Options.GamepadScreenBorder": "TinyLife.Options.yml",
|
||||||
"TinyLife.Options.GamepadSwapAForB": "TinyLife.Options.yml",
|
"TinyLife.Options.GamepadSwapAForB": "TinyLife.Options.yml",
|
||||||
|
@ -2391,6 +2392,7 @@
|
||||||
"TinyLife.PerSaveOptions.AiSkillBuilding": "TinyLife.PerSaveOptions.yml",
|
"TinyLife.PerSaveOptions.AiSkillBuilding": "TinyLife.PerSaveOptions.yml",
|
||||||
"TinyLife.PerSaveOptions.DisableAiHousehold": "TinyLife.PerSaveOptions.yml",
|
"TinyLife.PerSaveOptions.DisableAiHousehold": "TinyLife.PerSaveOptions.yml",
|
||||||
"TinyLife.PerSaveOptions.DisableAiSelected": "TinyLife.PerSaveOptions.yml",
|
"TinyLife.PerSaveOptions.DisableAiSelected": "TinyLife.PerSaveOptions.yml",
|
||||||
|
"TinyLife.PerSaveOptions.DisplayedHints": "TinyLife.PerSaveOptions.yml",
|
||||||
"TinyLife.PerSaveOptions.Instance": "TinyLife.PerSaveOptions.yml",
|
"TinyLife.PerSaveOptions.Instance": "TinyLife.PerSaveOptions.yml",
|
||||||
"TinyLife.PerSaveOptions.Load(System.String)": "TinyLife.PerSaveOptions.yml",
|
"TinyLife.PerSaveOptions.Load(System.String)": "TinyLife.PerSaveOptions.yml",
|
||||||
"TinyLife.PerSaveOptions.LoadedMods": "TinyLife.PerSaveOptions.yml",
|
"TinyLife.PerSaveOptions.LoadedMods": "TinyLife.PerSaveOptions.yml",
|
||||||
|
@ -2841,7 +2843,8 @@
|
||||||
"TinyLife.Uis.CursorType.RotatingCamera": "TinyLife.Uis.CursorType.yml",
|
"TinyLife.Uis.CursorType.RotatingCamera": "TinyLife.Uis.CursorType.yml",
|
||||||
"TinyLife.Uis.CursorType.Wall": "TinyLife.Uis.CursorType.yml",
|
"TinyLife.Uis.CursorType.Wall": "TinyLife.Uis.CursorType.yml",
|
||||||
"TinyLife.Uis.InGameHint": "TinyLife.Uis.InGameHint.yml",
|
"TinyLife.Uis.InGameHint": "TinyLife.Uis.InGameHint.yml",
|
||||||
"TinyLife.Uis.InGameHint.#ctor(System.String,MLEM.Textures.TextureRegion,System.Func{TinyLife.GameImpl,System.Boolean})": "TinyLife.Uis.InGameHint.yml",
|
"TinyLife.Uis.InGameHint.#ctor(System.String,MLEM.Textures.TextureRegion,System.Func{TinyLife.GameImpl,System.Boolean},System.Action{TinyLife.Uis.CoveringGroup,MLEM.Ui.Elements.Panel})": "TinyLife.Uis.InGameHint.yml",
|
||||||
|
"TinyLife.Uis.InGameHint.AdditionalContent": "TinyLife.Uis.InGameHint.yml",
|
||||||
"TinyLife.Uis.InGameHint.ClothesIntentions": "TinyLife.Uis.InGameHint.yml",
|
"TinyLife.Uis.InGameHint.ClothesIntentions": "TinyLife.Uis.InGameHint.yml",
|
||||||
"TinyLife.Uis.InGameHint.Condition": "TinyLife.Uis.InGameHint.yml",
|
"TinyLife.Uis.InGameHint.Condition": "TinyLife.Uis.InGameHint.yml",
|
||||||
"TinyLife.Uis.InGameHint.Display": "TinyLife.Uis.InGameHint.yml",
|
"TinyLife.Uis.InGameHint.Display": "TinyLife.Uis.InGameHint.yml",
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AgeGroup
|
id: AgeGroup
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2744
|
startLine: 2741
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -67,7 +67,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Child
|
id: Child
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2752
|
startLine: 2749
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -101,7 +101,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Adult
|
id: Adult
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2758
|
startLine: 2755
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -24,7 +24,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BrokenBehavior
|
id: BrokenBehavior
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
startLine: 175
|
startLine: 173
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -69,7 +69,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Puddles
|
id: Puddles
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
startLine: 181
|
startLine: 179
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -103,7 +103,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Dripping
|
id: Dripping
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
startLine: 185
|
startLine: 183
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -137,7 +137,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ElectricityCrackle
|
id: ElectricityCrackle
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
startLine: 189
|
startLine: 187
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -171,7 +171,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Smoke
|
id: Smoke
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
startLine: 193
|
startLine: 191
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -205,7 +205,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Electrocution
|
id: Electrocution
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
startLine: 197
|
startLine: 195
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -12,7 +12,6 @@ items:
|
||||||
- TinyLife.Objects.BreakableFurniture.GetDecorativeRating(TinyLife.World.Room)
|
- TinyLife.Objects.BreakableFurniture.GetDecorativeRating(TinyLife.World.Room)
|
||||||
- TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
- TinyLife.Objects.BreakableFurniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||||
- TinyLife.Objects.BreakableFurniture.GetPrice
|
- TinyLife.Objects.BreakableFurniture.GetPrice
|
||||||
- TinyLife.Objects.BreakableFurniture.IsMinorUpdateNow
|
|
||||||
- TinyLife.Objects.BreakableFurniture.OnBreak
|
- TinyLife.Objects.BreakableFurniture.OnBreak
|
||||||
- TinyLife.Objects.BreakableFurniture.OnRemoved
|
- TinyLife.Objects.BreakableFurniture.OnRemoved
|
||||||
- TinyLife.Objects.BreakableFurniture.OnWearDown
|
- TinyLife.Objects.BreakableFurniture.OnWearDown
|
||||||
|
@ -95,6 +94,7 @@ items:
|
||||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||||
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
||||||
|
- TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
||||||
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||||
|
@ -267,45 +267,6 @@ items:
|
||||||
- public
|
- public
|
||||||
modifiers.vb:
|
modifiers.vb:
|
||||||
- Public
|
- Public
|
||||||
- uid: TinyLife.Objects.BreakableFurniture.IsMinorUpdateNow
|
|
||||||
commentId: P:TinyLife.Objects.BreakableFurniture.IsMinorUpdateNow
|
|
||||||
id: IsMinorUpdateNow
|
|
||||||
parent: TinyLife.Objects.BreakableFurniture
|
|
||||||
langs:
|
|
||||||
- csharp
|
|
||||||
- vb
|
|
||||||
name: IsMinorUpdateNow
|
|
||||||
nameWithType: BreakableFurniture.IsMinorUpdateNow
|
|
||||||
fullName: TinyLife.Objects.BreakableFurniture.IsMinorUpdateNow
|
|
||||||
type: Property
|
|
||||||
source:
|
|
||||||
remote:
|
|
||||||
path: TinyLife/Objects/BreakableFurniture.cs
|
|
||||||
branch: main
|
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
||||||
id: IsMinorUpdateNow
|
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
|
||||||
startLine: 38
|
|
||||||
assemblies:
|
|
||||||
- Tiny Life
|
|
||||||
namespace: TinyLife.Objects
|
|
||||||
summary: "\nA property that returns whether this updating object should currently update minorly, rather than majorly.\nA minor update means that <xref href=\"TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref> is only called once every 10 in-game minutes (see <xref href=\"TinyLife.World.MapSection.MinorUpdateMinutes\" data-throw-if-not-resolved=\"false\"></xref>), but all of the parameters to <xref href=\"TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref> are modified accordingly to maintain proper time calculations.\nNote that this property is only queried every 10 in-game minutes, as switching between major and minor update schedules only happens when a minor update is executed.\nFor example, a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> updates minorly when they're out of town to aid the game's performance.\n"
|
|
||||||
example: []
|
|
||||||
syntax:
|
|
||||||
content: public bool IsMinorUpdateNow { get; }
|
|
||||||
parameters: []
|
|
||||||
return:
|
|
||||||
type: System.Boolean
|
|
||||||
content.vb: Public ReadOnly Property IsMinorUpdateNow As Boolean
|
|
||||||
overload: TinyLife.Objects.BreakableFurniture.IsMinorUpdateNow*
|
|
||||||
implements:
|
|
||||||
- TinyLife.Objects.IUpdatingObject.IsMinorUpdateNow
|
|
||||||
modifiers.csharp:
|
|
||||||
- public
|
|
||||||
- get
|
|
||||||
modifiers.vb:
|
|
||||||
- Public
|
|
||||||
- ReadOnly
|
|
||||||
- uid: TinyLife.Objects.BreakableFurniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
|
- uid: TinyLife.Objects.BreakableFurniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
|
||||||
commentId: M:TinyLife.Objects.BreakableFurniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
|
commentId: M:TinyLife.Objects.BreakableFurniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
|
||||||
id: '#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)'
|
id: '#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)'
|
||||||
|
@ -324,7 +285,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
startLine: 46
|
startLine: 44
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -375,7 +336,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
startLine: 49
|
startLine: 47
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -421,7 +382,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WearDown
|
id: WearDown
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
startLine: 112
|
startLine: 110
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -459,7 +420,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanExecuteAction
|
id: CanExecuteAction
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
startLine: 126
|
startLine: 124
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -510,7 +471,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionUpdate
|
id: ActionUpdate
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
startLine: 131
|
startLine: 129
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -561,7 +522,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetPrice
|
id: GetPrice
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
startLine: 145
|
startLine: 143
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -599,7 +560,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDescription
|
id: GetDescription
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
startLine: 150
|
startLine: 148
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -643,7 +604,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDecorativeRating
|
id: GetDecorativeRating
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
startLine: 162
|
startLine: 160
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -685,7 +646,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnRemoved
|
id: OnRemoved
|
||||||
path: ../TinyLife/Objects/BreakableFurniture.cs
|
path: ../TinyLife/Objects/BreakableFurniture.cs
|
||||||
startLine: 167
|
startLine: 165
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1631,6 +1592,45 @@ references:
|
||||||
- name: )
|
- name: )
|
||||||
nameWithType: )
|
nameWithType: )
|
||||||
fullName: )
|
fullName: )
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
commentId: M:TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
parent: TinyLife.Objects.Furniture
|
||||||
|
isExternal: true
|
||||||
|
name: ResetToStatic(Boolean)
|
||||||
|
nameWithType: Furniture.ResetToStatic(Boolean)
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
parent: TinyLife.Objects.Furniture
|
parent: TinyLife.Objects.Furniture
|
||||||
|
@ -4929,17 +4929,6 @@ references:
|
||||||
name: Boolean
|
name: Boolean
|
||||||
nameWithType: Boolean
|
nameWithType: Boolean
|
||||||
fullName: System.Boolean
|
fullName: System.Boolean
|
||||||
- uid: TinyLife.Objects.BreakableFurniture.IsMinorUpdateNow*
|
|
||||||
commentId: Overload:TinyLife.Objects.BreakableFurniture.IsMinorUpdateNow
|
|
||||||
name: IsMinorUpdateNow
|
|
||||||
nameWithType: BreakableFurniture.IsMinorUpdateNow
|
|
||||||
fullName: TinyLife.Objects.BreakableFurniture.IsMinorUpdateNow
|
|
||||||
- uid: TinyLife.Objects.IUpdatingObject.IsMinorUpdateNow
|
|
||||||
commentId: P:TinyLife.Objects.IUpdatingObject.IsMinorUpdateNow
|
|
||||||
parent: TinyLife.Objects.IUpdatingObject
|
|
||||||
name: IsMinorUpdateNow
|
|
||||||
nameWithType: IUpdatingObject.IsMinorUpdateNow
|
|
||||||
fullName: TinyLife.Objects.IUpdatingObject.IsMinorUpdateNow
|
|
||||||
- uid: TinyLife.Objects.BreakableFurniture.#ctor*
|
- uid: TinyLife.Objects.BreakableFurniture.#ctor*
|
||||||
commentId: Overload:TinyLife.Objects.BreakableFurniture.#ctor
|
commentId: Overload:TinyLife.Objects.BreakableFurniture.#ctor
|
||||||
name: BreakableFurniture
|
name: BreakableFurniture
|
||||||
|
|
|
@ -85,6 +85,7 @@ items:
|
||||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||||
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
||||||
|
- TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
- TinyLife.Objects.Furniture.GetPrice
|
- TinyLife.Objects.Furniture.GetPrice
|
||||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||||
|
@ -1386,6 +1387,45 @@ references:
|
||||||
- name: )
|
- name: )
|
||||||
nameWithType: )
|
nameWithType: )
|
||||||
fullName: )
|
fullName: )
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
commentId: M:TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
parent: TinyLife.Objects.Furniture
|
||||||
|
isExternal: true
|
||||||
|
name: ResetToStatic(Boolean)
|
||||||
|
nameWithType: Furniture.ResetToStatic(Boolean)
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
parent: TinyLife.Objects.Furniture
|
parent: TinyLife.Objects.Furniture
|
||||||
|
|
|
@ -88,6 +88,7 @@ items:
|
||||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||||
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
||||||
|
- TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
- TinyLife.Objects.Furniture.GetPrice
|
- TinyLife.Objects.Furniture.GetPrice
|
||||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||||
|
@ -1737,6 +1738,45 @@ references:
|
||||||
- name: )
|
- name: )
|
||||||
nameWithType: )
|
nameWithType: )
|
||||||
fullName: )
|
fullName: )
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
commentId: M:TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
parent: TinyLife.Objects.Furniture
|
||||||
|
isExternal: true
|
||||||
|
name: ResetToStatic(Boolean)
|
||||||
|
nameWithType: Furniture.ResetToStatic(Boolean)
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
- uid: TinyLife.Objects.Furniture.GetPrice
|
- uid: TinyLife.Objects.Furniture.GetPrice
|
||||||
commentId: M:TinyLife.Objects.Furniture.GetPrice
|
commentId: M:TinyLife.Objects.Furniture.GetPrice
|
||||||
parent: TinyLife.Objects.Furniture
|
parent: TinyLife.Objects.Furniture
|
||||||
|
|
|
@ -89,6 +89,7 @@ items:
|
||||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||||
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
||||||
|
- TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
- TinyLife.Objects.Furniture.GetPrice
|
- TinyLife.Objects.Furniture.GetPrice
|
||||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||||
|
@ -1666,6 +1667,45 @@ references:
|
||||||
- name: )
|
- name: )
|
||||||
nameWithType: )
|
nameWithType: )
|
||||||
fullName: )
|
fullName: )
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
commentId: M:TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
parent: TinyLife.Objects.Furniture
|
||||||
|
isExternal: true
|
||||||
|
name: ResetToStatic(Boolean)
|
||||||
|
nameWithType: Furniture.ResetToStatic(Boolean)
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
- uid: TinyLife.Objects.Furniture.GetPrice
|
- uid: TinyLife.Objects.Furniture.GetPrice
|
||||||
commentId: M:TinyLife.Objects.Furniture.GetPrice
|
commentId: M:TinyLife.Objects.Furniture.GetPrice
|
||||||
parent: TinyLife.Objects.Furniture
|
parent: TinyLife.Objects.Furniture
|
||||||
|
|
|
@ -86,6 +86,7 @@ items:
|
||||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||||
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
||||||
|
- TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
- TinyLife.Objects.Furniture.GetPrice
|
- TinyLife.Objects.Furniture.GetPrice
|
||||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||||
|
@ -1501,6 +1502,45 @@ references:
|
||||||
- name: )
|
- name: )
|
||||||
nameWithType: )
|
nameWithType: )
|
||||||
fullName: )
|
fullName: )
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
commentId: M:TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
parent: TinyLife.Objects.Furniture
|
||||||
|
isExternal: true
|
||||||
|
name: ResetToStatic(Boolean)
|
||||||
|
nameWithType: Furniture.ResetToStatic(Boolean)
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
- uid: TinyLife.Objects.Furniture.GetPrice
|
- uid: TinyLife.Objects.Furniture.GetPrice
|
||||||
commentId: M:TinyLife.Objects.Furniture.GetPrice
|
commentId: M:TinyLife.Objects.Furniture.GetPrice
|
||||||
parent: TinyLife.Objects.Furniture
|
parent: TinyLife.Objects.Furniture
|
||||||
|
|
|
@ -92,6 +92,7 @@ items:
|
||||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||||
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
||||||
|
- TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
- TinyLife.Objects.Furniture.GetPrice
|
- TinyLife.Objects.Furniture.GetPrice
|
||||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||||
|
@ -1573,6 +1574,45 @@ references:
|
||||||
- name: )
|
- name: )
|
||||||
nameWithType: )
|
nameWithType: )
|
||||||
fullName: )
|
fullName: )
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
commentId: M:TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
parent: TinyLife.Objects.Furniture
|
||||||
|
isExternal: true
|
||||||
|
name: ResetToStatic(Boolean)
|
||||||
|
nameWithType: Furniture.ResetToStatic(Boolean)
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
- uid: TinyLife.Objects.Furniture.GetPrice
|
- uid: TinyLife.Objects.Furniture.GetPrice
|
||||||
commentId: M:TinyLife.Objects.Furniture.GetPrice
|
commentId: M:TinyLife.Objects.Furniture.GetPrice
|
||||||
parent: TinyLife.Objects.Furniture
|
parent: TinyLife.Objects.Furniture
|
||||||
|
|
|
@ -94,6 +94,7 @@ items:
|
||||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||||
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
||||||
|
- TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
- TinyLife.Objects.Furniture.GetPrice
|
- TinyLife.Objects.Furniture.GetPrice
|
||||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||||
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
||||||
|
@ -1625,6 +1626,45 @@ references:
|
||||||
- name: )
|
- name: )
|
||||||
nameWithType: )
|
nameWithType: )
|
||||||
fullName: )
|
fullName: )
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
commentId: M:TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
parent: TinyLife.Objects.Furniture
|
||||||
|
isExternal: true
|
||||||
|
name: ResetToStatic(Boolean)
|
||||||
|
nameWithType: Furniture.ResetToStatic(Boolean)
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
- uid: TinyLife.Objects.Furniture.GetPrice
|
- uid: TinyLife.Objects.Furniture.GetPrice
|
||||||
commentId: M:TinyLife.Objects.Furniture.GetPrice
|
commentId: M:TinyLife.Objects.Furniture.GetPrice
|
||||||
parent: TinyLife.Objects.Furniture
|
parent: TinyLife.Objects.Furniture
|
||||||
|
|
|
@ -92,6 +92,7 @@ items:
|
||||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||||
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
||||||
|
- TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
- TinyLife.Objects.Furniture.GetPrice
|
- TinyLife.Objects.Furniture.GetPrice
|
||||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||||
|
@ -1603,6 +1604,45 @@ references:
|
||||||
- name: )
|
- name: )
|
||||||
nameWithType: )
|
nameWithType: )
|
||||||
fullName: )
|
fullName: )
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
commentId: M:TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
parent: TinyLife.Objects.Furniture
|
||||||
|
isExternal: true
|
||||||
|
name: ResetToStatic(Boolean)
|
||||||
|
nameWithType: Furniture.ResetToStatic(Boolean)
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
parent: TinyLife.Objects.Furniture
|
parent: TinyLife.Objects.Furniture
|
||||||
|
|
|
@ -87,6 +87,7 @@ items:
|
||||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||||
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
||||||
|
- TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
- TinyLife.Objects.Furniture.GetPrice
|
- TinyLife.Objects.Furniture.GetPrice
|
||||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||||
|
@ -1486,6 +1487,45 @@ references:
|
||||||
- name: )
|
- name: )
|
||||||
nameWithType: )
|
nameWithType: )
|
||||||
fullName: )
|
fullName: )
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
commentId: M:TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
parent: TinyLife.Objects.Furniture
|
||||||
|
isExternal: true
|
||||||
|
name: ResetToStatic(Boolean)
|
||||||
|
nameWithType: Furniture.ResetToStatic(Boolean)
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
parent: TinyLife.Objects.Furniture
|
parent: TinyLife.Objects.Furniture
|
||||||
|
|
|
@ -63,6 +63,7 @@ items:
|
||||||
- TinyLife.Objects.Furniture.RemoveAndUnlink
|
- TinyLife.Objects.Furniture.RemoveAndUnlink
|
||||||
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
|
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
|
||||||
- TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{``0})
|
- TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{``0})
|
||||||
|
- TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
- TinyLife.Objects.Furniture.Rotation
|
- TinyLife.Objects.Furniture.Rotation
|
||||||
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
|
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
|
||||||
- TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
|
- TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
|
||||||
|
@ -1964,6 +1965,45 @@ items:
|
||||||
modifiers.vb:
|
modifiers.vb:
|
||||||
- Public
|
- Public
|
||||||
- Overrides
|
- Overrides
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
commentId: M:TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
id: ResetToStatic(System.Boolean)
|
||||||
|
parent: TinyLife.Objects.Furniture
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: ResetToStatic(Boolean)
|
||||||
|
nameWithType: Furniture.ResetToStatic(Boolean)
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
type: Method
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Objects/Furniture.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: ResetToStatic
|
||||||
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
|
startLine: 410
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Objects
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: public override bool ResetToStatic(bool thorough)
|
||||||
|
parameters:
|
||||||
|
- id: thorough
|
||||||
|
type: System.Boolean
|
||||||
|
return:
|
||||||
|
type: System.Boolean
|
||||||
|
content.vb: Public Overrides Function ResetToStatic(thorough As Boolean) As Boolean
|
||||||
|
overridden: TinyLife.Objects.MapObject.ResetToStatic(System.Boolean)
|
||||||
|
overload: TinyLife.Objects.Furniture.ResetToStatic*
|
||||||
|
modifiers.csharp:
|
||||||
|
- public
|
||||||
|
- override
|
||||||
|
modifiers.vb:
|
||||||
|
- Public
|
||||||
|
- Overrides
|
||||||
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
id: Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
id: Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
|
@ -1982,7 +2022,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Draw
|
id: Draw
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 426
|
startLine: 432
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2059,7 +2099,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetPrice
|
id: GetPrice
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 434
|
startLine: 440
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2098,7 +2138,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDescription
|
id: GetDescription
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 446
|
startLine: 452
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2141,7 +2181,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDecorativeRating
|
id: GetDecorativeRating
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 479
|
startLine: 485
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2182,7 +2222,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDirty
|
id: GetDirty
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 490
|
startLine: 496
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2223,7 +2263,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetCreator
|
id: SetCreator
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 510
|
startLine: 516
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2264,7 +2304,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnPlacedInBuildMode
|
id: OnPlacedInBuildMode
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 524
|
startLine: 530
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2305,7 +2345,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnNeighborChanged
|
id: OnNeighborChanged
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 537
|
startLine: 543
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2343,7 +2383,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DrawUi
|
id: DrawUi
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 548
|
startLine: 554
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2394,7 +2434,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetOccupants
|
id: GetOccupants
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 562
|
startLine: 568
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2436,7 +2476,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetFreeActionSpots
|
id: GetFreeActionSpots
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 575
|
startLine: 581
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2478,7 +2518,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetFreeActionSpot
|
id: GetFreeActionSpot
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 591
|
startLine: 597
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2520,7 +2560,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetActionSpotInfo
|
id: GetActionSpotInfo
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 604
|
startLine: 610
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2565,7 +2605,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetFreeObjectSpot
|
id: GetFreeObjectSpot
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 616
|
startLine: 622
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2610,7 +2650,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetParent
|
id: SetParent
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 630
|
startLine: 636
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2649,7 +2689,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UnlinkParentsAndChildren
|
id: UnlinkParentsAndChildren
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 644
|
startLine: 650
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2681,7 +2721,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RemoveAndUnlink
|
id: RemoveAndUnlink
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 654
|
startLine: 660
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2713,7 +2753,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetChildren
|
id: GetChildren
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 664
|
startLine: 670
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2755,7 +2795,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RemoveChildren
|
id: RemoveChildren
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 675
|
startLine: 681
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2802,7 +2842,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RemoveChild
|
id: RemoveChild
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 689
|
startLine: 695
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2841,7 +2881,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AddChild
|
id: AddChild
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 708
|
startLine: 714
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2900,7 +2940,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AddChild
|
id: AddChild
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 721
|
startLine: 727
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2948,7 +2988,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetChild
|
id: SetChild
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 738
|
startLine: 744
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3005,7 +3045,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetChild
|
id: SetChild
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 751
|
startLine: 757
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3047,7 +3087,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NotifyNeighbors
|
id: NotifyNeighbors
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 764
|
startLine: 770
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3079,7 +3119,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetNewId
|
id: SetNewId
|
||||||
path: ../TinyLife/Objects/Furniture.cs
|
path: ../TinyLife/Objects/Furniture.cs
|
||||||
startLine: 777
|
startLine: 783
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -6822,6 +6862,50 @@ references:
|
||||||
name: Point
|
name: Point
|
||||||
nameWithType: Point
|
nameWithType: Point
|
||||||
fullName: Microsoft.Xna.Framework.Point
|
fullName: Microsoft.Xna.Framework.Point
|
||||||
|
- uid: TinyLife.Objects.MapObject.ResetToStatic(System.Boolean)
|
||||||
|
commentId: M:TinyLife.Objects.MapObject.ResetToStatic(System.Boolean)
|
||||||
|
parent: TinyLife.Objects.MapObject
|
||||||
|
isExternal: true
|
||||||
|
name: ResetToStatic(Boolean)
|
||||||
|
nameWithType: MapObject.ResetToStatic(Boolean)
|
||||||
|
fullName: TinyLife.Objects.MapObject.ResetToStatic(System.Boolean)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Objects.MapObject.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: MapObject.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.MapObject.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Objects.MapObject.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: MapObject.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.MapObject.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic*
|
||||||
|
commentId: Overload:TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
parent: TinyLife.Objects.Furniture
|
parent: TinyLife.Objects.Furniture
|
||||||
|
|
|
@ -87,6 +87,7 @@ items:
|
||||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||||
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
||||||
|
- TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
- TinyLife.Objects.Furniture.GetPrice
|
- TinyLife.Objects.Furniture.GetPrice
|
||||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||||
|
@ -1491,6 +1492,45 @@ references:
|
||||||
- name: )
|
- name: )
|
||||||
nameWithType: )
|
nameWithType: )
|
||||||
fullName: )
|
fullName: )
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
commentId: M:TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
parent: TinyLife.Objects.Furniture
|
||||||
|
isExternal: true
|
||||||
|
name: ResetToStatic(Boolean)
|
||||||
|
nameWithType: Furniture.ResetToStatic(Boolean)
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
parent: TinyLife.Objects.Furniture
|
parent: TinyLife.Objects.Furniture
|
||||||
|
|
|
@ -25,7 +25,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LifeSpan
|
id: LifeSpan
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2766
|
startLine: 2763
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -61,7 +61,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: VeryShort
|
id: VeryShort
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2769
|
startLine: 2766
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -93,7 +93,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Short
|
id: Short
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2770
|
startLine: 2767
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -125,7 +125,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Normal
|
id: Normal
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2771
|
startLine: 2768
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -157,7 +157,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Long
|
id: Long
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2772
|
startLine: 2769
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -189,7 +189,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: VeryLong
|
id: VeryLong
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2773
|
startLine: 2770
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -221,7 +221,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Infinite
|
id: Infinite
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2774
|
startLine: 2771
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -92,6 +92,7 @@ items:
|
||||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||||
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
||||||
|
- TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
- TinyLife.Objects.Furniture.GetPrice
|
- TinyLife.Objects.Furniture.GetPrice
|
||||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||||
|
@ -1612,6 +1613,45 @@ references:
|
||||||
- name: )
|
- name: )
|
||||||
nameWithType: )
|
nameWithType: )
|
||||||
fullName: )
|
fullName: )
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
commentId: M:TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
parent: TinyLife.Objects.Furniture
|
||||||
|
isExternal: true
|
||||||
|
name: ResetToStatic(Boolean)
|
||||||
|
nameWithType: Furniture.ResetToStatic(Boolean)
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
parent: TinyLife.Objects.Furniture
|
parent: TinyLife.Objects.Furniture
|
||||||
|
|
|
@ -41,6 +41,7 @@ items:
|
||||||
- TinyLife.Objects.MapObject.ParentInfo
|
- TinyLife.Objects.MapObject.ParentInfo
|
||||||
- TinyLife.Objects.MapObject.PersonRotationOrder
|
- TinyLife.Objects.MapObject.PersonRotationOrder
|
||||||
- TinyLife.Objects.MapObject.Position
|
- TinyLife.Objects.MapObject.Position
|
||||||
|
- TinyLife.Objects.MapObject.ResetToStatic(System.Boolean)
|
||||||
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
||||||
- TinyLife.Objects.MapObject.Validate
|
- TinyLife.Objects.MapObject.Validate
|
||||||
- TinyLife.Objects.MapObject.Visibility
|
- TinyLife.Objects.MapObject.Visibility
|
||||||
|
@ -1531,6 +1532,43 @@ items:
|
||||||
modifiers.vb:
|
modifiers.vb:
|
||||||
- Public
|
- Public
|
||||||
- Overridable
|
- Overridable
|
||||||
|
- uid: TinyLife.Objects.MapObject.ResetToStatic(System.Boolean)
|
||||||
|
commentId: M:TinyLife.Objects.MapObject.ResetToStatic(System.Boolean)
|
||||||
|
id: ResetToStatic(System.Boolean)
|
||||||
|
parent: TinyLife.Objects.MapObject
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: ResetToStatic(Boolean)
|
||||||
|
nameWithType: MapObject.ResetToStatic(Boolean)
|
||||||
|
fullName: TinyLife.Objects.MapObject.ResetToStatic(System.Boolean)
|
||||||
|
type: Method
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Objects/MapObject.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: ResetToStatic
|
||||||
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
|
startLine: 350
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Objects
|
||||||
|
syntax:
|
||||||
|
content: public virtual bool ResetToStatic(bool thorough)
|
||||||
|
parameters:
|
||||||
|
- id: thorough
|
||||||
|
type: System.Boolean
|
||||||
|
return:
|
||||||
|
type: System.Boolean
|
||||||
|
content.vb: Public Overridable Function ResetToStatic(thorough As Boolean) As Boolean
|
||||||
|
overload: TinyLife.Objects.MapObject.ResetToStatic*
|
||||||
|
modifiers.csharp:
|
||||||
|
- public
|
||||||
|
- virtual
|
||||||
|
modifiers.vb:
|
||||||
|
- Public
|
||||||
|
- Overridable
|
||||||
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
commentId: M:TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
commentId: M:TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
id: DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
id: DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
|
@ -1549,7 +1587,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DoDraw
|
id: DoDraw
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 358
|
startLine: 362
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1600,7 +1638,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DoUpdate
|
id: DoUpdate
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 375
|
startLine: 379
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1642,7 +1680,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DrawColumns
|
id: DrawColumns
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 404
|
startLine: 408
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1728,7 +1766,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetModCategory
|
id: GetModCategory
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 469
|
startLine: 473
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3634,6 +3672,11 @@ references:
|
||||||
name: GetPathCostModifier
|
name: GetPathCostModifier
|
||||||
nameWithType: MapObject.GetPathCostModifier
|
nameWithType: MapObject.GetPathCostModifier
|
||||||
fullName: TinyLife.Objects.MapObject.GetPathCostModifier
|
fullName: TinyLife.Objects.MapObject.GetPathCostModifier
|
||||||
|
- uid: TinyLife.Objects.MapObject.ResetToStatic*
|
||||||
|
commentId: Overload:TinyLife.Objects.MapObject.ResetToStatic
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: MapObject.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.MapObject.ResetToStatic
|
||||||
- uid: TinyLife.Objects.MapObject.Visibility
|
- uid: TinyLife.Objects.MapObject.Visibility
|
||||||
commentId: P:TinyLife.Objects.MapObject.Visibility
|
commentId: P:TinyLife.Objects.MapObject.Visibility
|
||||||
parent: TinyLife.Objects.MapObject
|
parent: TinyLife.Objects.MapObject
|
||||||
|
|
|
@ -85,6 +85,7 @@ items:
|
||||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||||
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
||||||
|
- TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
- TinyLife.Objects.Furniture.GetPrice
|
- TinyLife.Objects.Furniture.GetPrice
|
||||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||||
|
@ -1400,6 +1401,45 @@ references:
|
||||||
- name: )
|
- name: )
|
||||||
nameWithType: )
|
nameWithType: )
|
||||||
fullName: )
|
fullName: )
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
commentId: M:TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
parent: TinyLife.Objects.Furniture
|
||||||
|
isExternal: true
|
||||||
|
name: ResetToStatic(Boolean)
|
||||||
|
nameWithType: Furniture.ResetToStatic(Boolean)
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
parent: TinyLife.Objects.Furniture
|
parent: TinyLife.Objects.Furniture
|
||||||
|
|
|
@ -92,7 +92,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ObjectCategory
|
id: ObjectCategory
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 492
|
startLine: 496
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -162,7 +162,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Nothing
|
id: Nothing
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 495
|
startLine: 499
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -199,7 +199,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Ground
|
id: Ground
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 497
|
startLine: 501
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -236,7 +236,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Chair
|
id: Chair
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 499
|
startLine: 503
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -273,7 +273,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Toilet
|
id: Toilet
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 501
|
startLine: 505
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -310,7 +310,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SingleBed
|
id: SingleBed
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 503
|
startLine: 507
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -347,7 +347,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DoubleBed
|
id: DoubleBed
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 505
|
startLine: 509
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -384,7 +384,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Fridge
|
id: Fridge
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 507
|
startLine: 511
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -421,7 +421,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Shower
|
id: Shower
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 509
|
startLine: 513
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -458,7 +458,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Counter
|
id: Counter
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 511
|
startLine: 515
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -495,7 +495,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Stove
|
id: Stove
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 513
|
startLine: 517
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -532,7 +532,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Oven
|
id: Oven
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 515
|
startLine: 519
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -569,7 +569,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SmallObject
|
id: SmallObject
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 517
|
startLine: 521
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -606,7 +606,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NonBuyable
|
id: NonBuyable
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 519
|
startLine: 523
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -643,7 +643,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Table
|
id: Table
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 521
|
startLine: 525
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -680,7 +680,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Holdable
|
id: Holdable
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 523
|
startLine: 527
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -717,7 +717,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DeskObject
|
id: DeskObject
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 525
|
startLine: 529
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -754,7 +754,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DisallowedOnGround
|
id: DisallowedOnGround
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 527
|
startLine: 531
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -791,7 +791,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Computer
|
id: Computer
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 529
|
startLine: 533
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -828,7 +828,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Sink
|
id: Sink
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 531
|
startLine: 535
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -865,7 +865,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CounterObject
|
id: CounterObject
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 533
|
startLine: 537
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -902,7 +902,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Cleanable
|
id: Cleanable
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 535
|
startLine: 539
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -939,7 +939,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: People
|
id: People
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 537
|
startLine: 541
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -976,7 +976,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Mailbox
|
id: Mailbox
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 539
|
startLine: 543
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1013,7 +1013,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Wardrobe
|
id: Wardrobe
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 541
|
startLine: 545
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1050,7 +1050,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NaturalGroundRequired
|
id: NaturalGroundRequired
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 543
|
startLine: 547
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1087,7 +1087,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WaterRequired
|
id: WaterRequired
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 545
|
startLine: 549
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1124,7 +1124,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Self
|
id: Self
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 547
|
startLine: 551
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1161,7 +1161,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WallHanging
|
id: WallHanging
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 549
|
startLine: 553
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1198,7 +1198,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ForceGridPlacement
|
id: ForceGridPlacement
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 551
|
startLine: 555
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1235,7 +1235,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Easel
|
id: Easel
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 553
|
startLine: 557
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1272,7 +1272,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Mirror
|
id: Mirror
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 555
|
startLine: 559
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1309,7 +1309,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Bookshelf
|
id: Bookshelf
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 557
|
startLine: 561
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1346,7 +1346,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NonColliding
|
id: NonColliding
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 559
|
startLine: 563
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1383,7 +1383,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Gravestone
|
id: Gravestone
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 561
|
startLine: 565
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1420,7 +1420,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NonSellable
|
id: NonSellable
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 563
|
startLine: 567
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1457,7 +1457,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: NonMovable
|
id: NonMovable
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 565
|
startLine: 569
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1494,7 +1494,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Tree
|
id: Tree
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 567
|
startLine: 571
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1531,7 +1531,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Television
|
id: Television
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 569
|
startLine: 573
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1568,7 +1568,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BartendingObject
|
id: BartendingObject
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 571
|
startLine: 575
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1605,7 +1605,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Walls
|
id: Walls
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 573
|
startLine: 577
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1642,7 +1642,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LargeSurfaceObject
|
id: LargeSurfaceObject
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 575
|
startLine: 579
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1679,7 +1679,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StandingDesk
|
id: StandingDesk
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 577
|
startLine: 581
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1716,7 +1716,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Lamp
|
id: Lamp
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 579
|
startLine: 583
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1753,7 +1753,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CeilingHanging
|
id: CeilingHanging
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 581
|
startLine: 585
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1790,7 +1790,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanCoverWindow
|
id: CanCoverWindow
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 583
|
startLine: 587
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1827,7 +1827,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanCoverDoor
|
id: CanCoverDoor
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 585
|
startLine: 589
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1864,7 +1864,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Barbecue
|
id: Barbecue
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 587
|
startLine: 591
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1901,7 +1901,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TrashCan
|
id: TrashCan
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 589
|
startLine: 593
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1938,7 +1938,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanBeThrownAway
|
id: CanBeThrownAway
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 591
|
startLine: 595
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -1975,7 +1975,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanBeScrapped
|
id: CanBeScrapped
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 593
|
startLine: 597
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2012,7 +2012,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ObstructedByRoofs
|
id: ObstructedByRoofs
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 595
|
startLine: 599
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2049,7 +2049,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RoofAttached
|
id: RoofAttached
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 597
|
startLine: 601
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2086,7 +2086,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FireLight
|
id: FireLight
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 599
|
startLine: 603
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2123,7 +2123,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ToyBox
|
id: ToyBox
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 601
|
startLine: 605
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2160,7 +2160,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WoodworkingItem
|
id: WoodworkingItem
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 603
|
startLine: 607
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2197,7 +2197,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ChildStove
|
id: ChildStove
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 605
|
startLine: 609
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2234,7 +2234,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Sandbox
|
id: Sandbox
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 607
|
startLine: 611
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2271,7 +2271,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: JungleGym
|
id: JungleGym
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 609
|
startLine: 613
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2308,7 +2308,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Treadmill
|
id: Treadmill
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 611
|
startLine: 615
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2345,7 +2345,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DumbbellHolder
|
id: DumbbellHolder
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 613
|
startLine: 617
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2382,7 +2382,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Newspaper
|
id: Newspaper
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 615
|
startLine: 619
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2419,7 +2419,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CoffeeMachine
|
id: CoffeeMachine
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 617
|
startLine: 621
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2456,7 +2456,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CafeDisplayCase
|
id: CafeDisplayCase
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 619
|
startLine: 623
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2493,7 +2493,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GroundItem
|
id: GroundItem
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 621
|
startLine: 625
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2530,7 +2530,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TreeDecor
|
id: TreeDecor
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 623
|
startLine: 627
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2567,7 +2567,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OpeningHoursSign
|
id: OpeningHoursSign
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 624
|
startLine: 628
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2602,7 +2602,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 627
|
startLine: 631
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2638,7 +2638,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: op_Implicit
|
id: op_Implicit
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 630
|
startLine: 634
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2679,7 +2679,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: op_Implicit
|
id: op_Implicit
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 635
|
startLine: 639
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2720,7 +2720,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: op_BitwiseOr
|
id: op_BitwiseOr
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 640
|
startLine: 644
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2760,7 +2760,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: op_BitwiseAnd
|
id: op_BitwiseAnd
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 645
|
startLine: 649
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2800,7 +2800,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: op_ExclusiveOr
|
id: op_ExclusiveOr
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 650
|
startLine: 654
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -2840,7 +2840,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: op_OnesComplement
|
id: op_OnesComplement
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 655
|
startLine: 659
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -84,6 +84,7 @@ items:
|
||||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||||
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
||||||
|
- TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
- TinyLife.Objects.Furniture.GetPrice
|
- TinyLife.Objects.Furniture.GetPrice
|
||||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||||
|
@ -1410,6 +1411,45 @@ references:
|
||||||
- name: )
|
- name: )
|
||||||
nameWithType: )
|
nameWithType: )
|
||||||
fullName: )
|
fullName: )
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
commentId: M:TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
parent: TinyLife.Objects.Furniture
|
||||||
|
isExternal: true
|
||||||
|
name: ResetToStatic(Boolean)
|
||||||
|
nameWithType: Furniture.ResetToStatic(Boolean)
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
- uid: TinyLife.Objects.Furniture.GetPrice
|
- uid: TinyLife.Objects.Furniture.GetPrice
|
||||||
commentId: M:TinyLife.Objects.Furniture.GetPrice
|
commentId: M:TinyLife.Objects.Furniture.GetPrice
|
||||||
parent: TinyLife.Objects.Furniture
|
parent: TinyLife.Objects.Furniture
|
||||||
|
|
|
@ -89,6 +89,7 @@ items:
|
||||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||||
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
||||||
|
- TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||||
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
||||||
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||||
|
@ -1625,6 +1626,45 @@ references:
|
||||||
- name: )
|
- name: )
|
||||||
nameWithType: )
|
nameWithType: )
|
||||||
fullName: )
|
fullName: )
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
commentId: M:TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
parent: TinyLife.Objects.Furniture
|
||||||
|
isExternal: true
|
||||||
|
name: ResetToStatic(Boolean)
|
||||||
|
nameWithType: Furniture.ResetToStatic(Boolean)
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
- uid: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
- uid: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||||
commentId: M:TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
commentId: M:TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||||
parent: TinyLife.Objects.Furniture
|
parent: TinyLife.Objects.Furniture
|
||||||
|
|
|
@ -24,7 +24,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ParentInfo
|
id: ParentInfo
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 690
|
startLine: 694
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -67,7 +67,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsAttached
|
id: IsAttached
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 695
|
startLine: 699
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -105,7 +105,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LayerDepth
|
id: LayerDepth
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 700
|
startLine: 704
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -143,7 +143,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 712
|
startLine: 716
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -182,7 +182,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 721
|
startLine: 725
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -218,7 +218,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 729
|
startLine: 733
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionUpdateDelegate
|
id: ActionUpdateDelegate
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2630
|
startLine: 2627
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -23,7 +23,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DeathReason
|
id: DeathReason
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2695
|
startLine: 2692
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -58,7 +58,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Starvation
|
id: Starvation
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2701
|
startLine: 2698
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -92,7 +92,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InexplicableReasons
|
id: InexplicableReasons
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2706
|
startLine: 2703
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -126,7 +126,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Electrocution
|
id: Electrocution
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2711
|
startLine: 2708
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -160,7 +160,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TooMuchProtein
|
id: TooMuchProtein
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2715
|
startLine: 2712
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EfficiencyModifierDelegate
|
id: EfficiencyModifierDelegate
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2615
|
startLine: 2612
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EmotionModifiersChangedDelegate
|
id: EmotionModifiersChangedDelegate
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2640
|
startLine: 2637
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PassiveActionPriorityDelegate
|
id: PassiveActionPriorityDelegate
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2625
|
startLine: 2622
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -29,7 +29,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Pose
|
id: Pose
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2645
|
startLine: 2642
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -65,7 +65,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Standing
|
id: Standing
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2650
|
startLine: 2647
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -99,7 +99,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Walking
|
id: Walking
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2654
|
startLine: 2651
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -133,7 +133,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Sitting
|
id: Sitting
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2658
|
startLine: 2655
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -167,7 +167,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Laying
|
id: Laying
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2663
|
startLine: 2660
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -201,7 +201,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SittingGround
|
id: SittingGround
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2668
|
startLine: 2665
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -235,7 +235,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WorkingStanding
|
id: WorkingStanding
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2672
|
startLine: 2669
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -269,7 +269,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WorkingSitting
|
id: WorkingSitting
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2676
|
startLine: 2673
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -303,7 +303,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WorkingSittingGround
|
id: WorkingSittingGround
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2680
|
startLine: 2677
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -337,7 +337,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Running
|
id: Running
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2684
|
startLine: 2681
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -371,7 +371,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StandingArmsOut
|
id: StandingArmsOut
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2688
|
startLine: 2685
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RestoreNeedDelegate
|
id: RestoreNeedDelegate
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2635
|
startLine: 2632
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WalkSpeedDelegate
|
id: WalkSpeedDelegate
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2620
|
startLine: 2617
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -3658,24 +3658,27 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ResetToStatic
|
id: ResetToStatic
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 985
|
startLine: 980
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
summary: "\nResets this person to a static version of itself.\nThis action clears <xref href=\"TinyLife.Objects.Person.AllActions\" data-throw-if-not-resolved=\"false\"></xref>, clears the <xref href=\"TinyLife.Objects.Person.LastVisitedLot\" data-throw-if-not-resolved=\"false\"></xref>, resets all <xref href=\"TinyLife.Objects.Person.Relationships\" data-throw-if-not-resolved=\"false\"></xref> and restores all <xref href=\"TinyLife.Objects.Person.Needs\" data-throw-if-not-resolved=\"false\"></xref> to their default value.\nThis method is used by map and household ex- and imports.\n"
|
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public void ResetToStatic(bool thorough)
|
content: public override bool ResetToStatic(bool thorough)
|
||||||
parameters:
|
parameters:
|
||||||
- id: thorough
|
- id: thorough
|
||||||
type: System.Boolean
|
type: System.Boolean
|
||||||
description: Whether or not relationships and skill progress should be reset
|
return:
|
||||||
content.vb: Public Sub ResetToStatic(thorough As Boolean)
|
type: System.Boolean
|
||||||
|
content.vb: Public Overrides Function ResetToStatic(thorough As Boolean) As Boolean
|
||||||
|
overridden: TinyLife.Objects.MapObject.ResetToStatic(System.Boolean)
|
||||||
overload: TinyLife.Objects.Person.ResetToStatic*
|
overload: TinyLife.Objects.Person.ResetToStatic*
|
||||||
modifiers.csharp:
|
modifiers.csharp:
|
||||||
- public
|
- public
|
||||||
|
- override
|
||||||
modifiers.vb:
|
modifiers.vb:
|
||||||
- Public
|
- Public
|
||||||
|
- Overrides
|
||||||
- uid: TinyLife.Objects.Person.PrepareForPermanentRemoval
|
- uid: TinyLife.Objects.Person.PrepareForPermanentRemoval
|
||||||
commentId: M:TinyLife.Objects.Person.PrepareForPermanentRemoval
|
commentId: M:TinyLife.Objects.Person.PrepareForPermanentRemoval
|
||||||
id: PrepareForPermanentRemoval
|
id: PrepareForPermanentRemoval
|
||||||
|
@ -3694,7 +3697,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PrepareForPermanentRemoval
|
id: PrepareForPermanentRemoval
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1036
|
startLine: 1033
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3726,7 +3729,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: VisitLot
|
id: VisitLot
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1050
|
startLine: 1047
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3762,7 +3765,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DrawUi
|
id: DrawUi
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1066
|
startLine: 1063
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3807,7 +3810,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetHomeLocation
|
id: GetHomeLocation
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1074
|
startLine: 1071
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3842,7 +3845,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetRelationship
|
id: GetRelationship
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1085
|
startLine: 1082
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3884,7 +3887,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ChangeFriendship
|
id: ChangeFriendship
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1108
|
startLine: 1105
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3923,7 +3926,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ChangeRomance
|
id: ChangeRomance
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1152
|
startLine: 1149
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -3962,7 +3965,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DisplayEmote
|
id: DisplayEmote
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1176
|
startLine: 1173
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4004,7 +4007,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StopEmoting
|
id: StopEmoting
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1186
|
startLine: 1183
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4036,7 +4039,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Speak
|
id: Speak
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1197
|
startLine: 1194
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4078,7 +4081,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StopSpeaking
|
id: StopSpeaking
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1207
|
startLine: 1204
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4110,7 +4113,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DisplayEmoteAndSpeak
|
id: DisplayEmoteAndSpeak
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1224
|
startLine: 1221
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4155,7 +4158,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetFreeTalkingSpots
|
id: GetFreeTalkingSpots
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1233
|
startLine: 1230
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4193,7 +4196,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OccupyActionSpot
|
id: OccupyActionSpot
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1251
|
startLine: 1248
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4241,7 +4244,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OccupyFreeActionSpot
|
id: OccupyFreeActionSpot
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1269
|
startLine: 1266
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4292,7 +4295,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OccupyFreeActionSpot
|
id: OccupyFreeActionSpot
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1286
|
startLine: 1283
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4343,7 +4346,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCloseForTalking
|
id: IsCloseForTalking
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1297
|
startLine: 1294
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4382,7 +4385,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetNeed
|
id: GetNeed
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1309
|
startLine: 1306
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4421,7 +4424,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetNeedPercentage
|
id: GetNeedPercentage
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1318
|
startLine: 1315
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4460,7 +4463,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RestoreNeed
|
id: RestoreNeed
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1330
|
startLine: 1327
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4505,7 +4508,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RestoreNeed
|
id: RestoreNeed
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1366
|
startLine: 1363
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4553,7 +4556,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetSkill
|
id: GetSkill
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1378
|
startLine: 1375
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4595,7 +4598,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetSkillTotalPercentage
|
id: GetSkillTotalPercentage
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1397
|
startLine: 1394
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4634,7 +4637,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetSkillPointPercentage
|
id: GetSkillPointPercentage
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1407
|
startLine: 1404
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4673,7 +4676,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetSkillLevel
|
id: GetSkillLevel
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1417
|
startLine: 1414
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4712,7 +4715,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HasSkillLevel
|
id: HasSkillLevel
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1427
|
startLine: 1424
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4754,7 +4757,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GainSkill
|
id: GainSkill
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1439
|
startLine: 1436
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4799,7 +4802,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DepleteNeed
|
id: DepleteNeed
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1455
|
startLine: 1452
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4841,7 +4844,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HasPersonality
|
id: HasPersonality
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1466
|
startLine: 1463
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4880,7 +4883,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EnqueueAction
|
id: EnqueueAction
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1480
|
startLine: 1477
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4934,7 +4937,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CancelAction
|
id: CancelAction
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1517
|
startLine: 1514
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -4979,7 +4982,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FindPathAsync
|
id: FindPathAsync
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1536
|
startLine: 1533
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5027,7 +5030,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetHeldObject
|
id: GetHeldObject
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1549
|
startLine: 1546
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5073,7 +5076,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetHeldObject
|
id: SetHeldObject
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1564
|
startLine: 1561
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5129,7 +5132,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetHeldObject
|
id: SetHeldObject
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1576
|
startLine: 1573
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5168,7 +5171,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetHeldActionInfo
|
id: GetHeldActionInfo
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1591
|
startLine: 1588
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5203,7 +5206,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ToCreatedByString
|
id: ToCreatedByString
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1599
|
startLine: 1596
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5238,7 +5241,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Die
|
id: Die
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1609
|
startLine: 1606
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5277,7 +5280,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AddEmotion
|
id: AddEmotion
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1706
|
startLine: 1703
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5328,7 +5331,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RemoveEmotion
|
id: RemoveEmotion
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1729
|
startLine: 1726
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5367,7 +5370,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LowerEmotion
|
id: LowerEmotion
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1750
|
startLine: 1747
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5412,7 +5415,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LowerEmotionModifier
|
id: LowerEmotionModifier
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1769
|
startLine: 1766
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5457,7 +5460,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HasEmotionModifier
|
id: HasEmotionModifier
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1785
|
startLine: 1782
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5496,7 +5499,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetWalkSpeed
|
id: GetWalkSpeed
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1794
|
startLine: 1791
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5531,7 +5534,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetEfficiencyModifier
|
id: GetEfficiencyModifier
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1822
|
startLine: 1819
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5579,7 +5582,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HasHouseholdMember
|
id: HasHouseholdMember
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1876
|
startLine: 1873
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5618,7 +5621,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HasHouseholdMember
|
id: HasHouseholdMember
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1881
|
startLine: 1878
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5656,7 +5659,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetProjects
|
id: GetProjects
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1891
|
startLine: 1888
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5695,7 +5698,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetProject
|
id: GetProject
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1901
|
startLine: 1898
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5737,7 +5740,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StartProject
|
id: StartProject
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1910
|
startLine: 1907
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5776,7 +5779,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetPassiveActionPriority
|
id: GetPassiveActionPriority
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1922
|
startLine: 1919
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5815,7 +5818,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetRandomOutfit
|
id: GetRandomOutfit
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1944
|
startLine: 1941
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5854,7 +5857,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetCurrentOutfit
|
id: SetCurrentOutfit
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1956
|
startLine: 1953
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5893,7 +5896,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetCurrentOutfit
|
id: SetCurrentOutfit
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1972
|
startLine: 1969
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5929,7 +5932,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SetNewId
|
id: SetNewId
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 1988
|
startLine: 1985
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -5974,7 +5977,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsIdMatch
|
id: IsIdMatch
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2029
|
startLine: 2026
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -6013,7 +6016,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsIdMatch
|
id: IsIdMatch
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2039
|
startLine: 2036
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -6052,7 +6055,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetPersonalitySkillBoost
|
id: GetPersonalitySkillBoost
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2049
|
startLine: 2046
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -6091,7 +6094,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetCurrentGoals
|
id: GetCurrentGoals
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2069
|
startLine: 2066
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -6126,7 +6129,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EarnMoney
|
id: EarnMoney
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2093
|
startLine: 2090
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -6165,7 +6168,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AddMemory
|
id: AddMemory
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2105
|
startLine: 2102
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -6217,7 +6220,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetMemories
|
id: GetMemories
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2122
|
startLine: 2119
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -6263,7 +6266,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RemoveMemory
|
id: RemoveMemory
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2131
|
startLine: 2128
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -6307,7 +6310,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetTimeSinceMemory
|
id: GetTimeSinceMemory
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2141
|
startLine: 2138
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -6346,7 +6349,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetTimeSinceMemory
|
id: GetTimeSinceMemory
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2151
|
startLine: 2148
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -6384,7 +6387,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDaysBeforeAging
|
id: GetDaysBeforeAging
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2165
|
startLine: 2162
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -6419,7 +6422,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GoToExitRoad
|
id: GoToExitRoad
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2173
|
startLine: 2170
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -6451,7 +6454,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UpdatePortraitIfDirty
|
id: UpdatePortraitIfDirty
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2183
|
startLine: 2180
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -6483,7 +6486,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetRandomSpeakSound
|
id: GetRandomSpeakSound
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2511
|
startLine: 2508
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -6536,7 +6539,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Create
|
id: Create
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2534
|
startLine: 2531
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -11688,20 +11691,53 @@ references:
|
||||||
name: JobType
|
name: JobType
|
||||||
nameWithType: JobType
|
nameWithType: JobType
|
||||||
fullName: TinyLife.Goals.JobType
|
fullName: TinyLife.Goals.JobType
|
||||||
- uid: TinyLife.Objects.Person.AllActions
|
- uid: TinyLife.Objects.MapObject.ResetToStatic(System.Boolean)
|
||||||
commentId: P:TinyLife.Objects.Person.AllActions
|
commentId: M:TinyLife.Objects.MapObject.ResetToStatic(System.Boolean)
|
||||||
isExternal: true
|
parent: TinyLife.Objects.MapObject
|
||||||
- uid: TinyLife.Objects.Person.Relationships
|
|
||||||
commentId: F:TinyLife.Objects.Person.Relationships
|
|
||||||
isExternal: true
|
|
||||||
- uid: TinyLife.Objects.Person.Needs
|
|
||||||
commentId: F:TinyLife.Objects.Person.Needs
|
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
name: ResetToStatic(Boolean)
|
||||||
|
nameWithType: MapObject.ResetToStatic(Boolean)
|
||||||
|
fullName: TinyLife.Objects.MapObject.ResetToStatic(System.Boolean)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Objects.MapObject.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: MapObject.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.MapObject.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Objects.MapObject.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: MapObject.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.MapObject.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
- uid: TinyLife.Objects.Person.ResetToStatic*
|
- uid: TinyLife.Objects.Person.ResetToStatic*
|
||||||
commentId: Overload:TinyLife.Objects.Person.ResetToStatic
|
commentId: Overload:TinyLife.Objects.Person.ResetToStatic
|
||||||
name: ResetToStatic
|
name: ResetToStatic
|
||||||
nameWithType: Person.ResetToStatic
|
nameWithType: Person.ResetToStatic
|
||||||
fullName: TinyLife.Objects.Person.ResetToStatic
|
fullName: TinyLife.Objects.Person.ResetToStatic
|
||||||
|
- uid: TinyLife.Objects.Person.Relationships
|
||||||
|
commentId: F:TinyLife.Objects.Person.Relationships
|
||||||
|
isExternal: true
|
||||||
- uid: TinyLife.Objects.Person.PrepareForPermanentRemoval*
|
- uid: TinyLife.Objects.Person.PrepareForPermanentRemoval*
|
||||||
commentId: Overload:TinyLife.Objects.Person.PrepareForPermanentRemoval
|
commentId: Overload:TinyLife.Objects.Person.PrepareForPermanentRemoval
|
||||||
name: PrepareForPermanentRemoval
|
name: PrepareForPermanentRemoval
|
||||||
|
|
|
@ -52,7 +52,6 @@ items:
|
||||||
- TinyLife.Objects.BreakableFurniture.OnWearDown
|
- TinyLife.Objects.BreakableFurniture.OnWearDown
|
||||||
- TinyLife.Objects.BreakableFurniture.OnBreak
|
- TinyLife.Objects.BreakableFurniture.OnBreak
|
||||||
- TinyLife.Objects.BreakableFurniture.Broken
|
- TinyLife.Objects.BreakableFurniture.Broken
|
||||||
- TinyLife.Objects.BreakableFurniture.IsMinorUpdateNow
|
|
||||||
- TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
- TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
- TinyLife.Objects.BreakableFurniture.WearDown(System.TimeSpan)
|
- TinyLife.Objects.BreakableFurniture.WearDown(System.TimeSpan)
|
||||||
- TinyLife.Objects.BreakableFurniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
- TinyLife.Objects.BreakableFurniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
||||||
|
@ -100,6 +99,7 @@ items:
|
||||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||||
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
||||||
|
- TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
||||||
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
||||||
- TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer,System.Boolean)
|
- TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer,System.Boolean)
|
||||||
|
@ -556,12 +556,6 @@ references:
|
||||||
name: Broken
|
name: Broken
|
||||||
nameWithType: BreakableFurniture.Broken
|
nameWithType: BreakableFurniture.Broken
|
||||||
fullName: TinyLife.Objects.BreakableFurniture.Broken
|
fullName: TinyLife.Objects.BreakableFurniture.Broken
|
||||||
- uid: TinyLife.Objects.BreakableFurniture.IsMinorUpdateNow
|
|
||||||
commentId: P:TinyLife.Objects.BreakableFurniture.IsMinorUpdateNow
|
|
||||||
parent: TinyLife.Objects.BreakableFurniture
|
|
||||||
name: IsMinorUpdateNow
|
|
||||||
nameWithType: BreakableFurniture.IsMinorUpdateNow
|
|
||||||
fullName: TinyLife.Objects.BreakableFurniture.IsMinorUpdateNow
|
|
||||||
- uid: TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
- uid: TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
commentId: M:TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
commentId: M:TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
parent: TinyLife.Objects.BreakableFurniture
|
parent: TinyLife.Objects.BreakableFurniture
|
||||||
|
@ -1894,6 +1888,45 @@ references:
|
||||||
- name: )
|
- name: )
|
||||||
nameWithType: )
|
nameWithType: )
|
||||||
fullName: )
|
fullName: )
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
commentId: M:TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
parent: TinyLife.Objects.Furniture
|
||||||
|
isExternal: true
|
||||||
|
name: ResetToStatic(Boolean)
|
||||||
|
nameWithType: Furniture.ResetToStatic(Boolean)
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
- uid: TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
- uid: TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
||||||
commentId: M:TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
commentId: M:TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
||||||
parent: TinyLife.Objects.Furniture
|
parent: TinyLife.Objects.Furniture
|
||||||
|
|
|
@ -35,7 +35,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SpeakStyle
|
id: SpeakStyle
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2784
|
startLine: 2781
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -80,7 +80,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Affirmative
|
id: Affirmative
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2788
|
startLine: 2785
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -112,7 +112,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Angry
|
id: Angry
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2789
|
startLine: 2786
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -144,7 +144,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Annoyed
|
id: Annoyed
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2790
|
startLine: 2787
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -176,7 +176,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Bored
|
id: Bored
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2791
|
startLine: 2788
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -208,7 +208,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Childish
|
id: Childish
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2792
|
startLine: 2789
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -240,7 +240,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Confident
|
id: Confident
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2793
|
startLine: 2790
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -272,7 +272,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Confused
|
id: Confused
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2794
|
startLine: 2791
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -304,7 +304,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Disagreeing
|
id: Disagreeing
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2795
|
startLine: 2792
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -336,7 +336,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Excited
|
id: Excited
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2796
|
startLine: 2793
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -368,7 +368,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Happy
|
id: Happy
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2797
|
startLine: 2794
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -400,7 +400,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Neutral
|
id: Neutral
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2798
|
startLine: 2795
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -432,7 +432,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Questioning
|
id: Questioning
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2799
|
startLine: 2796
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -464,7 +464,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Sad
|
id: Sad
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2800
|
startLine: 2797
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -496,7 +496,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Scared
|
id: Scared
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2801
|
startLine: 2798
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -528,7 +528,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Shocked
|
id: Shocked
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2802
|
startLine: 2799
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -560,7 +560,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Thinking
|
id: Thinking
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2803
|
startLine: 2800
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -84,6 +84,7 @@ items:
|
||||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||||
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
||||||
|
- TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
- TinyLife.Objects.Furniture.GetPrice
|
- TinyLife.Objects.Furniture.GetPrice
|
||||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||||
|
@ -1379,6 +1380,45 @@ references:
|
||||||
- name: )
|
- name: )
|
||||||
nameWithType: )
|
nameWithType: )
|
||||||
fullName: )
|
fullName: )
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
commentId: M:TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
parent: TinyLife.Objects.Furniture
|
||||||
|
isExternal: true
|
||||||
|
name: ResetToStatic(Boolean)
|
||||||
|
nameWithType: Furniture.ResetToStatic(Boolean)
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
||||||
parent: TinyLife.Objects.Furniture
|
parent: TinyLife.Objects.Furniture
|
||||||
|
|
|
@ -86,6 +86,7 @@ items:
|
||||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||||
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
||||||
|
- TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
- TinyLife.Objects.Furniture.GetPrice
|
- TinyLife.Objects.Furniture.GetPrice
|
||||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||||
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
||||||
|
@ -1508,6 +1509,45 @@ references:
|
||||||
- name: )
|
- name: )
|
||||||
nameWithType: )
|
nameWithType: )
|
||||||
fullName: )
|
fullName: )
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
commentId: M:TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
parent: TinyLife.Objects.Furniture
|
||||||
|
isExternal: true
|
||||||
|
name: ResetToStatic(Boolean)
|
||||||
|
nameWithType: Furniture.ResetToStatic(Boolean)
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
- uid: TinyLife.Objects.Furniture.GetPrice
|
- uid: TinyLife.Objects.Furniture.GetPrice
|
||||||
commentId: M:TinyLife.Objects.Furniture.GetPrice
|
commentId: M:TinyLife.Objects.Furniture.GetPrice
|
||||||
parent: TinyLife.Objects.Furniture
|
parent: TinyLife.Objects.Furniture
|
||||||
|
|
|
@ -87,6 +87,7 @@ items:
|
||||||
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
||||||
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
||||||
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
||||||
|
- TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
- TinyLife.Objects.Furniture.GetPrice
|
- TinyLife.Objects.Furniture.GetPrice
|
||||||
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
||||||
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
||||||
|
@ -1546,6 +1547,45 @@ references:
|
||||||
- name: )
|
- name: )
|
||||||
nameWithType: )
|
nameWithType: )
|
||||||
fullName: )
|
fullName: )
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
commentId: M:TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
parent: TinyLife.Objects.Furniture
|
||||||
|
isExternal: true
|
||||||
|
name: ResetToStatic(Boolean)
|
||||||
|
nameWithType: Furniture.ResetToStatic(Boolean)
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Furniture.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
- uid: TinyLife.Objects.Furniture.GetPrice
|
- uid: TinyLife.Objects.Furniture.GetPrice
|
||||||
commentId: M:TinyLife.Objects.Furniture.GetPrice
|
commentId: M:TinyLife.Objects.Furniture.GetPrice
|
||||||
parent: TinyLife.Objects.Furniture
|
parent: TinyLife.Objects.Furniture
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: VehicleType
|
id: VehicleType
|
||||||
path: ../TinyLife/Objects/Vehicle.cs
|
path: ../TinyLife/Objects/Vehicle.cs
|
||||||
startLine: 127
|
startLine: 133
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -56,7 +56,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Car
|
id: Car
|
||||||
path: ../TinyLife/Objects/Vehicle.cs
|
path: ../TinyLife/Objects/Vehicle.cs
|
||||||
startLine: 132
|
startLine: 138
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -90,7 +90,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EScooter
|
id: EScooter
|
||||||
path: ../TinyLife/Objects/Vehicle.cs
|
path: ../TinyLife/Objects/Vehicle.cs
|
||||||
startLine: 136
|
startLine: 142
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -11,6 +11,7 @@ items:
|
||||||
- TinyLife.Objects.Vehicle.GetSpeed
|
- TinyLife.Objects.Vehicle.GetSpeed
|
||||||
- TinyLife.Objects.Vehicle.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
- TinyLife.Objects.Vehicle.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
||||||
- TinyLife.Objects.Vehicle.OnRemoved
|
- TinyLife.Objects.Vehicle.OnRemoved
|
||||||
|
- TinyLife.Objects.Vehicle.ResetToStatic(System.Boolean)
|
||||||
- TinyLife.Objects.Vehicle.Rotation
|
- TinyLife.Objects.Vehicle.Rotation
|
||||||
- TinyLife.Objects.Vehicle.Type
|
- TinyLife.Objects.Vehicle.Type
|
||||||
- TinyLife.Objects.Vehicle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
- TinyLife.Objects.Vehicle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
|
@ -565,6 +566,45 @@ items:
|
||||||
modifiers.vb:
|
modifiers.vb:
|
||||||
- Public
|
- Public
|
||||||
- Overrides
|
- Overrides
|
||||||
|
- uid: TinyLife.Objects.Vehicle.ResetToStatic(System.Boolean)
|
||||||
|
commentId: M:TinyLife.Objects.Vehicle.ResetToStatic(System.Boolean)
|
||||||
|
id: ResetToStatic(System.Boolean)
|
||||||
|
parent: TinyLife.Objects.Vehicle
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: ResetToStatic(Boolean)
|
||||||
|
nameWithType: Vehicle.ResetToStatic(Boolean)
|
||||||
|
fullName: TinyLife.Objects.Vehicle.ResetToStatic(System.Boolean)
|
||||||
|
type: Method
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Objects/Vehicle.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: ResetToStatic
|
||||||
|
path: ../TinyLife/Objects/Vehicle.cs
|
||||||
|
startLine: 125
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Objects
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: public override bool ResetToStatic(bool thorough)
|
||||||
|
parameters:
|
||||||
|
- id: thorough
|
||||||
|
type: System.Boolean
|
||||||
|
return:
|
||||||
|
type: System.Boolean
|
||||||
|
content.vb: Public Overrides Function ResetToStatic(thorough As Boolean) As Boolean
|
||||||
|
overridden: TinyLife.Objects.MapObject.ResetToStatic(System.Boolean)
|
||||||
|
overload: TinyLife.Objects.Vehicle.ResetToStatic*
|
||||||
|
modifiers.csharp:
|
||||||
|
- public
|
||||||
|
- override
|
||||||
|
modifiers.vb:
|
||||||
|
- Public
|
||||||
|
- Overrides
|
||||||
references:
|
references:
|
||||||
- uid: TinyLife.Objects.MapObject
|
- uid: TinyLife.Objects.MapObject
|
||||||
commentId: T:TinyLife.Objects.MapObject
|
commentId: T:TinyLife.Objects.MapObject
|
||||||
|
@ -3344,3 +3384,47 @@ references:
|
||||||
name: OnRemoved
|
name: OnRemoved
|
||||||
nameWithType: Vehicle.OnRemoved
|
nameWithType: Vehicle.OnRemoved
|
||||||
fullName: TinyLife.Objects.Vehicle.OnRemoved
|
fullName: TinyLife.Objects.Vehicle.OnRemoved
|
||||||
|
- uid: TinyLife.Objects.MapObject.ResetToStatic(System.Boolean)
|
||||||
|
commentId: M:TinyLife.Objects.MapObject.ResetToStatic(System.Boolean)
|
||||||
|
parent: TinyLife.Objects.MapObject
|
||||||
|
isExternal: true
|
||||||
|
name: ResetToStatic(Boolean)
|
||||||
|
nameWithType: MapObject.ResetToStatic(Boolean)
|
||||||
|
fullName: TinyLife.Objects.MapObject.ResetToStatic(System.Boolean)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Objects.MapObject.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: MapObject.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.MapObject.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Objects.MapObject.ResetToStatic(System.Boolean)
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: MapObject.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.MapObject.ResetToStatic
|
||||||
|
- name: (
|
||||||
|
nameWithType: (
|
||||||
|
fullName: (
|
||||||
|
- uid: System.Boolean
|
||||||
|
name: Boolean
|
||||||
|
nameWithType: Boolean
|
||||||
|
fullName: System.Boolean
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
|
- uid: TinyLife.Objects.Vehicle.ResetToStatic*
|
||||||
|
commentId: Overload:TinyLife.Objects.Vehicle.ResetToStatic
|
||||||
|
name: ResetToStatic
|
||||||
|
nameWithType: Vehicle.ResetToStatic
|
||||||
|
fullName: TinyLife.Objects.Vehicle.ResetToStatic
|
||||||
|
|
|
@ -23,7 +23,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Visibility
|
id: Visibility
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 664
|
startLine: 668
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -58,7 +58,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WhenVisible
|
id: WhenVisible
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 669
|
startLine: 673
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -92,7 +92,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WhenVisibleExt
|
id: WhenVisibleExt
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 673
|
startLine: 677
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -126,7 +126,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HideZoomedOut
|
id: HideZoomedOut
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 677
|
startLine: 681
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -160,7 +160,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Static
|
id: Static
|
||||||
path: ../TinyLife/Objects/MapObject.cs
|
path: ../TinyLife/Objects/MapObject.cs
|
||||||
startLine: 682
|
startLine: 686
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: VoiceStyle
|
id: VoiceStyle
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2812
|
startLine: 2809
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -57,7 +57,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Low
|
id: Low
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2815
|
startLine: 2812
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -89,7 +89,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: High
|
id: High
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2816
|
startLine: 2813
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -121,7 +121,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Child
|
id: Child
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2817
|
startLine: 2814
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -19,7 +19,6 @@ items:
|
||||||
- TinyLife.Options.CameraUpKeybind
|
- TinyLife.Options.CameraUpKeybind
|
||||||
- TinyLife.Options.CopyFurnitureKeybind
|
- TinyLife.Options.CopyFurnitureKeybind
|
||||||
- TinyLife.Options.DecreaseSpeedKeybind
|
- TinyLife.Options.DecreaseSpeedKeybind
|
||||||
- TinyLife.Options.DisplayedHints
|
|
||||||
- TinyLife.Options.GamepadCursorSpeed
|
- TinyLife.Options.GamepadCursorSpeed
|
||||||
- TinyLife.Options.GamepadScreenBorder
|
- TinyLife.Options.GamepadScreenBorder
|
||||||
- TinyLife.Options.GamepadSwapAForB
|
- TinyLife.Options.GamepadSwapAForB
|
||||||
|
@ -1132,51 +1131,6 @@ items:
|
||||||
modifiers.vb:
|
modifiers.vb:
|
||||||
- Public
|
- Public
|
||||||
- ReadOnly
|
- ReadOnly
|
||||||
- uid: TinyLife.Options.DisplayedHints
|
|
||||||
commentId: F:TinyLife.Options.DisplayedHints
|
|
||||||
id: DisplayedHints
|
|
||||||
parent: TinyLife.Options
|
|
||||||
langs:
|
|
||||||
- csharp
|
|
||||||
- vb
|
|
||||||
name: DisplayedHints
|
|
||||||
nameWithType: Options.DisplayedHints
|
|
||||||
fullName: TinyLife.Options.DisplayedHints
|
|
||||||
type: Field
|
|
||||||
source:
|
|
||||||
remote:
|
|
||||||
path: TinyLife/Options.cs
|
|
||||||
branch: main
|
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
||||||
id: DisplayedHints
|
|
||||||
path: ../TinyLife/Options.cs
|
|
||||||
startLine: 108
|
|
||||||
assemblies:
|
|
||||||
- Tiny Life
|
|
||||||
namespace: TinyLife
|
|
||||||
summary: "\nThe <xref href=\"TinyLife.Uis.InGameHint.Name\" data-throw-if-not-resolved=\"false\"></xref> of <xref href=\"TinyLife.Uis.InGameHint\" data-throw-if-not-resolved=\"false\"></xref> objects that have already been displayed\n"
|
|
||||||
example: []
|
|
||||||
syntax:
|
|
||||||
content: >-
|
|
||||||
[DataMember]
|
|
||||||
|
|
||||||
public readonly HashSet<string> DisplayedHints
|
|
||||||
return:
|
|
||||||
type: System.Collections.Generic.HashSet{System.String}
|
|
||||||
content.vb: >-
|
|
||||||
<DataMember>
|
|
||||||
|
|
||||||
Public ReadOnly DisplayedHints As HashSet(Of String)
|
|
||||||
attributes:
|
|
||||||
- type: System.Runtime.Serialization.DataMemberAttribute
|
|
||||||
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
|
||||||
arguments: []
|
|
||||||
modifiers.csharp:
|
|
||||||
- public
|
|
||||||
- readonly
|
|
||||||
modifiers.vb:
|
|
||||||
- Public
|
|
||||||
- ReadOnly
|
|
||||||
- uid: TinyLife.Options.AButton
|
- uid: TinyLife.Options.AButton
|
||||||
commentId: P:TinyLife.Options.AButton
|
commentId: P:TinyLife.Options.AButton
|
||||||
id: AButton
|
id: AButton
|
||||||
|
@ -1195,7 +1149,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AButton
|
id: AButton
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 113
|
startLine: 107
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1232,7 +1186,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BButton
|
id: BButton
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 117
|
startLine: 111
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1269,7 +1223,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: XButton
|
id: XButton
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 121
|
startLine: 115
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1306,7 +1260,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: YButton
|
id: YButton
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 125
|
startLine: 119
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1343,7 +1297,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LeftTrigger
|
id: LeftTrigger
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 129
|
startLine: 123
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1380,7 +1334,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RightTrigger
|
id: RightTrigger
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 133
|
startLine: 127
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1417,7 +1371,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WallMode
|
id: WallMode
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 141
|
startLine: 135
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1454,7 +1408,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Language
|
id: Language
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 157
|
startLine: 151
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1497,7 +1451,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UiScale
|
id: UiScale
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 162
|
startLine: 156
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1540,7 +1494,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SoundVolume
|
id: SoundVolume
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 167
|
startLine: 161
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1583,7 +1537,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MusicVolume
|
id: MusicVolume
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 172
|
startLine: 166
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1626,7 +1580,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WorldSoundVolume
|
id: WorldSoundVolume
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 178
|
startLine: 172
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1669,7 +1623,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SpeechVolume
|
id: SpeechVolume
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 184
|
startLine: 178
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1712,7 +1666,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StingVolume
|
id: StingVolume
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 190
|
startLine: 184
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1755,7 +1709,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SoundscapeVolume
|
id: SoundscapeVolume
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 196
|
startLine: 190
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1798,7 +1752,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AutoSaveIntervalSeconds
|
id: AutoSaveIntervalSeconds
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 202
|
startLine: 196
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1841,7 +1795,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CameraRotation
|
id: CameraRotation
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 209
|
startLine: 203
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1884,7 +1838,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BrightnessIncrease
|
id: BrightnessIncrease
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 214
|
startLine: 208
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1927,7 +1881,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HideHangingObjects
|
id: HideHangingObjects
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 220
|
startLine: 214
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1970,7 +1924,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RoundCameraPosition
|
id: RoundCameraPosition
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 226
|
startLine: 220
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2013,7 +1967,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BlurZoomedOut
|
id: BlurZoomedOut
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 228
|
startLine: 222
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2054,7 +2008,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UiAnimations
|
id: UiAnimations
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 234
|
startLine: 228
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2097,7 +2051,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ShowBuildModeGrid
|
id: ShowBuildModeGrid
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 239
|
startLine: 233
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2140,7 +2094,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GamepadScreenBorder
|
id: GamepadScreenBorder
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 244
|
startLine: 238
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2183,7 +2137,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GamepadCursorSpeed
|
id: GamepadCursorSpeed
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 249
|
startLine: 243
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2226,7 +2180,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GamepadSwapTriggers
|
id: GamepadSwapTriggers
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 254
|
startLine: 248
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2269,7 +2223,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GamepadSwapAForB
|
id: GamepadSwapAForB
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 259
|
startLine: 253
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2312,7 +2266,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GamepadSwapXForY
|
id: GamepadSwapXForY
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 264
|
startLine: 258
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2355,7 +2309,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HideControlsHints
|
id: HideControlsHints
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 269
|
startLine: 263
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2398,7 +2352,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HideGamepadControlsHints
|
id: HideGamepadControlsHints
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 275
|
startLine: 269
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2441,7 +2395,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AllowMods
|
id: AllowMods
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 280
|
startLine: 274
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2484,7 +2438,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InGameMusic
|
id: InGameMusic
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 285
|
startLine: 279
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2527,7 +2481,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TransparentTooltips
|
id: TransparentTooltips
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 290
|
startLine: 284
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2570,7 +2524,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InstantTooltips
|
id: InstantTooltips
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 295
|
startLine: 289
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2613,7 +2567,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LongerNotifications
|
id: LongerNotifications
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 300
|
startLine: 294
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2656,7 +2610,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TwelveHourClock
|
id: TwelveHourClock
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 305
|
startLine: 299
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2699,7 +2653,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Apply
|
id: Apply
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 341
|
startLine: 335
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -2731,7 +2685,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Save
|
id: Save
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 377
|
startLine: 371
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -3507,109 +3461,6 @@ references:
|
||||||
name: Instance
|
name: Instance
|
||||||
nameWithType: Options.Instance
|
nameWithType: Options.Instance
|
||||||
fullName: TinyLife.Options.Instance
|
fullName: TinyLife.Options.Instance
|
||||||
- uid: TinyLife.Uis.InGameHint.Name
|
|
||||||
commentId: F:TinyLife.Uis.InGameHint.Name
|
|
||||||
isExternal: true
|
|
||||||
- uid: TinyLife.Uis.InGameHint
|
|
||||||
commentId: T:TinyLife.Uis.InGameHint
|
|
||||||
parent: TinyLife.Uis
|
|
||||||
name: InGameHint
|
|
||||||
nameWithType: InGameHint
|
|
||||||
fullName: TinyLife.Uis.InGameHint
|
|
||||||
- uid: System.Collections.Generic.HashSet{System.String}
|
|
||||||
commentId: T:System.Collections.Generic.HashSet{System.String}
|
|
||||||
parent: System.Collections.Generic
|
|
||||||
definition: System.Collections.Generic.HashSet`1
|
|
||||||
name: HashSet<String>
|
|
||||||
nameWithType: HashSet<String>
|
|
||||||
fullName: System.Collections.Generic.HashSet<System.String>
|
|
||||||
nameWithType.vb: HashSet(Of String)
|
|
||||||
fullName.vb: System.Collections.Generic.HashSet(Of System.String)
|
|
||||||
name.vb: HashSet(Of String)
|
|
||||||
spec.csharp:
|
|
||||||
- uid: System.Collections.Generic.HashSet`1
|
|
||||||
name: HashSet
|
|
||||||
nameWithType: HashSet
|
|
||||||
fullName: System.Collections.Generic.HashSet
|
|
||||||
isExternal: true
|
|
||||||
- name: <
|
|
||||||
nameWithType: <
|
|
||||||
fullName: <
|
|
||||||
- uid: System.String
|
|
||||||
name: String
|
|
||||||
nameWithType: String
|
|
||||||
fullName: System.String
|
|
||||||
isExternal: true
|
|
||||||
- name: '>'
|
|
||||||
nameWithType: '>'
|
|
||||||
fullName: '>'
|
|
||||||
spec.vb:
|
|
||||||
- uid: System.Collections.Generic.HashSet`1
|
|
||||||
name: HashSet
|
|
||||||
nameWithType: HashSet
|
|
||||||
fullName: System.Collections.Generic.HashSet
|
|
||||||
isExternal: true
|
|
||||||
- name: '(Of '
|
|
||||||
nameWithType: '(Of '
|
|
||||||
fullName: '(Of '
|
|
||||||
- uid: System.String
|
|
||||||
name: String
|
|
||||||
nameWithType: String
|
|
||||||
fullName: System.String
|
|
||||||
isExternal: true
|
|
||||||
- name: )
|
|
||||||
nameWithType: )
|
|
||||||
fullName: )
|
|
||||||
- uid: TinyLife.Uis
|
|
||||||
commentId: N:TinyLife.Uis
|
|
||||||
name: TinyLife.Uis
|
|
||||||
nameWithType: TinyLife.Uis
|
|
||||||
fullName: TinyLife.Uis
|
|
||||||
- uid: System.Collections.Generic.HashSet`1
|
|
||||||
commentId: T:System.Collections.Generic.HashSet`1
|
|
||||||
isExternal: true
|
|
||||||
name: HashSet<T>
|
|
||||||
nameWithType: HashSet<T>
|
|
||||||
fullName: System.Collections.Generic.HashSet<T>
|
|
||||||
nameWithType.vb: HashSet(Of T)
|
|
||||||
fullName.vb: System.Collections.Generic.HashSet(Of T)
|
|
||||||
name.vb: HashSet(Of T)
|
|
||||||
spec.csharp:
|
|
||||||
- uid: System.Collections.Generic.HashSet`1
|
|
||||||
name: HashSet
|
|
||||||
nameWithType: HashSet
|
|
||||||
fullName: System.Collections.Generic.HashSet
|
|
||||||
isExternal: true
|
|
||||||
- name: <
|
|
||||||
nameWithType: <
|
|
||||||
fullName: <
|
|
||||||
- name: T
|
|
||||||
nameWithType: T
|
|
||||||
fullName: T
|
|
||||||
- name: '>'
|
|
||||||
nameWithType: '>'
|
|
||||||
fullName: '>'
|
|
||||||
spec.vb:
|
|
||||||
- uid: System.Collections.Generic.HashSet`1
|
|
||||||
name: HashSet
|
|
||||||
nameWithType: HashSet
|
|
||||||
fullName: System.Collections.Generic.HashSet
|
|
||||||
isExternal: true
|
|
||||||
- name: '(Of '
|
|
||||||
nameWithType: '(Of '
|
|
||||||
fullName: '(Of '
|
|
||||||
- name: T
|
|
||||||
nameWithType: T
|
|
||||||
fullName: T
|
|
||||||
- name: )
|
|
||||||
nameWithType: )
|
|
||||||
fullName: )
|
|
||||||
- uid: System.Collections.Generic
|
|
||||||
commentId: N:System.Collections.Generic
|
|
||||||
isExternal: true
|
|
||||||
name: System.Collections.Generic
|
|
||||||
nameWithType: System.Collections.Generic
|
|
||||||
fullName: System.Collections.Generic
|
|
||||||
- uid: Microsoft.Xna.Framework.Input.Buttons
|
- uid: Microsoft.Xna.Framework.Input.Buttons
|
||||||
commentId: T:Microsoft.Xna.Framework.Input.Buttons
|
commentId: T:Microsoft.Xna.Framework.Input.Buttons
|
||||||
parent: Microsoft.Xna.Framework.Input
|
parent: Microsoft.Xna.Framework.Input
|
||||||
|
@ -3822,6 +3673,11 @@ references:
|
||||||
name: CoveringGroup
|
name: CoveringGroup
|
||||||
nameWithType: CoveringGroup
|
nameWithType: CoveringGroup
|
||||||
fullName: TinyLife.Uis.CoveringGroup
|
fullName: TinyLife.Uis.CoveringGroup
|
||||||
|
- uid: TinyLife.Uis
|
||||||
|
commentId: N:TinyLife.Uis
|
||||||
|
name: TinyLife.Uis
|
||||||
|
nameWithType: TinyLife.Uis
|
||||||
|
fullName: TinyLife.Uis
|
||||||
- uid: TinyLife.Options.LeftTrigger
|
- uid: TinyLife.Options.LeftTrigger
|
||||||
commentId: P:TinyLife.Options.LeftTrigger
|
commentId: P:TinyLife.Options.LeftTrigger
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
|
|
@ -10,6 +10,7 @@ items:
|
||||||
- TinyLife.PerSaveOptions.AiSkillBuilding
|
- TinyLife.PerSaveOptions.AiSkillBuilding
|
||||||
- TinyLife.PerSaveOptions.DisableAiHousehold
|
- TinyLife.PerSaveOptions.DisableAiHousehold
|
||||||
- TinyLife.PerSaveOptions.DisableAiSelected
|
- TinyLife.PerSaveOptions.DisableAiSelected
|
||||||
|
- TinyLife.PerSaveOptions.DisplayedHints
|
||||||
- TinyLife.PerSaveOptions.Instance
|
- TinyLife.PerSaveOptions.Instance
|
||||||
- TinyLife.PerSaveOptions.Load(System.String)
|
- TinyLife.PerSaveOptions.Load(System.String)
|
||||||
- TinyLife.PerSaveOptions.LoadedMods
|
- TinyLife.PerSaveOptions.LoadedMods
|
||||||
|
@ -33,7 +34,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PerSaveOptions
|
id: PerSaveOptions
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 401
|
startLine: 395
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -97,7 +98,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Instance
|
id: Instance
|
||||||
path: ../TinyLife/Options.cs
|
path: ../TinyLife/Options.cs
|
||||||
startLine: 408
|
startLine: 402
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -118,6 +119,51 @@ items:
|
||||||
- Public
|
- Public
|
||||||
- Shared
|
- Shared
|
||||||
- ReadOnly
|
- ReadOnly
|
||||||
|
- uid: TinyLife.PerSaveOptions.DisplayedHints
|
||||||
|
commentId: F:TinyLife.PerSaveOptions.DisplayedHints
|
||||||
|
id: DisplayedHints
|
||||||
|
parent: TinyLife.PerSaveOptions
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: DisplayedHints
|
||||||
|
nameWithType: PerSaveOptions.DisplayedHints
|
||||||
|
fullName: TinyLife.PerSaveOptions.DisplayedHints
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Options.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: DisplayedHints
|
||||||
|
path: ../TinyLife/Options.cs
|
||||||
|
startLine: 408
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife
|
||||||
|
summary: "\nThe <xref href=\"TinyLife.Uis.InGameHint.Name\" data-throw-if-not-resolved=\"false\"></xref> of <xref href=\"TinyLife.Uis.InGameHint\" data-throw-if-not-resolved=\"false\"></xref> objects that have already been displayed\n"
|
||||||
|
example: []
|
||||||
|
syntax:
|
||||||
|
content: >-
|
||||||
|
[DataMember]
|
||||||
|
|
||||||
|
public readonly HashSet<string> DisplayedHints
|
||||||
|
return:
|
||||||
|
type: System.Collections.Generic.HashSet{System.String}
|
||||||
|
content.vb: >-
|
||||||
|
<DataMember>
|
||||||
|
|
||||||
|
Public ReadOnly DisplayedHints As HashSet(Of String)
|
||||||
|
attributes:
|
||||||
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
||||||
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
||||||
|
arguments: []
|
||||||
|
modifiers.csharp:
|
||||||
|
- public
|
||||||
|
- readonly
|
||||||
|
modifiers.vb:
|
||||||
|
- Public
|
||||||
|
- ReadOnly
|
||||||
- uid: TinyLife.PerSaveOptions.DisableAiSelected
|
- uid: TinyLife.PerSaveOptions.DisableAiSelected
|
||||||
commentId: F:TinyLife.PerSaveOptions.DisableAiSelected
|
commentId: F:TinyLife.PerSaveOptions.DisableAiSelected
|
||||||
id: DisableAiSelected
|
id: DisableAiSelected
|
||||||
|
@ -1331,6 +1377,109 @@ references:
|
||||||
name: Instance
|
name: Instance
|
||||||
nameWithType: PerSaveOptions.Instance
|
nameWithType: PerSaveOptions.Instance
|
||||||
fullName: TinyLife.PerSaveOptions.Instance
|
fullName: TinyLife.PerSaveOptions.Instance
|
||||||
|
- uid: TinyLife.Uis.InGameHint.Name
|
||||||
|
commentId: F:TinyLife.Uis.InGameHint.Name
|
||||||
|
isExternal: true
|
||||||
|
- uid: TinyLife.Uis.InGameHint
|
||||||
|
commentId: T:TinyLife.Uis.InGameHint
|
||||||
|
parent: TinyLife.Uis
|
||||||
|
name: InGameHint
|
||||||
|
nameWithType: InGameHint
|
||||||
|
fullName: TinyLife.Uis.InGameHint
|
||||||
|
- uid: System.Collections.Generic.HashSet{System.String}
|
||||||
|
commentId: T:System.Collections.Generic.HashSet{System.String}
|
||||||
|
parent: System.Collections.Generic
|
||||||
|
definition: System.Collections.Generic.HashSet`1
|
||||||
|
name: HashSet<String>
|
||||||
|
nameWithType: HashSet<String>
|
||||||
|
fullName: System.Collections.Generic.HashSet<System.String>
|
||||||
|
nameWithType.vb: HashSet(Of String)
|
||||||
|
fullName.vb: System.Collections.Generic.HashSet(Of System.String)
|
||||||
|
name.vb: HashSet(Of String)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: System.Collections.Generic.HashSet`1
|
||||||
|
name: HashSet
|
||||||
|
nameWithType: HashSet
|
||||||
|
fullName: System.Collections.Generic.HashSet
|
||||||
|
isExternal: true
|
||||||
|
- name: <
|
||||||
|
nameWithType: <
|
||||||
|
fullName: <
|
||||||
|
- uid: System.String
|
||||||
|
name: String
|
||||||
|
nameWithType: String
|
||||||
|
fullName: System.String
|
||||||
|
isExternal: true
|
||||||
|
- name: '>'
|
||||||
|
nameWithType: '>'
|
||||||
|
fullName: '>'
|
||||||
|
spec.vb:
|
||||||
|
- uid: System.Collections.Generic.HashSet`1
|
||||||
|
name: HashSet
|
||||||
|
nameWithType: HashSet
|
||||||
|
fullName: System.Collections.Generic.HashSet
|
||||||
|
isExternal: true
|
||||||
|
- name: '(Of '
|
||||||
|
nameWithType: '(Of '
|
||||||
|
fullName: '(Of '
|
||||||
|
- uid: System.String
|
||||||
|
name: String
|
||||||
|
nameWithType: String
|
||||||
|
fullName: System.String
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
|
- uid: TinyLife.Uis
|
||||||
|
commentId: N:TinyLife.Uis
|
||||||
|
name: TinyLife.Uis
|
||||||
|
nameWithType: TinyLife.Uis
|
||||||
|
fullName: TinyLife.Uis
|
||||||
|
- uid: System.Collections.Generic.HashSet`1
|
||||||
|
commentId: T:System.Collections.Generic.HashSet`1
|
||||||
|
isExternal: true
|
||||||
|
name: HashSet<T>
|
||||||
|
nameWithType: HashSet<T>
|
||||||
|
fullName: System.Collections.Generic.HashSet<T>
|
||||||
|
nameWithType.vb: HashSet(Of T)
|
||||||
|
fullName.vb: System.Collections.Generic.HashSet(Of T)
|
||||||
|
name.vb: HashSet(Of T)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: System.Collections.Generic.HashSet`1
|
||||||
|
name: HashSet
|
||||||
|
nameWithType: HashSet
|
||||||
|
fullName: System.Collections.Generic.HashSet
|
||||||
|
isExternal: true
|
||||||
|
- name: <
|
||||||
|
nameWithType: <
|
||||||
|
fullName: <
|
||||||
|
- name: T
|
||||||
|
nameWithType: T
|
||||||
|
fullName: T
|
||||||
|
- name: '>'
|
||||||
|
nameWithType: '>'
|
||||||
|
fullName: '>'
|
||||||
|
spec.vb:
|
||||||
|
- uid: System.Collections.Generic.HashSet`1
|
||||||
|
name: HashSet
|
||||||
|
nameWithType: HashSet
|
||||||
|
fullName: System.Collections.Generic.HashSet
|
||||||
|
isExternal: true
|
||||||
|
- name: '(Of '
|
||||||
|
nameWithType: '(Of '
|
||||||
|
fullName: '(Of '
|
||||||
|
- name: T
|
||||||
|
nameWithType: T
|
||||||
|
fullName: T
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
|
- uid: System.Collections.Generic
|
||||||
|
commentId: N:System.Collections.Generic
|
||||||
|
isExternal: true
|
||||||
|
name: System.Collections.Generic
|
||||||
|
nameWithType: System.Collections.Generic
|
||||||
|
fullName: System.Collections.Generic
|
||||||
- uid: TinyLife.Tools.PlayModeTool.SelectedPerson
|
- uid: TinyLife.Tools.PlayModeTool.SelectedPerson
|
||||||
commentId: P:TinyLife.Tools.PlayModeTool.SelectedPerson
|
commentId: P:TinyLife.Tools.PlayModeTool.SelectedPerson
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
@ -1477,12 +1626,6 @@ references:
|
||||||
- name: )
|
- name: )
|
||||||
nameWithType: )
|
nameWithType: )
|
||||||
fullName: )
|
fullName: )
|
||||||
- uid: System.Collections.Generic
|
|
||||||
commentId: N:System.Collections.Generic
|
|
||||||
isExternal: true
|
|
||||||
name: System.Collections.Generic
|
|
||||||
nameWithType: System.Collections.Generic
|
|
||||||
fullName: System.Collections.Generic
|
|
||||||
- uid: System.String
|
- uid: System.String
|
||||||
commentId: T:System.String
|
commentId: T:System.String
|
||||||
parent: System
|
parent: System
|
||||||
|
|
|
@ -5,7 +5,8 @@ items:
|
||||||
id: InGameHint
|
id: InGameHint
|
||||||
parent: TinyLife.Uis
|
parent: TinyLife.Uis
|
||||||
children:
|
children:
|
||||||
- TinyLife.Uis.InGameHint.#ctor(System.String,MLEM.Textures.TextureRegion,System.Func{TinyLife.GameImpl,System.Boolean})
|
- TinyLife.Uis.InGameHint.#ctor(System.String,MLEM.Textures.TextureRegion,System.Func{TinyLife.GameImpl,System.Boolean},System.Action{TinyLife.Uis.CoveringGroup,MLEM.Ui.Elements.Panel})
|
||||||
|
- TinyLife.Uis.InGameHint.AdditionalContent
|
||||||
- TinyLife.Uis.InGameHint.ClothesIntentions
|
- TinyLife.Uis.InGameHint.ClothesIntentions
|
||||||
- TinyLife.Uis.InGameHint.Condition
|
- TinyLife.Uis.InGameHint.Condition
|
||||||
- TinyLife.Uis.InGameHint.Display
|
- TinyLife.Uis.InGameHint.Display
|
||||||
|
@ -35,7 +36,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InGameHint
|
id: InGameHint
|
||||||
path: ../TinyLife/Uis/InGameHint.cs
|
path: ../TinyLife/Uis/InGameHint.cs
|
||||||
startLine: 21
|
startLine: 22
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
@ -80,7 +81,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Hints
|
id: Hints
|
||||||
path: ../TinyLife/Uis/InGameHint.cs
|
path: ../TinyLife/Uis/InGameHint.cs
|
||||||
startLine: 28
|
startLine: 29
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
@ -117,7 +118,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Introduction
|
id: Introduction
|
||||||
path: ../TinyLife/Uis/InGameHint.cs
|
path: ../TinyLife/Uis/InGameHint.cs
|
||||||
startLine: 31
|
startLine: 32
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
@ -152,7 +153,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PersonalityTypes
|
id: PersonalityTypes
|
||||||
path: ../TinyLife/Uis/InGameHint.cs
|
path: ../TinyLife/Uis/InGameHint.cs
|
||||||
startLine: 32
|
startLine: 41
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
@ -187,7 +188,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ClothesIntentions
|
id: ClothesIntentions
|
||||||
path: ../TinyLife/Uis/InGameHint.cs
|
path: ../TinyLife/Uis/InGameHint.cs
|
||||||
startLine: 33
|
startLine: 42
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
@ -222,7 +223,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Interactions
|
id: Interactions
|
||||||
path: ../TinyLife/Uis/InGameHint.cs
|
path: ../TinyLife/Uis/InGameHint.cs
|
||||||
startLine: 34
|
startLine: 43
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
@ -257,7 +258,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Outfits
|
id: Outfits
|
||||||
path: ../TinyLife/Uis/InGameHint.cs
|
path: ../TinyLife/Uis/InGameHint.cs
|
||||||
startLine: 35
|
startLine: 44
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
@ -292,7 +293,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InteractionPages
|
id: InteractionPages
|
||||||
path: ../TinyLife/Uis/InGameHint.cs
|
path: ../TinyLife/Uis/InGameHint.cs
|
||||||
startLine: 36
|
startLine: 45
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
@ -327,7 +328,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OutOfTownActions
|
id: OutOfTownActions
|
||||||
path: ../TinyLife/Uis/InGameHint.cs
|
path: ../TinyLife/Uis/InGameHint.cs
|
||||||
startLine: 37
|
startLine: 46
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
@ -362,7 +363,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LotEmployments
|
id: LotEmployments
|
||||||
path: ../TinyLife/Uis/InGameHint.cs
|
path: ../TinyLife/Uis/InGameHint.cs
|
||||||
startLine: 38
|
startLine: 47
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
@ -397,7 +398,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: ../TinyLife/Uis/InGameHint.cs
|
path: ../TinyLife/Uis/InGameHint.cs
|
||||||
startLine: 61
|
startLine: 70
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
@ -432,7 +433,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Icon
|
id: Icon
|
||||||
path: ../TinyLife/Uis/InGameHint.cs
|
path: ../TinyLife/Uis/InGameHint.cs
|
||||||
startLine: 65
|
startLine: 74
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
@ -467,7 +468,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Condition
|
id: Condition
|
||||||
path: ../TinyLife/Uis/InGameHint.cs
|
path: ../TinyLife/Uis/InGameHint.cs
|
||||||
startLine: 69
|
startLine: 78
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
@ -484,6 +485,39 @@ items:
|
||||||
modifiers.vb:
|
modifiers.vb:
|
||||||
- Public
|
- Public
|
||||||
- ReadOnly
|
- ReadOnly
|
||||||
|
- uid: TinyLife.Uis.InGameHint.AdditionalContent
|
||||||
|
commentId: F:TinyLife.Uis.InGameHint.AdditionalContent
|
||||||
|
id: AdditionalContent
|
||||||
|
parent: TinyLife.Uis.InGameHint
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: AdditionalContent
|
||||||
|
nameWithType: InGameHint.AdditionalContent
|
||||||
|
fullName: TinyLife.Uis.InGameHint.AdditionalContent
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Uis/InGameHint.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: AdditionalContent
|
||||||
|
path: ../TinyLife/Uis/InGameHint.cs
|
||||||
|
startLine: 79
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Uis
|
||||||
|
syntax:
|
||||||
|
content: public readonly Action<CoveringGroup, Panel> AdditionalContent
|
||||||
|
return:
|
||||||
|
type: System.Action{TinyLife.Uis.CoveringGroup,MLEM.Ui.Elements.Panel}
|
||||||
|
content.vb: Public ReadOnly AdditionalContent As Action(Of CoveringGroup, Panel)
|
||||||
|
modifiers.csharp:
|
||||||
|
- public
|
||||||
|
- readonly
|
||||||
|
modifiers.vb:
|
||||||
|
- Public
|
||||||
|
- ReadOnly
|
||||||
- uid: TinyLife.Uis.InGameHint.HasBeenDisplayed
|
- uid: TinyLife.Uis.InGameHint.HasBeenDisplayed
|
||||||
commentId: P:TinyLife.Uis.InGameHint.HasBeenDisplayed
|
commentId: P:TinyLife.Uis.InGameHint.HasBeenDisplayed
|
||||||
id: HasBeenDisplayed
|
id: HasBeenDisplayed
|
||||||
|
@ -502,7 +536,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HasBeenDisplayed
|
id: HasBeenDisplayed
|
||||||
path: ../TinyLife/Uis/InGameHint.cs
|
path: ../TinyLife/Uis/InGameHint.cs
|
||||||
startLine: 73
|
startLine: 84
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
@ -521,16 +555,16 @@ items:
|
||||||
modifiers.vb:
|
modifiers.vb:
|
||||||
- Public
|
- Public
|
||||||
- ReadOnly
|
- ReadOnly
|
||||||
- uid: TinyLife.Uis.InGameHint.#ctor(System.String,MLEM.Textures.TextureRegion,System.Func{TinyLife.GameImpl,System.Boolean})
|
- uid: TinyLife.Uis.InGameHint.#ctor(System.String,MLEM.Textures.TextureRegion,System.Func{TinyLife.GameImpl,System.Boolean},System.Action{TinyLife.Uis.CoveringGroup,MLEM.Ui.Elements.Panel})
|
||||||
commentId: M:TinyLife.Uis.InGameHint.#ctor(System.String,MLEM.Textures.TextureRegion,System.Func{TinyLife.GameImpl,System.Boolean})
|
commentId: M:TinyLife.Uis.InGameHint.#ctor(System.String,MLEM.Textures.TextureRegion,System.Func{TinyLife.GameImpl,System.Boolean},System.Action{TinyLife.Uis.CoveringGroup,MLEM.Ui.Elements.Panel})
|
||||||
id: '#ctor(System.String,MLEM.Textures.TextureRegion,System.Func{TinyLife.GameImpl,System.Boolean})'
|
id: '#ctor(System.String,MLEM.Textures.TextureRegion,System.Func{TinyLife.GameImpl,System.Boolean},System.Action{TinyLife.Uis.CoveringGroup,MLEM.Ui.Elements.Panel})'
|
||||||
parent: TinyLife.Uis.InGameHint
|
parent: TinyLife.Uis.InGameHint
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: InGameHint(String, TextureRegion, Func<GameImpl, Boolean>)
|
name: InGameHint(String, TextureRegion, Func<GameImpl, Boolean>, Action<CoveringGroup, Panel>)
|
||||||
nameWithType: InGameHint.InGameHint(String, TextureRegion, Func<GameImpl, Boolean>)
|
nameWithType: InGameHint.InGameHint(String, TextureRegion, Func<GameImpl, Boolean>, Action<CoveringGroup, Panel>)
|
||||||
fullName: TinyLife.Uis.InGameHint.InGameHint(System.String, MLEM.Textures.TextureRegion, System.Func<TinyLife.GameImpl, System.Boolean>)
|
fullName: TinyLife.Uis.InGameHint.InGameHint(System.String, MLEM.Textures.TextureRegion, System.Func<TinyLife.GameImpl, System.Boolean>, System.Action<TinyLife.Uis.CoveringGroup, MLEM.Ui.Elements.Panel>)
|
||||||
type: Constructor
|
type: Constructor
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -539,14 +573,14 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Uis/InGameHint.cs
|
path: ../TinyLife/Uis/InGameHint.cs
|
||||||
startLine: 81
|
startLine: 92
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
summary: "\nCreates a new hint with the given settings\n"
|
summary: "\nCreates a new hint with the given settings\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public InGameHint(string name, TextureRegion icon, Func<GameImpl, bool> condition = null)
|
content: public InGameHint(string name, TextureRegion icon, Func<GameImpl, bool> condition = null, Action<CoveringGroup, Panel> additionalContent = null)
|
||||||
parameters:
|
parameters:
|
||||||
- id: name
|
- id: name
|
||||||
type: System.String
|
type: System.String
|
||||||
|
@ -557,15 +591,17 @@ items:
|
||||||
- id: condition
|
- id: condition
|
||||||
type: System.Func{TinyLife.GameImpl,System.Boolean}
|
type: System.Func{TinyLife.GameImpl,System.Boolean}
|
||||||
description: An optional condition to cause this hint to be displayed
|
description: An optional condition to cause this hint to be displayed
|
||||||
content.vb: Public Sub New(name As String, icon As TextureRegion, condition As Func(Of GameImpl, Boolean) = Nothing)
|
- id: additionalContent
|
||||||
|
type: System.Action{TinyLife.Uis.CoveringGroup,MLEM.Ui.Elements.Panel}
|
||||||
|
content.vb: Public Sub New(name As String, icon As TextureRegion, condition As Func(Of GameImpl, Boolean) = Nothing, additionalContent As Action(Of CoveringGroup, Panel) = Nothing)
|
||||||
overload: TinyLife.Uis.InGameHint.#ctor*
|
overload: TinyLife.Uis.InGameHint.#ctor*
|
||||||
nameWithType.vb: InGameHint.InGameHint(String, TextureRegion, Func(Of GameImpl, Boolean))
|
nameWithType.vb: InGameHint.InGameHint(String, TextureRegion, Func(Of GameImpl, Boolean), Action(Of CoveringGroup, Panel))
|
||||||
modifiers.csharp:
|
modifiers.csharp:
|
||||||
- public
|
- public
|
||||||
modifiers.vb:
|
modifiers.vb:
|
||||||
- Public
|
- Public
|
||||||
fullName.vb: TinyLife.Uis.InGameHint.InGameHint(System.String, MLEM.Textures.TextureRegion, System.Func(Of TinyLife.GameImpl, System.Boolean))
|
fullName.vb: TinyLife.Uis.InGameHint.InGameHint(System.String, MLEM.Textures.TextureRegion, System.Func(Of TinyLife.GameImpl, System.Boolean), System.Action(Of TinyLife.Uis.CoveringGroup, MLEM.Ui.Elements.Panel))
|
||||||
name.vb: InGameHint(String, TextureRegion, Func(Of GameImpl, Boolean))
|
name.vb: InGameHint(String, TextureRegion, Func(Of GameImpl, Boolean), Action(Of CoveringGroup, Panel))
|
||||||
- uid: TinyLife.Uis.InGameHint.Display
|
- uid: TinyLife.Uis.InGameHint.Display
|
||||||
commentId: M:TinyLife.Uis.InGameHint.Display
|
commentId: M:TinyLife.Uis.InGameHint.Display
|
||||||
id: Display
|
id: Display
|
||||||
|
@ -584,7 +620,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Display
|
id: Display
|
||||||
path: ../TinyLife/Uis/InGameHint.cs
|
path: ../TinyLife/Uis/InGameHint.cs
|
||||||
startLine: 90
|
startLine: 102
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
@ -616,7 +652,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Register
|
id: Register
|
||||||
path: ../TinyLife/Uis/InGameHint.cs
|
path: ../TinyLife/Uis/InGameHint.cs
|
||||||
startLine: 117
|
startLine: 129
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
@ -1286,6 +1322,115 @@ references:
|
||||||
- name: )
|
- name: )
|
||||||
nameWithType: )
|
nameWithType: )
|
||||||
fullName: )
|
fullName: )
|
||||||
|
- uid: System.Action{TinyLife.Uis.CoveringGroup,MLEM.Ui.Elements.Panel}
|
||||||
|
commentId: T:System.Action{TinyLife.Uis.CoveringGroup,MLEM.Ui.Elements.Panel}
|
||||||
|
parent: System
|
||||||
|
definition: System.Action`2
|
||||||
|
name: Action<CoveringGroup, Panel>
|
||||||
|
nameWithType: Action<CoveringGroup, Panel>
|
||||||
|
fullName: System.Action<TinyLife.Uis.CoveringGroup, MLEM.Ui.Elements.Panel>
|
||||||
|
nameWithType.vb: Action(Of CoveringGroup, Panel)
|
||||||
|
fullName.vb: System.Action(Of TinyLife.Uis.CoveringGroup, MLEM.Ui.Elements.Panel)
|
||||||
|
name.vb: Action(Of CoveringGroup, Panel)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: System.Action`2
|
||||||
|
name: Action
|
||||||
|
nameWithType: Action
|
||||||
|
fullName: System.Action
|
||||||
|
isExternal: true
|
||||||
|
- name: <
|
||||||
|
nameWithType: <
|
||||||
|
fullName: <
|
||||||
|
- uid: TinyLife.Uis.CoveringGroup
|
||||||
|
name: CoveringGroup
|
||||||
|
nameWithType: CoveringGroup
|
||||||
|
fullName: TinyLife.Uis.CoveringGroup
|
||||||
|
- name: ', '
|
||||||
|
nameWithType: ', '
|
||||||
|
fullName: ', '
|
||||||
|
- uid: MLEM.Ui.Elements.Panel
|
||||||
|
name: Panel
|
||||||
|
nameWithType: Panel
|
||||||
|
fullName: MLEM.Ui.Elements.Panel
|
||||||
|
isExternal: true
|
||||||
|
- name: '>'
|
||||||
|
nameWithType: '>'
|
||||||
|
fullName: '>'
|
||||||
|
spec.vb:
|
||||||
|
- uid: System.Action`2
|
||||||
|
name: Action
|
||||||
|
nameWithType: Action
|
||||||
|
fullName: System.Action
|
||||||
|
isExternal: true
|
||||||
|
- name: '(Of '
|
||||||
|
nameWithType: '(Of '
|
||||||
|
fullName: '(Of '
|
||||||
|
- uid: TinyLife.Uis.CoveringGroup
|
||||||
|
name: CoveringGroup
|
||||||
|
nameWithType: CoveringGroup
|
||||||
|
fullName: TinyLife.Uis.CoveringGroup
|
||||||
|
- name: ', '
|
||||||
|
nameWithType: ', '
|
||||||
|
fullName: ', '
|
||||||
|
- uid: MLEM.Ui.Elements.Panel
|
||||||
|
name: Panel
|
||||||
|
nameWithType: Panel
|
||||||
|
fullName: MLEM.Ui.Elements.Panel
|
||||||
|
isExternal: true
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
|
- uid: System.Action`2
|
||||||
|
commentId: T:System.Action`2
|
||||||
|
isExternal: true
|
||||||
|
name: Action<T1, T2>
|
||||||
|
nameWithType: Action<T1, T2>
|
||||||
|
fullName: System.Action<T1, T2>
|
||||||
|
nameWithType.vb: Action(Of T1, T2)
|
||||||
|
fullName.vb: System.Action(Of T1, T2)
|
||||||
|
name.vb: Action(Of T1, T2)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: System.Action`2
|
||||||
|
name: Action
|
||||||
|
nameWithType: Action
|
||||||
|
fullName: System.Action
|
||||||
|
isExternal: true
|
||||||
|
- name: <
|
||||||
|
nameWithType: <
|
||||||
|
fullName: <
|
||||||
|
- name: T1
|
||||||
|
nameWithType: T1
|
||||||
|
fullName: T1
|
||||||
|
- name: ', '
|
||||||
|
nameWithType: ', '
|
||||||
|
fullName: ', '
|
||||||
|
- name: T2
|
||||||
|
nameWithType: T2
|
||||||
|
fullName: T2
|
||||||
|
- name: '>'
|
||||||
|
nameWithType: '>'
|
||||||
|
fullName: '>'
|
||||||
|
spec.vb:
|
||||||
|
- uid: System.Action`2
|
||||||
|
name: Action
|
||||||
|
nameWithType: Action
|
||||||
|
fullName: System.Action
|
||||||
|
isExternal: true
|
||||||
|
- name: '(Of '
|
||||||
|
nameWithType: '(Of '
|
||||||
|
fullName: '(Of '
|
||||||
|
- name: T1
|
||||||
|
nameWithType: T1
|
||||||
|
fullName: T1
|
||||||
|
- name: ', '
|
||||||
|
nameWithType: ', '
|
||||||
|
fullName: ', '
|
||||||
|
- name: T2
|
||||||
|
nameWithType: T2
|
||||||
|
fullName: T2
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
- uid: TinyLife.Uis.InGameHint.HasBeenDisplayed*
|
- uid: TinyLife.Uis.InGameHint.HasBeenDisplayed*
|
||||||
commentId: Overload:TinyLife.Uis.InGameHint.HasBeenDisplayed
|
commentId: Overload:TinyLife.Uis.InGameHint.HasBeenDisplayed
|
||||||
name: HasBeenDisplayed
|
name: HasBeenDisplayed
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TransitionType
|
id: TransitionType
|
||||||
path: ../TinyLife/Uis/Menus.cs
|
path: ../TinyLife/Uis/Menus.cs
|
||||||
startLine: 973
|
startLine: 1003
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
@ -56,7 +56,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Swipe
|
id: Swipe
|
||||||
path: ../TinyLife/Uis/Menus.cs
|
path: ../TinyLife/Uis/Menus.cs
|
||||||
startLine: 979
|
startLine: 1009
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
@ -90,7 +90,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Fade
|
id: Fade
|
||||||
path: ../TinyLife/Uis/Menus.cs
|
path: ../TinyLife/Uis/Menus.cs
|
||||||
startLine: 984
|
startLine: 1014
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Uis
|
namespace: TinyLife.Uis
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DrawDelegate
|
id: DrawDelegate
|
||||||
path: ../TinyLife/World/Map.cs
|
path: ../TinyLife/World/Map.cs
|
||||||
startLine: 2349
|
startLine: 2348
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
|
|
@ -25,7 +25,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ExportedHousehold
|
id: ExportedHousehold
|
||||||
path: ../TinyLife/World/Household.cs
|
path: ../TinyLife/World/Household.cs
|
||||||
startLine: 362
|
startLine: 366
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -70,7 +70,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ExportedVersion
|
id: ExportedVersion
|
||||||
path: ../TinyLife/World/Household.cs
|
path: ../TinyLife/World/Household.cs
|
||||||
startLine: 367
|
startLine: 371
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -103,7 +103,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Members
|
id: Members
|
||||||
path: ../TinyLife/World/Household.cs
|
path: ../TinyLife/World/Household.cs
|
||||||
startLine: 371
|
startLine: 375
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -136,7 +136,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Money
|
id: Money
|
||||||
path: ../TinyLife/World/Household.cs
|
path: ../TinyLife/World/Household.cs
|
||||||
startLine: 375
|
startLine: 379
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -169,7 +169,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FurnitureStorage
|
id: FurnitureStorage
|
||||||
path: ../TinyLife/World/Household.cs
|
path: ../TinyLife/World/Household.cs
|
||||||
startLine: 379
|
startLine: 383
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -202,7 +202,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ClothesStorage
|
id: ClothesStorage
|
||||||
path: ../TinyLife/World/Household.cs
|
path: ../TinyLife/World/Household.cs
|
||||||
startLine: 383
|
startLine: 387
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -235,7 +235,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Description
|
id: Description
|
||||||
path: ../TinyLife/World/Household.cs
|
path: ../TinyLife/World/Household.cs
|
||||||
startLine: 387
|
startLine: 391
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
|
|
@ -3314,7 +3314,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LoadStaticMap
|
id: LoadStaticMap
|
||||||
path: ../TinyLife/World/Map.cs
|
path: ../TinyLife/World/Map.cs
|
||||||
startLine: 2119
|
startLine: 2118
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -3370,7 +3370,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsLotHidden
|
id: IsLotHidden
|
||||||
path: ../TinyLife/World/Map.cs
|
path: ../TinyLife/World/Map.cs
|
||||||
startLine: 2172
|
startLine: 2171
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
@ -3411,7 +3411,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetMapSampler
|
id: GetMapSampler
|
||||||
path: ../TinyLife/World/Map.cs
|
path: ../TinyLife/World/Map.cs
|
||||||
startLine: 2186
|
startLine: 2185
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UpdateDelegate
|
id: UpdateDelegate
|
||||||
path: ../TinyLife/World/Map.cs
|
path: ../TinyLife/World/Map.cs
|
||||||
startLine: 2339
|
startLine: 2338
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.World
|
namespace: TinyLife.World
|
||||||
|
|
Loading…
Reference in a new issue