mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 03:13:30 +01:00
0.31.4
This commit is contained in:
parent
69f687dfec
commit
dab581ce18
81 changed files with 5275 additions and 5047 deletions
11
Changelog.md
11
Changelog.md
|
@ -1,3 +1,14 @@
|
|||
# 0.31.4
|
||||
*April 27, 2023*
|
||||
|
||||
Improvements
|
||||
- Prioritize the cooking action when asking an adult for food
|
||||
|
||||
Fixes
|
||||
- Fixed objects out of bounds being able to crash the game
|
||||
- Fixed a rare exception when spawning an item from a bookshelf or toy box
|
||||
- Fixed Tinies being kind of addicted to getting jobs on their own
|
||||
|
||||
# 0.31.3
|
||||
*April 26, 2023*
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.Action.yml",
|
||||
"TinyLife.Actions.Action.CanStartNow": "TinyLife.Actions.Action.yml",
|
||||
"TinyLife.Actions.Action.CausesExtremelyFastSpeed": "TinyLife.Actions.Action.yml",
|
||||
"TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)": "TinyLife.Actions.Action.yml",
|
||||
"TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)": "TinyLife.Actions.Action.yml",
|
||||
"TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)": "TinyLife.Actions.Action.yml",
|
||||
"TinyLife.Actions.Action.ElapsedTime": "TinyLife.Actions.Action.yml",
|
||||
"TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)": "TinyLife.Actions.Action.yml",
|
||||
|
@ -125,6 +125,7 @@
|
|||
"TinyLife.Actions.ActionType.AskWhy": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.Babble": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.BakeFood": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.BatheBaby": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.BeAwayFromLotEmployment": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.BeEnticing": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.BlowOutCandles": "TinyLife.Actions.ActionType.yml",
|
||||
|
@ -539,12 +540,6 @@
|
|||
"TinyLife.Actions.ChoicePromptInfo.Option.SuccessAction": "TinyLife.Actions.ChoicePromptInfo.Option.yml",
|
||||
"TinyLife.Actions.ChoicePromptInfo.Option.SuccessChance": "TinyLife.Actions.ChoicePromptInfo.Option.yml",
|
||||
"TinyLife.Actions.ChoicePromptInfo.Options": "TinyLife.Actions.ChoicePromptInfo.yml",
|
||||
"TinyLife.Actions.CleanUpBabyAction": "TinyLife.Actions.CleanUpBabyAction.yml",
|
||||
"TinyLife.Actions.CleanUpBabyAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.Person)": "TinyLife.Actions.CleanUpBabyAction.yml",
|
||||
"TinyLife.Actions.CleanUpBabyAction.CreateFirstActions": "TinyLife.Actions.CleanUpBabyAction.yml",
|
||||
"TinyLife.Actions.CleanUpBabyAction.IsConversationCompleted": "TinyLife.Actions.CleanUpBabyAction.yml",
|
||||
"TinyLife.Actions.CleanUpBabyAction.IsHoldingParty": "TinyLife.Actions.CleanUpBabyAction.yml",
|
||||
"TinyLife.Actions.CleanUpBabyAction.OnBothCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.CleanUpBabyAction.yml",
|
||||
"TinyLife.Actions.CompletionType": "TinyLife.Actions.CompletionType.yml",
|
||||
"TinyLife.Actions.CompletionType.Active": "TinyLife.Actions.CompletionType.yml",
|
||||
"TinyLife.Actions.CompletionType.Canceled": "TinyLife.Actions.CompletionType.yml",
|
||||
|
@ -868,6 +863,7 @@
|
|||
"TinyLife.Actions.WorkAction.AndThenIsCompleted": "TinyLife.Actions.WorkAction.yml",
|
||||
"TinyLife.Actions.WorkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.WorkAction.yml",
|
||||
"TinyLife.Actions.WorkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.WorkAction.yml",
|
||||
"TinyLife.Actions.WorkAction.CreateFirstActions": "TinyLife.Actions.WorkAction.yml",
|
||||
"TinyLife.Actions.WorkAction.PreInitialize": "TinyLife.Actions.WorkAction.yml",
|
||||
"TinyLife.Debug": "TinyLife.Debug.yml",
|
||||
"TinyLife.Debug.CheatDelegate": "TinyLife.Debug.CheatDelegate.yml",
|
||||
|
@ -1570,11 +1566,15 @@
|
|||
"TinyLife.Objects.ActionSpot.GetOccupants(TinyLife.Objects.Furniture,System.Boolean,System.Boolean)": "TinyLife.Objects.ActionSpot.yml",
|
||||
"TinyLife.Objects.ActionSpot.GetPicnicBenchDrawLayer(TinyLife.Objects.Furniture)": "TinyLife.Objects.ActionSpot.yml",
|
||||
"TinyLife.Objects.ActionSpot.PicnicTableSpots(Microsoft.Xna.Framework.Point)": "TinyLife.Objects.ActionSpot.yml",
|
||||
"TinyLife.Objects.ActionSpot.SinkSpots(System.Single)": "TinyLife.Objects.ActionSpot.yml",
|
||||
"TinyLife.Objects.ActionSpot.SinkSpots": "TinyLife.Objects.ActionSpot.yml",
|
||||
"TinyLife.Objects.AgeGroup": "TinyLife.Objects.AgeGroup.yml",
|
||||
"TinyLife.Objects.AgeGroup.Adult": "TinyLife.Objects.AgeGroup.yml",
|
||||
"TinyLife.Objects.AgeGroup.Baby": "TinyLife.Objects.AgeGroup.yml",
|
||||
"TinyLife.Objects.AgeGroup.Child": "TinyLife.Objects.AgeGroup.yml",
|
||||
"TinyLife.Objects.Bathtub": "TinyLife.Objects.Bathtub.yml",
|
||||
"TinyLife.Objects.Bathtub.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Bathtub.yml",
|
||||
"TinyLife.Objects.Bathtub.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.Bathtub.yml",
|
||||
"TinyLife.Objects.Bathtub.HasWater": "TinyLife.Objects.Bathtub.yml",
|
||||
"TinyLife.Objects.BreakableFurniture": "TinyLife.Objects.BreakableFurniture.yml",
|
||||
"TinyLife.Objects.BreakableFurniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.BreakableFurniture.yml",
|
||||
"TinyLife.Objects.BreakableFurniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)": "TinyLife.Objects.BreakableFurniture.yml",
|
||||
|
@ -1771,6 +1771,7 @@
|
|||
"TinyLife.Objects.Furniture.Visibility": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.Furniture.VisualRotation": "TinyLife.Objects.Furniture.yml",
|
||||
"TinyLife.Objects.FurnitureType": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.BabyBathtub": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.BabyBook": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.BaristaCoffeeMachine": "TinyLife.Objects.FurnitureType.yml",
|
||||
"TinyLife.Objects.FurnitureType.BigBush": "TinyLife.Objects.FurnitureType.yml",
|
||||
|
@ -2098,6 +2099,7 @@
|
|||
"TinyLife.Objects.ObjectCategory": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger)": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.AllowedOnWater": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.BabyBathtub": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.BabySittable": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.Barbecue": "TinyLife.Objects.ObjectCategory.yml",
|
||||
"TinyLife.Objects.ObjectCategory.BartendingObject": "TinyLife.Objects.ObjectCategory.yml",
|
||||
|
@ -2422,7 +2424,7 @@
|
|||
"TinyLife.Objects.Person.WalkSpeedDelegate": "TinyLife.Objects.Person.WalkSpeedDelegate.yml",
|
||||
"TinyLife.Objects.Person.WornLayers": "TinyLife.Objects.Person.yml",
|
||||
"TinyLife.Objects.PersonAi": "TinyLife.Objects.PersonAi.yml",
|
||||
"TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType)": "TinyLife.Objects.PersonAi.yml",
|
||||
"TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean)": "TinyLife.Objects.PersonAi.yml",
|
||||
"TinyLife.Objects.Pose": "TinyLife.Objects.Pose.yml",
|
||||
"TinyLife.Objects.Pose.Laying": "TinyLife.Objects.Pose.yml",
|
||||
"TinyLife.Objects.Pose.Running": "TinyLife.Objects.Pose.yml",
|
||||
|
|
|
@ -14,7 +14,7 @@ items:
|
|||
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
|
||||
- TinyLife.Actions.Action.CanStartNow
|
||||
- TinyLife.Actions.Action.CausesExtremelyFastSpeed
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Action.ElapsedTime
|
||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||
|
@ -1493,16 +1493,16 @@ items:
|
|||
description: Whether it was possible to face in the partner's direction.
|
||||
content.vb: Public Function FacePartner(partner As Person) As Boolean
|
||||
overload: TinyLife.Actions.Action.FacePartner*
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
id: CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
id: CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
parent: TinyLife.Actions.Action
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CompleteIfNeedFull(NeedType)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
name: CompleteIfNeedFull(NeedType, Person)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
|
@ -1511,22 +1511,25 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CompleteIfNeedFull
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 456
|
||||
startLine: 457
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nA helper method that returns <xref href=\"TinyLife.Actions.CompletionType.Completed\" data-throw-if-not-resolved=\"false\"></xref> if the given <xref href=\"TinyLife.Need\" data-throw-if-not-resolved=\"false\"></xref>'s value is at <xref href=\"TinyLife.Need.Max\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public CompletionType CompleteIfNeedFull(NeedType type)
|
||||
content: public CompletionType CompleteIfNeedFull(NeedType type, Person person = null)
|
||||
parameters:
|
||||
- id: type
|
||||
type: TinyLife.NeedType
|
||||
description: The need that should be completed
|
||||
- id: person
|
||||
type: TinyLife.Objects.Person
|
||||
description: The <xref href="TinyLife.Objects.Person" data-throw-if-not-resolved="false"></xref> whose need needs to be full, or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> to use this action's <xref href="TinyLife.Actions.Action.Person" data-throw-if-not-resolved="false"></xref>.
|
||||
return:
|
||||
type: TinyLife.Actions.CompletionType
|
||||
description: The appropriate completion type
|
||||
content.vb: Public Function CompleteIfNeedFull(type As NeedType) As CompletionType
|
||||
content.vb: Public Function CompleteIfNeedFull(type As NeedType, person As Person = Nothing) As CompletionType
|
||||
overload: TinyLife.Actions.Action.CompleteIfNeedFull*
|
||||
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
|
@ -1546,7 +1549,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CompleteIfTimeUp
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 470
|
||||
startLine: 471
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1596,7 +1599,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CancelIfEmotional
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 484
|
||||
startLine: 485
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1638,7 +1641,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sit
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 500
|
||||
startLine: 501
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1682,7 +1685,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetChildren
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 516
|
||||
startLine: 517
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1720,7 +1723,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetChild
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 533
|
||||
startLine: 534
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1764,7 +1767,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PickUpAndGoTo
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 575
|
||||
startLine: 576
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1811,7 +1814,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PickUpAndGoTo
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 588
|
||||
startLine: 589
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1858,7 +1861,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetFreeChair
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 625
|
||||
startLine: 626
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1896,7 +1899,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetFreeChairs
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 642
|
||||
startLine: 643
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1940,7 +1943,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetSeatCategory
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 662
|
||||
startLine: 663
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1975,7 +1978,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindAllFreePeople
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 678
|
||||
startLine: 679
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2034,7 +2037,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindAllFreeFurniture
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 703
|
||||
startLine: 704
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2093,7 +2096,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindAllFreeWalls
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 721
|
||||
startLine: 722
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2140,7 +2143,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindAllFreeGround
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 736
|
||||
startLine: 737
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2187,7 +2190,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindFreeFurniture
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 754
|
||||
startLine: 755
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2240,7 +2243,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindAllActionObjects
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 767
|
||||
startLine: 768
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2281,7 +2284,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindValidActionObjects
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 805
|
||||
startLine: 806
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2334,7 +2337,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TryGetRandomValidVariety
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 823
|
||||
startLine: 825
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2351,6 +2354,7 @@ items:
|
|||
description: The action info.
|
||||
- id: automatic
|
||||
type: System.Boolean
|
||||
description: Whether variety should be selected automatically.
|
||||
- id: variety
|
||||
type: TinyLife.Actions.ActionVariety
|
||||
description: The variety found, or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> if no variety was found or the action has no varieties.
|
||||
|
@ -2380,7 +2384,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRandomValidVariety
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 842
|
||||
startLine: 844
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2421,7 +2425,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetTableSpot
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 857
|
||||
startLine: 859
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2459,7 +2463,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InvokeForBoth
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 870
|
||||
startLine: 872
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2500,7 +2504,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanMultitask
|
||||
path: ../TinyLife/Actions/Action.cs
|
||||
startLine: 882
|
||||
startLine: 884
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -715,21 +715,27 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FromObjectGeneric
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 309
|
||||
startLine: 316
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nReturns a new <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref> basd on the given object's <xref href=\"TinyLife.Objects.MapObject.Id\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Objects.MapObject.Position\" data-throw-if-not-resolved=\"false\"></xref>, but no object spot.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static ActionInfo FromObjectGeneric(Person person, Guid objectId, Vector2 objectPosition)
|
||||
parameters:
|
||||
- id: person
|
||||
type: TinyLife.Objects.Person
|
||||
description: The person that this action info should be related to.
|
||||
- id: objectId
|
||||
type: System.Guid
|
||||
description: The <xref href="TinyLife.Objects.MapObject.Id" data-throw-if-not-resolved="false"></xref> of the object that this action info should have.
|
||||
- id: objectPosition
|
||||
type: Microsoft.Xna.Framework.Vector2
|
||||
description: The <xref href="TinyLife.Objects.MapObject.Position" data-throw-if-not-resolved="false"></xref> of the object that this action info should have.
|
||||
return:
|
||||
type: TinyLife.Actions.ActionInfo
|
||||
description: A new action info with the given data.
|
||||
content.vb: Public Shared Function FromObjectGeneric(person As Person, objectId As Guid, objectPosition As Vector2) As ActionInfo
|
||||
overload: TinyLife.Actions.ActionInfo.FromObjectGeneric*
|
||||
- uid: TinyLife.Actions.ActionInfo.FromObjectGeneric(TinyLife.Objects.Person,TinyLife.Objects.MapObject)
|
||||
|
@ -750,7 +756,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FromObjectGeneric
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 319
|
||||
startLine: 326
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -788,7 +794,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FromSelf
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 328
|
||||
startLine: 335
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -823,7 +829,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FromActionInfo
|
||||
path: ../TinyLife/Actions/ActionInfo.cs
|
||||
startLine: 339
|
||||
startLine: 346
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -2341,6 +2347,18 @@ references:
|
|||
name: Vector2
|
||||
isExternal: true
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.MapObject.Id
|
||||
commentId: P:TinyLife.Objects.MapObject.Id
|
||||
parent: TinyLife.Objects.MapObject
|
||||
name: Id
|
||||
nameWithType: MapObject.Id
|
||||
fullName: TinyLife.Objects.MapObject.Id
|
||||
- uid: TinyLife.Objects.MapObject.Position
|
||||
commentId: P:TinyLife.Objects.MapObject.Position
|
||||
parent: TinyLife.Objects.MapObject
|
||||
name: Position
|
||||
nameWithType: MapObject.Position
|
||||
fullName: TinyLife.Objects.MapObject.Position
|
||||
- uid: TinyLife.Actions.ActionInfo.FromObjectGeneric*
|
||||
commentId: Overload:TinyLife.Actions.ActionInfo.FromObjectGeneric
|
||||
name: FromObjectGeneric
|
||||
|
|
|
@ -26,7 +26,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AiSettings
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 378
|
||||
startLine: 379
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -62,7 +62,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SolvedNeeds
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 386
|
||||
startLine: 387
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -91,7 +91,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PassivePriority
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 394
|
||||
startLine: 395
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -120,7 +120,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanDoRandomly
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 401
|
||||
startLine: 402
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -149,7 +149,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanDoAtAnyPoint
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 408
|
||||
startLine: 409
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -178,7 +178,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NeedsFreeActionSpot
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 414
|
||||
startLine: 415
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -207,7 +207,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IgnoreAiDisabled
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 418
|
||||
startLine: 419
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -236,7 +236,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 423
|
||||
startLine: 424
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanExecuteDelegate
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 207
|
||||
startLine: 208
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -46,7 +46,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TypeSettings
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 212
|
||||
startLine: 213
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -84,7 +84,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 217
|
||||
startLine: 218
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -113,7 +113,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NameWithoutCategory
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 222
|
||||
startLine: 223
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -144,7 +144,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Categories
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 227
|
||||
startLine: 228
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -175,7 +175,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Texture
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 232
|
||||
startLine: 233
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -204,7 +204,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Context
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 237
|
||||
startLine: 238
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -233,7 +233,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanExecute
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 243
|
||||
startLine: 244
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -262,7 +262,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ConstructedType
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 248
|
||||
startLine: 249
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -291,7 +291,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ConstructorArguments
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 253
|
||||
startLine: 254
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -320,7 +320,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Varieties
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 261
|
||||
startLine: 262
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -349,7 +349,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EmptyVarietiesResult
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 266
|
||||
startLine: 267
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -378,7 +378,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Ai
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 271
|
||||
startLine: 272
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -407,7 +407,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsInappropriateElsewhere
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 276
|
||||
startLine: 277
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -436,7 +436,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IconName
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 282
|
||||
startLine: 283
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -465,7 +465,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayName
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 288
|
||||
startLine: 289
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -494,7 +494,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredSkill
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 294
|
||||
startLine: 295
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -523,7 +523,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredAges
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 298
|
||||
startLine: 299
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -552,7 +552,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredEmotion
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 303
|
||||
startLine: 304
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -581,7 +581,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredPersonality
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 308
|
||||
startLine: 309
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -610,7 +610,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IgnoreObjectConditions
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 314
|
||||
startLine: 315
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -639,7 +639,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredPartnerEmployment
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 320
|
||||
startLine: 321
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -668,7 +668,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredPartnerAges
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 325
|
||||
startLine: 326
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -697,7 +697,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredJob
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 330
|
||||
startLine: 331
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -726,7 +726,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 340
|
||||
startLine: 341
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -767,7 +767,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetData
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 353
|
||||
startLine: 354
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -804,7 +804,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetData
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 358
|
||||
startLine: 359
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -843,7 +843,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetData
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 364
|
||||
startLine: 365
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -882,7 +882,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDataKeys
|
||||
path: ../TinyLife/Actions/ActionType.cs
|
||||
startLine: 369
|
||||
startLine: 370
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -503,7 +503,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FreePeople
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
startLine: 124
|
||||
startLine: 125
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -517,6 +517,7 @@ items:
|
|||
description: The action info.
|
||||
- id: automatic
|
||||
type: System.Boolean
|
||||
description: Whether the action variety was selected automatically.
|
||||
- id: canExecute
|
||||
type: System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,System.Boolean},TinyLife.Actions.CanExecuteResult}
|
||||
description: A <xref href="TinyLife.Actions.ActionType.CanExecuteDelegate" data-throw-if-not-resolved="false"></xref>-esque function that determines whether a given person should be included.
|
||||
|
@ -546,7 +547,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StoredFurniture
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
startLine: 142
|
||||
startLine: 143
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -587,7 +588,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ImageLayout
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
startLine: 163
|
||||
startLine: 164
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -631,7 +632,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PortraitLayout
|
||||
path: ../TinyLife/Actions/ActionVariety.cs
|
||||
startLine: 182
|
||||
startLine: 183
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -90,7 +90,7 @@ items:
|
|||
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
|
||||
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
|
@ -1494,25 +1494,33 @@ references:
|
|||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: CompleteIfNeedFull(NeedType)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
name: CompleteIfNeedFull(NeedType, Person)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
|
|
|
@ -88,7 +88,7 @@ items:
|
|||
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
|
||||
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
|
@ -1602,25 +1602,33 @@ references:
|
|||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: CompleteIfNeedFull(NeedType)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
name: CompleteIfNeedFull(NeedType, Person)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -73,7 +73,7 @@ items:
|
|||
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
|
||||
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
|
@ -1320,25 +1320,33 @@ references:
|
|||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: CompleteIfNeedFull(NeedType)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
name: CompleteIfNeedFull(NeedType, Person)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
|
|
|
@ -74,7 +74,7 @@ items:
|
|||
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
|
||||
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
|
@ -1394,25 +1394,33 @@ references:
|
|||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: CompleteIfNeedFull(NeedType)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
name: CompleteIfNeedFull(NeedType, Person)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
|
|
|
@ -73,7 +73,7 @@ items:
|
|||
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
|
||||
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
|
@ -233,7 +233,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDisplayName
|
||||
path: ../TinyLife/Actions/DieAction.cs
|
||||
startLine: 37
|
||||
startLine: 38
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -265,7 +265,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanCancel
|
||||
path: ../TinyLife/Actions/DieAction.cs
|
||||
startLine: 42
|
||||
startLine: 43
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -301,7 +301,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanEnqueueConversation
|
||||
path: ../TinyLife/Actions/DieAction.cs
|
||||
startLine: 47
|
||||
startLine: 48
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -340,7 +340,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/DieAction.cs
|
||||
startLine: 52
|
||||
startLine: 53
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -382,7 +382,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Actions/DieAction.cs
|
||||
startLine: 89
|
||||
startLine: 90
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -414,7 +414,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/DieAction.cs
|
||||
startLine: 94
|
||||
startLine: 95
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -447,7 +447,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Enqueue
|
||||
path: ../TinyLife/Actions/DieAction.cs
|
||||
startLine: 106
|
||||
startLine: 107
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1380,25 +1380,33 @@ references:
|
|||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: CompleteIfNeedFull(NeedType)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
name: CompleteIfNeedFull(NeedType, Person)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
|
|
|
@ -86,7 +86,7 @@ items:
|
|||
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
|
||||
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
|
@ -1514,25 +1514,33 @@ references:
|
|||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: CompleteIfNeedFull(NeedType)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
name: CompleteIfNeedFull(NeedType, Person)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
|
|
|
@ -110,7 +110,7 @@ items:
|
|||
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
|
||||
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
|
@ -2294,25 +2294,33 @@ references:
|
|||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: CompleteIfNeedFull(NeedType)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
name: CompleteIfNeedFull(NeedType, Person)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
|
|
|
@ -41,8 +41,6 @@ items:
|
|||
- TinyLife.Actions.Action
|
||||
- TinyLife.Actions.MultiAction
|
||||
- TinyLife.Actions.SocialAction
|
||||
derivedClasses:
|
||||
- TinyLife.Actions.CleanUpBabyAction
|
||||
implements:
|
||||
- MLEM.Misc.IGenericDataHolder
|
||||
inheritedMembers:
|
||||
|
@ -106,7 +104,7 @@ items:
|
|||
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
|
||||
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
|
@ -1963,25 +1961,33 @@ references:
|
|||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: CompleteIfNeedFull(NeedType)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
name: CompleteIfNeedFull(NeedType, Person)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
|
|
|
@ -94,7 +94,7 @@ items:
|
|||
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
|
||||
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
|
@ -1735,25 +1735,33 @@ references:
|
|||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: CompleteIfNeedFull(NeedType)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
name: CompleteIfNeedFull(NeedType, Person)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
|
|
|
@ -106,7 +106,7 @@ items:
|
|||
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
|
||||
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
|
@ -2022,25 +2022,33 @@ references:
|
|||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: CompleteIfNeedFull(NeedType)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
name: CompleteIfNeedFull(NeedType, Person)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
|
|
|
@ -27,7 +27,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OutOfTownAction
|
||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||
startLine: 16
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -87,7 +87,7 @@ items:
|
|||
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
|
||||
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
|
@ -141,7 +141,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NeedsToTakeCareOf
|
||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||
startLine: 23
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -170,7 +170,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||
startLine: 36
|
||||
startLine: 34
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -214,7 +214,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||
startLine: 42
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -246,7 +246,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenInitialize
|
||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||
startLine: 49
|
||||
startLine: 47
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -275,7 +275,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenUpdate
|
||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||
startLine: 55
|
||||
startLine: 53
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -317,7 +317,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetNextAction
|
||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||
startLine: 77
|
||||
startLine: 75
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -353,7 +353,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanEnqueueConversation
|
||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||
startLine: 84
|
||||
startLine: 82
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -392,7 +392,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CausesExtremelyFastSpeed
|
||||
path: ../TinyLife/Actions/OutOfTownAction.cs
|
||||
startLine: 89
|
||||
startLine: 87
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1488,25 +1488,33 @@ references:
|
|||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: CompleteIfNeedFull(NeedType)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
name: CompleteIfNeedFull(NeedType, Person)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
|
|
|
@ -79,7 +79,7 @@ items:
|
|||
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
|
||||
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
|
@ -1414,25 +1414,33 @@ references:
|
|||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: CompleteIfNeedFull(NeedType)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
name: CompleteIfNeedFull(NeedType, Person)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
|
|
|
@ -75,7 +75,7 @@ items:
|
|||
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
|
||||
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
|
@ -1374,25 +1374,33 @@ references:
|
|||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: CompleteIfNeedFull(NeedType)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
name: CompleteIfNeedFull(NeedType, Person)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
|
|
|
@ -84,7 +84,7 @@ items:
|
|||
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
|
||||
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
|
@ -1427,25 +1427,33 @@ references:
|
|||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: CompleteIfNeedFull(NeedType)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
name: CompleteIfNeedFull(NeedType, Person)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
|
|
|
@ -85,7 +85,7 @@ items:
|
|||
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
|
||||
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
|
@ -1475,25 +1475,33 @@ references:
|
|||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: CompleteIfNeedFull(NeedType)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
name: CompleteIfNeedFull(NeedType, Person)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
|
|
|
@ -84,7 +84,7 @@ items:
|
|||
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
|
||||
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
|
@ -1436,25 +1436,33 @@ references:
|
|||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: CompleteIfNeedFull(NeedType)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
name: CompleteIfNeedFull(NeedType, Person)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
|
|
|
@ -71,7 +71,7 @@ items:
|
|||
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
|
||||
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
|
@ -1179,25 +1179,33 @@ references:
|
|||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: CompleteIfNeedFull(NeedType)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
name: CompleteIfNeedFull(NeedType, Person)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
|
|
|
@ -107,7 +107,7 @@ items:
|
|||
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
|
||||
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
|
@ -2211,25 +2211,33 @@ references:
|
|||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: CompleteIfNeedFull(NeedType)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
name: CompleteIfNeedFull(NeedType, Person)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
|
|
|
@ -84,7 +84,7 @@ items:
|
|||
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
|
||||
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
|
@ -1448,25 +1448,33 @@ references:
|
|||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: CompleteIfNeedFull(NeedType)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
name: CompleteIfNeedFull(NeedType, Person)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
|
|
|
@ -110,7 +110,7 @@ items:
|
|||
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
|
||||
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
|
@ -2242,25 +2242,33 @@ references:
|
|||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: CompleteIfNeedFull(NeedType)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
name: CompleteIfNeedFull(NeedType, Person)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
|
|
|
@ -73,7 +73,7 @@ items:
|
|||
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
|
||||
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
|
@ -1282,25 +1282,33 @@ references:
|
|||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: CompleteIfNeedFull(NeedType)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
name: CompleteIfNeedFull(NeedType, Person)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
|
|
|
@ -72,7 +72,7 @@ items:
|
|||
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
|
||||
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
|
@ -1250,25 +1250,33 @@ references:
|
|||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: CompleteIfNeedFull(NeedType)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
name: CompleteIfNeedFull(NeedType, Person)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
|
|
|
@ -24,7 +24,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WalkAction
|
||||
path: ../TinyLife/Actions/WalkAction.cs
|
||||
startLine: 13
|
||||
startLine: 12
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -79,7 +79,7 @@ items:
|
|||
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
|
||||
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
|
@ -133,7 +133,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DrainEnergy
|
||||
path: ../TinyLife/Actions/WalkAction.cs
|
||||
startLine: 20
|
||||
startLine: 19
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -172,7 +172,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/WalkAction.cs
|
||||
startLine: 23
|
||||
startLine: 22
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -210,7 +210,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindPath
|
||||
path: ../TinyLife/Actions/WalkAction.cs
|
||||
startLine: 26
|
||||
startLine: 25
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -249,7 +249,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetSpeed
|
||||
path: ../TinyLife/Actions/WalkAction.cs
|
||||
startLine: 31
|
||||
startLine: 30
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -281,7 +281,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Actions/WalkAction.cs
|
||||
startLine: 36
|
||||
startLine: 35
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -1307,25 +1307,33 @@ references:
|
|||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: CompleteIfNeedFull(NeedType)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
name: CompleteIfNeedFull(NeedType, Person)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
|
|
|
@ -87,7 +87,7 @@ items:
|
|||
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
|
||||
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
|
@ -1722,25 +1722,33 @@ references:
|
|||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: CompleteIfNeedFull(NeedType)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
name: CompleteIfNeedFull(NeedType, Person)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
|
|
|
@ -10,6 +10,7 @@ items:
|
|||
- TinyLife.Actions.WorkAction.AndThenIsCompleted
|
||||
- TinyLife.Actions.WorkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.WorkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||
- TinyLife.Actions.WorkAction.CreateFirstActions
|
||||
- TinyLife.Actions.WorkAction.PreInitialize
|
||||
langs:
|
||||
- csharp
|
||||
|
@ -25,7 +26,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WorkAction
|
||||
path: ../TinyLife/Actions/WorkAction.cs
|
||||
startLine: 16
|
||||
startLine: 17
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -44,7 +45,6 @@ items:
|
|||
- MLEM.Misc.IGenericDataHolder
|
||||
inheritedMembers:
|
||||
- TinyLife.Actions.OutOfTownAction.NeedsToTakeCareOf
|
||||
- TinyLife.Actions.OutOfTownAction.CreateFirstActions
|
||||
- TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType)
|
||||
- TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
- TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed
|
||||
|
@ -86,7 +86,7 @@ items:
|
|||
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
|
||||
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
||||
|
@ -140,7 +140,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Actions/WorkAction.cs
|
||||
startLine: 23
|
||||
startLine: 24
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -157,6 +157,38 @@ items:
|
|||
nameWithType.vb: WorkAction.New(ActionType, ActionInfo)
|
||||
fullName.vb: TinyLife.Actions.WorkAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
|
||||
name.vb: New(ActionType, ActionInfo)
|
||||
- uid: TinyLife.Actions.WorkAction.CreateFirstActions
|
||||
commentId: M:TinyLife.Actions.WorkAction.CreateFirstActions
|
||||
id: CreateFirstActions
|
||||
parent: TinyLife.Actions.WorkAction
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CreateFirstActions()
|
||||
nameWithType: WorkAction.CreateFirstActions()
|
||||
fullName: TinyLife.Actions.WorkAction.CreateFirstActions()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Actions/WorkAction.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateFirstActions
|
||||
path: ../TinyLife/Actions/WorkAction.cs
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
summary: "\nReturn a set of actions that should be executed before this action.\nEven if the yield statement is used, all actions will be collected into a list at the start of this action's invocation.\nIf no action gets returned in this function, this action fails.\nIf the returned set only contains <a href=\"https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null\">null</a> items, no first actions will be executed.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: protected override IEnumerable<Action> CreateFirstActions()
|
||||
return:
|
||||
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
|
||||
description: A set of actions that should run before this action
|
||||
content.vb: Protected Overrides Function CreateFirstActions() As IEnumerable(Of Action)
|
||||
overridden: TinyLife.Actions.OutOfTownAction.CreateFirstActions
|
||||
overload: TinyLife.Actions.WorkAction.CreateFirstActions*
|
||||
- uid: TinyLife.Actions.WorkAction.PreInitialize
|
||||
commentId: M:TinyLife.Actions.WorkAction.PreInitialize
|
||||
id: PreInitialize
|
||||
|
@ -175,7 +207,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PreInitialize
|
||||
path: ../TinyLife/Actions/WorkAction.cs
|
||||
startLine: 27
|
||||
startLine: 37
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -204,7 +236,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenInitialize
|
||||
path: ../TinyLife/Actions/WorkAction.cs
|
||||
startLine: 33
|
||||
startLine: 43
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -233,7 +265,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenUpdate
|
||||
path: ../TinyLife/Actions/WorkAction.cs
|
||||
startLine: 39
|
||||
startLine: 49
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -275,7 +307,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenIsCompleted
|
||||
path: ../TinyLife/Actions/WorkAction.cs
|
||||
startLine: 63
|
||||
startLine: 73
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -307,7 +339,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenOnCompleted
|
||||
path: ../TinyLife/Actions/WorkAction.cs
|
||||
startLine: 70
|
||||
startLine: 80
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -395,22 +427,6 @@ references:
|
|||
name: NeedsToTakeCareOf
|
||||
nameWithType: OutOfTownAction.NeedsToTakeCareOf
|
||||
fullName: TinyLife.Actions.OutOfTownAction.NeedsToTakeCareOf
|
||||
- uid: TinyLife.Actions.OutOfTownAction.CreateFirstActions
|
||||
commentId: M:TinyLife.Actions.OutOfTownAction.CreateFirstActions
|
||||
parent: TinyLife.Actions.OutOfTownAction
|
||||
name: CreateFirstActions()
|
||||
nameWithType: OutOfTownAction.CreateFirstActions()
|
||||
fullName: TinyLife.Actions.OutOfTownAction.CreateFirstActions()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.OutOfTownAction.CreateFirstActions
|
||||
name: CreateFirstActions
|
||||
- name: (
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.OutOfTownAction.CreateFirstActions
|
||||
name: CreateFirstActions
|
||||
- name: (
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType)
|
||||
commentId: M:TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType)
|
||||
parent: TinyLife.Actions.OutOfTownAction
|
||||
|
@ -1444,25 +1460,33 @@ references:
|
|||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
parent: TinyLife.Actions.Action
|
||||
name: CompleteIfNeedFull(NeedType)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
name: CompleteIfNeedFull(NeedType, Person)
|
||||
nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
|
||||
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
|
||||
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
|
||||
name: CompleteIfNeedFull
|
||||
- name: (
|
||||
- uid: TinyLife.NeedType
|
||||
name: NeedType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: TinyLife.Objects.Person
|
||||
name: Person
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
||||
|
@ -3312,6 +3336,123 @@ references:
|
|||
name: ActionInfo
|
||||
nameWithType: ActionInfo
|
||||
fullName: TinyLife.Actions.ActionInfo
|
||||
- uid: TinyLife.Actions.OutOfTownAction.CreateFirstActions
|
||||
commentId: M:TinyLife.Actions.OutOfTownAction.CreateFirstActions
|
||||
parent: TinyLife.Actions.OutOfTownAction
|
||||
name: CreateFirstActions()
|
||||
nameWithType: OutOfTownAction.CreateFirstActions()
|
||||
fullName: TinyLife.Actions.OutOfTownAction.CreateFirstActions()
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Actions.OutOfTownAction.CreateFirstActions
|
||||
name: CreateFirstActions
|
||||
- name: (
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Actions.OutOfTownAction.CreateFirstActions
|
||||
name: CreateFirstActions
|
||||
- name: (
|
||||
- name: )
|
||||
- uid: TinyLife.Actions.WorkAction.CreateFirstActions*
|
||||
commentId: Overload:TinyLife.Actions.WorkAction.CreateFirstActions
|
||||
name: CreateFirstActions
|
||||
nameWithType: WorkAction.CreateFirstActions
|
||||
fullName: TinyLife.Actions.WorkAction.CreateFirstActions
|
||||
- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
|
||||
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
|
||||
parent: System.Collections.Generic
|
||||
definition: System.Collections.Generic.IEnumerable`1
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
||||
name: IEnumerable<Action>
|
||||
nameWithType: IEnumerable<Action>
|
||||
fullName: System.Collections.Generic.IEnumerable<TinyLife.Actions.Action>
|
||||
nameWithType.vb: IEnumerable(Of Action)
|
||||
fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Actions.Action)
|
||||
name.vb: IEnumerable(Of Action)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
||||
- name: <
|
||||
- uid: TinyLife.Actions.Action
|
||||
name: Action
|
||||
- name: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
||||
- name: (
|
||||
- name: Of
|
||||
- name: " "
|
||||
- uid: TinyLife.Actions.Action
|
||||
name: Action
|
||||
- name: )
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
commentId: T:System.Collections.Generic.IEnumerable`1
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
||||
name: IEnumerable<T>
|
||||
nameWithType: IEnumerable<T>
|
||||
fullName: System.Collections.Generic.IEnumerable<T>
|
||||
nameWithType.vb: IEnumerable(Of T)
|
||||
fullName.vb: System.Collections.Generic.IEnumerable(Of T)
|
||||
name.vb: IEnumerable(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
||||
- name: <
|
||||
- name: T
|
||||
- name: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
||||
- name: (
|
||||
- name: Of
|
||||
- name: " "
|
||||
- name: T
|
||||
- name: )
|
||||
- uid: System.Collections.Generic
|
||||
commentId: N:System.Collections.Generic
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
name: System.Collections.Generic
|
||||
nameWithType: System.Collections.Generic
|
||||
fullName: System.Collections.Generic
|
||||
spec.csharp:
|
||||
- uid: System
|
||||
name: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
- name: .
|
||||
- uid: System.Collections
|
||||
name: Collections
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections
|
||||
- name: .
|
||||
- uid: System.Collections.Generic
|
||||
name: Generic
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
||||
spec.vb:
|
||||
- uid: System
|
||||
name: System
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system
|
||||
- name: .
|
||||
- uid: System.Collections
|
||||
name: Collections
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections
|
||||
- name: .
|
||||
- uid: System.Collections.Generic
|
||||
name: Generic
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
||||
- uid: TinyLife.Actions.MultiAction.PreInitialize
|
||||
commentId: M:TinyLife.Actions.MultiAction.PreInitialize
|
||||
parent: TinyLife.Actions.MultiAction
|
||||
|
|
|
@ -17,7 +17,6 @@ items:
|
|||
- TinyLife.Actions.CanExecuteResult.ResultType
|
||||
- TinyLife.Actions.ChoicePromptInfo
|
||||
- TinyLife.Actions.ChoicePromptInfo.Option
|
||||
- TinyLife.Actions.CleanUpBabyAction
|
||||
- TinyLife.Actions.CompletionType
|
||||
- TinyLife.Actions.DebugAction
|
||||
- TinyLife.Actions.DeferredAction
|
||||
|
@ -211,11 +210,6 @@ references:
|
|||
- name: .
|
||||
- uid: TinyLife.Actions.ChoicePromptInfo.Option
|
||||
name: Option
|
||||
- uid: TinyLife.Actions.CleanUpBabyAction
|
||||
commentId: T:TinyLife.Actions.CleanUpBabyAction
|
||||
name: CleanUpBabyAction
|
||||
nameWithType: CleanUpBabyAction
|
||||
fullName: TinyLife.Actions.CleanUpBabyAction
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
commentId: T:TinyLife.Actions.CompletionType
|
||||
parent: TinyLife.Actions
|
||||
|
@ -261,7 +255,6 @@ references:
|
|||
fullName: TinyLife.Actions.HelpAction
|
||||
- uid: TinyLife.Actions.HoldingPersonAction
|
||||
commentId: T:TinyLife.Actions.HoldingPersonAction
|
||||
parent: TinyLife.Actions
|
||||
name: HoldingPersonAction
|
||||
nameWithType: HoldingPersonAction
|
||||
fullName: TinyLife.Actions.HoldingPersonAction
|
||||
|
|
|
@ -29,7 +29,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GenealogyType
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 495
|
||||
startLine: 523
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -61,7 +61,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Unrelated
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 500
|
||||
startLine: 528
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -89,7 +89,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Parent
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 504
|
||||
startLine: 532
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -117,7 +117,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Child
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 508
|
||||
startLine: 536
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -145,7 +145,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sibling
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 512
|
||||
startLine: 540
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -173,7 +173,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Nibling
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 516
|
||||
startLine: 544
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -201,7 +201,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Pibling
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 520
|
||||
startLine: 548
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -229,7 +229,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Grandparent
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 524
|
||||
startLine: 552
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -257,7 +257,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Grandchild
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 528
|
||||
startLine: 556
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -285,7 +285,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Cousin
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 532
|
||||
startLine: 560
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -313,7 +313,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DistantlyRelated
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 536
|
||||
startLine: 564
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -38,7 +38,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GoalTrigger
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 16
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -77,7 +77,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PersonUpdate
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 21
|
||||
startLine: 19
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -106,7 +106,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FurnitureCreated
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 26
|
||||
startLine: 24
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -135,7 +135,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionCompleted
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 30
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -164,7 +164,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionEnded
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 34
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -193,7 +193,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionUpdate
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 38
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -222,7 +222,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EarnMoney
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 43
|
||||
startLine: 41
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -251,7 +251,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EmotionGained
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 47
|
||||
startLine: 45
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -280,7 +280,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EmotionLost
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 51
|
||||
startLine: 49
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -309,7 +309,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FoodEaten
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 55
|
||||
startLine: 53
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -338,7 +338,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ProjectCompleted
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 59
|
||||
startLine: 57
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -367,7 +367,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 64
|
||||
startLine: 62
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -396,7 +396,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ValidObjects
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 68
|
||||
startLine: 66
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -425,7 +425,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ValidValues
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 72
|
||||
startLine: 70
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -454,7 +454,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 80
|
||||
startLine: 78
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -495,7 +495,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsObjectCompatible
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 103
|
||||
startLine: 101
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -530,7 +530,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsValueCompatible
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 117
|
||||
startLine: 115
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -565,7 +565,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Equals
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 126
|
||||
startLine: 124
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -599,7 +599,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Equals
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 131
|
||||
startLine: 129
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -635,7 +635,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetHashCode
|
||||
path: ../TinyLife/Goals/GoalTrigger.cs
|
||||
startLine: 136
|
||||
startLine: 134
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
|
@ -22,7 +22,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IGoalTriggerable
|
||||
path: ../TinyLife/Goals/IGoalTriggerable.cs
|
||||
startLine: 10
|
||||
startLine: 9
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -51,7 +51,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TryTrigger
|
||||
path: ../TinyLife/Goals/IGoalTriggerable.cs
|
||||
startLine: 20
|
||||
startLine: 19
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -95,7 +95,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Trigger
|
||||
path: ../TinyLife/Goals/IGoalTriggerable.cs
|
||||
startLine: 32
|
||||
startLine: 31
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -142,7 +142,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Trigger
|
||||
path: ../TinyLife/Goals/IGoalTriggerable.cs
|
||||
startLine: 56
|
||||
startLine: 55
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
|
@ -585,7 +585,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 69
|
||||
startLine: 68
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -623,7 +623,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Construct
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 81
|
||||
startLine: 80
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -670,7 +670,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 96
|
||||
startLine: 95
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
|
@ -35,7 +35,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LnCategory
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 167
|
||||
startLine: 166
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -64,7 +64,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Ui
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 170
|
||||
startLine: 169
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -92,7 +92,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Actions
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 172
|
||||
startLine: 171
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -120,7 +120,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BuildMode
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 174
|
||||
startLine: 173
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -148,7 +148,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Clothes
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 176
|
||||
startLine: 175
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -176,7 +176,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Food
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 178
|
||||
startLine: 177
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -204,7 +204,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Personalities
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 180
|
||||
startLine: 179
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -232,7 +232,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Skills
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 182
|
||||
startLine: 181
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -260,7 +260,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Jobs
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 184
|
||||
startLine: 183
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -288,7 +288,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Emotions
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 186
|
||||
startLine: 185
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -316,7 +316,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Hints
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 188
|
||||
startLine: 187
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -344,7 +344,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InGameHints
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 190
|
||||
startLine: 189
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -372,7 +372,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Goals
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 192
|
||||
startLine: 191
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -400,7 +400,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Names
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 194
|
||||
startLine: 193
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -428,7 +428,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ChoicePrompts
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 196
|
||||
startLine: 195
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -456,7 +456,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Achievements
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 198
|
||||
startLine: 197
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -484,7 +484,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Overrides
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 200
|
||||
startLine: 199
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -26,7 +26,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Localization
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 22
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -63,7 +63,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LanguageNames
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 27
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -92,7 +92,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Names
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 32
|
||||
startLine: 31
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -121,7 +121,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetLanguage
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 48
|
||||
startLine: 47
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -156,7 +156,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Reload
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 59
|
||||
startLine: 58
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -184,7 +184,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Get
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 84
|
||||
startLine: 83
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -225,7 +225,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Get
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 103
|
||||
startLine: 102
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -269,7 +269,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetKeys
|
||||
path: ../TinyLife/Localization.cs
|
||||
startLine: 112
|
||||
startLine: 111
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -18,7 +18,7 @@ items:
|
|||
- TinyLife.Objects.ActionSpot.GetOccupants(TinyLife.Objects.Furniture,System.Boolean,System.Boolean)
|
||||
- TinyLife.Objects.ActionSpot.GetPicnicBenchDrawLayer(TinyLife.Objects.Furniture)
|
||||
- TinyLife.Objects.ActionSpot.PicnicTableSpots(Microsoft.Xna.Framework.Point)
|
||||
- TinyLife.Objects.ActionSpot.SinkSpots(System.Single)
|
||||
- TinyLife.Objects.ActionSpot.SinkSpots
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
|
@ -364,17 +364,21 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CribSpots
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 124
|
||||
startLine: 129
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nA helper method that returns an array of <xref href=\"TinyLife.Objects.ActionSpot\" data-throw-if-not-resolved=\"false\"></xref> instances at the locations that they have to be for a crib for babies to sleep in.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static ActionSpot[] CribSpots(float drawLayer = 3)
|
||||
parameters:
|
||||
- id: drawLayer
|
||||
type: System.Single
|
||||
description: The layer that people in the crib should be drawn on.
|
||||
return:
|
||||
type: TinyLife.Objects.ActionSpot[]
|
||||
description: A set of action spots for the crib.
|
||||
content.vb: Public Shared Function CribSpots(drawLayer As Single = 3) As ActionSpot()
|
||||
overload: TinyLife.Objects.ActionSpot.CribSpots*
|
||||
nameWithType.vb: ActionSpot.CribSpots(Single)
|
||||
|
@ -398,7 +402,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BenchSpots
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 140
|
||||
startLine: 145
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -439,7 +443,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ChairSpots
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 160
|
||||
startLine: 165
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -477,7 +481,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PicnicTableSpots
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 170
|
||||
startLine: 175
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -494,16 +498,16 @@ items:
|
|||
description: An array of action spots for picnic tables
|
||||
content.vb: Public Shared Function PicnicTableSpots(size As Point) As ActionSpot()
|
||||
overload: TinyLife.Objects.ActionSpot.PicnicTableSpots*
|
||||
- uid: TinyLife.Objects.ActionSpot.SinkSpots(System.Single)
|
||||
commentId: M:TinyLife.Objects.ActionSpot.SinkSpots(System.Single)
|
||||
id: SinkSpots(System.Single)
|
||||
- uid: TinyLife.Objects.ActionSpot.SinkSpots
|
||||
commentId: M:TinyLife.Objects.ActionSpot.SinkSpots
|
||||
id: SinkSpots
|
||||
parent: TinyLife.Objects.ActionSpot
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: SinkSpots(float)
|
||||
nameWithType: ActionSpot.SinkSpots(float)
|
||||
fullName: TinyLife.Objects.ActionSpot.SinkSpots(float)
|
||||
name: SinkSpots()
|
||||
nameWithType: ActionSpot.SinkSpots()
|
||||
fullName: TinyLife.Objects.ActionSpot.SinkSpots()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
|
@ -512,22 +516,19 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SinkSpots
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 186
|
||||
startLine: 195
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nA helper method that returns an array of <xref href=\"TinyLife.Objects.ActionSpot\" data-throw-if-not-resolved=\"false\"></xref> instances at locations relevant for kitchen and bathroom sinks.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static ActionSpot[] SinkSpots(float drawLayer = 0)
|
||||
parameters:
|
||||
- id: drawLayer
|
||||
type: System.Single
|
||||
content: public static ActionSpot[] SinkSpots()
|
||||
return:
|
||||
type: TinyLife.Objects.ActionSpot[]
|
||||
content.vb: Public Shared Function SinkSpots(drawLayer As Single = 0) As ActionSpot()
|
||||
description: An array of action spots for sinks.
|
||||
content.vb: Public Shared Function SinkSpots() As ActionSpot()
|
||||
overload: TinyLife.Objects.ActionSpot.SinkSpots*
|
||||
nameWithType.vb: ActionSpot.SinkSpots(Single)
|
||||
fullName.vb: TinyLife.Objects.ActionSpot.SinkSpots(Single)
|
||||
name.vb: SinkSpots(Single)
|
||||
- uid: TinyLife.Objects.ActionSpot.AllSpots(Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory)
|
||||
commentId: M:TinyLife.Objects.ActionSpot.AllSpots(Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory)
|
||||
id: AllSpots(Microsoft.Xna.Framework.Point,TinyLife.Objects.ObjectCategory)
|
||||
|
@ -546,7 +547,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AllSpots
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 199
|
||||
startLine: 208
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -584,7 +585,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPicnicBenchDrawLayer
|
||||
path: ../TinyLife/Objects/ActionSpot.cs
|
||||
startLine: 214
|
||||
startLine: 223
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -22,7 +22,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AgeGroup
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3179
|
||||
startLine: 3180
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -63,7 +63,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Baby
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3186
|
||||
startLine: 3187
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -91,7 +91,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Child
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3192
|
||||
startLine: 3193
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -119,7 +119,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Adult
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3198
|
||||
startLine: 3199
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
3623
docs/api/TinyLife.Objects.Bathtub.yml
Normal file
3623
docs/api/TinyLife.Objects.Bathtub.yml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -23,7 +23,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DeathReason
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3151
|
||||
startLine: 3152
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -52,7 +52,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Starvation
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3157
|
||||
startLine: 3158
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -80,7 +80,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InexplicableReasons
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3162
|
||||
startLine: 3163
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -108,7 +108,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Electrocution
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3167
|
||||
startLine: 3168
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -136,7 +136,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TooMuchProtein
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3171
|
||||
startLine: 3172
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -25,7 +25,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Food
|
||||
path: ../TinyLife/Objects/Food.cs
|
||||
startLine: 16
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -170,7 +170,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FoodLeft
|
||||
path: ../TinyLife/Objects/Food.cs
|
||||
startLine: 22
|
||||
startLine: 20
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -209,7 +209,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HasCandle
|
||||
path: ../TinyLife/Objects/Food.cs
|
||||
startLine: 28
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -252,7 +252,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/Food.cs
|
||||
startLine: 31
|
||||
startLine: 29
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -299,7 +299,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Draw
|
||||
path: ../TinyLife/Objects/Food.cs
|
||||
startLine: 34
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -371,7 +371,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Objects/Food.cs
|
||||
startLine: 53
|
||||
startLine: 51
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -413,7 +413,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDescription
|
||||
path: ../TinyLife/Objects/Food.cs
|
||||
startLine: 68
|
||||
startLine: 66
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -27,7 +27,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FoodTypedItem
|
||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||
startLine: 14
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -169,7 +169,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FoodType
|
||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||
startLine: 20
|
||||
startLine: 19
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -208,7 +208,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ExpirationTime
|
||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||
startLine: 26
|
||||
startLine: 25
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -247,7 +247,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ServingSize
|
||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||
startLine: 32
|
||||
startLine: 31
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -286,7 +286,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Expired
|
||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||
startLine: 37
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -317,7 +317,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||
startLine: 40
|
||||
startLine: 39
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -364,7 +364,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||
startLine: 44
|
||||
startLine: 43
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -396,7 +396,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDescription
|
||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||
startLine: 49
|
||||
startLine: 48
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -435,7 +435,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Objects/FoodTypedItem.cs
|
||||
startLine: 60
|
||||
startLine: 59
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -104,6 +104,7 @@ items:
|
|||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
||||
- TinyLife.Objects.MapObject
|
||||
derivedClasses:
|
||||
- TinyLife.Objects.Bathtub
|
||||
- TinyLife.Objects.BreakableFurniture
|
||||
- TinyLife.Objects.Chimney
|
||||
- TinyLife.Objects.CornerFurniture
|
||||
|
|
|
@ -5,6 +5,7 @@ items:
|
|||
id: FurnitureType
|
||||
parent: TinyLife.Objects
|
||||
children:
|
||||
- TinyLife.Objects.FurnitureType.BabyBathtub
|
||||
- TinyLife.Objects.FurnitureType.BabyBook
|
||||
- TinyLife.Objects.FurnitureType.BaristaCoffeeMachine
|
||||
- TinyLife.Objects.FurnitureType.BigBush
|
||||
|
@ -2272,7 +2273,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SimpleDesk
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 12
|
||||
startLine: 11
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2299,7 +2300,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LongDinnerTable
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 16
|
||||
startLine: 15
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2326,7 +2327,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SquareDinnerTable
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 19
|
||||
startLine: 18
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2353,7 +2354,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GlassDinnerTable
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 22
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2380,7 +2381,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TinyDinnerTable
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 25
|
||||
startLine: 24
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2407,7 +2408,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GlassSingleTable
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 28
|
||||
startLine: 27
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2434,7 +2435,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SimpleChair
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 31
|
||||
startLine: 30
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2461,7 +2462,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ModernChair
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 36
|
||||
startLine: 35
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2488,7 +2489,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WoodenStool
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 42
|
||||
startLine: 41
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2515,7 +2516,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StorageBoxSeat
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 45
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2542,7 +2543,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SimpleToilet
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 49
|
||||
startLine: 48
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2569,7 +2570,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ModernBed
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 57
|
||||
startLine: 56
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2596,7 +2597,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ModernSingleBed
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 63
|
||||
startLine: 62
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2623,7 +2624,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ModernFridge
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 69
|
||||
startLine: 68
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2650,7 +2651,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SimpleShower
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 75
|
||||
startLine: 74
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2677,7 +2678,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SimpleOpenShower
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 83
|
||||
startLine: 82
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2704,7 +2705,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SimpleCounter
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 92
|
||||
startLine: 91
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2731,7 +2732,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SimpleBar
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 98
|
||||
startLine: 97
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2758,7 +2759,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ModernStove
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 103
|
||||
startLine: 102
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2785,7 +2786,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ModernComputer
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 111
|
||||
startLine: 110
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2812,7 +2813,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OldComputer
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 119
|
||||
startLine: 118
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2839,7 +2840,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ModernSink
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 129
|
||||
startLine: 128
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2866,7 +2867,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Mailbox
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 136
|
||||
startLine: 135
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2893,7 +2894,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SimpleDrawer
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 141
|
||||
startLine: 140
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2920,7 +2921,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SimpleEasel
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 147
|
||||
startLine: 146
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2947,7 +2948,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SimpleBench
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 158
|
||||
startLine: 157
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2974,7 +2975,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SmallMirror
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 164
|
||||
startLine: 163
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3001,7 +3002,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SimpleBookshelf
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 169
|
||||
startLine: 168
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3028,7 +3029,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SimpleDoubleSidedBookshelf
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 178
|
||||
startLine: 177
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3055,7 +3056,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ModernTv
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 187
|
||||
startLine: 186
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3082,7 +3083,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MixologyKit
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 194
|
||||
startLine: 193
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3109,7 +3110,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SimpleSofa
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 198
|
||||
startLine: 197
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3136,7 +3137,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SimpleLowTable
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 205
|
||||
startLine: 204
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3163,7 +3164,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SimpleWallSink
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 210
|
||||
startLine: 209
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3190,7 +3191,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SmallBarbecue
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 217
|
||||
startLine: 216
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3217,7 +3218,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SimplePicnicTable
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 223
|
||||
startLine: 222
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3244,7 +3245,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SmallPicnicTable
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 228
|
||||
startLine: 227
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3271,7 +3272,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ParkTrashCan
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 233
|
||||
startLine: 232
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3298,7 +3299,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WoodenToyBox
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 237
|
||||
startLine: 236
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3325,7 +3326,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ChildStove
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 240
|
||||
startLine: 239
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3352,7 +3353,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sandbox
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 250
|
||||
startLine: 249
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3379,7 +3380,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Puzzle
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 258
|
||||
startLine: 257
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3406,7 +3407,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BaristaCoffeeMachine
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 262
|
||||
startLine: 261
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3433,7 +3434,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StandingCoatRack
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 268
|
||||
startLine: 267
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3460,7 +3461,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CafeDisplayCase
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 272
|
||||
startLine: 271
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3487,7 +3488,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PlainCoffeeTable
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 276
|
||||
startLine: 275
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3514,7 +3515,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ModernTvStand
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 281
|
||||
startLine: 280
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3541,7 +3542,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SmallOpenShelf
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 287
|
||||
startLine: 286
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3568,7 +3569,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BookCart
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 296
|
||||
startLine: 295
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3595,7 +3596,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SquareIndoorTrashCan
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 300
|
||||
startLine: 299
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3622,7 +3623,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WheelieBin
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 304
|
||||
startLine: 303
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3649,7 +3650,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SimpleNightstand
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 308
|
||||
startLine: 307
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3676,7 +3677,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SmallJungleGym
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 312
|
||||
startLine: 311
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3703,7 +3704,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ColoringBook
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 321
|
||||
startLine: 320
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3730,7 +3731,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TeaKit
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 325
|
||||
startLine: 324
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3757,7 +3758,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SimplePotty
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 331
|
||||
startLine: 330
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3784,7 +3785,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SimpleChangingStation
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 337
|
||||
startLine: 336
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3811,7 +3812,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ModernCrib
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 343
|
||||
startLine: 342
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -3820,6 +3821,33 @@ items:
|
|||
return:
|
||||
type: TinyLife.Objects.FurnitureType
|
||||
content.vb: Public Shared ReadOnly ModernCrib As FurnitureType
|
||||
- uid: TinyLife.Objects.FurnitureType.BabyBathtub
|
||||
commentId: F:TinyLife.Objects.FurnitureType.BabyBathtub
|
||||
id: BabyBathtub
|
||||
parent: TinyLife.Objects.FurnitureType
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: BabyBathtub
|
||||
nameWithType: FurnitureType.BabyBathtub
|
||||
fullName: TinyLife.Objects.FurnitureType.BabyBathtub
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/FurnitureType.Misc.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BabyBathtub
|
||||
path: ../TinyLife/Objects/FurnitureType.Misc.cs
|
||||
startLine: 347
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
syntax:
|
||||
content: public static readonly FurnitureType BabyBathtub
|
||||
return:
|
||||
type: TinyLife.Objects.FurnitureType
|
||||
content.vb: Public Shared ReadOnly BabyBathtub As FurnitureType
|
||||
- uid: TinyLife.Objects.FurnitureType.EmptyPlate
|
||||
commentId: F:TinyLife.Objects.FurnitureType.EmptyPlate
|
||||
id: EmptyPlate
|
||||
|
|
|
@ -24,7 +24,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Gravestone
|
||||
path: ../TinyLife/Objects/Gravestone.cs
|
||||
startLine: 10
|
||||
startLine: 9
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -163,7 +163,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DeadPerson
|
||||
path: ../TinyLife/Objects/Gravestone.cs
|
||||
startLine: 16
|
||||
startLine: 15
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -194,7 +194,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Reason
|
||||
path: ../TinyLife/Objects/Gravestone.cs
|
||||
startLine: 24
|
||||
startLine: 23
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -233,7 +233,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/Gravestone.cs
|
||||
startLine: 29
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -280,7 +280,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDescription
|
||||
path: ../TinyLife/Objects/Gravestone.cs
|
||||
startLine: 33
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -319,7 +319,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPathCostModifier
|
||||
path: ../TinyLife/Objects/Gravestone.cs
|
||||
startLine: 40
|
||||
startLine: 39
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -25,7 +25,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LifeSpan
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3206
|
||||
startLine: 3207
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -56,7 +56,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: VeryShort
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3209
|
||||
startLine: 3210
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -82,7 +82,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Short
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3210
|
||||
startLine: 3211
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -108,7 +108,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Normal
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3211
|
||||
startLine: 3212
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -134,7 +134,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Long
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3212
|
||||
startLine: 3213
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -160,7 +160,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: VeryLong
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3213
|
||||
startLine: 3214
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -186,7 +186,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Infinite
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3214
|
||||
startLine: 3215
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -22,7 +22,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Newspaper
|
||||
path: ../TinyLife/Objects/Newspaper.cs
|
||||
startLine: 13
|
||||
startLine: 12
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -162,7 +162,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Day
|
||||
path: ../TinyLife/Objects/Newspaper.cs
|
||||
startLine: 19
|
||||
startLine: 18
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -201,7 +201,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsExpired
|
||||
path: ../TinyLife/Objects/Newspaper.cs
|
||||
startLine: 24
|
||||
startLine: 23
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -232,7 +232,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDescription
|
||||
path: ../TinyLife/Objects/Newspaper.cs
|
||||
startLine: 30
|
||||
startLine: 29
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -7,6 +7,7 @@ items:
|
|||
children:
|
||||
- TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger)
|
||||
- TinyLife.Objects.ObjectCategory.AllowedOnWater
|
||||
- TinyLife.Objects.ObjectCategory.BabyBathtub
|
||||
- TinyLife.Objects.ObjectCategory.BabySittable
|
||||
- TinyLife.Objects.ObjectCategory.Barbecue
|
||||
- TinyLife.Objects.ObjectCategory.BartendingObject
|
||||
|
@ -2230,6 +2231,35 @@ items:
|
|||
return:
|
||||
type: TinyLife.Objects.ObjectCategory
|
||||
content.vb: Public Shared ReadOnly Crib As ObjectCategory
|
||||
- uid: TinyLife.Objects.ObjectCategory.BabyBathtub
|
||||
commentId: F:TinyLife.Objects.ObjectCategory.BabyBathtub
|
||||
id: BabyBathtub
|
||||
parent: TinyLife.Objects.ObjectCategory
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: BabyBathtub
|
||||
nameWithType: ObjectCategory.BabyBathtub
|
||||
fullName: TinyLife.Objects.ObjectCategory.BabyBathtub
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: TinyLife/Objects/MapObject.cs
|
||||
branch: main
|
||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BabyBathtub
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 682
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: An object category that represents objects where a baby can be bathed.
|
||||
example: []
|
||||
syntax:
|
||||
content: public static readonly ObjectCategory BabyBathtub
|
||||
return:
|
||||
type: TinyLife.Objects.ObjectCategory
|
||||
content.vb: Public Shared ReadOnly BabyBathtub As ObjectCategory
|
||||
- uid: TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger)
|
||||
commentId: M:TinyLife.Objects.ObjectCategory.#ctor(System.String,System.Numerics.BigInteger)
|
||||
id: '#ctor(System.String,System.Numerics.BigInteger)'
|
||||
|
@ -2248,7 +2278,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 684
|
||||
startLine: 686
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2283,7 +2313,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: op_Implicit
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 687
|
||||
startLine: 689
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2318,7 +2348,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: op_Implicit
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 692
|
||||
startLine: 694
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2353,7 +2383,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: op_BitwiseOr
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 697
|
||||
startLine: 699
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2390,7 +2420,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: op_BitwiseAnd
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 702
|
||||
startLine: 704
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2427,7 +2457,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: op_ExclusiveOr
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 707
|
||||
startLine: 709
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -2464,7 +2494,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: op_OnesComplement
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 712
|
||||
startLine: 714
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -27,7 +27,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Painting
|
||||
path: ../TinyLife/Objects/Painting.cs
|
||||
startLine: 17
|
||||
startLine: 16
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -164,7 +164,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PaintingType
|
||||
path: ../TinyLife/Objects/Painting.cs
|
||||
startLine: 23
|
||||
startLine: 22
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -203,7 +203,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Progress
|
||||
path: ../TinyLife/Objects/Painting.cs
|
||||
startLine: 29
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -242,7 +242,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EmitsCreativeEmotion
|
||||
path: ../TinyLife/Objects/Painting.cs
|
||||
startLine: 35
|
||||
startLine: 34
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -281,7 +281,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/Painting.cs
|
||||
startLine: 39
|
||||
startLine: 38
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -328,7 +328,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Draw
|
||||
path: ../TinyLife/Objects/Painting.cs
|
||||
startLine: 45
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -400,7 +400,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPrice
|
||||
path: ../TinyLife/Objects/Painting.cs
|
||||
startLine: 60
|
||||
startLine: 59
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -432,7 +432,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Objects/Painting.cs
|
||||
startLine: 65
|
||||
startLine: 64
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -464,7 +464,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDescription
|
||||
path: ../TinyLife/Objects/Painting.cs
|
||||
startLine: 70
|
||||
startLine: 69
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -26,7 +26,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ParentInfo
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 747
|
||||
startLine: 749
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -62,7 +62,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsAttached
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 752
|
||||
startLine: 754
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -93,7 +93,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LayerDepth
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 757
|
||||
startLine: 759
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -124,7 +124,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ShouldDraw
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 761
|
||||
startLine: 763
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -155,7 +155,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 773
|
||||
startLine: 775
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -190,7 +190,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 782
|
||||
startLine: 784
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -228,7 +228,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 791
|
||||
startLine: 793
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -263,7 +263,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 799
|
||||
startLine: 801
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionUpdateDelegate
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3056
|
||||
startLine: 3057
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EfficiencyModifierDelegate
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3041
|
||||
startLine: 3042
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EmotionModifiersChangedDelegate
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3066
|
||||
startLine: 3067
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PassiveActionPriorityDelegate
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3051
|
||||
startLine: 3052
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RelationshipChangeDelegate
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3071
|
||||
startLine: 3072
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RestoreNeedDelegate
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3061
|
||||
startLine: 3062
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WalkSpeedDelegate
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3046
|
||||
startLine: 3047
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -907,7 +907,7 @@ items:
|
|||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nA set of <xref href=\"TinyLife.Goals.Memory\" data-throw-if-not-resolved=\"false\"></xref> instances that this person currently has or tracks.\nTo edit and query this collection easily, <xref href=\"TinyLife.Objects.Person.AddMemory%60%601(TinyLife.Goals.MemoryType%2cTinyLife.Actions.ActionInfo%2cSystem.Boolean%2cSystem.Nullable%7bSystem.TimeSpan%7d)\" data-throw-if-not-resolved=\"false\"></xref>/>, <xref href=\"TinyLife.Objects.Person.GetMemories%60%601(TinyLife.Goals.MemoryType)\" data-throw-if-not-resolved=\"false\"></xref> and <see cref=\"!:GetTimeSinceMemory(TinyLife.Goals.MemoryType)\"></see> can be used.\n"
|
||||
summary: "\nA set of <xref href=\"TinyLife.Goals.Memory\" data-throw-if-not-resolved=\"false\"></xref> instances that this person currently has or tracks.\nTo edit and query this collection easily, <xref href=\"TinyLife.Objects.Person.AddMemory%60%601(TinyLife.Goals.MemoryType%2cTinyLife.Actions.ActionInfo%2cSystem.Boolean%2cSystem.Nullable%7bSystem.TimeSpan%7d)\" data-throw-if-not-resolved=\"false\"></xref>/>, <xref href=\"TinyLife.Objects.Person.GetMemories%60%601(TinyLife.Goals.MemoryType)\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Objects.Person.GetTimeSinceMemory%60%601(TinyLife.Goals.MemoryType%2cSystem.Func%7b%60%600%2cSystem.Boolean%7d)\" data-throw-if-not-resolved=\"false\"></xref> can be used.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: >-
|
||||
|
@ -4167,14 +4167,14 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OccupyActionSpot
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 1449
|
||||
startLine: 1450
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nCauses the given action spot of the given furniture to be marked as occupied.\nOptionally, the <xref href=\"TinyLife.Objects.Person.VisualPosition\" data-throw-if-not-resolved=\"false\"></xref> can also be changed, causing this person to look as if they were sitting, standing or laying on the furniture.\nNote that the values set in this method are reset every <xref href=\"TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref> call.\n"
|
||||
summary: "\nCauses the given action spot of the given furniture to be marked as occupied.\nOptionally, the <xref href=\"TinyLife.Objects.Person.VisualPosition\" data-throw-if-not-resolved=\"false\"></xref> can also be changed, causing this person to look as if they were sitting, standing or laying on the furniture.\nNote that the values set in this method are reset every <xref href=\"TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref> call if <code data-dev-comment-type=\"paramref\" class=\"paramref\">stayOccupied</code> is <a href=\"https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool\">false</a>.\nTo exit an action spot that was marked as <code data-dev-comment-type=\"paramref\" class=\"paramref\">stayOccupied</code>, this method can be called with <code data-dev-comment-type=\"paramref\" class=\"paramref\">furniture</code> and/or <code data-dev-comment-type=\"paramref\" class=\"paramref\">spot</code> set to <a href=\"https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null\">null</a>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public void OccupyActionSpot(Furniture furniture, ActionSpot spot, bool visual, Direction2? rotation = null, bool stayOccupied = false)
|
||||
content: public void OccupyActionSpot(Furniture furniture, ActionSpot spot, bool visual = false, Direction2? rotation = null, bool stayOccupied = false)
|
||||
parameters:
|
||||
- id: furniture
|
||||
type: TinyLife.Objects.Furniture
|
||||
|
@ -4184,14 +4184,14 @@ items:
|
|||
description: The action spot to occupy on the furniture.
|
||||
- id: visual
|
||||
type: System.Boolean
|
||||
description: Whether or not the visual position should be updated to enter the spot, causing <xref href="TinyLife.Objects.Person.VisuallyOccupiedSpot" data-throw-if-not-resolved="false"></xref> to return the given <code data-dev-comment-type="paramref" class="paramref">furniture</code> and <code data-dev-comment-type="paramref" class="paramref">spot</code>.
|
||||
description: Whether or not the visual position should be updated to enter the spot, causing <xref href="TinyLife.Objects.Person.VisuallyOccupiedSpot" data-throw-if-not-resolved="false"></xref> to contain the given <code data-dev-comment-type="paramref" class="paramref">furniture</code> and <code data-dev-comment-type="paramref" class="paramref">spot</code>. Note that, when <code data-dev-comment-type="paramref" class="paramref">furniture</code> or <code data-dev-comment-type="paramref" class="paramref">spot</code> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a>, this value has no effect.
|
||||
- id: rotation
|
||||
type: System.Nullable{MLEM.Misc.Direction2}
|
||||
description: The rotation that this person should get, or null to use the spot's default rotation.
|
||||
- id: stayOccupied
|
||||
type: System.Boolean
|
||||
description: Whether this person should continue to occupy this action spot after the current update frame is over.
|
||||
content.vb: Public Sub OccupyActionSpot(furniture As Furniture, spot As ActionSpot, visual As Boolean, rotation As Direction2? = Nothing, stayOccupied As Boolean = False)
|
||||
content.vb: Public Sub OccupyActionSpot(furniture As Furniture, spot As ActionSpot, visual As Boolean = False, rotation As Direction2? = Nothing, stayOccupied As Boolean = False)
|
||||
overload: TinyLife.Objects.Person.OccupyActionSpot*
|
||||
nameWithType.vb: Person.OccupyActionSpot(Furniture, ActionSpot, Boolean, Direction2?, Boolean)
|
||||
fullName.vb: TinyLife.Objects.Person.OccupyActionSpot(TinyLife.Objects.Furniture, TinyLife.Objects.ActionSpot, Boolean, MLEM.Misc.Direction2?, Boolean)
|
||||
|
@ -4214,7 +4214,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OccupyFreeActionSpot
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 1483
|
||||
startLine: 1481
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -4264,7 +4264,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OccupyFreeActionSpot
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 1501
|
||||
startLine: 1499
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -4314,7 +4314,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCloseForTalking
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 1512
|
||||
startLine: 1510
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -4349,7 +4349,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetNeed
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 1524
|
||||
startLine: 1522
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -4384,7 +4384,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetNeedPercentage
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 1533
|
||||
startLine: 1531
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -4419,7 +4419,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RestoreNeed
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 1545
|
||||
startLine: 1543
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -4463,7 +4463,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RestoreNeed
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 1581
|
||||
startLine: 1579
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -4510,7 +4510,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetSkill
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 1592
|
||||
startLine: 1590
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -4551,7 +4551,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetSkillTotalPercentage
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 1611
|
||||
startLine: 1609
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -4586,7 +4586,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetSkillPointPercentage
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 1621
|
||||
startLine: 1619
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -4621,7 +4621,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetSkillLevel
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 1631
|
||||
startLine: 1629
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -4656,7 +4656,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HasSkillLevel
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 1641
|
||||
startLine: 1639
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -4697,7 +4697,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GainSkill
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 1653
|
||||
startLine: 1651
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -4743,7 +4743,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DepleteNeed
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 1673
|
||||
startLine: 1671
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -4784,7 +4784,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HasPersonality
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 1684
|
||||
startLine: 1682
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -4819,7 +4819,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EnqueueAction
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 1698
|
||||
startLine: 1696
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -4874,7 +4874,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CancelAction
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 1726
|
||||
startLine: 1724
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -4918,7 +4918,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FindPathAsync
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 1745
|
||||
startLine: 1743
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -4962,7 +4962,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetHeldObject
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 1758
|
||||
startLine: 1756
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -5002,7 +5002,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetHeldObject
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 1776
|
||||
startLine: 1774
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -5052,7 +5052,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetHeldObject
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 1789
|
||||
startLine: 1787
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -5090,7 +5090,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RemoveHeldObject
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 1802
|
||||
startLine: 1800
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -5127,7 +5127,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetHeldActionInfo
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 1816
|
||||
startLine: 1814
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -5158,7 +5158,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ToCreatedByString
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 1825
|
||||
startLine: 1823
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -5189,7 +5189,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Die
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 1835
|
||||
startLine: 1833
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -5227,7 +5227,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddEmotion
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 1934
|
||||
startLine: 1932
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -5277,7 +5277,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RemoveEmotion
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 1957
|
||||
startLine: 1955
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -5312,7 +5312,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LowerEmotion
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 1978
|
||||
startLine: 1976
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -5356,7 +5356,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LowerEmotionModifier
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 1997
|
||||
startLine: 1995
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -5400,7 +5400,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HasEmotionModifier
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2013
|
||||
startLine: 2011
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -5435,7 +5435,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetWalkSpeed
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2022
|
||||
startLine: 2020
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -5466,7 +5466,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetEfficiencyModifier
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2059
|
||||
startLine: 2057
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -5513,7 +5513,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HasHouseholdMember
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2113
|
||||
startLine: 2111
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -5548,7 +5548,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HasHouseholdMember
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2118
|
||||
startLine: 2116
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -5582,7 +5582,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetProjects
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2128
|
||||
startLine: 2126
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -5620,7 +5620,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetProject
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2138
|
||||
startLine: 2136
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -5661,7 +5661,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StartProject
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2147
|
||||
startLine: 2145
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -5696,7 +5696,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPassiveActionPriority
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2159
|
||||
startLine: 2157
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -5731,7 +5731,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRandomOutfit
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2181
|
||||
startLine: 2179
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -5766,7 +5766,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetCurrentOutfit
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2193
|
||||
startLine: 2191
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -5801,7 +5801,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetCurrentOutfit
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2209
|
||||
startLine: 2207
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -5836,7 +5836,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetNewId
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2224
|
||||
startLine: 2222
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -5877,7 +5877,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsIdMatch
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2278
|
||||
startLine: 2276
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -5912,7 +5912,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsIdMatch
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2288
|
||||
startLine: 2286
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -5947,7 +5947,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPersonalitySkillBoost
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2298
|
||||
startLine: 2296
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -5982,7 +5982,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetCurrentGoals
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2318
|
||||
startLine: 2316
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -6013,7 +6013,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EarnMoney
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2342
|
||||
startLine: 2340
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -6051,7 +6051,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddMemory
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2354
|
||||
startLine: 2353
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -6068,6 +6068,7 @@ items:
|
|||
description: The action info to attach to this memory, or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> to use <xref href="TinyLife.Actions.ActionInfo.FromSelf(TinyLife.Objects.Person)" data-throw-if-not-resolved="false"></xref>.
|
||||
- id: replace
|
||||
type: System.Boolean
|
||||
description: Whether existing instances of the given <code data-dev-comment-type="paramref" class="paramref">type</code> should be replaced by this memory.
|
||||
- id: timeOccured
|
||||
type: System.Nullable{System.TimeSpan}
|
||||
description: The time that this memory occured on, or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> to use <xref href="TinyLife.World.Map.Time" data-throw-if-not-resolved="false"></xref>.
|
||||
|
@ -6099,7 +6100,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetMemories
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2367
|
||||
startLine: 2366
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -6153,6 +6154,7 @@ items:
|
|||
description: The memory type to match.
|
||||
- id: condition
|
||||
type: System.Func{{T},System.Boolean}
|
||||
description: An additional condition to determine whether memories should be included in the search.
|
||||
typeParameters:
|
||||
- id: T
|
||||
return:
|
||||
|
@ -6181,7 +6183,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetTimeSinceMemory
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2386
|
||||
startLine: 2387
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -6195,6 +6197,7 @@ items:
|
|||
description: The memory type to query.
|
||||
- id: condition
|
||||
type: System.Func{{T},System.Boolean}
|
||||
description: An additional condition to determine whether memories should be included in the search.
|
||||
typeParameters:
|
||||
- id: T
|
||||
return:
|
||||
|
@ -6223,7 +6226,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetTimeSinceMemory
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2405
|
||||
startLine: 2406
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -6263,7 +6266,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GoToExitRoad
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2418
|
||||
startLine: 2419
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -6291,7 +6294,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetAction
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2430
|
||||
startLine: 2431
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -6335,7 +6338,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetPregnancyStatus
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2450
|
||||
startLine: 2451
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -6376,7 +6379,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRandomSpeakSound
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2891
|
||||
startLine: 2892
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -6423,7 +6426,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Create
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 2919
|
||||
startLine: 2920
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -9747,6 +9750,70 @@ references:
|
|||
- uid: TinyLife.Goals.MemoryType
|
||||
name: MemoryType
|
||||
- name: )
|
||||
- uid: TinyLife.Objects.Person.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Func{``0,System.Boolean})
|
||||
commentId: M:TinyLife.Objects.Person.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Func{``0,System.Boolean})
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
||||
name: GetTimeSinceMemory<T>(MemoryType, Func<T, bool>)
|
||||
nameWithType: Person.GetTimeSinceMemory<T>(MemoryType, Func<T, bool>)
|
||||
fullName: TinyLife.Objects.Person.GetTimeSinceMemory<T>(TinyLife.Goals.MemoryType, System.Func<T, bool>)
|
||||
nameWithType.vb: Person.GetTimeSinceMemory(Of T)(MemoryType, Func(Of T, Boolean))
|
||||
fullName.vb: TinyLife.Objects.Person.GetTimeSinceMemory(Of T)(TinyLife.Goals.MemoryType, System.Func(Of T, Boolean))
|
||||
name.vb: GetTimeSinceMemory(Of T)(MemoryType, Func(Of T, Boolean))
|
||||
spec.csharp:
|
||||
- uid: TinyLife.Objects.Person.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Func{``0,System.Boolean})
|
||||
name: GetTimeSinceMemory
|
||||
- name: <
|
||||
- name: T
|
||||
- name: '>'
|
||||
- name: (
|
||||
- uid: TinyLife.Goals.MemoryType
|
||||
name: MemoryType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
||||
- name: <
|
||||
- name: T
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Boolean
|
||||
name: bool
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: '>'
|
||||
- name: )
|
||||
spec.vb:
|
||||
- uid: TinyLife.Objects.Person.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Func{``0,System.Boolean})
|
||||
name: GetTimeSinceMemory
|
||||
- name: (
|
||||
- name: Of
|
||||
- name: " "
|
||||
- name: T
|
||||
- name: )
|
||||
- name: (
|
||||
- uid: TinyLife.Goals.MemoryType
|
||||
name: MemoryType
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
||||
- name: (
|
||||
- name: Of
|
||||
- name: " "
|
||||
- name: T
|
||||
- name: ','
|
||||
- name: " "
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
isExternal: true
|
||||
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
||||
- name: )
|
||||
- name: )
|
||||
- uid: System.Collections.Generic.List{TinyLife.Goals.Memory}
|
||||
commentId: T:System.Collections.Generic.List{TinyLife.Goals.Memory}
|
||||
parent: System.Collections.Generic
|
||||
|
|
|
@ -5,7 +5,7 @@ items:
|
|||
id: PersonAi
|
||||
parent: TinyLife.Objects
|
||||
children:
|
||||
- TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
- TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
|
@ -41,16 +41,16 @@ items:
|
|||
- System.Object.ToString
|
||||
extensionMethods:
|
||||
- TinyLife.Objects.PersonAi.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||
- uid: TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
commentId: M:TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
id: StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
|
||||
- uid: TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean)
|
||||
commentId: M:TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean)
|
||||
id: StartAutomatically(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean)
|
||||
parent: TinyLife.Objects.PersonAi
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: StartAutomatically(Person, ActionType)
|
||||
nameWithType: PersonAi.StartAutomatically(Person, ActionType)
|
||||
fullName: TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person, TinyLife.Actions.ActionType)
|
||||
name: StartAutomatically(Person, ActionType, bool)
|
||||
nameWithType: PersonAi.StartAutomatically(Person, ActionType, bool)
|
||||
fullName: TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person, TinyLife.Actions.ActionType, bool)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
|
@ -59,14 +59,14 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StartAutomatically
|
||||
path: ../TinyLife/Objects/PersonAi.cs
|
||||
startLine: 118
|
||||
startLine: 119
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
summary: "\nCauses a person to start the given action automatically with the same behavior that it would have if started by the <xref href=\"TinyLife.Objects.PersonAi\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static bool StartAutomatically(Person person, ActionType type)
|
||||
content: public static bool StartAutomatically(Person person, ActionType type, bool priority = false)
|
||||
parameters:
|
||||
- id: person
|
||||
type: TinyLife.Objects.Person
|
||||
|
@ -74,11 +74,17 @@ items:
|
|||
- id: type
|
||||
type: TinyLife.Actions.ActionType
|
||||
description: The action to start
|
||||
- id: priority
|
||||
type: System.Boolean
|
||||
description: Whether to add this action to the start of the action queue rather than the end
|
||||
return:
|
||||
type: System.Boolean
|
||||
description: Whether the action was successfully started
|
||||
content.vb: Public Shared Function StartAutomatically(person As Person, type As ActionType) As Boolean
|
||||
content.vb: Public Shared Function StartAutomatically(person As Person, type As ActionType, priority As Boolean = False) As Boolean
|
||||
overload: TinyLife.Objects.PersonAi.StartAutomatically*
|
||||
nameWithType.vb: PersonAi.StartAutomatically(Person, ActionType, Boolean)
|
||||
fullName.vb: TinyLife.Objects.PersonAi.StartAutomatically(TinyLife.Objects.Person, TinyLife.Actions.ActionType, Boolean)
|
||||
name.vb: StartAutomatically(Person, ActionType, Boolean)
|
||||
references:
|
||||
- uid: TinyLife.Objects.Person
|
||||
commentId: T:TinyLife.Objects.Person
|
||||
|
|
|
@ -30,7 +30,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Pose
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3097
|
||||
startLine: 3098
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -60,7 +60,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Standing
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3102
|
||||
startLine: 3103
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -88,7 +88,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Walking
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3106
|
||||
startLine: 3107
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -116,7 +116,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sitting
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3110
|
||||
startLine: 3111
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -144,7 +144,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Laying
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3115
|
||||
startLine: 3116
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -172,7 +172,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SittingGround
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3120
|
||||
startLine: 3121
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -200,7 +200,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WorkingStanding
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3124
|
||||
startLine: 3125
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -228,7 +228,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WorkingSitting
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3128
|
||||
startLine: 3129
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -256,7 +256,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WorkingSittingGround
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3132
|
||||
startLine: 3133
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -284,7 +284,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Running
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3136
|
||||
startLine: 3137
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -312,7 +312,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: StandingArmsOut
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3140
|
||||
startLine: 3141
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -340,7 +340,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WalkingArmsOut
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3144
|
||||
startLine: 3145
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -22,7 +22,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PregnancyAbility
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3268
|
||||
startLine: 3269
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -51,7 +51,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Neither
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3273
|
||||
startLine: 3274
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -79,7 +79,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetOthersPregnant
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3277
|
||||
startLine: 3278
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -107,7 +107,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPregnant
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3281
|
||||
startLine: 3282
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -35,7 +35,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SpeakStyle
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3224
|
||||
startLine: 3225
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -74,7 +74,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Affirmative
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3228
|
||||
startLine: 3229
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -100,7 +100,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Angry
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3229
|
||||
startLine: 3230
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -126,7 +126,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Annoyed
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3230
|
||||
startLine: 3231
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -152,7 +152,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Bored
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3231
|
||||
startLine: 3232
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -178,7 +178,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Childish
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3232
|
||||
startLine: 3233
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -204,7 +204,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Confident
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3233
|
||||
startLine: 3234
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -230,7 +230,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Confused
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3234
|
||||
startLine: 3235
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -256,7 +256,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Disagreeing
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3235
|
||||
startLine: 3236
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -282,7 +282,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Excited
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3236
|
||||
startLine: 3237
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -308,7 +308,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Happy
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3237
|
||||
startLine: 3238
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -334,7 +334,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Neutral
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3238
|
||||
startLine: 3239
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -360,7 +360,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Questioning
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3239
|
||||
startLine: 3240
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -386,7 +386,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sad
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3240
|
||||
startLine: 3241
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -412,7 +412,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Scared
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3241
|
||||
startLine: 3242
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -438,7 +438,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Shocked
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3242
|
||||
startLine: 3243
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -464,7 +464,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Thinking
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3243
|
||||
startLine: 3244
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -23,7 +23,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Visibility
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 721
|
||||
startLine: 723
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -52,7 +52,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WhenVisible
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 726
|
||||
startLine: 728
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -80,7 +80,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WhenVisibleExt
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 730
|
||||
startLine: 732
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -108,7 +108,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HideZoomedOut
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 734
|
||||
startLine: 736
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -136,7 +136,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Static
|
||||
path: ../TinyLife/Objects/MapObject.cs
|
||||
startLine: 739
|
||||
startLine: 741
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -23,7 +23,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: VoiceStyle
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3252
|
||||
startLine: 3253
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -52,7 +52,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Low
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3255
|
||||
startLine: 3256
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -78,7 +78,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: High
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3256
|
||||
startLine: 3257
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -104,7 +104,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Child
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3257
|
||||
startLine: 3258
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
@ -130,7 +130,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Baby
|
||||
path: ../TinyLife/Objects/Person.cs
|
||||
startLine: 3259
|
||||
startLine: 3260
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Objects
|
||||
|
|
|
@ -7,6 +7,7 @@ items:
|
|||
- TinyLife.Objects.AbstractSpot
|
||||
- TinyLife.Objects.ActionSpot
|
||||
- TinyLife.Objects.AgeGroup
|
||||
- TinyLife.Objects.Bathtub
|
||||
- TinyLife.Objects.BreakableFurniture
|
||||
- TinyLife.Objects.BreakableFurniture.BrokenBehavior
|
||||
- TinyLife.Objects.Chimney
|
||||
|
@ -82,6 +83,11 @@ references:
|
|||
name: ActionSpot
|
||||
nameWithType: ActionSpot
|
||||
fullName: TinyLife.Objects.ActionSpot
|
||||
- uid: TinyLife.Objects.Bathtub
|
||||
commentId: T:TinyLife.Objects.Bathtub
|
||||
name: Bathtub
|
||||
nameWithType: Bathtub
|
||||
fullName: TinyLife.Objects.Bathtub
|
||||
- uid: TinyLife.Objects.BreakableFurniture
|
||||
commentId: T:TinyLife.Objects.BreakableFurniture
|
||||
parent: TinyLife.Objects
|
||||
|
|
|
@ -53,7 +53,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Relationship
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 25
|
||||
startLine: 24
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -109,7 +109,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnRelationshipPanel
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 32
|
||||
startLine: 31
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -138,7 +138,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnRelationshipTooltip
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 37
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -167,7 +167,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Max
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 42
|
||||
startLine: 41
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -196,7 +196,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PassiveFriendReduction
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 46
|
||||
startLine: 45
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -225,7 +225,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PassiveRomanceReduction
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 50
|
||||
startLine: 49
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -254,7 +254,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MaxRecentSocialsAmount
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 55
|
||||
startLine: 54
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -283,7 +283,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: KnownPersonalityTypes
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 62
|
||||
startLine: 61
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -322,7 +322,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OtherPerson
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 68
|
||||
startLine: 67
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -363,7 +363,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Partner
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 74
|
||||
startLine: 73
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -394,7 +394,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FriendLevel
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 80
|
||||
startLine: 79
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -425,7 +425,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RomanceLevel
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 90
|
||||
startLine: 89
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -456,7 +456,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FriendPercentage
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 103
|
||||
startLine: 102
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -487,7 +487,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RomancePercentage
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 107
|
||||
startLine: 106
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -518,7 +518,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Type
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 111
|
||||
startLine: 110
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -549,7 +549,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RomanceType
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 131
|
||||
startLine: 130
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -580,7 +580,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FriendDisplayString
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 149
|
||||
startLine: 148
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -611,7 +611,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RomanceDisplayString
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 153
|
||||
startLine: 152
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -642,7 +642,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Genealogy
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 159
|
||||
startLine: 158
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -683,7 +683,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Dating
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 165
|
||||
startLine: 164
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -722,7 +722,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HadFirstKiss
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 170
|
||||
startLine: 169
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -770,7 +770,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: KnownJobType
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 175
|
||||
startLine: 174
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -809,7 +809,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TryingForBaby
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 181
|
||||
startLine: 180
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -852,7 +852,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetSocialEffectiveness
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 204
|
||||
startLine: 203
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -887,7 +887,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRecentSocialAmount
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 214
|
||||
startLine: 213
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -922,7 +922,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddRecentSocial
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 224
|
||||
startLine: 223
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -954,7 +954,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 235
|
||||
startLine: 234
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -986,7 +986,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ResetToStatic
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 255
|
||||
startLine: 254
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1024,7 +1024,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetGenealogy
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 285
|
||||
startLine: 284
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1062,25 +1062,32 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddMemory
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 315
|
||||
startLine: 322
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
summary: "\nAdds a <xref href=\"TinyLife.Goals.Memory\" data-throw-if-not-resolved=\"false\"></xref> to this relationship's person's and <xref href=\"TinyLife.Relationship.Partner\" data-throw-if-not-resolved=\"false\"></xref>'s <xref href=\"TinyLife.Objects.Person.Memories\" data-throw-if-not-resolved=\"false\"></xref> list of this person.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: 'public T AddMemory<T>(MemoryType type, bool addToBoth, bool replace = false, TimeSpan? timeOccured = null) where T : Memory'
|
||||
parameters:
|
||||
- id: type
|
||||
type: TinyLife.Goals.MemoryType
|
||||
description: The type of memory to add.
|
||||
- id: addToBoth
|
||||
type: System.Boolean
|
||||
description: Whether the memory should be added to the <xref href="TinyLife.Relationship.Partner" data-throw-if-not-resolved="false"></xref> as well.
|
||||
- id: replace
|
||||
type: System.Boolean
|
||||
description: Whether existing instances of the given <code data-dev-comment-type="paramref" class="paramref">type</code> should be replaced by this memory.
|
||||
- id: timeOccured
|
||||
type: System.Nullable{System.TimeSpan}
|
||||
description: The time that this memory occured on, or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> to use <xref href="TinyLife.World.Map.Time" data-throw-if-not-resolved="false"></xref>.
|
||||
typeParameters:
|
||||
- id: T
|
||||
return:
|
||||
type: '{T}'
|
||||
description: The added memory.
|
||||
content.vb: Public Function AddMemory(Of T As Memory)(type As MemoryType, addToBoth As Boolean, replace As Boolean = False, timeOccured As TimeSpan? = Nothing) As T
|
||||
overload: TinyLife.Relationship.AddMemory*
|
||||
nameWithType.vb: Relationship.AddMemory(Of T)(MemoryType, Boolean, Boolean, TimeSpan?)
|
||||
|
@ -1104,21 +1111,26 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetMemories
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 321
|
||||
startLine: 334
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
summary: "\nReturns all <xref href=\"TinyLife.Goals.Memory\" data-throw-if-not-resolved=\"false\"></xref> instances that this relationship's person and <xref href=\"TinyLife.Relationship.Partner\" data-throw-if-not-resolved=\"false\"></xref> currently track that match the given <xref href=\"TinyLife.Goals.MemoryType\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: 'public IEnumerable<T> GetMemories<T>(MemoryType type, bool returnBoth) where T : Memory'
|
||||
parameters:
|
||||
- id: type
|
||||
type: TinyLife.Goals.MemoryType
|
||||
description: The memory type to match.
|
||||
- id: returnBoth
|
||||
type: System.Boolean
|
||||
description: Whether the <xref href="TinyLife.Relationship.Partner" data-throw-if-not-resolved="false"></xref>'s memories should also be returned.
|
||||
typeParameters:
|
||||
- id: T
|
||||
return:
|
||||
type: System.Collections.Generic.IEnumerable{{T}}
|
||||
description: The memories of the given type.
|
||||
content.vb: Public Function GetMemories(Of T As Memory)(type As MemoryType, returnBoth As Boolean) As IEnumerable(Of T)
|
||||
overload: TinyLife.Relationship.GetMemories*
|
||||
nameWithType.vb: Relationship.GetMemories(Of T)(MemoryType, Boolean)
|
||||
|
@ -1142,23 +1154,29 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RemoveMemory
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 328
|
||||
startLine: 348
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
summary: "\nRemoves all <xref href=\"TinyLife.Goals.Memory\" data-throw-if-not-resolved=\"false\"></xref> instances of the given type <code data-dev-comment-type=\"typeparamref\" class=\"typeparamref\">T</code> and <xref href=\"TinyLife.Goals.MemoryType\" data-throw-if-not-resolved=\"false\"></xref> from this relationship's person's and <xref href=\"TinyLife.Relationship.Partner\" data-throw-if-not-resolved=\"false\"></xref>'s <xref href=\"TinyLife.Objects.Person.Memories\" data-throw-if-not-resolved=\"false\"></xref> collections, and returns the amount of memories removed.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: 'public int RemoveMemory<T>(MemoryType type, bool removeFromBoth, Func<T, bool> condition = null) where T : Memory'
|
||||
parameters:
|
||||
- id: type
|
||||
type: TinyLife.Goals.MemoryType
|
||||
description: The memory type to match.
|
||||
- id: removeFromBoth
|
||||
type: System.Boolean
|
||||
description: Wether the <xref href="TinyLife.Relationship.Partner" data-throw-if-not-resolved="false"></xref>'s memories should also be removed.
|
||||
- id: condition
|
||||
type: System.Func{{T},System.Boolean}
|
||||
description: An additional condition to determine whether memories should be included in the search.
|
||||
typeParameters:
|
||||
- id: T
|
||||
return:
|
||||
type: System.Int32
|
||||
description: How many memories were removed.
|
||||
content.vb: Public Function RemoveMemory(Of T As Memory)(type As MemoryType, removeFromBoth As Boolean, condition As Func(Of T, Boolean) = Nothing) As Integer
|
||||
overload: TinyLife.Relationship.RemoveMemory*
|
||||
nameWithType.vb: Relationship.RemoveMemory(Of T)(MemoryType, Boolean, Func(Of T, Boolean))
|
||||
|
@ -1182,23 +1200,29 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetTimeSinceMemory
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 335
|
||||
startLine: 363
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
summary: "\nReturns the time since a memory of the given <xref href=\"TinyLife.Goals.MemoryType\" data-throw-if-not-resolved=\"false\"></xref> has occured in this relationship's main person or <xref href=\"TinyLife.Relationship.Partner\" data-throw-if-not-resolved=\"false\"></xref>.\nIf there are multiple memories of the given type, the minimum time is returned. If there is no memory of the given type, <a href=\"https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null\">null</a> is returned.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: 'public TimeSpan? GetTimeSinceMemory<T>(MemoryType type, bool includeBoth, Func<T, bool> condition = null) where T : Memory'
|
||||
parameters:
|
||||
- id: type
|
||||
type: TinyLife.Goals.MemoryType
|
||||
description: The memory type to query.
|
||||
- id: includeBoth
|
||||
type: System.Boolean
|
||||
description: Whether the <xref href="TinyLife.Relationship.Partner" data-throw-if-not-resolved="false"></xref>'s memories should be included in the search.
|
||||
- id: condition
|
||||
type: System.Func{{T},System.Boolean}
|
||||
description: An additional condition to determine whether memories should be included in the search.
|
||||
typeParameters:
|
||||
- id: T
|
||||
return:
|
||||
type: System.Nullable{System.TimeSpan}
|
||||
description: The time since the given memory type.
|
||||
content.vb: Public Function GetTimeSinceMemory(Of T As Memory)(type As MemoryType, includeBoth As Boolean, condition As Func(Of T, Boolean) = Nothing) As TimeSpan?
|
||||
overload: TinyLife.Relationship.GetTimeSinceMemory*
|
||||
nameWithType.vb: Relationship.GetTimeSinceMemory(Of T)(MemoryType, Boolean, Func(Of T, Boolean))
|
||||
|
@ -1222,7 +1246,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreatePanel
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 354
|
||||
startLine: 382
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1266,7 +1290,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PopulateTooltip
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 399
|
||||
startLine: 427
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -2749,6 +2773,21 @@ references:
|
|||
name: SetGenealogy
|
||||
nameWithType: Relationship.SetGenealogy
|
||||
fullName: TinyLife.Relationship.SetGenealogy
|
||||
- uid: TinyLife.Goals.Memory
|
||||
commentId: T:TinyLife.Goals.Memory
|
||||
name: Memory
|
||||
nameWithType: Memory
|
||||
fullName: TinyLife.Goals.Memory
|
||||
- uid: TinyLife.Objects.Person.Memories
|
||||
commentId: F:TinyLife.Objects.Person.Memories
|
||||
name: Memories
|
||||
nameWithType: Person.Memories
|
||||
fullName: TinyLife.Objects.Person.Memories
|
||||
- uid: TinyLife.World.Map.Time
|
||||
commentId: P:TinyLife.World.Map.Time
|
||||
name: Time
|
||||
nameWithType: Map.Time
|
||||
fullName: TinyLife.World.Map.Time
|
||||
- uid: TinyLife.Relationship.AddMemory*
|
||||
commentId: Overload:TinyLife.Relationship.AddMemory
|
||||
name: AddMemory
|
||||
|
|
|
@ -24,7 +24,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RelationshipType
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 441
|
||||
startLine: 469
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -53,7 +53,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Enemies
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 446
|
||||
startLine: 474
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -81,7 +81,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Disliked
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 450
|
||||
startLine: 478
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -109,7 +109,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Acquaintances
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 454
|
||||
startLine: 482
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -137,7 +137,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Friends
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 458
|
||||
startLine: 486
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -165,7 +165,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GoodFriends
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 462
|
||||
startLine: 490
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -23,7 +23,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RomanceType
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 470
|
||||
startLine: 498
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -52,7 +52,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NoRomance
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 475
|
||||
startLine: 503
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -80,7 +80,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Interested
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 479
|
||||
startLine: 507
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -108,7 +108,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sweethearts
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 483
|
||||
startLine: 511
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -136,7 +136,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Soulmates
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 487
|
||||
startLine: 515
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -27,7 +27,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TileTool
|
||||
path: ../TinyLife/Tools/TileTool.cs
|
||||
startLine: 22
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Tools
|
||||
|
@ -97,7 +97,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Tools/TileTool.cs
|
||||
startLine: 30
|
||||
startLine: 29
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Tools
|
||||
|
@ -127,7 +127,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Update
|
||||
path: ../TinyLife/Tools/TileTool.cs
|
||||
startLine: 33
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Tools
|
||||
|
@ -160,7 +160,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Draw
|
||||
path: ../TinyLife/Tools/TileTool.cs
|
||||
startLine: 85
|
||||
startLine: 84
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Tools
|
||||
|
@ -196,7 +196,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InitBuildModeUi
|
||||
path: ../TinyLife/Tools/TileTool.cs
|
||||
startLine: 96
|
||||
startLine: 95
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Tools
|
||||
|
@ -232,7 +232,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetMouseCursor
|
||||
path: ../TinyLife/Tools/TileTool.cs
|
||||
startLine: 122
|
||||
startLine: 121
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Tools
|
||||
|
@ -264,7 +264,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanUndoRedo
|
||||
path: ../TinyLife/Tools/TileTool.cs
|
||||
startLine: 129
|
||||
startLine: 128
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Tools
|
||||
|
@ -296,7 +296,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ShouldHighlightSelectedObject
|
||||
path: ../TinyLife/Tools/TileTool.cs
|
||||
startLine: 134
|
||||
startLine: 133
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Tools
|
||||
|
@ -335,7 +335,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RemoveTileIncompatibleFurniture
|
||||
path: ../TinyLife/Tools/TileTool.cs
|
||||
startLine: 189
|
||||
startLine: 188
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Tools
|
||||
|
|
|
@ -27,7 +27,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CursorType
|
||||
path: ../TinyLife/Uis/Cursor.cs
|
||||
startLine: 75
|
||||
startLine: 73
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
|
@ -56,7 +56,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: None
|
||||
path: ../TinyLife/Uis/Cursor.cs
|
||||
startLine: 80
|
||||
startLine: 78
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
|
@ -84,7 +84,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Default
|
||||
path: ../TinyLife/Uis/Cursor.cs
|
||||
startLine: 84
|
||||
startLine: 82
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
|
@ -112,7 +112,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Wall
|
||||
path: ../TinyLife/Uis/Cursor.cs
|
||||
startLine: 88
|
||||
startLine: 86
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
|
@ -140,7 +140,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Hammer
|
||||
path: ../TinyLife/Uis/Cursor.cs
|
||||
startLine: 92
|
||||
startLine: 90
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
|
@ -168,7 +168,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Range
|
||||
path: ../TinyLife/Uis/Cursor.cs
|
||||
startLine: 96
|
||||
startLine: 94
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
|
@ -196,7 +196,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Disallowed
|
||||
path: ../TinyLife/Uis/Cursor.cs
|
||||
startLine: 100
|
||||
startLine: 98
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
|
@ -224,7 +224,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RotatingCamera
|
||||
path: ../TinyLife/Uis/Cursor.cs
|
||||
startLine: 104
|
||||
startLine: 102
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
|
@ -252,7 +252,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EditingActions
|
||||
path: ../TinyLife/Uis/Cursor.cs
|
||||
startLine: 108
|
||||
startLine: 106
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
|
|
|
@ -66,7 +66,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Extensions
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 30
|
||||
startLine: 29
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -104,7 +104,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ToScreenPos
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 40
|
||||
startLine: 39
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -152,7 +152,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ToWorldPos
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 57
|
||||
startLine: 56
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -194,7 +194,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ToVisualY
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 72
|
||||
startLine: 71
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -230,7 +230,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ToWallSide
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 87
|
||||
startLine: 86
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -266,7 +266,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsVertical
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 97
|
||||
startLine: 96
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -302,7 +302,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsHorizontal
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 107
|
||||
startLine: 106
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -338,7 +338,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: JsonCopy
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 117
|
||||
startLine: 116
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -380,7 +380,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPriceModifier
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 138
|
||||
startLine: 137
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -416,7 +416,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDecorativeRating
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 161
|
||||
startLine: 160
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -452,7 +452,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetChanceModifier
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 185
|
||||
startLine: 184
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -488,7 +488,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ToLocalizedString
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 201
|
||||
startLine: 200
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -524,7 +524,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ToSellingPriceString
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 211
|
||||
startLine: 210
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -563,7 +563,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BothValid
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 222
|
||||
startLine: 221
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -605,7 +605,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BothValid
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 233
|
||||
startLine: 232
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -644,7 +644,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AnyActive
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 244
|
||||
startLine: 243
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -686,7 +686,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AnyActive
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 255
|
||||
startLine: 254
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -725,7 +725,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AnyInactive
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 266
|
||||
startLine: 265
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -767,7 +767,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AnyInactive
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 277
|
||||
startLine: 276
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -806,7 +806,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetOpposite
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 288
|
||||
startLine: 287
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -842,7 +842,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetTransitive
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 311
|
||||
startLine: 310
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -885,7 +885,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsAgeAppropriate
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 391
|
||||
startLine: 390
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -924,7 +924,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ToWorking
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 405
|
||||
startLine: 404
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -960,7 +960,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDefaultPose
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 426
|
||||
startLine: 425
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -996,7 +996,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddHoverAnimation
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 441
|
||||
startLine: 440
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -1032,7 +1032,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ToSimpleLocalizedString
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 462
|
||||
startLine: 461
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -1068,7 +1068,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDefaultTab
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 475
|
||||
startLine: 474
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -1104,7 +1104,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDefaultDirtyOverlayTextureName
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 514
|
||||
startLine: 513
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -1140,7 +1140,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsLockedFor
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 533
|
||||
startLine: 532
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -1182,7 +1182,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DrawIsoArea
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 557
|
||||
startLine: 556
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -1230,7 +1230,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DrawIsoArea
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 570
|
||||
startLine: 569
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -1281,7 +1281,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsPartOfPerson
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 601
|
||||
startLine: 600
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -1317,7 +1317,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanTakeOff
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 610
|
||||
startLine: 609
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -1353,7 +1353,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDepth
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 620
|
||||
startLine: 619
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -1389,7 +1389,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetPauseGame
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 630
|
||||
startLine: 629
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -1431,7 +1431,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsActiveRoot
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 640
|
||||
startLine: 639
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -1467,7 +1467,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRequiredMatchPercentage
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 650
|
||||
startLine: 649
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -1503,7 +1503,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Weekday
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 665
|
||||
startLine: 664
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -1539,7 +1539,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Icon
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 675
|
||||
startLine: 674
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -1575,7 +1575,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Icon
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 704
|
||||
startLine: 703
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -1611,7 +1611,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPersonality
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 722
|
||||
startLine: 721
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -1650,7 +1650,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDescription
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 736
|
||||
startLine: 735
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -1685,7 +1685,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Multiplier
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 749
|
||||
startLine: 748
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -1725,7 +1725,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPregnancyHours
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 765
|
||||
startLine: 764
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -1761,7 +1761,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDaysBeforeAging
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 776
|
||||
startLine: 775
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -1804,7 +1804,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddGamepadScrolling
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 793
|
||||
startLine: 792
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -1837,7 +1837,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddProgressArrows
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 813
|
||||
startLine: 812
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
@ -1885,7 +1885,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ToTimestampString
|
||||
path: ../TinyLife/Utilities/Extensions.cs
|
||||
startLine: 847
|
||||
startLine: 846
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Utilities
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DrawDelegate
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 2423
|
||||
startLine: 2426
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
|
|
@ -2103,7 +2103,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetSections
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1104
|
||||
startLine: 1107
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2144,7 +2144,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetSections
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1114
|
||||
startLine: 1117
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2185,7 +2185,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MarkDirtyForPathfinding
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1135
|
||||
startLine: 1138
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2217,7 +2217,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetPathCost
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1156
|
||||
startLine: 1159
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2258,7 +2258,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanWalkBetween
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1178
|
||||
startLine: 1181
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2299,7 +2299,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsFreeSpot
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1187
|
||||
startLine: 1190
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2334,7 +2334,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetDeadPerson
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1197
|
||||
startLine: 1200
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2369,7 +2369,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PlaySound
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1217
|
||||
startLine: 1220
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2422,7 +2422,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PlaySound
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1234
|
||||
startLine: 1237
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2475,7 +2475,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetClosestFreeExitPoint
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1253
|
||||
startLine: 1256
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2510,7 +2510,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetExitRoads
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1264
|
||||
startLine: 1267
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2541,7 +2541,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetWalls
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1279
|
||||
startLine: 1282
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2576,7 +2576,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ApplyCameraRotation
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1299
|
||||
startLine: 1302
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2620,7 +2620,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ApplyInverseCameraRotation
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1315
|
||||
startLine: 1318
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2658,7 +2658,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCameraRotationChanged
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1330
|
||||
startLine: 1333
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2693,7 +2693,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddLight
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1353
|
||||
startLine: 1356
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2725,7 +2725,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RemoveLight
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1362
|
||||
startLine: 1365
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2757,7 +2757,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MoveEverything
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1374
|
||||
startLine: 1377
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2801,7 +2801,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ValidateExistingRooms
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1435
|
||||
startLine: 1438
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2836,7 +2836,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddNewRoomsAndValidateExisting
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1454
|
||||
startLine: 1457
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2877,7 +2877,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetRegularVisitors
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1508
|
||||
startLine: 1511
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2908,7 +2908,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UpdateExternalPeople
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1520
|
||||
startLine: 1523
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2942,7 +2942,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetAllLotEmployments
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1603
|
||||
startLine: 1606
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2973,7 +2973,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MarkTileDirtyForDrawing
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1616
|
||||
startLine: 1619
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -3005,7 +3005,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MarkObjectDirtyForDrawing
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 1632
|
||||
startLine: 1635
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -3046,7 +3046,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: LoadStaticMap
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 2187
|
||||
startLine: 2190
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -3093,7 +3093,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsLotHidden
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 2242
|
||||
startLine: 2245
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -3128,7 +3128,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetMapSampler
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 2260
|
||||
startLine: 2263
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UpdateDelegate
|
||||
path: ../TinyLife/World/Map.cs
|
||||
startLine: 2413
|
||||
startLine: 2416
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
|
|
@ -79,8 +79,6 @@ items:
|
|||
name: ChoicePromptInfo
|
||||
- uid: TinyLife.Actions.ChoicePromptInfo.Option
|
||||
name: ChoicePromptInfo.Option
|
||||
- uid: TinyLife.Actions.CleanUpBabyAction
|
||||
name: CleanUpBabyAction
|
||||
- uid: TinyLife.Actions.CompletionType
|
||||
name: CompletionType
|
||||
- uid: TinyLife.Actions.DebugAction
|
||||
|
@ -260,6 +258,8 @@ items:
|
|||
name: ActionSpot
|
||||
- uid: TinyLife.Objects.AgeGroup
|
||||
name: AgeGroup
|
||||
- uid: TinyLife.Objects.Bathtub
|
||||
name: Bathtub
|
||||
- uid: TinyLife.Objects.BreakableFurniture
|
||||
name: BreakableFurniture
|
||||
- uid: TinyLife.Objects.BreakableFurniture.BrokenBehavior
|
||||
|
|
Loading…
Reference in a new issue