diff --git a/Changelog.md b/Changelog.md
index ca7ce38..4557d73 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,15 @@
+# 0.18.1
+> Changelog Images, News Panel for Main Menu
+
+Improvements
+- Added images to the changelog that also display in-game
+- Added a news panel to the bottom left corner of the main menu, which will be used for game-related announcements and updates
+- Added a cheat to display a list of all cheats (`Help`, `Cheats` or `List`)
+
+API
+- Replaced most GameSpeed usage with a speed multiplier float
+- Turned some Action methods into properties
+
# 0.18.0
![](media/changelog/0.18.0.png)
diff --git a/api/.manifest b/api/.manifest
index 64bb884..c336999 100644
--- a/api/.manifest
+++ b/api/.manifest
@@ -15,7 +15,7 @@
"TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.TryForceFail(TinyLife.Actions.ActionType.CanExecuteResult)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.Type": "TinyLife.Actions.Action.yml",
- "TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.Action.yml",
+ "TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.ActionInfo": "TinyLife.Actions.ActionInfo.yml",
"TinyLife.Actions.ActionInfo.ActionLocation": "TinyLife.Actions.ActionInfo.yml",
@@ -264,7 +264,7 @@
"TinyLife.Actions.BehaviorMultiAction`1.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.BehaviorMultiAction-1.yml",
"TinyLife.Actions.BehaviorMultiAction`1.AndThenInitialize": "TinyLife.Actions.BehaviorMultiAction-1.yml",
"TinyLife.Actions.BehaviorMultiAction`1.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.BehaviorMultiAction-1.yml",
- "TinyLife.Actions.BehaviorMultiAction`1.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.BehaviorMultiAction-1.yml",
+ "TinyLife.Actions.BehaviorMultiAction`1.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.BehaviorMultiAction-1.yml",
"TinyLife.Actions.BehaviorMultiAction`1.Behavior": "TinyLife.Actions.BehaviorMultiAction-1.yml",
"TinyLife.Actions.BehaviorMultiAction`1.CreateFirstActions": "TinyLife.Actions.BehaviorMultiAction-1.yml",
"TinyLife.Actions.BehaviorMultiAction`1.GetIconObject": "TinyLife.Actions.BehaviorMultiAction-1.yml",
@@ -278,12 +278,12 @@
"TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Behaviors.ActionBehavior.yml",
"TinyLife.Actions.Behaviors.ActionBehavior.Initialize": "TinyLife.Actions.Behaviors.ActionBehavior.yml",
"TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Behaviors.ActionBehavior.yml",
- "TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.Behaviors.ActionBehavior.yml",
+ "TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Behaviors.ActionBehavior.yml",
"TinyLife.Actions.Behaviors.ComputerBehavior": "TinyLife.Actions.Behaviors.ComputerBehavior.yml",
"TinyLife.Actions.Behaviors.ComputerBehavior.#ctor(TinyLife.Actions.Action,System.String)": "TinyLife.Actions.Behaviors.ComputerBehavior.yml",
"TinyLife.Actions.Behaviors.ComputerBehavior.Initialize": "TinyLife.Actions.Behaviors.ComputerBehavior.yml",
"TinyLife.Actions.Behaviors.ComputerBehavior.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Behaviors.ComputerBehavior.yml",
- "TinyLife.Actions.Behaviors.ComputerBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.Behaviors.ComputerBehavior.yml",
+ "TinyLife.Actions.Behaviors.ComputerBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Behaviors.ComputerBehavior.yml",
"TinyLife.Actions.Behaviors.GetAndSitDownBehavior": "TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml",
"TinyLife.Actions.Behaviors.GetAndSitDownBehavior.#ctor(TinyLife.Actions.Action,System.Boolean,System.Boolean,TinyLife.Objects.FurnitureType[])": "TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml",
"TinyLife.Actions.Behaviors.GetAndSitDownBehavior.CreateFirstActions": "TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml",
@@ -292,7 +292,7 @@
"TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetInteractingItemForAction``1(TinyLife.Actions.ActionInfo,TinyLife.Objects.FurnitureType[])": "TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml",
"TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml",
"TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Initialize": "TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml",
- "TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml",
+ "TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml",
"TinyLife.Actions.Behaviors.MultiActionBehavior": "TinyLife.Actions.Behaviors.MultiActionBehavior.yml",
"TinyLife.Actions.Behaviors.MultiActionBehavior.#ctor(TinyLife.Actions.Action)": "TinyLife.Actions.Behaviors.MultiActionBehavior.yml",
"TinyLife.Actions.Behaviors.MultiActionBehavior.CreateFirstActions": "TinyLife.Actions.Behaviors.MultiActionBehavior.yml",
@@ -300,12 +300,12 @@
"TinyLife.Actions.Behaviors.SinkBehavior.#ctor(TinyLife.Actions.Action)": "TinyLife.Actions.Behaviors.SinkBehavior.yml",
"TinyLife.Actions.Behaviors.SinkBehavior.CreateFirstActions": "TinyLife.Actions.Behaviors.SinkBehavior.yml",
"TinyLife.Actions.Behaviors.SinkBehavior.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Behaviors.SinkBehavior.yml",
- "TinyLife.Actions.Behaviors.SinkBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.Behaviors.SinkBehavior.yml",
+ "TinyLife.Actions.Behaviors.SinkBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Behaviors.SinkBehavior.yml",
"TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml",
"TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.#ctor(TinyLife.Actions.Action)": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml",
"TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.CreateFirstActions": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml",
"TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml",
- "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml",
+ "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml",
"TinyLife.Actions.CompletionType": "TinyLife.Actions.CompletionType.yml",
"TinyLife.Actions.CompletionType.Active": "TinyLife.Actions.CompletionType.yml",
"TinyLife.Actions.CompletionType.Canceled": "TinyLife.Actions.CompletionType.yml",
@@ -321,7 +321,7 @@
"TinyLife.Actions.DieAction.IsCompleted": "TinyLife.Actions.DieAction.yml",
"TinyLife.Actions.DieAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.DieAction.yml",
"TinyLife.Actions.DieAction.Reason": "TinyLife.Actions.DieAction.yml",
- "TinyLife.Actions.DieAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.DieAction.yml",
+ "TinyLife.Actions.DieAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.DieAction.yml",
"TinyLife.Actions.Emote": "TinyLife.Actions.Emote.yml",
"TinyLife.Actions.Emote.#ctor(MLEM.Textures.TextureRegion,TinyLife.Actions.EmoteCategory)": "TinyLife.Actions.Emote.yml",
"TinyLife.Actions.Emote.AllCategories": "TinyLife.Actions.Emote.yml",
@@ -347,30 +347,30 @@
"TinyLife.Actions.MultiAction.AndThenInitialize": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.AndThenIsCompleted": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.MultiAction.yml",
- "TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.MultiAction.yml",
+ "TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.CreateFirstActions": "TinyLife.Actions.MultiAction.yml",
- "TinyLife.Actions.MultiAction.GetInProgressTime": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.Handler": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.Initialize": "TinyLife.Actions.MultiAction.yml",
+ "TinyLife.Actions.MultiAction.InProgressTime": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.IsCompleted": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.MainElapsedTime": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.PreInitialize": "TinyLife.Actions.MultiAction.yml",
- "TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.MultiAction.yml",
+ "TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiActionHandler": "TinyLife.Actions.MultiActionHandler.yml",
"TinyLife.Actions.MultiActionHandler.Actions": "TinyLife.Actions.MultiActionHandler.yml",
"TinyLife.Actions.MultiActionHandler.Initialize(System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction})": "TinyLife.Actions.MultiActionHandler.yml",
"TinyLife.Actions.MultiActionHandler.IsCompleted": "TinyLife.Actions.MultiActionHandler.yml",
"TinyLife.Actions.MultiActionHandler.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.MultiActionHandler.yml",
- "TinyLife.Actions.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.MultiActionHandler.yml",
+ "TinyLife.Actions.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.MultiActionHandler.yml",
"TinyLife.Actions.MultiActionHandler.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.MultiActionHandler.yml",
"TinyLife.Actions.OutOfTownAction": "TinyLife.Actions.OutOfTownAction.yml",
"TinyLife.Actions.OutOfTownAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType[])": "TinyLife.Actions.OutOfTownAction.yml",
"TinyLife.Actions.OutOfTownAction.AndThenInitialize": "TinyLife.Actions.OutOfTownAction.yml",
- "TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.OutOfTownAction.yml",
+ "TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.OutOfTownAction.yml",
"TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)": "TinyLife.Actions.OutOfTownAction.yml",
"TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed": "TinyLife.Actions.OutOfTownAction.yml",
"TinyLife.Actions.OutOfTownAction.CreateFirstActions": "TinyLife.Actions.OutOfTownAction.yml",
@@ -388,7 +388,7 @@
"TinyLife.Actions.PathfindAction.Path": "TinyLife.Actions.PathfindAction.yml",
"TinyLife.Actions.PathfindAction.PathReady": "TinyLife.Actions.PathfindAction.yml",
"TinyLife.Actions.PathfindAction.SpeedMultiplier": "TinyLife.Actions.PathfindAction.yml",
- "TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.PathfindAction.yml",
+ "TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.PathfindAction.yml",
"TinyLife.Actions.PathfindAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.PathfindAction.yml",
"TinyLife.Actions.PickUpOrSpawnAction": "TinyLife.Actions.PickUpOrSpawnAction.yml",
"TinyLife.Actions.PickUpOrSpawnAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.PickUpOrSpawnAction.yml",
@@ -413,7 +413,7 @@
"TinyLife.Actions.SitAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.SitAction.yml",
"TinyLife.Actions.SitAction.AndThenInitialize": "TinyLife.Actions.SitAction.yml",
"TinyLife.Actions.SitAction.AndThenIsCompleted": "TinyLife.Actions.SitAction.yml",
- "TinyLife.Actions.SitAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.SitAction.yml",
+ "TinyLife.Actions.SitAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.SitAction.yml",
"TinyLife.Actions.SitAction.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.SitAction.yml",
"TinyLife.Actions.SitAction.CreateFirstActions": "TinyLife.Actions.SitAction.yml",
"TinyLife.Actions.SocialAction": "TinyLife.Actions.SocialAction.yml",
@@ -422,11 +422,11 @@
"TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.ConversationTime": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.GetDisplayName": "TinyLife.Actions.SocialAction.yml",
- "TinyLife.Actions.SocialAction.GetInProgressTime": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.GetTimeWeWaitForPartner": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.Id": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.Initialize": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.InitializeConversation": "TinyLife.Actions.SocialAction.yml",
+ "TinyLife.Actions.SocialAction.InProgressTime": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.IsCompleted": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.IsConversationCompleted": "TinyLife.Actions.SocialAction.yml",
@@ -435,9 +435,9 @@
"TinyLife.Actions.SocialAction.Partner": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.PartnerAction": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.PartnerCompletion": "TinyLife.Actions.SocialAction.yml",
- "TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)": "TinyLife.Actions.SocialAction.yml",
- "TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.SocialAction.yml",
- "TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.SocialAction.yml",
+ "TinyLife.Actions.SocialAction.SpeakInConversation(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.SocialAction.yml",
+ "TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.SocialAction.yml",
+ "TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.TalkAction": "TinyLife.Actions.TalkAction.yml",
"TinyLife.Actions.TalkAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.TalkAction.yml",
@@ -475,7 +475,7 @@
"TinyLife.Actions.TalkAction.TalkSettings.SpeakStyle": "TinyLife.Actions.TalkAction.TalkSettings.yml",
"TinyLife.Actions.TalkAction.TalkSettings.SuccessEmotion": "TinyLife.Actions.TalkAction.TalkSettings.yml",
"TinyLife.Actions.TalkAction.TalkSettings.TalkMinutes": "TinyLife.Actions.TalkAction.TalkSettings.yml",
- "TinyLife.Actions.TalkAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.TalkAction.yml",
+ "TinyLife.Actions.TalkAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.TalkAction.yml",
"TinyLife.Actions.Typeless": "TinyLife.Actions.Typeless.yml",
"TinyLife.Actions.Typeless.SpawnItemInHandAction": "TinyLife.Actions.Typeless.SpawnItemInHandAction.yml",
"TinyLife.Actions.Typeless.SpawnItemInHandAction.#ctor(TinyLife.Actions.ActionInfo,TinyLife.Objects.FurnitureType,System.Int32[])": "TinyLife.Actions.Typeless.SpawnItemInHandAction.yml",
@@ -484,7 +484,7 @@
"TinyLife.Actions.Typeless.SpawnItemInHandAction.IsCompleted": "TinyLife.Actions.Typeless.SpawnItemInHandAction.yml",
"TinyLife.Actions.Typeless.SpawnItemInHandAction.ItemToSpawn": "TinyLife.Actions.Typeless.SpawnItemInHandAction.yml",
"TinyLife.Actions.Typeless.SpawnItemInHandAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Typeless.SpawnItemInHandAction.yml",
- "TinyLife.Actions.Typeless.SpawnItemInHandAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.Typeless.SpawnItemInHandAction.yml",
+ "TinyLife.Actions.Typeless.SpawnItemInHandAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Typeless.SpawnItemInHandAction.yml",
"TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction": "TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml",
"TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.#ctor(TinyLife.Actions.ActionInfo,System.Guid[])": "TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml",
"TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.ExcludedPeople": "TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml",
@@ -503,15 +503,15 @@
"TinyLife.Actions.Typeless.TypelessAction.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.ForceFail": "TinyLife.Actions.Typeless.TypelessAction.yml",
+ "TinyLife.Actions.Typeless.TypelessAction.FullyInProgress": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})": "TinyLife.Actions.Typeless.TypelessAction.yml",
- "TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Info": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Initialize": "TinyLife.Actions.Typeless.TypelessAction.yml",
+ "TinyLife.Actions.Typeless.TypelessAction.InProgressTime": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.IsCompleted": "TinyLife.Actions.Typeless.TypelessAction.yml",
- "TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.IsUnderlying": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Map": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Typeless.TypelessAction.yml",
@@ -522,30 +522,30 @@
"TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Random": "TinyLife.Actions.Typeless.TypelessAction.yml",
- "TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)": "TinyLife.Actions.Typeless.TypelessAction.yml",
- "TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)": "TinyLife.Actions.Typeless.TypelessAction.yml",
+ "TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)": "TinyLife.Actions.Typeless.TypelessAction.yml",
+ "TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.StartedAutomatically": "TinyLife.Actions.Typeless.TypelessAction.yml",
- "TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.Typeless.TypelessAction.yml",
+ "TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.UnderlyingActionHandler": "TinyLife.Actions.UnderlyingActionHandler.yml",
"TinyLife.Actions.UnderlyingActionHandler.Action": "TinyLife.Actions.UnderlyingActionHandler.yml",
"TinyLife.Actions.UnderlyingActionHandler.Initialize(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)": "TinyLife.Actions.UnderlyingActionHandler.yml",
"TinyLife.Actions.UnderlyingActionHandler.InitializeExact(TinyLife.Actions.Typeless.TypelessAction,System.Boolean)": "TinyLife.Actions.UnderlyingActionHandler.yml",
"TinyLife.Actions.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.UnderlyingActionHandler.yml",
- "TinyLife.Actions.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.UnderlyingActionHandler.yml",
+ "TinyLife.Actions.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.UnderlyingActionHandler.yml",
"TinyLife.Actions.UnderlyingActionHandler.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.UnderlyingActionHandler.yml",
"TinyLife.Actions.WalkAction": "TinyLife.Actions.WalkAction.yml",
"TinyLife.Actions.WalkAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.WalkAction.yml",
"TinyLife.Actions.WalkAction.DrainEnergy": "TinyLife.Actions.WalkAction.yml",
"TinyLife.Actions.WalkAction.FindPath(Microsoft.Xna.Framework.Point)": "TinyLife.Actions.WalkAction.yml",
"TinyLife.Actions.WalkAction.GetSpeed": "TinyLife.Actions.WalkAction.yml",
- "TinyLife.Actions.WalkAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.WalkAction.yml",
+ "TinyLife.Actions.WalkAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.WalkAction.yml",
"TinyLife.Actions.WatchTvAction": "TinyLife.Actions.WatchTvAction.yml",
"TinyLife.Actions.WatchTvAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.WatchTvAction.Channel)": "TinyLife.Actions.WatchTvAction.yml",
"TinyLife.Actions.WatchTvAction.AndThenInitialize": "TinyLife.Actions.WatchTvAction.yml",
"TinyLife.Actions.WatchTvAction.AndThenIsCompleted": "TinyLife.Actions.WatchTvAction.yml",
"TinyLife.Actions.WatchTvAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.WatchTvAction.yml",
- "TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.WatchTvAction.yml",
+ "TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.WatchTvAction.yml",
"TinyLife.Actions.WatchTvAction.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.WatchTvAction.yml",
"TinyLife.Actions.WatchTvAction.Channel": "TinyLife.Actions.WatchTvAction.Channel.yml",
"TinyLife.Actions.WatchTvAction.Channel.Cartoons": "TinyLife.Actions.WatchTvAction.Channel.yml",
@@ -555,10 +555,10 @@
"TinyLife.Actions.WatchTvAction.Channel.News": "TinyLife.Actions.WatchTvAction.Channel.yml",
"TinyLife.Actions.WatchTvAction.Channel.Romance": "TinyLife.Actions.WatchTvAction.Channel.yml",
"TinyLife.Actions.WatchTvAction.CreateFirstActions": "TinyLife.Actions.WatchTvAction.yml",
+ "TinyLife.Actions.WatchTvAction.FullyInProgress": "TinyLife.Actions.WatchTvAction.yml",
"TinyLife.Actions.WatchTvAction.GetSeating(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Int32)": "TinyLife.Actions.WatchTvAction.yml",
"TinyLife.Actions.WatchTvAction.GetViewers(TinyLife.Objects.Furniture,System.Int32)": "TinyLife.Actions.WatchTvAction.yml",
"TinyLife.Actions.WatchTvAction.GetViewingArea(TinyLife.Objects.Furniture,System.Int32)": "TinyLife.Actions.WatchTvAction.yml",
- "TinyLife.Actions.WatchTvAction.IsFullyInProgress": "TinyLife.Actions.WatchTvAction.yml",
"TinyLife.Actions.WorkAction": "TinyLife.Actions.WorkAction.yml",
"TinyLife.Actions.WorkAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.WorkAction.yml",
"TinyLife.Actions.WorkAction.AndThenInitialize": "TinyLife.Actions.WorkAction.yml",
@@ -896,7 +896,7 @@
"TinyLife.Goals.ManualProgressGoal": "TinyLife.Goals.ManualProgressGoal.yml",
"TinyLife.Goals.ManualProgressGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.GoalInfo)": "TinyLife.Goals.ManualProgressGoal.yml",
"TinyLife.Goals.ManualProgressGoal.GetProgress": "TinyLife.Goals.ManualProgressGoal.yml",
- "TinyLife.Goals.ManualProgressGoal.MakeProgress(System.Single,TinyLife.GameSpeed,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)": "TinyLife.Goals.ManualProgressGoal.yml",
+ "TinyLife.Goals.ManualProgressGoal.MakeProgress(System.Single,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)": "TinyLife.Goals.ManualProgressGoal.yml",
"TinyLife.Goals.ManualProgressGoal.Reset": "TinyLife.Goals.ManualProgressGoal.yml",
"TinyLife.Goals.Project": "TinyLife.Goals.Project.yml",
"TinyLife.Goals.Project.#ctor(TinyLife.Objects.Person,System.String,System.String)": "TinyLife.Goals.Project.yml",
@@ -918,7 +918,7 @@
"TinyLife.Goals.Project.DailyPayReductionFactor": "TinyLife.Goals.Project.yml",
"TinyLife.Goals.Project.GetAndReduceDailyPay": "TinyLife.Goals.Project.yml",
"TinyLife.Goals.Project.GetVarieties(TinyLife.Actions.ActionInfo,System.String,System.Predicate{TinyLife.Goals.Project},System.Func{TinyLife.Goals.Project,System.String})": "TinyLife.Goals.Project.yml",
- "TinyLife.Goals.Project.MakeProgress(System.Single,TinyLife.GameSpeed,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)": "TinyLife.Goals.Project.yml",
+ "TinyLife.Goals.Project.MakeProgress(System.Single,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)": "TinyLife.Goals.Project.yml",
"TinyLife.Goals.Project.Name": "TinyLife.Goals.Project.yml",
"TinyLife.Goals.Project.Person": "TinyLife.Goals.Project.yml",
"TinyLife.Goals.Project.Progress": "TinyLife.Goals.Project.yml",
@@ -1030,7 +1030,7 @@
"TinyLife.Objects.AgeGroup.Child": "TinyLife.Objects.AgeGroup.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,TinyLife.GameSpeed,System.Boolean)": "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",
"TinyLife.Objects.BreakableFurniture.Broken": "TinyLife.Objects.BreakableFurniture.yml",
"TinyLife.Objects.BreakableFurniture.BrokenBehavior": "TinyLife.Objects.BreakableFurniture.BrokenBehavior.yml",
"TinyLife.Objects.BreakableFurniture.BrokenBehavior.Dripping": "TinyLife.Objects.BreakableFurniture.BrokenBehavior.yml",
@@ -1043,7 +1043,7 @@
"TinyLife.Objects.BreakableFurniture.GetPrice": "TinyLife.Objects.BreakableFurniture.yml",
"TinyLife.Objects.BreakableFurniture.OnBreak": "TinyLife.Objects.BreakableFurniture.yml",
"TinyLife.Objects.BreakableFurniture.OnWearDown": "TinyLife.Objects.BreakableFurniture.yml",
- "TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Objects.BreakableFurniture.yml",
+ "TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.BreakableFurniture.yml",
"TinyLife.Objects.BreakableFurniture.WearDown(System.TimeSpan)": "TinyLife.Objects.BreakableFurniture.yml",
"TinyLife.Objects.Clothes": "TinyLife.Objects.Clothes.yml",
"TinyLife.Objects.Clothes.#ctor(System.String,TinyLife.Objects.ClothesLayer,MLEM.Textures.TextureRegion,System.Single,TinyLife.Objects.ClothesIntention,TinyLife.Utilities.ColorScheme[])": "TinyLife.Objects.Clothes.yml",
@@ -1109,7 +1109,7 @@
"TinyLife.Objects.Fireplace.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,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.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean)": "TinyLife.Objects.Fireplace.yml",
"TinyLife.Objects.Fireplace.IsElectrical": "TinyLife.Objects.Fireplace.yml",
"TinyLife.Objects.Fireplace.LightSize": "TinyLife.Objects.Fireplace.yml",
- "TinyLife.Objects.Fireplace.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Objects.Fireplace.yml",
+ "TinyLife.Objects.Fireplace.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.Fireplace.yml",
"TinyLife.Objects.Food": "TinyLife.Objects.Food.yml",
"TinyLife.Objects.Food.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Food.yml",
"TinyLife.Objects.Food.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,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.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean)": "TinyLife.Objects.Food.yml",
@@ -1122,11 +1122,11 @@
"TinyLife.Objects.FoodTypedItem.FoodType": "TinyLife.Objects.FoodTypedItem.yml",
"TinyLife.Objects.FoodTypedItem.GetHoverInfo": "TinyLife.Objects.FoodTypedItem.yml",
"TinyLife.Objects.FoodTypedItem.ServingSize": "TinyLife.Objects.FoodTypedItem.yml",
- "TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Objects.FoodTypedItem.yml",
+ "TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.FoodTypedItem.yml",
"TinyLife.Objects.FoodTypedItem.Validate": "TinyLife.Objects.FoodTypedItem.yml",
"TinyLife.Objects.Furniture": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Furniture.yml",
- "TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)": "TinyLife.Objects.Furniture.yml",
+ "TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.Area": "TinyLife.Objects.Furniture.yml",
@@ -1342,7 +1342,7 @@
"TinyLife.Objects.Gravestone.GetHoverInfo": "TinyLife.Objects.Gravestone.yml",
"TinyLife.Objects.Gravestone.Reason": "TinyLife.Objects.Gravestone.yml",
"TinyLife.Objects.IUpdatingObject": "TinyLife.Objects.IUpdatingObject.yml",
- "TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Objects.IUpdatingObject.yml",
+ "TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.IUpdatingObject.yml",
"TinyLife.Objects.Light": "TinyLife.Objects.Light.yml",
"TinyLife.Objects.Light.#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color)": "TinyLife.Objects.Light.yml",
"TinyLife.Objects.Light.CircleTexture": "TinyLife.Objects.Light.yml",
@@ -1362,11 +1362,11 @@
"TinyLife.Objects.LightFurniture.Lights": "TinyLife.Objects.LightFurniture.yml",
"TinyLife.Objects.LightFurniture.OnAdded": "TinyLife.Objects.LightFurniture.yml",
"TinyLife.Objects.LightFurniture.OnRemoved": "TinyLife.Objects.LightFurniture.yml",
- "TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Objects.LightFurniture.yml",
+ "TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.LightFurniture.yml",
"TinyLife.Objects.LightFurniture.Validate": "TinyLife.Objects.LightFurniture.yml",
"TinyLife.Objects.MapObject": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.#ctor(System.Guid,TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.MapObject.yml",
- "TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)": "TinyLife.Objects.MapObject.yml",
+ "TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.CurrentLot": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)": "TinyLife.Objects.MapObject.yml",
@@ -1498,7 +1498,7 @@
"TinyLife.Objects.Particle.Spawn(TinyLife.Objects.Particle)": "TinyLife.Objects.Particle.yml",
"TinyLife.Objects.Particle.TimeLived": "TinyLife.Objects.Particle.yml",
"TinyLife.Objects.Particle.TimeToLive": "TinyLife.Objects.Particle.yml",
- "TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Objects.Particle.yml",
+ "TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.Particle.yml",
"TinyLife.Objects.Particle.UpwardsMotion": "TinyLife.Objects.Particle.yml",
"TinyLife.Objects.Particle.UpwardsOffset": "TinyLife.Objects.Particle.yml",
"TinyLife.Objects.Particle.VisualPosition": "TinyLife.Objects.Particle.yml",
@@ -1527,7 +1527,7 @@
"TinyLife.Objects.Person.DeathReason.InexplicableReasons": "TinyLife.Objects.Person.DeathReason.yml",
"TinyLife.Objects.Person.DeathReason.Starvation": "TinyLife.Objects.Person.DeathReason.yml",
"TinyLife.Objects.Person.DeathReason.TooMuchProtein": "TinyLife.Objects.Person.DeathReason.yml",
- "TinyLife.Objects.Person.DepleteNeed(TinyLife.NeedType,System.Single,TinyLife.GameSpeed)": "TinyLife.Objects.Person.yml",
+ "TinyLife.Objects.Person.DepleteNeed(TinyLife.NeedType,System.Single,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Description": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason,System.Boolean)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.DisplayEmote(TinyLife.Actions.EmoteCategory,System.Single,System.Single)": "TinyLife.Objects.Person.yml",
@@ -1544,10 +1544,10 @@
"TinyLife.Objects.Person.FirstName": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.FocusCameraOnEvent": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.FullName": "TinyLife.Objects.Person.yml",
- "TinyLife.Objects.Person.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,TinyLife.GameSpeed)": "TinyLife.Objects.Person.yml",
+ "TinyLife.Objects.Person.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GetCategories(TinyLife.Objects.Person)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GetCurrentGoals": "TinyLife.Objects.Person.yml",
- "TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)": "TinyLife.Objects.Person.yml",
+ "TinyLife.Objects.Person.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GetFreeTalkingSpots(TinyLife.Objects.Person)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GetHeldActionInfo": "TinyLife.Objects.Person.yml",
@@ -1592,8 +1592,8 @@
"TinyLife.Objects.Person.LifeGoal": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.LotEmployment": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.LotVisitCooldown": "TinyLife.Objects.Person.yml",
- "TinyLife.Objects.Person.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,TinyLife.GameSpeed)": "TinyLife.Objects.Person.yml",
- "TinyLife.Objects.Person.LowerEmotionModifier(TinyLife.Emotions.EmotionModifier,System.Single,TinyLife.GameSpeed)": "TinyLife.Objects.Person.yml",
+ "TinyLife.Objects.Person.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,System.Single)": "TinyLife.Objects.Person.yml",
+ "TinyLife.Objects.Person.LowerEmotionModifier(TinyLife.Emotions.EmotionModifier,System.Single,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.MaxRecentActionsAmount": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Money": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Needs": "TinyLife.Objects.Person.yml",
@@ -1636,7 +1636,7 @@
"TinyLife.Objects.Person.Relationships": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.RemoveEmotion(TinyLife.Emotions.EmotionModifier)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.ResetToStatic(System.Boolean)": "TinyLife.Objects.Person.yml",
- "TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.GameSpeed)": "TinyLife.Objects.Person.yml",
+ "TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType,System.Single,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Rotation": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.SetCurrentOutfit(System.Int32)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.SetCurrentOutfit(TinyLife.Objects.ClothesIntention,System.Single)": "TinyLife.Objects.Person.yml",
@@ -1651,7 +1651,7 @@
"TinyLife.Objects.Person.StopSpeaking": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Tint": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.ToCreatedByString": "TinyLife.Objects.Person.yml",
- "TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Objects.Person.yml",
+ "TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Validate": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.VisitLot(TinyLife.World.Lot)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.VisualPosition": "TinyLife.Objects.Person.yml",
@@ -1704,7 +1704,7 @@
"TinyLife.Objects.Vehicle.OnRemoved": "TinyLife.Objects.Vehicle.yml",
"TinyLife.Objects.Vehicle.Rotation": "TinyLife.Objects.Vehicle.yml",
"TinyLife.Objects.Vehicle.Type": "TinyLife.Objects.Vehicle.yml",
- "TinyLife.Objects.Vehicle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Objects.Vehicle.yml",
+ "TinyLife.Objects.Vehicle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.Vehicle.yml",
"TinyLife.Objects.Vehicle.UpdateDriving(TinyLife.Actions.PathfindAction)": "TinyLife.Objects.Vehicle.yml",
"TinyLife.Objects.Vehicle.Validate": "TinyLife.Objects.Vehicle.yml",
"TinyLife.Objects.Vehicle.VehicleType": "TinyLife.Objects.Vehicle.VehicleType.yml",
@@ -2264,7 +2264,7 @@
"TinyLife.World.Household.Name": "TinyLife.World.Household.yml",
"TinyLife.World.Household.Remove(TinyLife.Objects.Person,System.Boolean)": "TinyLife.World.Household.yml",
"TinyLife.World.Household.UnopenedMail": "TinyLife.World.Household.yml",
- "TinyLife.World.Household.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.World.Household.yml",
+ "TinyLife.World.Household.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.World.Household.yml",
"TinyLife.World.Household.Validate(TinyLife.World.Map)": "TinyLife.World.Household.yml",
"TinyLife.World.IPricedObject": "TinyLife.World.IPricedObject.yml",
"TinyLife.World.IPricedObject.GetPrice": "TinyLife.World.IPricedObject.yml",
@@ -2401,7 +2401,7 @@
"TinyLife.World.Map.Size": "TinyLife.World.Map.yml",
"TinyLife.World.Map.SizeInSections": "TinyLife.World.Map.yml",
"TinyLife.World.Map.StaticVersion": "TinyLife.World.Map.yml",
- "TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.World.Map.yml",
+ "TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.UpdateExternalPeople": "TinyLife.World.Map.yml",
"TinyLife.World.Map.Validate(System.Action{System.String},System.Boolean)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.ValidateRooms(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml",
@@ -2413,7 +2413,7 @@
"TinyLife.World.MapSection.Pos": "TinyLife.World.MapSection.yml",
"TinyLife.World.MapSection.SectionPos": "TinyLife.World.MapSection.yml",
"TinyLife.World.MapSection.Size": "TinyLife.World.MapSection.yml",
- "TinyLife.World.MapSection.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.World.MapSection.yml",
+ "TinyLife.World.MapSection.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.World.MapSection.yml",
"TinyLife.World.MapSection.Validate": "TinyLife.World.MapSection.yml",
"TinyLife.World.Opening": "TinyLife.World.Opening.yml",
"TinyLife.World.Opening.#ctor(TinyLife.World.OpeningType,System.Int32)": "TinyLife.World.Opening.yml",
diff --git a/api/TinyLife.Actions.Action.yml b/api/TinyLife.Actions.Action.yml
index 08cfc36..c5852d3 100644
--- a/api/TinyLife.Actions.Action.yml
+++ b/api/TinyLife.Actions.Action.yml
@@ -18,7 +18,7 @@ items:
- TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.Action.TryForceFail(TinyLife.Actions.ActionType.CanExecuteResult)
- TinyLife.Actions.Action.Type
- - TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
langs:
- csharp
@@ -31,7 +31,7 @@ items:
remote:
path: TinyLife/Actions/Action.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Action
path: Actions/Action.cs
startLine: 14
@@ -66,20 +66,20 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+ - TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+ - TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail
- TinyLife.Actions.Typeless.TypelessAction.Initialize
- TinyLife.Actions.Typeless.TypelessAction.IsCompleted
- - TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
- - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@@ -123,7 +123,7 @@ items:
remote:
path: TinyLife/Actions/Action.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: Actions/Action.cs
startLine: 20
@@ -168,7 +168,7 @@ items:
remote:
path: TinyLife/Actions/Action.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/Action.cs
startLine: 27
@@ -192,32 +192,32 @@ items:
- protected
modifiers.vb:
- Protected
-- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Action
langs:
- csharp
- vb
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: Action.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: Action.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Actions/Action.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Actions/Action.cs
startLine: 34
assemblies:
- Tiny Life
namespace: TinyLife.Actions
- summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the is modified in this method and is called.\n"
+ summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the is modified in this method and is called.\n"
example: []
syntax:
- content: public override void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -225,11 +225,11 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed, in game time
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's current speed setting
- content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
- overridden: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
+ overridden: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.Action.Update*
modifiers.csharp:
- public
@@ -252,7 +252,7 @@ items:
remote:
path: TinyLife/Actions/Action.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: Actions/Action.cs
startLine: 45
@@ -291,7 +291,7 @@ items:
remote:
path: TinyLife/Actions/Action.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Actions/Action.cs
startLine: 56
@@ -333,7 +333,7 @@ items:
remote:
path: TinyLife/Actions/Action.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: Actions/Action.cs
startLine: 68
@@ -374,7 +374,7 @@ items:
remote:
path: TinyLife/Actions/Action.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: Actions/Action.cs
startLine: 79
@@ -415,7 +415,7 @@ items:
remote:
path: TinyLife/Actions/Action.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: Actions/Action.cs
startLine: 90
@@ -456,7 +456,7 @@ items:
remote:
path: TinyLife/Actions/Action.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject
path: Actions/Action.cs
startLine: 100
@@ -493,7 +493,7 @@ items:
remote:
path: TinyLife/Actions/Action.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CausesExtremelyFastSpeed
path: Actions/Action.cs
startLine: 109
@@ -530,7 +530,7 @@ items:
remote:
path: TinyLife/Actions/Action.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: Actions/Action.cs
startLine: 118
@@ -567,7 +567,7 @@ items:
remote:
path: TinyLife/Actions/Action.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryForceFail
path: Actions/Action.cs
startLine: 129
@@ -608,7 +608,7 @@ items:
remote:
path: TinyLife/Actions/Action.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ApplyVariety
path: Actions/Action.cs
startLine: 140
@@ -646,7 +646,7 @@ items:
remote:
path: TinyLife/Actions/Action.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanEnqueueConversation
path: Actions/Action.cs
startLine: 151
@@ -690,7 +690,7 @@ items:
remote:
path: TinyLife/Actions/Action.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: Actions/Action.cs
startLine: 162
@@ -827,6 +827,18 @@ references:
name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+- uid: TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+ commentId: P:TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+ parent: TinyLife.Actions.Typeless.TypelessAction
+ name: InProgressTime
+ nameWithType: TypelessAction.InProgressTime
+ fullName: TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ parent: TinyLife.Actions.Typeless.TypelessAction
+ name: FullyInProgress
+ nameWithType: TypelessAction.FullyInProgress
+ fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction
@@ -889,62 +901,6 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- parent: TinyLife.Actions.Typeless.TypelessAction
- name: IsFullyInProgress()
- nameWithType: TypelessAction.IsFullyInProgress()
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress()
- spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- parent: TinyLife.Actions.Typeless.TypelessAction
- name: GetInProgressTime()
- nameWithType: TypelessAction.GetInProgressTime()
- fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime()
- spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: TypelessAction.GetInProgressTime
- fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: TypelessAction.GetInProgressTime
- fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction
@@ -1475,15 +1431,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
- name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
+ name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1498,10 +1454,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1528,7 +1485,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1543,10 +1500,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1759,14 +1717,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
- name: Sit(Person, Furniture, GameSpeed, ActionSpot)
- nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
- fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
+ isExternal: true
+ name: Sit(Person, Furniture, Single, ActionSpot)
+ nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -1787,10 +1746,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1802,7 +1762,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -1823,10 +1783,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -3314,15 +3275,15 @@ references:
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
-- uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: TypelessAction.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: TypelessAction.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: TypelessAction.Update
fullName: TinyLife.Actions.Typeless.TypelessAction.Update
@@ -3345,15 +3306,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: TypelessAction.Update
fullName: TinyLife.Actions.Typeless.TypelessAction.Update
@@ -3376,10 +3338,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -3402,23 +3365,19 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+- uid: System.Single
+ commentId: T:System.Single
+ parent: System
+ isExternal: true
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
- uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework
isExternal: true
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
- uid: TinyLife.Actions.Typeless.TypelessAction.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OnCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.Typeless.TypelessAction
diff --git a/api/TinyLife.Actions.ActionInfo.yml b/api/TinyLife.Actions.ActionInfo.yml
index 230af54..3939103 100644
--- a/api/TinyLife.Actions.ActionInfo.yml
+++ b/api/TinyLife.Actions.ActionInfo.yml
@@ -31,7 +31,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionInfo
path: Actions/ActionInfo.cs
startLine: 14
@@ -94,7 +94,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: Actions/ActionInfo.cs
startLine: 20
@@ -131,7 +131,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionLocation
path: Actions/ActionInfo.cs
startLine: 27
@@ -176,7 +176,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionSpot
path: Actions/ActionInfo.cs
startLine: 31
@@ -216,7 +216,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Map
path: Actions/ActionInfo.cs
startLine: 38
@@ -253,7 +253,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetActionObject
path: Actions/ActionInfo.cs
startLine: 65
@@ -294,14 +294,14 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddAuxiliaryObject
path: Actions/ActionInfo.cs
startLine: 87
assemblies:
- Tiny Life
namespace: TinyLife.Actions
- summary: "\nAdds an additional object that, along with the , is involved in this action.\nAdding an auxiliary object causes to consider it, as well as to be called for it.\n"
+ summary: "\nAdds an additional object that, along with the , is involved in this action.\nAdding an auxiliary object causes to consider it, as well as to be called for it.\n"
example: []
syntax:
content: public void AddAuxiliaryObject(MapObject o, ActionSpot spot = null)
@@ -333,7 +333,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInvolvedObjects
path: Actions/ActionInfo.cs
startLine: 105
@@ -381,7 +381,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInvolvedObject
path: Actions/ActionInfo.cs
startLine: 123
@@ -434,7 +434,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInvolvedActionSpot
path: Actions/ActionInfo.cs
startLine: 142
@@ -473,7 +473,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToFreeActionSpot
path: Actions/ActionInfo.cs
startLine: 158
@@ -512,7 +512,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OccupyFreeActionSpot
path: Actions/ActionInfo.cs
startLine: 174
@@ -522,7 +522,7 @@ items:
summary: "\nThis is a shorthand method for .\nNote that this method needs to be called every update frame for the person to keep occupying the action spot.\n"
example: []
syntax:
- content: public bool OccupyFreeActionSpot(ObjectCategory context = null, bool enter = false, Direction2? rotation = null)
+ content: public bool OccupyFreeActionSpot(ObjectCategory context = null, bool enter = false, Direction2? rotation = default(Direction2? ))
parameters:
- id: context
type: TinyLife.Objects.ObjectCategory
@@ -560,7 +560,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Actions/ActionInfo.cs
startLine: 184
@@ -596,7 +596,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromLocation
path: Actions/ActionInfo.cs
startLine: 230
@@ -640,7 +640,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromObjectGeneric
path: Actions/ActionInfo.cs
startLine: 240
@@ -684,7 +684,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromSelf
path: Actions/ActionInfo.cs
startLine: 249
@@ -1346,15 +1346,15 @@ references:
- uid: TinyLife.Actions.ActionInfo.GetInvolvedObjects``1(TinyLife.Objects.ObjectCategory,System.Boolean)
commentId: M:TinyLife.Actions.ActionInfo.GetInvolvedObjects``1(TinyLife.Objects.ObjectCategory,System.Boolean)
isExternal: true
-- uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
- commentId: M:TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+- uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
+ commentId: M:TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
parent: TinyLife.Objects.MapObject
isExternal: true
- name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- nameWithType: MapObject.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- fullName: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean)
+ name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ nameWithType: MapObject.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ fullName: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
spec.csharp:
- - uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: MapObject.ActionUpdate
fullName: TinyLife.Objects.MapObject.ActionUpdate
@@ -1384,10 +1384,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1400,7 +1401,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: MapObject.ActionUpdate
fullName: TinyLife.Objects.MapObject.ActionUpdate
@@ -1430,10 +1431,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
diff --git a/api/TinyLife.Actions.ActionType.AiSettings.yml b/api/TinyLife.Actions.ActionType.AiSettings.yml
index 8da8732..9812de4 100644
--- a/api/TinyLife.Actions.ActionType.AiSettings.yml
+++ b/api/TinyLife.Actions.ActionType.AiSettings.yml
@@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AiSettings
path: Actions/ActionType.cs
startLine: 319
@@ -63,7 +63,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SolvedNeeds
path: Actions/ActionType.cs
startLine: 326
@@ -96,7 +96,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassivePriority
path: Actions/ActionType.cs
startLine: 333
@@ -129,7 +129,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanDoRandomly
path: Actions/ActionType.cs
startLine: 340
@@ -162,7 +162,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanDoAtAnyPoint
path: Actions/ActionType.cs
startLine: 347
@@ -195,7 +195,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedsFreeActionSpot
path: Actions/ActionType.cs
startLine: 353
diff --git a/api/TinyLife.Actions.ActionType.CanExecuteDelegate.yml b/api/TinyLife.Actions.ActionType.CanExecuteDelegate.yml
index 5e06674..0f09321 100644
--- a/api/TinyLife.Actions.ActionType.CanExecuteDelegate.yml
+++ b/api/TinyLife.Actions.ActionType.CanExecuteDelegate.yml
@@ -16,7 +16,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteDelegate
path: Actions/ActionType.cs
startLine: 180
diff --git a/api/TinyLife.Actions.ActionType.CanExecuteResult.yml b/api/TinyLife.Actions.ActionType.CanExecuteResult.yml
index 0134de0..e2c6100 100644
--- a/api/TinyLife.Actions.ActionType.CanExecuteResult.yml
+++ b/api/TinyLife.Actions.ActionType.CanExecuteResult.yml
@@ -37,7 +37,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteResult
path: Actions/ActionType.cs
startLine: 360
@@ -73,7 +73,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hidden
path: Actions/ActionType.cs
startLine: 365
@@ -107,7 +107,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Valid
path: Actions/ActionType.cs
startLine: 369
@@ -141,7 +141,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HoldingItem
path: Actions/ActionType.cs
startLine: 373
@@ -175,7 +175,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NoSpace
path: Actions/ActionType.cs
startLine: 377
@@ -209,7 +209,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NoChair
path: Actions/ActionType.cs
startLine: 381
@@ -243,7 +243,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotEnoughMoney
path: Actions/ActionType.cs
startLine: 385
@@ -277,7 +277,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotEnoughSkill
path: Actions/ActionType.cs
startLine: 389
@@ -311,7 +311,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooFar
path: Actions/ActionType.cs
startLine: 393
@@ -345,7 +345,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotYours
path: Actions/ActionType.cs
startLine: 397
@@ -379,7 +379,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooUncomfortable
path: Actions/ActionType.cs
startLine: 401
@@ -413,7 +413,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooEmbarrassed
path: Actions/ActionType.cs
startLine: 405
@@ -447,7 +447,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooSad
path: Actions/ActionType.cs
startLine: 409
@@ -481,7 +481,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WrongRelationshipType
path: Actions/ActionType.cs
startLine: 413
@@ -515,7 +515,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ObjectBroken
path: Actions/ActionType.cs
startLine: 417
@@ -549,7 +549,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NoMatchingObjectAround
path: Actions/ActionType.cs
startLine: 421
@@ -583,7 +583,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UtilitiesDisabled
path: Actions/ActionType.cs
startLine: 425
@@ -617,7 +617,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Expired
path: Actions/ActionType.cs
startLine: 429
@@ -651,7 +651,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BlockedByEmotionModifier
path: Actions/ActionType.cs
startLine: 433
@@ -685,7 +685,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WaitingRequired
path: Actions/ActionType.cs
startLine: 437
@@ -719,7 +719,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooStunned
path: Actions/ActionType.cs
startLine: 441
@@ -753,7 +753,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AlreadyDone
path: Actions/ActionType.cs
startLine: 445
diff --git a/api/TinyLife.Actions.ActionType.TypeSettings.yml b/api/TinyLife.Actions.ActionType.TypeSettings.yml
index 7b9d189..445a78c 100644
--- a/api/TinyLife.Actions.ActionType.TypeSettings.yml
+++ b/api/TinyLife.Actions.ActionType.TypeSettings.yml
@@ -37,7 +37,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TypeSettings
path: Actions/ActionType.cs
startLine: 185
@@ -83,7 +83,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Actions/ActionType.cs
startLine: 190
@@ -116,7 +116,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NameWithoutCategory
path: Actions/ActionType.cs
startLine: 195
@@ -154,7 +154,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Categories
path: Actions/ActionType.cs
startLine: 200
@@ -192,7 +192,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Texture
path: Actions/ActionType.cs
startLine: 205
@@ -225,7 +225,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Context
path: Actions/ActionType.cs
startLine: 210
@@ -258,7 +258,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecute
path: Actions/ActionType.cs
startLine: 216
@@ -291,7 +291,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructedType
path: Actions/ActionType.cs
startLine: 221
@@ -324,7 +324,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructorArguments
path: Actions/ActionType.cs
startLine: 226
@@ -357,7 +357,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Varieties
path: Actions/ActionType.cs
startLine: 234
@@ -390,7 +390,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Ai
path: Actions/ActionType.cs
startLine: 239
@@ -423,7 +423,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsInappropriateElsewhere
path: Actions/ActionType.cs
startLine: 244
@@ -456,7 +456,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IconName
path: Actions/ActionType.cs
startLine: 250
@@ -489,7 +489,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: Actions/ActionType.cs
startLine: 256
@@ -522,7 +522,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredSkill
path: Actions/ActionType.cs
startLine: 262
@@ -555,7 +555,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredAges
path: Actions/ActionType.cs
startLine: 266
@@ -588,7 +588,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredEmotion
path: Actions/ActionType.cs
startLine: 271
@@ -621,7 +621,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPersonality
path: Actions/ActionType.cs
startLine: 276
@@ -654,7 +654,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/ActionType.cs
startLine: 286
@@ -696,7 +696,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetData
path: Actions/ActionType.cs
startLine: 297
@@ -734,7 +734,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetData
path: Actions/ActionType.cs
startLine: 303
@@ -777,7 +777,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDataKeys
path: Actions/ActionType.cs
startLine: 308
diff --git a/api/TinyLife.Actions.ActionType.yml b/api/TinyLife.Actions.ActionType.yml
index 80bd29f..761fbb6 100644
--- a/api/TinyLife.Actions.ActionType.yml
+++ b/api/TinyLife.Actions.ActionType.yml
@@ -175,7 +175,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Utilities.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionType
path: Actions/ActionType.Utilities.cs
startLine: 15
@@ -229,7 +229,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: Actions/ActionType.cs
startLine: 34
@@ -266,7 +266,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Settings
path: Actions/ActionType.cs
startLine: 39
@@ -303,7 +303,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString
path: Actions/ActionType.cs
startLine: 41
@@ -342,7 +342,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct
path: Actions/ActionType.cs
startLine: 53
@@ -352,7 +352,7 @@ items:
summary: "\nCreates a new instance of this .\n"
example: []
syntax:
- content: public Action Construct(ActionInfo info, ActionVariety? variety = null)
+ content: public Action Construct(ActionInfo info, ActionVariety? variety = default(ActionVariety? ))
parameters:
- id: info
type: TinyLife.Actions.ActionInfo
@@ -387,7 +387,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: Actions/ActionType.cs
startLine: 68
@@ -429,7 +429,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsActionType
path: Actions/ActionType.cs
startLine: 78
@@ -468,7 +468,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecute
path: Actions/ActionType.cs
startLine: 89
@@ -510,7 +510,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconName
path: Actions/ActionType.cs
startLine: 111
@@ -545,7 +545,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetVarieties
path: Actions/ActionType.cs
startLine: 125
@@ -584,7 +584,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: Actions/ActionType.cs
startLine: 154
@@ -625,7 +625,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RegisterAll
path: Actions/ActionType.cs
startLine: 163
@@ -669,7 +669,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Internal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Walk
path: Actions/ActionType.Internal.cs
startLine: 8
@@ -704,7 +704,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Internal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Drive
path: Actions/ActionType.Internal.cs
startLine: 9
@@ -739,7 +739,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Internal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassOut
path: Actions/ActionType.Internal.cs
startLine: 10
@@ -774,7 +774,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Internal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PeeSelf
path: Actions/ActionType.Internal.cs
startLine: 11
@@ -809,7 +809,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Internal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Starve
path: Actions/ActionType.Internal.cs
startLine: 12
@@ -844,7 +844,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Internal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BeAwayFromLotEmployment
path: Actions/ActionType.Internal.cs
startLine: 13
@@ -879,7 +879,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Internal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DeliverMail
path: Actions/ActionType.Internal.cs
startLine: 14
@@ -914,7 +914,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Internal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Die
path: Actions/ActionType.Internal.cs
startLine: 15
@@ -949,7 +949,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Internal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CollectTrash
path: Actions/ActionType.Internal.cs
startLine: 16
@@ -984,7 +984,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Internal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VisitorGoHome
path: Actions/ActionType.Internal.cs
startLine: 17
@@ -1019,7 +1019,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoHere
path: Actions/ActionType.Misc.cs
startLine: 19
@@ -1054,7 +1054,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sit
path: Actions/ActionType.Misc.cs
startLine: 22
@@ -1089,7 +1089,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SitToilet
path: Actions/ActionType.Misc.cs
startLine: 28
@@ -1124,7 +1124,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sleep
path: Actions/ActionType.Misc.cs
startLine: 35
@@ -1159,7 +1159,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeShower
path: Actions/ActionType.Misc.cs
startLine: 43
@@ -1194,7 +1194,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIngredientsSingle
path: Actions/ActionType.Misc.cs
startLine: 51
@@ -1229,7 +1229,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIngredientsFamily
path: Actions/ActionType.Misc.cs
startLine: 52
@@ -1264,7 +1264,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PutDown
path: Actions/ActionType.Misc.cs
startLine: 53
@@ -1299,7 +1299,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PrepareFood
path: Actions/ActionType.Misc.cs
startLine: 60
@@ -1334,7 +1334,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CookFood
path: Actions/ActionType.Misc.cs
startLine: 69
@@ -1369,7 +1369,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PickUp
path: Actions/ActionType.Misc.cs
startLine: 78
@@ -1404,7 +1404,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Eat
path: Actions/ActionType.Misc.cs
startLine: 81
@@ -1439,7 +1439,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GrabServing
path: Actions/ActionType.Misc.cs
startLine: 98
@@ -1474,7 +1474,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CallToMeal
path: Actions/ActionType.Misc.cs
startLine: 106
@@ -1509,7 +1509,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlaySingleplayerGames
path: Actions/ActionType.Misc.cs
startLine: 110
@@ -1544,7 +1544,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayOnlineGames
path: Actions/ActionType.Misc.cs
startLine: 111
@@ -1579,7 +1579,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WatchWalkthroughs
path: Actions/ActionType.Misc.cs
startLine: 112
@@ -1614,7 +1614,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JoinEasyTournament
path: Actions/ActionType.Misc.cs
startLine: 113
@@ -1649,7 +1649,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JoinAdvancedTournament
path: Actions/ActionType.Misc.cs
startLine: 114
@@ -1684,7 +1684,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Chat
path: Actions/ActionType.Misc.cs
startLine: 115
@@ -1719,7 +1719,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChatWith
path: Actions/ActionType.Misc.cs
startLine: 123
@@ -1754,7 +1754,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CleanDish
path: Actions/ActionType.Misc.cs
startLine: 127
@@ -1789,7 +1789,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChangeOutfit
path: Actions/ActionType.Misc.cs
startLine: 136
@@ -1824,7 +1824,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EditOutfits
path: Actions/ActionType.Misc.cs
startLine: 150
@@ -1859,7 +1859,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoHome
path: Actions/ActionType.Misc.cs
startLine: 153
@@ -1894,7 +1894,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VisitLot
path: Actions/ActionType.Misc.cs
startLine: 166
@@ -1929,7 +1929,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Paint
path: Actions/ActionType.Misc.cs
startLine: 186
@@ -1964,7 +1964,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SellPainting
path: Actions/ActionType.Misc.cs
startLine: 195
@@ -1999,7 +1999,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PracticeSpeech
path: Actions/ActionType.Misc.cs
startLine: 213
@@ -2034,7 +2034,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Read
path: Actions/ActionType.Misc.cs
startLine: 221
@@ -2069,7 +2069,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PutAway
path: Actions/ActionType.Misc.cs
startLine: 234
@@ -2104,7 +2104,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PracticeJokes
path: Actions/ActionType.Misc.cs
startLine: 243
@@ -2139,7 +2139,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Work
path: Actions/ActionType.Misc.cs
startLine: 251
@@ -2174,7 +2174,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetJob
path: Actions/ActionType.Misc.cs
startLine: 259
@@ -2209,7 +2209,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: QuitJob
path: Actions/ActionType.Misc.cs
startLine: 263
@@ -2244,7 +2244,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MopPuddle
path: Actions/ActionType.Misc.cs
startLine: 266
@@ -2279,7 +2279,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PracticeProgramming
path: Actions/ActionType.Misc.cs
startLine: 276
@@ -2314,7 +2314,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModGame
path: Actions/ActionType.Misc.cs
startLine: 284
@@ -2349,7 +2349,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HackSomeone
path: Actions/ActionType.Misc.cs
startLine: 293
@@ -2384,7 +2384,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WatchTv
path: Actions/ActionType.Misc.cs
startLine: 298
@@ -2419,7 +2419,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Repair
path: Actions/ActionType.Misc.cs
startLine: 309
@@ -2454,7 +2454,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PayBills
path: Actions/ActionType.Misc.cs
startLine: 322
@@ -2489,7 +2489,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PracticeWriting
path: Actions/ActionType.Misc.cs
startLine: 336
@@ -2524,7 +2524,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WriteBook
path: Actions/ActionType.Misc.cs
startLine: 344
@@ -2559,7 +2559,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelfPublishBook
path: Actions/ActionType.Misc.cs
startLine: 357
@@ -2594,7 +2594,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HaveBookPublished
path: Actions/ActionType.Misc.cs
startLine: 358
@@ -2629,7 +2629,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LockDoor
path: Actions/ActionType.Misc.cs
startLine: 359
@@ -2664,7 +2664,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AdmireLgbtFlag
path: Actions/ActionType.Misc.cs
startLine: 367
@@ -2699,7 +2699,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShakeTree
path: Actions/ActionType.Misc.cs
startLine: 370
@@ -2734,7 +2734,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RunOnTreadmill
path: Actions/ActionType.Misc.cs
startLine: 373
@@ -2769,7 +2769,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoJogging
path: Actions/ActionType.Misc.cs
startLine: 381
@@ -2804,7 +2804,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LiftWeights
path: Actions/ActionType.Misc.cs
startLine: 389
@@ -2839,7 +2839,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MixProteinShake
path: Actions/ActionType.Misc.cs
startLine: 397
@@ -2874,7 +2874,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetWater
path: Actions/ActionType.Misc.cs
startLine: 406
@@ -2909,7 +2909,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WashHands
path: Actions/ActionType.Misc.cs
startLine: 414
@@ -2944,7 +2944,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToggleLight
path: Actions/ActionType.Misc.cs
startLine: 421
@@ -2979,7 +2979,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToggleAllLights
path: Actions/ActionType.Misc.cs
startLine: 424
@@ -3014,7 +3014,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GrillFood
path: Actions/ActionType.Misc.cs
startLine: 435
@@ -3049,7 +3049,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ThrowAway
path: Actions/ActionType.Misc.cs
startLine: 445
@@ -3084,7 +3084,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Scrap
path: Actions/ActionType.Misc.cs
startLine: 453
@@ -3119,7 +3119,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CleanEverything
path: Actions/ActionType.Misc.cs
startLine: 459
@@ -3154,7 +3154,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Clean
path: Actions/ActionType.Misc.cs
startLine: 465
@@ -3189,7 +3189,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Woodworking
path: Actions/ActionType.Misc.cs
startLine: 473
@@ -3224,7 +3224,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LightFireplace
path: Actions/ActionType.Misc.cs
startLine: 495
@@ -3259,7 +3259,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PsychSelfUp
path: Actions/ActionType.Misc.cs
startLine: 531
@@ -3294,7 +3294,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConfideIn
path: Actions/ActionType.Social.cs
startLine: 22
@@ -3329,7 +3329,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ComplainAboutLife
path: Actions/ActionType.Social.cs
startLine: 28
@@ -3364,7 +3364,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TalkAboutFeelings
path: Actions/ActionType.Social.cs
startLine: 33
@@ -3399,7 +3399,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShareIdeas
path: Actions/ActionType.Social.cs
startLine: 38
@@ -3434,7 +3434,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GaugeRelationship
path: Actions/ActionType.Social.cs
startLine: 43
@@ -3469,7 +3469,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AskToLeave
path: Actions/ActionType.Social.cs
startLine: 65
@@ -3504,7 +3504,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CallOver
path: Actions/ActionType.Social.cs
startLine: 71
@@ -3539,7 +3539,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ThisIsInappropriate
path: Actions/ActionType.Social.cs
startLine: 77
@@ -3574,7 +3574,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WakeUp
path: Actions/ActionType.Social.cs
startLine: 89
@@ -3609,7 +3609,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AskAboutPersonality
path: Actions/ActionType.Social.cs
startLine: 92
@@ -3644,7 +3644,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Talk
path: Actions/ActionType.Social.cs
startLine: 113
@@ -3679,7 +3679,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AskAboutDay
path: Actions/ActionType.Social.cs
startLine: 117
@@ -3714,7 +3714,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TellEngagingStory
path: Actions/ActionType.Social.cs
startLine: 121
@@ -3749,7 +3749,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TellStory
path: Actions/ActionType.Social.cs
startLine: 126
@@ -3784,7 +3784,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TalkAboutWork
path: Actions/ActionType.Social.cs
startLine: 130
@@ -3819,7 +3819,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TalkAboutNeighborhood
path: Actions/ActionType.Social.cs
startLine: 136
@@ -3854,7 +3854,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TalkAboutOutdoors
path: Actions/ActionType.Social.cs
startLine: 141
@@ -3889,7 +3889,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TalkAboutFood
path: Actions/ActionType.Social.cs
startLine: 145
@@ -3924,7 +3924,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DiscussWorkoutRegimen
path: Actions/ActionType.Social.cs
startLine: 149
@@ -3959,7 +3959,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompareMuscleSize
path: Actions/ActionType.Social.cs
startLine: 156
@@ -3994,7 +3994,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GushAboutPartner
path: Actions/ActionType.Social.cs
startLine: 163
@@ -4029,7 +4029,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AskAboutGamingRig
path: Actions/ActionType.Social.cs
startLine: 169
@@ -4064,7 +4064,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AskAboutComputerSpecs
path: Actions/ActionType.Social.cs
startLine: 174
@@ -4099,7 +4099,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BoastAboutPagesWritten
path: Actions/ActionType.Social.cs
startLine: 179
@@ -4134,7 +4134,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PoseMathPuzzle
path: Actions/ActionType.Social.cs
startLine: 185
@@ -4169,7 +4169,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExpressFearOfCrowds
path: Actions/ActionType.Social.cs
startLine: 190
@@ -4204,7 +4204,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TalkAboutNaps
path: Actions/ActionType.Social.cs
startLine: 195
@@ -4239,7 +4239,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TalkAboutWatchingTv
path: Actions/ActionType.Social.cs
startLine: 201
@@ -4274,7 +4274,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InviteToHousehold
path: Actions/ActionType.Social.cs
startLine: 206
@@ -4309,7 +4309,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TellJoke
path: Actions/ActionType.Social.cs
startLine: 253
@@ -4344,7 +4344,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TellFunnyStory
path: Actions/ActionType.Social.cs
startLine: 259
@@ -4379,7 +4379,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TellRidiculousStory
path: Actions/ActionType.Social.cs
startLine: 264
@@ -4414,7 +4414,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TellComplexJoke
path: Actions/ActionType.Social.cs
startLine: 269
@@ -4449,7 +4449,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayTrick
path: Actions/ActionType.Social.cs
startLine: 275
@@ -4484,7 +4484,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JokeAboutWork
path: Actions/ActionType.Social.cs
startLine: 281
@@ -4519,7 +4519,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JokeAboutOwnUnemployment
path: Actions/ActionType.Social.cs
startLine: 288
@@ -4554,7 +4554,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JokeAboutTreadmillAccidents
path: Actions/ActionType.Social.cs
startLine: 295
@@ -4589,7 +4589,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JokeAboutWritingStyle
path: Actions/ActionType.Social.cs
startLine: 302
@@ -4624,7 +4624,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JokeAboutAromance
path: Actions/ActionType.Social.cs
startLine: 309
@@ -4659,7 +4659,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JokeAboutAsexuality
path: Actions/ActionType.Social.cs
startLine: 316
@@ -4694,7 +4694,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TellJokeAboutSomething
path: Actions/ActionType.Social.cs
startLine: 323
@@ -4729,7 +4729,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Insult
path: Actions/ActionType.Social.cs
startLine: 337
@@ -4764,7 +4764,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ImplyMotherIsCamel
path: Actions/ActionType.Social.cs
startLine: 342
@@ -4799,7 +4799,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeFunOfUnemployment
path: Actions/ActionType.Social.cs
startLine: 347
@@ -4834,7 +4834,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeFunOfLaziness
path: Actions/ActionType.Social.cs
startLine: 353
@@ -4869,7 +4869,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeFunOfIntroversion
path: Actions/ActionType.Social.cs
startLine: 358
@@ -4904,7 +4904,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeFunOfNiceness
path: Actions/ActionType.Social.cs
startLine: 364
@@ -4939,7 +4939,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ComplainAboutRelationship
path: Actions/ActionType.Social.cs
startLine: 369
@@ -4974,7 +4974,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeFunOfPoorFitness
path: Actions/ActionType.Social.cs
startLine: 375
@@ -5009,7 +5009,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BreakUp
path: Actions/ActionType.Social.cs
startLine: 382
@@ -5044,7 +5044,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Flirt
path: Actions/ActionType.Social.cs
startLine: 411
@@ -5079,7 +5079,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ComplimentLooks
path: Actions/ActionType.Social.cs
startLine: 416
@@ -5114,7 +5114,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeRisqueRemark
path: Actions/ActionType.Social.cs
startLine: 421
@@ -5149,7 +5149,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StartDating
path: Actions/ActionType.Social.cs
startLine: 428
@@ -5184,7 +5184,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Social.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoolAround
path: Actions/ActionType.Social.cs
startLine: 443
@@ -5219,7 +5219,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Utilities.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsHoldingOrValidParent
path: Actions/ActionType.Utilities.cs
startLine: 31
@@ -5275,7 +5275,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Utilities.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsHoldingOrValidParent
path: Actions/ActionType.Utilities.cs
startLine: 49
@@ -5331,7 +5331,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Utilities.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanPlaceHeldItem
path: Actions/ActionType.Utilities.cs
startLine: 75
@@ -5375,7 +5375,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Utilities.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasChairOrIsStandingDesk
path: Actions/ActionType.Utilities.cs
startLine: 96
@@ -5419,7 +5419,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Utilities.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsDislikedOrMean
path: Actions/ActionType.Utilities.cs
startLine: 112
@@ -5463,7 +5463,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Utilities.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsReadyForRomance
path: Actions/ActionType.Utilities.cs
startLine: 130
@@ -5507,7 +5507,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Utilities.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsComfortable
path: Actions/ActionType.Utilities.cs
startLine: 157
@@ -5551,7 +5551,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Utilities.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsNotUncomfortable
path: Actions/ActionType.Utilities.cs
startLine: 168
@@ -5595,7 +5595,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Utilities.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsNotEmbarrassed
path: Actions/ActionType.Utilities.cs
startLine: 178
@@ -5639,7 +5639,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Utilities.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsEmptyHanded
path: Actions/ActionType.Utilities.cs
startLine: 188
@@ -5683,7 +5683,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Utilities.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsFunctional
path: Actions/ActionType.Utilities.cs
startLine: 198
@@ -5727,7 +5727,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Utilities.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanWorkAtDeskObject
path: Actions/ActionType.Utilities.cs
startLine: 215
@@ -5771,7 +5771,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Utilities.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsNotExpired
path: Actions/ActionType.Utilities.cs
startLine: 225
@@ -5815,7 +5815,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Utilities.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanDoImportantAction
path: Actions/ActionType.Utilities.cs
startLine: 237
@@ -5859,7 +5859,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Utilities.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AreDating
path: Actions/ActionType.Utilities.cs
startLine: 247
@@ -5903,7 +5903,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Utilities.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteAll
path: Actions/ActionType.Utilities.cs
startLine: 264
@@ -5953,7 +5953,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Utilities.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeSexual
path: Actions/ActionType.Utilities.cs
startLine: 280
@@ -5997,7 +5997,7 @@ items:
remote:
path: TinyLife/Actions/ActionType.Utilities.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSkillPriorityMod
path: Actions/ActionType.Utilities.cs
startLine: 294
diff --git a/api/TinyLife.Actions.ActionVariety.yml b/api/TinyLife.Actions.ActionVariety.yml
index 6d587e4..d657d21 100644
--- a/api/TinyLife.Actions.ActionVariety.yml
+++ b/api/TinyLife.Actions.ActionVariety.yml
@@ -31,7 +31,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionVariety
path: Actions/ActionVariety.cs
startLine: 16
@@ -77,7 +77,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Actions/ActionVariety.cs
startLine: 21
@@ -110,7 +110,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassivePriority
path: Actions/ActionVariety.cs
startLine: 27
@@ -143,7 +143,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecute
path: Actions/ActionVariety.cs
startLine: 33
@@ -176,7 +176,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisplayName
path: Actions/ActionVariety.cs
startLine: 38
@@ -209,7 +209,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Description
path: Actions/ActionVariety.cs
startLine: 43
@@ -242,7 +242,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CustomLayout
path: Actions/ActionVariety.cs
startLine: 49
@@ -275,7 +275,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/ActionVariety.cs
startLine: 57
@@ -311,7 +311,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: Actions/ActionVariety.cs
startLine: 65
@@ -346,7 +346,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeExecuted
path: Actions/ActionVariety.cs
startLine: 76
@@ -388,7 +388,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPassivePriority
path: Actions/ActionVariety.cs
startLine: 92
@@ -427,7 +427,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetData
path: Actions/ActionVariety.cs
startLine: 97
@@ -465,7 +465,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetData
path: Actions/ActionVariety.cs
startLine: 103
@@ -508,7 +508,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDataKeys
path: Actions/ActionVariety.cs
startLine: 108
@@ -543,7 +543,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ImageLayout
path: Actions/ActionVariety.cs
startLine: 122
@@ -590,7 +590,7 @@ items:
remote:
path: TinyLife/Actions/ActionVariety.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PortraitLayout
path: Actions/ActionVariety.cs
startLine: 141
diff --git a/api/TinyLife.Actions.BehaviorMultiAction-1.yml b/api/TinyLife.Actions.BehaviorMultiAction-1.yml
index bd3c2f9..347d73b 100644
--- a/api/TinyLife.Actions.BehaviorMultiAction-1.yml
+++ b/api/TinyLife.Actions.BehaviorMultiAction-1.yml
@@ -8,7 +8,7 @@ items:
- TinyLife.Actions.BehaviorMultiAction`1.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.BehaviorMultiAction`1.AndThenInitialize
- TinyLife.Actions.BehaviorMultiAction`1.AndThenOnCompleted(TinyLife.Actions.CompletionType)
- - TinyLife.Actions.BehaviorMultiAction`1.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.BehaviorMultiAction`1.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.BehaviorMultiAction`1.Behavior
- TinyLife.Actions.BehaviorMultiAction`1.CreateFirstActions
- TinyLife.Actions.BehaviorMultiAction`1.GetIconObject
@@ -24,7 +24,7 @@ items:
remote:
path: TinyLife/Actions/BehaviorMultiAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BehaviorMultiAction
path: Actions/BehaviorMultiAction.cs
startLine: 14
@@ -51,17 +51,17 @@ items:
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- - TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.Handler
+ - TinyLife.Actions.MultiAction.MainElapsedTime
+ - TinyLife.Actions.MultiAction.InProgressTime
- TinyLife.Actions.MultiAction.AndThenIsCompleted
- TinyLife.Actions.MultiAction.PreInitialize
- - TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.MultiAction.Initialize
- TinyLife.Actions.MultiAction.IsCompleted
- TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
- TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
- - TinyLife.Actions.MultiAction.GetInProgressTime
- TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
- TinyLife.Actions.Action.Type
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
@@ -79,17 +79,17 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+ - TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail
- - TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
- - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@@ -136,7 +136,7 @@ items:
remote:
path: TinyLife/Actions/BehaviorMultiAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Behavior
path: Actions/BehaviorMultiAction.cs
startLine: 19
@@ -175,7 +175,7 @@ items:
remote:
path: TinyLife/Actions/BehaviorMultiAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/BehaviorMultiAction.cs
startLine: 29
@@ -216,7 +216,7 @@ items:
remote:
path: TinyLife/Actions/BehaviorMultiAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: Actions/BehaviorMultiAction.cs
startLine: 33
@@ -256,7 +256,7 @@ items:
remote:
path: TinyLife/Actions/BehaviorMultiAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: Actions/BehaviorMultiAction.cs
startLine: 38
@@ -278,32 +278,32 @@ items:
- Protected
- Overrides
fullName.vb: TinyLife.Actions.BehaviorMultiAction(Of T).AndThenInitialize()
-- uid: TinyLife.Actions.BehaviorMultiAction`1.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.BehaviorMultiAction`1.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.BehaviorMultiAction`1.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.BehaviorMultiAction`1.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.BehaviorMultiAction`1
langs:
- csharp
- vb
- name: AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- nameWithType: BehaviorMultiAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.BehaviorMultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: AndThenUpdate(GameTime, TimeSpan, Single)
+ nameWithType: BehaviorMultiAction.AndThenUpdate(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.BehaviorMultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Actions/BehaviorMultiAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: Actions/BehaviorMultiAction.cs
startLine: 43
assemblies:
- Tiny Life
namespace: TinyLife.Actions
- summary: "\nMultiAction version of .\nThis method is called every update frame while the main action is active.\nBy default, only is increased.\n"
+ summary: "\nMultiAction version of .\nThis method is called every update frame while the main action is active.\nBy default, only is increased.\n"
example: []
syntax:
- content: protected override void AndThenUpdate(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: protected override void AndThenUpdate(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -311,20 +311,20 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed, in game time
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's speed
- content.vb: Protected Overrides Sub AndThenUpdate(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
- overridden: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Protected Overrides Sub AndThenUpdate(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
+ overridden: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.BehaviorMultiAction`1.AndThenUpdate*
- nameWithType.vb: BehaviorMultiAction(Of T).AndThenUpdate(GameTime, TimeSpan, GameSpeed)
+ nameWithType.vb: BehaviorMultiAction(Of T).AndThenUpdate(GameTime, TimeSpan, Single)
modifiers.csharp:
- protected
- override
modifiers.vb:
- Protected
- Overrides
- fullName.vb: TinyLife.Actions.BehaviorMultiAction(Of T).AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ fullName.vb: TinyLife.Actions.BehaviorMultiAction(Of T).AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
- uid: TinyLife.Actions.BehaviorMultiAction`1.GetIconObject
commentId: M:TinyLife.Actions.BehaviorMultiAction`1.GetIconObject
id: GetIconObject
@@ -340,7 +340,7 @@ items:
remote:
path: TinyLife/Actions/BehaviorMultiAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject
path: Actions/BehaviorMultiAction.cs
startLine: 49
@@ -380,7 +380,7 @@ items:
remote:
path: TinyLife/Actions/BehaviorMultiAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: Actions/BehaviorMultiAction.cs
startLine: 54
@@ -421,7 +421,7 @@ items:
remote:
path: TinyLife/Actions/BehaviorMultiAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: Actions/BehaviorMultiAction.cs
startLine: 60
@@ -509,18 +509,24 @@ references:
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
-- uid: TinyLife.Actions.MultiAction.MainElapsedTime
- commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
- parent: TinyLife.Actions.MultiAction
- name: MainElapsedTime
- nameWithType: MultiAction.MainElapsedTime
- fullName: TinyLife.Actions.MultiAction.MainElapsedTime
- uid: TinyLife.Actions.MultiAction.Handler
commentId: F:TinyLife.Actions.MultiAction.Handler
parent: TinyLife.Actions.MultiAction
name: Handler
nameWithType: MultiAction.Handler
fullName: TinyLife.Actions.MultiAction.Handler
+- uid: TinyLife.Actions.MultiAction.MainElapsedTime
+ commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
+ parent: TinyLife.Actions.MultiAction
+ name: MainElapsedTime
+ nameWithType: MultiAction.MainElapsedTime
+ fullName: TinyLife.Actions.MultiAction.MainElapsedTime
+- uid: TinyLife.Actions.MultiAction.InProgressTime
+ commentId: P:TinyLife.Actions.MultiAction.InProgressTime
+ parent: TinyLife.Actions.MultiAction
+ name: InProgressTime
+ nameWithType: MultiAction.InProgressTime
+ fullName: TinyLife.Actions.MultiAction.InProgressTime
- uid: TinyLife.Actions.MultiAction.AndThenIsCompleted
commentId: M:TinyLife.Actions.MultiAction.AndThenIsCompleted
parent: TinyLife.Actions.MultiAction
@@ -577,15 +583,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: MultiAction.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: MultiAction.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@@ -608,15 +614,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@@ -639,10 +646,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -810,34 +818,6 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.MultiAction.GetInProgressTime
- commentId: M:TinyLife.Actions.MultiAction.GetInProgressTime
- parent: TinyLife.Actions.MultiAction
- name: GetInProgressTime()
- nameWithType: MultiAction.GetInProgressTime()
- fullName: TinyLife.Actions.MultiAction.GetInProgressTime()
- spec.csharp:
- - uid: TinyLife.Actions.MultiAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: MultiAction.GetInProgressTime
- fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.MultiAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: MultiAction.GetInProgressTime
- fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
parent: TinyLife.Actions.MultiAction
@@ -1192,40 +1172,18 @@ references:
name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ parent: TinyLife.Actions.Typeless.TypelessAction
+ name: FullyInProgress
+ nameWithType: TypelessAction.FullyInProgress
+ fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail
nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.TypelessAction.ForceFail
-- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- parent: TinyLife.Actions.Typeless.TypelessAction
- name: IsFullyInProgress()
- nameWithType: TypelessAction.IsFullyInProgress()
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress()
- spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction
@@ -1756,15 +1714,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
- name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
+ name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1779,10 +1737,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1809,7 +1768,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1824,10 +1783,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -2040,14 +2000,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
- name: Sit(Person, Furniture, GameSpeed, ActionSpot)
- nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
- fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
+ isExternal: true
+ name: Sit(Person, Furniture, Single, ActionSpot)
+ nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -2068,10 +2029,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -2083,7 +2045,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -2104,10 +2066,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -3777,15 +3740,15 @@ references:
fullName: TinyLife.Actions.BehaviorMultiAction.AndThenInitialize
nameWithType.vb: BehaviorMultiAction(Of T).AndThenInitialize
fullName.vb: TinyLife.Actions.BehaviorMultiAction(Of T).AndThenInitialize
-- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
- name: AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: AndThenUpdate(GameTime, TimeSpan, Single)
+ nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@@ -3808,15 +3771,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@@ -3839,10 +3803,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -3867,23 +3832,19 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+- uid: System.Single
+ commentId: T:System.Single
+ parent: System
+ isExternal: true
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
- uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework
isExternal: true
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
- uid: TinyLife.Actions.Action.GetIconObject
commentId: M:TinyLife.Actions.Action.GetIconObject
parent: TinyLife.Actions.Action
diff --git a/api/TinyLife.Actions.Behaviors.ActionBehavior.yml b/api/TinyLife.Actions.Behaviors.ActionBehavior.yml
index 41fcac2..2b6f7cf 100644
--- a/api/TinyLife.Actions.Behaviors.ActionBehavior.yml
+++ b/api/TinyLife.Actions.Behaviors.ActionBehavior.yml
@@ -12,7 +12,7 @@ items:
- TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType)
- TinyLife.Actions.Behaviors.ActionBehavior.Initialize
- TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
- - TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
langs:
- csharp
- vb
@@ -24,7 +24,7 @@ items:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionBehavior
path: Actions/Behaviors/ActionBehavior.cs
startLine: 11
@@ -73,7 +73,7 @@ items:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Action
path: Actions/Behaviors/ActionBehavior.cs
startLine: 16
@@ -108,7 +108,7 @@ items:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/Behaviors/ActionBehavior.cs
startLine: 23
@@ -144,7 +144,7 @@ items:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: Actions/Behaviors/ActionBehavior.cs
startLine: 31
@@ -163,32 +163,32 @@ items:
modifiers.vb:
- Public
- Overridable
-- uid: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Behaviors.ActionBehavior
langs:
- csharp
- vb
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: ActionBehavior.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: ActionBehavior.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Actions/Behaviors/ActionBehavior.cs
startLine: 41
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Behaviors
- summary: "\nUpdates this action behavior every update frame.\nThis method is automatically called when using in .\n"
+ summary: "\nUpdates this action behavior every update frame.\nThis method is automatically called when using in .\n"
example: []
syntax:
- content: public virtual void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: public virtual void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -196,10 +196,10 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed since the last update frame
- - id: speed
- type: TinyLife.GameSpeed
- description: The game speed
- content.vb: Public Overridable Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Public Overridable Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overload: TinyLife.Actions.Behaviors.ActionBehavior.Update*
modifiers.csharp:
- public
@@ -222,7 +222,7 @@ items:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject
path: Actions/Behaviors/ActionBehavior.cs
startLine: 50
@@ -259,7 +259,7 @@ items:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: Actions/Behaviors/ActionBehavior.cs
startLine: 59
@@ -297,7 +297,7 @@ items:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: Actions/Behaviors/ActionBehavior.cs
startLine: 68
@@ -338,7 +338,7 @@ items:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateDefaultInstance
path: Actions/Behaviors/ActionBehavior.cs
startLine: 80
@@ -906,15 +906,15 @@ references:
name: MultiAction
nameWithType: MultiAction
fullName: TinyLife.Actions.MultiAction
-- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
- name: AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: AndThenUpdate(GameTime, TimeSpan, Single)
+ nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@@ -937,15 +937,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@@ -968,13 +969,17 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
+- uid: TinyLife.GameImpl.Speed
+ commentId: P:TinyLife.GameImpl.Speed
+ isExternal: true
- uid: TinyLife.Actions.Behaviors.ActionBehavior.Update*
commentId: Overload:TinyLife.Actions.Behaviors.ActionBehavior.Update
name: Update
@@ -994,23 +999,19 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+- uid: System.Single
+ commentId: T:System.Single
+ parent: System
+ isExternal: true
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
- uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework
isExternal: true
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
- uid: TinyLife.Actions.Action.GetIconObject
commentId: M:TinyLife.Actions.Action.GetIconObject
parent: TinyLife.Actions.Action
diff --git a/api/TinyLife.Actions.Behaviors.ComputerBehavior.yml b/api/TinyLife.Actions.Behaviors.ComputerBehavior.yml
index ef7a012..728ef56 100644
--- a/api/TinyLife.Actions.Behaviors.ComputerBehavior.yml
+++ b/api/TinyLife.Actions.Behaviors.ComputerBehavior.yml
@@ -8,7 +8,7 @@ items:
- TinyLife.Actions.Behaviors.ComputerBehavior.#ctor(TinyLife.Actions.Action,System.String)
- TinyLife.Actions.Behaviors.ComputerBehavior.Initialize
- TinyLife.Actions.Behaviors.ComputerBehavior.OnCompleted(TinyLife.Actions.CompletionType)
- - TinyLife.Actions.Behaviors.ComputerBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.Behaviors.ComputerBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
langs:
- csharp
- vb
@@ -20,7 +20,7 @@ items:
remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ComputerBehavior
path: Actions/Behaviors/ComputerBehavior.cs
startLine: 10
@@ -75,7 +75,7 @@ items:
remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/Behaviors/ComputerBehavior.cs
startLine: 16
@@ -111,7 +111,7 @@ items:
remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: Actions/Behaviors/ComputerBehavior.cs
startLine: 21
@@ -131,32 +131,32 @@ items:
modifiers.vb:
- Public
- Overrides
-- uid: TinyLife.Actions.Behaviors.ComputerBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.Behaviors.ComputerBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.Behaviors.ComputerBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.Behaviors.ComputerBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Behaviors.ComputerBehavior
langs:
- csharp
- vb
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: ComputerBehavior.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.Behaviors.ComputerBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: ComputerBehavior.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.Behaviors.ComputerBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Actions/Behaviors/ComputerBehavior.cs
startLine: 26
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Behaviors
- summary: "\nUpdates this action behavior every update frame.\nThis method is automatically called when using in .\n"
+ summary: "\nUpdates this action behavior every update frame.\nThis method is automatically called when using in .\n"
example: []
syntax:
- content: public override void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -164,11 +164,11 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed since the last update frame
- - id: speed
- type: TinyLife.GameSpeed
- description: The game speed
- content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
- overridden: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
+ overridden: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.Behaviors.ComputerBehavior.Update*
modifiers.csharp:
- public
@@ -191,7 +191,7 @@ items:
remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: Actions/Behaviors/ComputerBehavior.cs
startLine: 34
@@ -806,15 +806,15 @@ references:
name: Initialize
nameWithType: ComputerBehavior.Initialize
fullName: TinyLife.Actions.Behaviors.ComputerBehavior.Initialize
-- uid: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: WorkAtDeskObjectBehavior.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: WorkAtDeskObjectBehavior.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: WorkAtDeskObjectBehavior.Update
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update
@@ -837,15 +837,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: WorkAtDeskObjectBehavior.Update
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update
@@ -868,10 +869,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -894,23 +896,19 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+- uid: System.Single
+ commentId: T:System.Single
+ parent: System
+ isExternal: true
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
- uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework
isExternal: true
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
- uid: TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.Behaviors.ActionBehavior
diff --git a/api/TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml b/api/TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml
index a97865a..68bbe36 100644
--- a/api/TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml
+++ b/api/TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml
@@ -12,7 +12,7 @@ items:
- TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetInteractingItemForAction``1(TinyLife.Actions.ActionInfo,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetNextAction(TinyLife.Actions.CompletionType)
- TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Initialize
- - TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
langs:
- csharp
- vb
@@ -24,7 +24,7 @@ items:
remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAndSitDownBehavior
path: Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 15
@@ -76,7 +76,7 @@ items:
remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 28
@@ -124,7 +124,7 @@ items:
remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 35
@@ -162,7 +162,7 @@ items:
remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 92
@@ -182,32 +182,32 @@ items:
modifiers.vb:
- Public
- Overrides
-- uid: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Behaviors.GetAndSitDownBehavior
langs:
- csharp
- vb
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: GetAndSitDownBehavior.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: GetAndSitDownBehavior.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 105
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Behaviors
- summary: "\nUpdates this action behavior every update frame.\nThis method is automatically called when using in .\n"
+ summary: "\nUpdates this action behavior every update frame.\nThis method is automatically called when using in .\n"
example: []
syntax:
- content: public override void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -215,11 +215,11 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed since the last update frame
- - id: speed
- type: TinyLife.GameSpeed
- description: The game speed
- content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
- overridden: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
+ overridden: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Update*
modifiers.csharp:
- public
@@ -242,7 +242,7 @@ items:
remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject
path: Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 124
@@ -280,7 +280,7 @@ items:
remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 129
@@ -322,7 +322,7 @@ items:
remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInteractingItem
path: Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 143
@@ -365,7 +365,7 @@ items:
remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInteractingItemForAction
path: Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 169
@@ -1087,15 +1087,15 @@ references:
name: Initialize
nameWithType: GetAndSitDownBehavior.Initialize
fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Initialize
-- uid: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Behaviors.ActionBehavior
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: ActionBehavior.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: ActionBehavior.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: ActionBehavior.Update
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update
@@ -1118,15 +1118,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: ActionBehavior.Update
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update
@@ -1149,10 +1150,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -1175,23 +1177,19 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+- uid: System.Single
+ commentId: T:System.Single
+ parent: System
+ isExternal: true
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
- uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework
isExternal: true
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
- uid: TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
parent: TinyLife.Actions.Behaviors.ActionBehavior
diff --git a/api/TinyLife.Actions.Behaviors.MultiActionBehavior.yml b/api/TinyLife.Actions.Behaviors.MultiActionBehavior.yml
index 212f067..291191d 100644
--- a/api/TinyLife.Actions.Behaviors.MultiActionBehavior.yml
+++ b/api/TinyLife.Actions.Behaviors.MultiActionBehavior.yml
@@ -18,7 +18,7 @@ items:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MultiActionBehavior
path: Actions/Behaviors/ActionBehavior.cs
startLine: 93
@@ -42,7 +42,7 @@ items:
inheritedMembers:
- TinyLife.Actions.Behaviors.ActionBehavior.Action
- TinyLife.Actions.Behaviors.ActionBehavior.Initialize
- - TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
- TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType)
@@ -79,7 +79,7 @@ items:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/Behaviors/ActionBehavior.cs
startLine: 96
@@ -115,7 +115,7 @@ items:
remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: Actions/Behaviors/ActionBehavior.cs
startLine: 104
@@ -232,15 +232,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Behaviors.ActionBehavior
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: ActionBehavior.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: ActionBehavior.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: ActionBehavior.Update
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update
@@ -263,15 +263,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: ActionBehavior.Update
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update
@@ -294,10 +295,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
diff --git a/api/TinyLife.Actions.Behaviors.SinkBehavior.yml b/api/TinyLife.Actions.Behaviors.SinkBehavior.yml
index a013ddc..797cf80 100644
--- a/api/TinyLife.Actions.Behaviors.SinkBehavior.yml
+++ b/api/TinyLife.Actions.Behaviors.SinkBehavior.yml
@@ -8,7 +8,7 @@ items:
- TinyLife.Actions.Behaviors.SinkBehavior.#ctor(TinyLife.Actions.Action)
- TinyLife.Actions.Behaviors.SinkBehavior.CreateFirstActions
- TinyLife.Actions.Behaviors.SinkBehavior.OnCompleted(TinyLife.Actions.CompletionType)
- - TinyLife.Actions.Behaviors.SinkBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.Behaviors.SinkBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
langs:
- csharp
- vb
@@ -20,7 +20,7 @@ items:
remote:
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SinkBehavior
path: Actions/Behaviors/SinkBehavior.cs
startLine: 15
@@ -74,7 +74,7 @@ items:
remote:
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/Behaviors/SinkBehavior.cs
startLine: 20
@@ -110,7 +110,7 @@ items:
remote:
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: Actions/Behaviors/SinkBehavior.cs
startLine: 24
@@ -133,32 +133,32 @@ items:
modifiers.vb:
- Public
- Overrides
-- uid: TinyLife.Actions.Behaviors.SinkBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.Behaviors.SinkBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.Behaviors.SinkBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.Behaviors.SinkBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Behaviors.SinkBehavior
langs:
- csharp
- vb
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: SinkBehavior.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.Behaviors.SinkBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: SinkBehavior.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.Behaviors.SinkBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Actions/Behaviors/SinkBehavior.cs
startLine: 31
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Behaviors
- summary: "\nUpdates this action behavior every update frame.\nThis method is automatically called when using in .\n"
+ summary: "\nUpdates this action behavior every update frame.\nThis method is automatically called when using in .\n"
example: []
syntax:
- content: public override void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -166,11 +166,11 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed since the last update frame
- - id: speed
- type: TinyLife.GameSpeed
- description: The game speed
- content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
- overridden: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
+ overridden: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.Behaviors.SinkBehavior.Update*
modifiers.csharp:
- public
@@ -193,7 +193,7 @@ items:
remote:
path: TinyLife/Actions/Behaviors/SinkBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: Actions/Behaviors/SinkBehavior.cs
startLine: 42
@@ -957,15 +957,15 @@ references:
name: System.Collections.Generic
nameWithType: System.Collections.Generic
fullName: System.Collections.Generic
-- uid: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Behaviors.ActionBehavior
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: ActionBehavior.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: ActionBehavior.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: ActionBehavior.Update
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update
@@ -988,15 +988,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: ActionBehavior.Update
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update
@@ -1019,10 +1020,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -1045,23 +1047,19 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+- uid: System.Single
+ commentId: T:System.Single
+ parent: System
+ isExternal: true
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
- uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework
isExternal: true
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
- uid: TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.Behaviors.ActionBehavior
diff --git a/api/TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml b/api/TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml
index 727ec4c..04950f8 100644
--- a/api/TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml
+++ b/api/TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml
@@ -8,7 +8,7 @@ items:
- TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.#ctor(TinyLife.Actions.Action)
- TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.CreateFirstActions
- TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.GetNextAction(TinyLife.Actions.CompletionType)
- - TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
langs:
- csharp
- vb
@@ -20,7 +20,7 @@ items:
remote:
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkAtDeskObjectBehavior
path: Actions/Behaviors/WorkAtDeskObjectBehavior.cs
startLine: 15
@@ -76,7 +76,7 @@ items:
remote:
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/Behaviors/WorkAtDeskObjectBehavior.cs
startLine: 18
@@ -112,7 +112,7 @@ items:
remote:
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: Actions/Behaviors/WorkAtDeskObjectBehavior.cs
startLine: 22
@@ -135,32 +135,32 @@ items:
modifiers.vb:
- Public
- Overrides
-- uid: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior
langs:
- csharp
- vb
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: WorkAtDeskObjectBehavior.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: WorkAtDeskObjectBehavior.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Actions/Behaviors/WorkAtDeskObjectBehavior.cs
startLine: 41
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Behaviors
- summary: "\nUpdates this action behavior every update frame.\nThis method is automatically called when using in .\n"
+ summary: "\nUpdates this action behavior every update frame.\nThis method is automatically called when using in .\n"
example: []
syntax:
- content: public override void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -168,11 +168,11 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed since the last update frame
- - id: speed
- type: TinyLife.GameSpeed
- description: The game speed
- content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
- overridden: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
+ overridden: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update*
modifiers.csharp:
- public
@@ -195,7 +195,7 @@ items:
remote:
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: Actions/Behaviors/WorkAtDeskObjectBehavior.cs
startLine: 54
@@ -894,15 +894,15 @@ references:
name: System.Collections.Generic
nameWithType: System.Collections.Generic
fullName: System.Collections.Generic
-- uid: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Behaviors.ActionBehavior
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: ActionBehavior.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: ActionBehavior.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: ActionBehavior.Update
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update
@@ -925,15 +925,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: ActionBehavior.Update
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update
@@ -956,10 +957,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -982,23 +984,19 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+- uid: System.Single
+ commentId: T:System.Single
+ parent: System
+ isExternal: true
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
- uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework
isExternal: true
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
- uid: TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.Behaviors.ActionBehavior
diff --git a/api/TinyLife.Actions.CompletionType.yml b/api/TinyLife.Actions.CompletionType.yml
index 913f851..242b7e4 100644
--- a/api/TinyLife.Actions.CompletionType.yml
+++ b/api/TinyLife.Actions.CompletionType.yml
@@ -20,7 +20,7 @@ items:
remote:
path: TinyLife/Actions/CompletionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompletionType
path: Actions/CompletionType.cs
startLine: 4
@@ -57,7 +57,7 @@ items:
remote:
path: TinyLife/Actions/CompletionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Active
path: Actions/CompletionType.cs
startLine: 9
@@ -91,7 +91,7 @@ items:
remote:
path: TinyLife/Actions/CompletionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Completed
path: Actions/CompletionType.cs
startLine: 13
@@ -125,7 +125,7 @@ items:
remote:
path: TinyLife/Actions/CompletionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Failed
path: Actions/CompletionType.cs
startLine: 17
@@ -159,7 +159,7 @@ items:
remote:
path: TinyLife/Actions/CompletionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Canceled
path: Actions/CompletionType.cs
startLine: 21
diff --git a/api/TinyLife.Actions.DieAction.yml b/api/TinyLife.Actions.DieAction.yml
index 88a3dd3..e4a23aa 100644
--- a/api/TinyLife.Actions.DieAction.yml
+++ b/api/TinyLife.Actions.DieAction.yml
@@ -14,7 +14,7 @@ items:
- TinyLife.Actions.DieAction.IsCompleted
- TinyLife.Actions.DieAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.DieAction.Reason
- - TinyLife.Actions.DieAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.DieAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
langs:
- csharp
- vb
@@ -26,7 +26,7 @@ items:
remote:
path: TinyLife/Actions/DieAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DieAction
path: Actions/DieAction.cs
startLine: 20
@@ -66,18 +66,18 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+ - TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+ - TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail
- - TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
- - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@@ -119,7 +119,7 @@ items:
remote:
path: TinyLife/Actions/DieAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reason
path: Actions/DieAction.cs
startLine: 26
@@ -162,7 +162,7 @@ items:
remote:
path: TinyLife/Actions/DieAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/DieAction.cs
startLine: 29
@@ -201,7 +201,7 @@ items:
remote:
path: TinyLife/Actions/DieAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: Actions/DieAction.cs
startLine: 33
@@ -236,7 +236,7 @@ items:
remote:
path: TinyLife/Actions/DieAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: Actions/DieAction.cs
startLine: 38
@@ -274,7 +274,7 @@ items:
remote:
path: TinyLife/Actions/DieAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: Actions/DieAction.cs
startLine: 43
@@ -316,7 +316,7 @@ items:
remote:
path: TinyLife/Actions/DieAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanEnqueueConversation
path: Actions/DieAction.cs
startLine: 48
@@ -346,32 +346,32 @@ items:
modifiers.vb:
- Public
- Overrides
-- uid: TinyLife.Actions.DieAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.DieAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.DieAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.DieAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.DieAction
langs:
- csharp
- vb
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: DieAction.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.DieAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: DieAction.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.DieAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Actions/DieAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Actions/DieAction.cs
startLine: 53
assemblies:
- Tiny Life
namespace: TinyLife.Actions
- summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the is modified in this method and is called.\n"
+ summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the is modified in this method and is called.\n"
example: []
syntax:
- content: public override void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -379,11 +379,11 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed, in game time
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's current speed setting
- content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
- overridden: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
+ overridden: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.DieAction.Update*
modifiers.csharp:
- public
@@ -406,7 +406,7 @@ items:
remote:
path: TinyLife/Actions/DieAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: Actions/DieAction.cs
startLine: 86
@@ -444,7 +444,7 @@ items:
remote:
path: TinyLife/Actions/DieAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: Actions/DieAction.cs
startLine: 91
@@ -483,7 +483,7 @@ items:
remote:
path: TinyLife/Actions/DieAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Enqueue
path: Actions/DieAction.cs
startLine: 103
@@ -906,68 +906,24 @@ references:
name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+- uid: TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+ commentId: P:TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+ parent: TinyLife.Actions.Typeless.TypelessAction
+ name: InProgressTime
+ nameWithType: TypelessAction.InProgressTime
+ fullName: TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ parent: TinyLife.Actions.Typeless.TypelessAction
+ name: FullyInProgress
+ nameWithType: TypelessAction.FullyInProgress
+ fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail
nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.TypelessAction.ForceFail
-- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- parent: TinyLife.Actions.Typeless.TypelessAction
- name: IsFullyInProgress()
- nameWithType: TypelessAction.IsFullyInProgress()
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress()
- spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- parent: TinyLife.Actions.Typeless.TypelessAction
- name: GetInProgressTime()
- nameWithType: TypelessAction.GetInProgressTime()
- fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime()
- spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: TypelessAction.GetInProgressTime
- fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: TypelessAction.GetInProgressTime
- fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction
@@ -1498,15 +1454,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
- name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
+ name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1521,10 +1477,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1551,7 +1508,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1566,10 +1523,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1782,14 +1740,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
- name: Sit(Person, Furniture, GameSpeed, ActionSpot)
- nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
- fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
+ isExternal: true
+ name: Sit(Person, Furniture, Single, ActionSpot)
+ nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -1810,10 +1769,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1825,7 +1785,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -1846,10 +1806,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -3519,15 +3480,15 @@ references:
name: CanEnqueueConversation
nameWithType: DieAction.CanEnqueueConversation
fullName: TinyLife.Actions.DieAction.CanEnqueueConversation
-- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Action
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: Action.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: Action.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: Action.Update
fullName: TinyLife.Actions.Action.Update
@@ -3550,15 +3511,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: Action.Update
fullName: TinyLife.Actions.Action.Update
@@ -3581,10 +3543,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -3607,23 +3570,19 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+- uid: System.Single
+ commentId: T:System.Single
+ parent: System
+ isExternal: true
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
- uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework
isExternal: true
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
- uid: TinyLife.Actions.Typeless.TypelessAction.IsCompleted
commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsCompleted
parent: TinyLife.Actions.Typeless.TypelessAction
diff --git a/api/TinyLife.Actions.Emote.yml b/api/TinyLife.Actions.Emote.yml
index 2597a60..50d5c75 100644
--- a/api/TinyLife.Actions.Emote.yml
+++ b/api/TinyLife.Actions.Emote.yml
@@ -23,7 +23,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Emote
path: Actions/Emote.cs
startLine: 14
@@ -68,7 +68,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AllCategories
path: Actions/Emote.cs
startLine: 19
@@ -105,7 +105,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Texture
path: Actions/Emote.cs
startLine: 55
@@ -140,7 +140,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Categories
path: Actions/Emote.cs
startLine: 59
@@ -175,7 +175,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/Emote.cs
startLine: 66
@@ -214,7 +214,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRandomEmote
path: Actions/Emote.cs
startLine: 76
@@ -255,7 +255,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetEmotes
path: Actions/Emote.cs
startLine: 85
@@ -296,7 +296,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: Actions/Emote.cs
startLine: 100
diff --git a/api/TinyLife.Actions.EmoteCategory.yml b/api/TinyLife.Actions.EmoteCategory.yml
index 947d567..836ca82 100644
--- a/api/TinyLife.Actions.EmoteCategory.yml
+++ b/api/TinyLife.Actions.EmoteCategory.yml
@@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmoteCategory
path: Actions/Emote.cs
startLine: 117
@@ -66,7 +66,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: General
path: Actions/Emote.cs
startLine: 123
@@ -100,7 +100,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Travel
path: Actions/Emote.cs
startLine: 127
@@ -134,7 +134,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Negative
path: Actions/Emote.cs
startLine: 131
@@ -168,7 +168,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Flirty
path: Actions/Emote.cs
startLine: 135
@@ -202,7 +202,7 @@ items:
remote:
path: TinyLife/Actions/Emote.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Unable
path: Actions/Emote.cs
startLine: 139
diff --git a/api/TinyLife.Actions.GoHereAction.yml b/api/TinyLife.Actions.GoHereAction.yml
index c2daffe..30cdade 100644
--- a/api/TinyLife.Actions.GoHereAction.yml
+++ b/api/TinyLife.Actions.GoHereAction.yml
@@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoHereAction
path: Actions/GoHereAction.cs
startLine: 11
@@ -45,17 +45,17 @@ items:
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- - TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.Handler
- - TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.MultiAction.MainElapsedTime
+ - TinyLife.Actions.MultiAction.InProgressTime
+ - TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.PreInitialize
- - TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.MultiAction.Initialize
- TinyLife.Actions.MultiAction.IsCompleted
- TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
- - TinyLife.Actions.MultiAction.GetInProgressTime
- TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
- TinyLife.Actions.Action.Type
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
@@ -75,17 +75,17 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+ - TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail
- - TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
- - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@@ -127,7 +127,7 @@ items:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/GoHereAction.cs
startLine: 14
@@ -166,7 +166,7 @@ items:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: Actions/GoHereAction.cs
startLine: 18
@@ -204,7 +204,7 @@ items:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: Actions/GoHereAction.cs
startLine: 54
@@ -239,7 +239,7 @@ items:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: Actions/GoHereAction.cs
startLine: 58
@@ -277,7 +277,7 @@ items:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: Actions/GoHereAction.cs
startLine: 63
@@ -352,27 +352,33 @@ references:
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
-- uid: TinyLife.Actions.MultiAction.MainElapsedTime
- commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
- parent: TinyLife.Actions.MultiAction
- name: MainElapsedTime
- nameWithType: MultiAction.MainElapsedTime
- fullName: TinyLife.Actions.MultiAction.MainElapsedTime
- uid: TinyLife.Actions.MultiAction.Handler
commentId: F:TinyLife.Actions.MultiAction.Handler
parent: TinyLife.Actions.MultiAction
name: Handler
nameWithType: MultiAction.Handler
fullName: TinyLife.Actions.MultiAction.Handler
-- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.MultiAction.MainElapsedTime
+ commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
+ parent: TinyLife.Actions.MultiAction
+ name: MainElapsedTime
+ nameWithType: MultiAction.MainElapsedTime
+ fullName: TinyLife.Actions.MultiAction.MainElapsedTime
+- uid: TinyLife.Actions.MultiAction.InProgressTime
+ commentId: P:TinyLife.Actions.MultiAction.InProgressTime
+ parent: TinyLife.Actions.MultiAction
+ name: InProgressTime
+ nameWithType: MultiAction.InProgressTime
+ fullName: TinyLife.Actions.MultiAction.InProgressTime
+- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
- name: AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: AndThenUpdate(GameTime, TimeSpan, Single)
+ nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@@ -395,15 +401,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@@ -426,10 +433,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -497,15 +505,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: MultiAction.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: MultiAction.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@@ -528,15 +536,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@@ -559,10 +568,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -694,34 +704,6 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.MultiAction.GetInProgressTime
- commentId: M:TinyLife.Actions.MultiAction.GetInProgressTime
- parent: TinyLife.Actions.MultiAction
- name: GetInProgressTime()
- nameWithType: MultiAction.GetInProgressTime()
- fullName: TinyLife.Actions.MultiAction.GetInProgressTime()
- spec.csharp:
- - uid: TinyLife.Actions.MultiAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: MultiAction.GetInProgressTime
- fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.MultiAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: MultiAction.GetInProgressTime
- fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
parent: TinyLife.Actions.MultiAction
@@ -1140,40 +1122,18 @@ references:
name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ parent: TinyLife.Actions.Typeless.TypelessAction
+ name: FullyInProgress
+ nameWithType: TypelessAction.FullyInProgress
+ fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail
nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.TypelessAction.ForceFail
-- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- parent: TinyLife.Actions.Typeless.TypelessAction
- name: IsFullyInProgress()
- nameWithType: TypelessAction.IsFullyInProgress()
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress()
- spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction
@@ -1704,15 +1664,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
- name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
+ name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1727,10 +1687,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1757,7 +1718,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1772,10 +1733,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1988,14 +1950,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
- name: Sit(Person, Furniture, GameSpeed, ActionSpot)
- nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
- fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
+ isExternal: true
+ name: Sit(Person, Furniture, Single, ActionSpot)
+ nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -2016,10 +1979,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -2031,7 +1995,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -2052,10 +2016,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
diff --git a/api/TinyLife.Actions.MultiAction.yml b/api/TinyLife.Actions.MultiAction.yml
index fa9bceb..dba88bb 100644
--- a/api/TinyLife.Actions.MultiAction.yml
+++ b/api/TinyLife.Actions.MultiAction.yml
@@ -9,18 +9,18 @@ items:
- TinyLife.Actions.MultiAction.AndThenInitialize
- TinyLife.Actions.MultiAction.AndThenIsCompleted
- TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
- - TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
- TinyLife.Actions.MultiAction.CreateFirstActions
- - TinyLife.Actions.MultiAction.GetInProgressTime
- TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
- TinyLife.Actions.MultiAction.Handler
- TinyLife.Actions.MultiAction.Initialize
+ - TinyLife.Actions.MultiAction.InProgressTime
- TinyLife.Actions.MultiAction.IsCompleted
- TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.PreInitialize
- - TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
langs:
- csharp
@@ -33,7 +33,7 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MultiAction
path: Actions/MultiAction.cs
startLine: 12
@@ -83,17 +83,17 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+ - TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail
- - TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
- - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@@ -122,6 +122,51 @@ items:
- Public
- MustInherit
- Class
+- uid: TinyLife.Actions.MultiAction.Handler
+ commentId: F:TinyLife.Actions.MultiAction.Handler
+ id: Handler
+ parent: TinyLife.Actions.MultiAction
+ langs:
+ - csharp
+ - vb
+ name: Handler
+ nameWithType: MultiAction.Handler
+ fullName: TinyLife.Actions.MultiAction.Handler
+ type: Field
+ source:
+ remote:
+ path: TinyLife/Actions/MultiAction.cs
+ branch: master
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: Handler
+ path: Actions/MultiAction.cs
+ startLine: 18
+ assemblies:
+ - Tiny Life
+ namespace: TinyLife.Actions
+ summary: "\nThe that handles the actions created in \n"
+ example: []
+ syntax:
+ content: >-
+ [DataMember]
+
+ public readonly MultiActionHandler Handler
+ return:
+ type: TinyLife.Actions.MultiActionHandler
+ content.vb: >-
+
+
+ Public ReadOnly Handler As MultiActionHandler
+ attributes:
+ - type: System.Runtime.Serialization.DataMemberAttribute
+ ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
+ arguments: []
+ modifiers.csharp:
+ - public
+ - readonly
+ modifiers.vb:
+ - Public
+ - ReadOnly
- uid: TinyLife.Actions.MultiAction.MainElapsedTime
commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
id: MainElapsedTime
@@ -137,10 +182,10 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MainElapsedTime
path: Actions/MultiAction.cs
- startLine: 17
+ startLine: 23
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -171,50 +216,46 @@ items:
- Public
- Get
- Protected Set
-- uid: TinyLife.Actions.MultiAction.Handler
- commentId: F:TinyLife.Actions.MultiAction.Handler
- id: Handler
+- uid: TinyLife.Actions.MultiAction.InProgressTime
+ commentId: P:TinyLife.Actions.MultiAction.InProgressTime
+ id: InProgressTime
parent: TinyLife.Actions.MultiAction
langs:
- csharp
- vb
- name: Handler
- nameWithType: MultiAction.Handler
- fullName: TinyLife.Actions.MultiAction.Handler
- type: Field
+ name: InProgressTime
+ nameWithType: MultiAction.InProgressTime
+ fullName: TinyLife.Actions.MultiAction.InProgressTime
+ type: Property
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
- id: Handler
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: InProgressTime
path: Actions/MultiAction.cs
- startLine: 23
+ startLine: 27
assemblies:
- Tiny Life
namespace: TinyLife.Actions
- summary: "\nThe that handles the actions created in \n"
+ summary: "\nRepresents the amount of time that this action has "properly" been in progress for.\nThis is used by and and returns true only once the first actions are completed or the conversation has started, respectively.\nBy default, is returned.\n"
example: []
syntax:
- content: >-
- [DataMember]
-
- public readonly MultiActionHandler Handler
+ content: public override TimeSpan InProgressTime { get; }
+ parameters: []
return:
- type: TinyLife.Actions.MultiActionHandler
- content.vb: >-
-
-
- Public ReadOnly Handler As MultiActionHandler
- attributes:
- - type: System.Runtime.Serialization.DataMemberAttribute
- ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
- arguments: []
+ type: System.TimeSpan
+ description: The amount of time that this action has properly been in progress for
+ content.vb: Public Overrides ReadOnly Property InProgressTime As TimeSpan
+ overridden: TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+ overload: TinyLife.Actions.MultiAction.InProgressTime*
modifiers.csharp:
- public
- - readonly
+ - override
+ - get
modifiers.vb:
- Public
+ - Overrides
- ReadOnly
- uid: TinyLife.Actions.MultiAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
commentId: M:TinyLife.Actions.MultiAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
@@ -231,10 +272,10 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/MultiAction.cs
- startLine: 26
+ startLine: 30
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -270,10 +311,10 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: Actions/MultiAction.cs
- startLine: 37
+ startLine: 41
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -307,10 +348,10 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: Actions/MultiAction.cs
- startLine: 43
+ startLine: 47
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -341,10 +382,10 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: Actions/MultiAction.cs
- startLine: 50
+ startLine: 54
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -363,32 +404,32 @@ items:
modifiers.vb:
- Protected
- MustOverride
-- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
langs:
- csharp
- vb
- name: AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: AndThenUpdate(GameTime, TimeSpan, Single)
+ nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: Actions/MultiAction.cs
- startLine: 60
+ startLine: 64
assemblies:
- Tiny Life
namespace: TinyLife.Actions
- summary: "\nMultiAction version of .\nThis method is called every update frame while the main action is active.\nBy default, only is increased.\n"
+ summary: "\nMultiAction version of .\nThis method is called every update frame while the main action is active.\nBy default, only is increased.\n"
example: []
syntax:
- content: protected virtual void AndThenUpdate(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: protected virtual void AndThenUpdate(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -396,10 +437,10 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed, in game time
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's speed
- content.vb: Protected Overridable Sub AndThenUpdate(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Protected Overridable Sub AndThenUpdate(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overload: TinyLife.Actions.MultiAction.AndThenUpdate*
modifiers.csharp:
- protected
@@ -422,10 +463,10 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: Actions/MultiAction.cs
- startLine: 69
+ startLine: 73
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -460,10 +501,10 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PreInitialize
path: Actions/MultiAction.cs
- startLine: 76
+ startLine: 80
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -479,32 +520,32 @@ items:
modifiers.vb:
- Protected
- Overridable
-- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
langs:
- csharp
- vb
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: MultiAction.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: MultiAction.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Actions/MultiAction.cs
- startLine: 80
+ startLine: 84
assemblies:
- Tiny Life
namespace: TinyLife.Actions
- summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the is modified in this method and is called.\n"
+ summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the is modified in this method and is called.\n"
example: []
syntax:
- content: public sealed override void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: public sealed override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -512,11 +553,11 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed, in game time
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's current speed setting
- content.vb: Public NotOverridable Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
- overridden: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Public NotOverridable Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
+ overridden: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.MultiAction.Update*
modifiers.csharp:
- public
@@ -541,10 +582,10 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: Actions/MultiAction.cs
- startLine: 95
+ startLine: 99
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -578,10 +619,10 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: Actions/MultiAction.cs
- startLine: 103
+ startLine: 107
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -618,10 +659,10 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: Actions/MultiAction.cs
- startLine: 112
+ startLine: 116
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -659,10 +700,10 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Actions/MultiAction.cs
- startLine: 119
+ startLine: 123
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -701,10 +742,10 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: Actions/MultiAction.cs
- startLine: 124
+ startLine: 128
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -728,44 +769,6 @@ items:
modifiers.vb:
- Public
- Overrides
-- uid: TinyLife.Actions.MultiAction.GetInProgressTime
- commentId: M:TinyLife.Actions.MultiAction.GetInProgressTime
- id: GetInProgressTime
- parent: TinyLife.Actions.MultiAction
- langs:
- - csharp
- - vb
- name: GetInProgressTime()
- nameWithType: MultiAction.GetInProgressTime()
- fullName: TinyLife.Actions.MultiAction.GetInProgressTime()
- type: Method
- source:
- remote:
- path: TinyLife/Actions/MultiAction.cs
- branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
- id: GetInProgressTime
- path: Actions/MultiAction.cs
- startLine: 130
- assemblies:
- - Tiny Life
- namespace: TinyLife.Actions
- summary: "\nReturns the amount of time that this action has "properly" been in progress for.\nThis is used by and and returns true only once the first actions are completed or the conversation has started, respectively.\nBy default, is returned.\n"
- example: []
- syntax:
- content: public override TimeSpan GetInProgressTime()
- return:
- type: System.TimeSpan
- description: The amount of time that this action has properly been in progress for
- content.vb: Public Overrides Function GetInProgressTime As TimeSpan
- overridden: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- overload: TinyLife.Actions.MultiAction.GetInProgressTime*
- modifiers.csharp:
- - public
- - override
- modifiers.vb:
- - Public
- - Overrides
- uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
id: GoToActionLocation(TinyLife.Objects.ObjectCategory)
@@ -781,10 +784,10 @@ items:
remote:
path: TinyLife/Actions/MultiAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoToActionLocation
path: Actions/MultiAction.cs
- startLine: 139
+ startLine: 138
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1232,40 +1235,18 @@ references:
name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ parent: TinyLife.Actions.Typeless.TypelessAction
+ name: FullyInProgress
+ nameWithType: TypelessAction.FullyInProgress
+ fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail
nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.TypelessAction.ForceFail
-- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- parent: TinyLife.Actions.Typeless.TypelessAction
- name: IsFullyInProgress()
- nameWithType: TypelessAction.IsFullyInProgress()
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress()
- spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction
@@ -1796,15 +1777,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
- name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
+ name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1819,10 +1800,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1849,7 +1831,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1864,10 +1846,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -2080,14 +2063,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
- name: Sit(Person, Furniture, GameSpeed, ActionSpot)
- nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
- fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
+ isExternal: true
+ name: Sit(Person, Furniture, Single, ActionSpot)
+ nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -2108,10 +2092,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -2123,7 +2108,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -2144,10 +2129,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -3624,30 +3610,6 @@ references:
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
-- uid: TinyLife.Actions.MultiAction.Handler
- commentId: F:TinyLife.Actions.MultiAction.Handler
- parent: TinyLife.Actions.MultiAction
- name: Handler
- nameWithType: MultiAction.Handler
- fullName: TinyLife.Actions.MultiAction.Handler
-- uid: TinyLife.Actions.MultiAction.MainElapsedTime*
- commentId: Overload:TinyLife.Actions.MultiAction.MainElapsedTime
- name: MainElapsedTime
- nameWithType: MultiAction.MainElapsedTime
- fullName: TinyLife.Actions.MultiAction.MainElapsedTime
-- uid: System.TimeSpan
- commentId: T:System.TimeSpan
- parent: System
- isExternal: true
- name: TimeSpan
- nameWithType: TimeSpan
- fullName: System.TimeSpan
-- uid: TinyLife.Actions.MultiAction
- commentId: T:TinyLife.Actions.MultiAction
- parent: TinyLife.Actions
- name: MultiAction
- nameWithType: MultiAction
- fullName: TinyLife.Actions.MultiAction
- uid: TinyLife.Actions.MultiActionHandler
commentId: T:TinyLife.Actions.MultiActionHandler
parent: TinyLife.Actions
@@ -3682,6 +3644,41 @@ references:
- name: )
nameWithType: )
fullName: )
+- uid: TinyLife.Actions.MultiAction
+ commentId: T:TinyLife.Actions.MultiAction
+ parent: TinyLife.Actions
+ name: MultiAction
+ nameWithType: MultiAction
+ fullName: TinyLife.Actions.MultiAction
+- uid: TinyLife.Actions.MultiAction.Handler
+ commentId: F:TinyLife.Actions.MultiAction.Handler
+ parent: TinyLife.Actions.MultiAction
+ name: Handler
+ nameWithType: MultiAction.Handler
+ fullName: TinyLife.Actions.MultiAction.Handler
+- uid: TinyLife.Actions.MultiAction.MainElapsedTime*
+ commentId: Overload:TinyLife.Actions.MultiAction.MainElapsedTime
+ name: MainElapsedTime
+ nameWithType: MultiAction.MainElapsedTime
+ fullName: TinyLife.Actions.MultiAction.MainElapsedTime
+- uid: System.TimeSpan
+ commentId: T:System.TimeSpan
+ parent: System
+ isExternal: true
+ name: TimeSpan
+ nameWithType: TimeSpan
+ fullName: System.TimeSpan
+- uid: TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+ commentId: P:TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+ parent: TinyLife.Actions.Typeless.TypelessAction
+ name: InProgressTime
+ nameWithType: TypelessAction.InProgressTime
+ fullName: TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+- uid: TinyLife.Actions.MultiAction.InProgressTime*
+ commentId: Overload:TinyLife.Actions.MultiAction.InProgressTime
+ name: InProgressTime
+ nameWithType: MultiAction.InProgressTime
+ fullName: TinyLife.Actions.MultiAction.InProgressTime
- uid: TinyLife.Actions.MultiAction.#ctor*
commentId: Overload:TinyLife.Actions.MultiAction.#ctor
name: MultiAction
@@ -3835,15 +3832,15 @@ references:
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
-- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: MultiAction.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: MultiAction.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@@ -3866,15 +3863,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@@ -3897,10 +3895,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -3910,6 +3909,9 @@ references:
name: MainElapsedTime
nameWithType: MultiAction.MainElapsedTime
fullName: TinyLife.Actions.MultiAction.MainElapsedTime
+- uid: TinyLife.GameImpl.Speed
+ commentId: P:TinyLife.GameImpl.Speed
+ isExternal: true
- uid: TinyLife.Actions.MultiAction.AndThenUpdate*
commentId: Overload:TinyLife.Actions.MultiAction.AndThenUpdate
name: AndThenUpdate
@@ -3922,23 +3924,19 @@ references:
name: GameTime
nameWithType: GameTime
fullName: Microsoft.Xna.Framework.GameTime
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+- uid: System.Single
+ commentId: T:System.Single
+ parent: System
+ isExternal: true
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
- uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework
isExternal: true
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
- uid: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.MultiAction
@@ -4013,15 +4011,15 @@ references:
name: PreInitialize
nameWithType: MultiAction.PreInitialize
fullName: TinyLife.Actions.MultiAction.PreInitialize
-- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Action
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: Action.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: Action.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: Action.Update
fullName: TinyLife.Actions.Action.Update
@@ -4044,15 +4042,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: Action.Update
fullName: TinyLife.Actions.Action.Update
@@ -4075,10 +4074,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -4283,39 +4283,6 @@ references:
name: CanCancel
nameWithType: MultiAction.CanCancel
fullName: TinyLife.Actions.MultiAction.CanCancel
-- uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- parent: TinyLife.Actions.Typeless.TypelessAction
- name: GetInProgressTime()
- nameWithType: TypelessAction.GetInProgressTime()
- fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime()
- spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: TypelessAction.GetInProgressTime
- fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: TypelessAction.GetInProgressTime
- fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
-- uid: TinyLife.Actions.MultiAction.GetInProgressTime*
- commentId: Overload:TinyLife.Actions.MultiAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: MultiAction.GetInProgressTime
- fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- uid: TinyLife.Actions.ActionType.GoHere
commentId: F:TinyLife.Actions.ActionType.GoHere
isExternal: true
diff --git a/api/TinyLife.Actions.MultiActionHandler.yml b/api/TinyLife.Actions.MultiActionHandler.yml
index aefb3ea..36bf641 100644
--- a/api/TinyLife.Actions.MultiActionHandler.yml
+++ b/api/TinyLife.Actions.MultiActionHandler.yml
@@ -9,7 +9,7 @@ items:
- TinyLife.Actions.MultiActionHandler.Initialize(System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction})
- TinyLife.Actions.MultiActionHandler.IsCompleted
- TinyLife.Actions.MultiActionHandler.OnCompleted(TinyLife.Actions.CompletionType)
- - TinyLife.Actions.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.MultiActionHandler.Validate(TinyLife.Objects.Person)
langs:
- csharp
@@ -22,14 +22,14 @@ items:
remote:
path: TinyLife/Actions/MultiActionHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MultiActionHandler
path: Actions/MultiActionHandler.cs
startLine: 13
assemblies:
- Tiny Life
namespace: TinyLife.Actions
- summary: "\nA multi action handler is a handler that is used by , which handles a set of underlying actions that should be executed in a row.\nNote that, when using this class, , and especially have to be called in the appropriate places.\n"
+ summary: "\nA multi action handler is a handler that is used by , which handles a set of underlying actions that should be executed in a row.\nNote that, when using this class, , and especially have to be called in the appropriate places.\n"
example: []
syntax:
content: >-
@@ -77,7 +77,7 @@ items:
remote:
path: TinyLife/Actions/MultiActionHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Actions
path: Actions/MultiActionHandler.cs
startLine: 20
@@ -124,7 +124,7 @@ items:
remote:
path: TinyLife/Actions/MultiActionHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: Actions/MultiActionHandler.cs
startLine: 29
@@ -148,32 +148,32 @@ items:
- Public
fullName.vb: TinyLife.Actions.MultiActionHandler.Initialize(System.Collections.Generic.IEnumerable(Of TinyLife.Actions.Typeless.TypelessAction))
name.vb: Initialize(IEnumerable(Of TypelessAction))
-- uid: TinyLife.Actions.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiActionHandler
langs:
- csharp
- vb
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: MultiActionHandler.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: MultiActionHandler.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Actions/MultiActionHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Actions/MultiActionHandler.cs
startLine: 56
assemblies:
- Tiny Life
namespace: TinyLife.Actions
- summary: "\nUpdates this multi action handler, advancing all of the , if there are any\nThis action should be called at the end of or any derived methods.\n"
+ summary: "\nUpdates this multi action handler, advancing all of the , if there are any\nThis action should be called at the end of or any derived methods.\n"
example: []
syntax:
- content: public void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: public void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -181,10 +181,10 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed in game since the last time this method was called
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's current speed
- content.vb: Public Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Public Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overload: TinyLife.Actions.MultiActionHandler.Update*
modifiers.csharp:
- public
@@ -205,7 +205,7 @@ items:
remote:
path: TinyLife/Actions/MultiActionHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Actions/MultiActionHandler.cs
startLine: 77
@@ -244,7 +244,7 @@ items:
remote:
path: TinyLife/Actions/MultiActionHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: Actions/MultiActionHandler.cs
startLine: 94
@@ -279,7 +279,7 @@ items:
remote:
path: TinyLife/Actions/MultiActionHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: Actions/MultiActionHandler.cs
startLine: 111
@@ -310,8 +310,8 @@ references:
name: MultiAction
nameWithType: MultiAction
fullName: TinyLife.Actions.MultiAction
-- uid: TinyLife.Actions.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
isExternal: true
- uid: TinyLife.Actions.MultiActionHandler.Validate(TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.MultiActionHandler.Validate(TinyLife.Objects.Person)
@@ -885,15 +885,15 @@ references:
- uid: TinyLife.Actions.MultiActionHandler.Actions
commentId: P:TinyLife.Actions.MultiActionHandler.Actions
isExternal: true
-- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Action
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: Action.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: Action.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: Action.Update
fullName: TinyLife.Actions.Action.Update
@@ -916,15 +916,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: Action.Update
fullName: TinyLife.Actions.Action.Update
@@ -947,13 +948,17 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
+- uid: TinyLife.GameImpl.Speed
+ commentId: P:TinyLife.GameImpl.Speed
+ isExternal: true
- uid: TinyLife.Actions.MultiActionHandler.Update*
commentId: Overload:TinyLife.Actions.MultiActionHandler.Update
name: Update
@@ -973,12 +978,13 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+- uid: System.Single
+ commentId: T:System.Single
+ parent: System
+ isExternal: true
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
- uid: TinyLife.Actions.Action
commentId: T:TinyLife.Actions.Action
parent: TinyLife.Actions
@@ -991,11 +997,6 @@ references:
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
- uid: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
parent: TinyLife.Actions.Action
diff --git a/api/TinyLife.Actions.OutOfTownAction.yml b/api/TinyLife.Actions.OutOfTownAction.yml
index 6964049..6c61aa4 100644
--- a/api/TinyLife.Actions.OutOfTownAction.yml
+++ b/api/TinyLife.Actions.OutOfTownAction.yml
@@ -7,7 +7,7 @@ items:
children:
- TinyLife.Actions.OutOfTownAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType[])
- TinyLife.Actions.OutOfTownAction.AndThenInitialize
- - TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
- TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed
- TinyLife.Actions.OutOfTownAction.CreateFirstActions
@@ -25,7 +25,7 @@ items:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OutOfTownAction
path: Actions/OutOfTownAction.cs
startLine: 15
@@ -51,18 +51,18 @@ items:
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- - TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.Handler
+ - TinyLife.Actions.MultiAction.MainElapsedTime
+ - TinyLife.Actions.MultiAction.InProgressTime
- TinyLife.Actions.MultiAction.AndThenIsCompleted
- TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.PreInitialize
- - TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.MultiAction.Initialize
- TinyLife.Actions.MultiAction.IsCompleted
- TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
- TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
- - TinyLife.Actions.MultiAction.GetInProgressTime
- TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
- TinyLife.Actions.Action.Type
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
@@ -79,17 +79,17 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+ - TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail
- - TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
- - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@@ -133,14 +133,14 @@ items:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedsToTakeCareOf
path: Actions/OutOfTownAction.cs
startLine: 22
assemblies:
- Tiny Life
namespace: TinyLife.Actions
- summary: "\nThe needs that should automatically be taken care of while the person is out of town.\nA need gets taken care of in if it is below 35%.\nNote that this value is not saved to disk, and should be provided by a subclass constructor.\n"
+ summary: "\nThe needs that should automatically be taken care of while the person is out of town.\nA need gets taken care of in if it is below 35%.\nNote that this value is not saved to disk, and should be provided by a subclass constructor.\n"
example: []
syntax:
content: protected readonly NeedType[] NeedsToTakeCareOf
@@ -168,7 +168,7 @@ items:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/OutOfTownAction.cs
startLine: 35
@@ -216,7 +216,7 @@ items:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: Actions/OutOfTownAction.cs
startLine: 41
@@ -254,7 +254,7 @@ items:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: Actions/OutOfTownAction.cs
startLine: 50
@@ -274,32 +274,32 @@ items:
modifiers.vb:
- Protected
- Overrides
-- uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.OutOfTownAction
langs:
- csharp
- vb
- name: AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- nameWithType: OutOfTownAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: AndThenUpdate(GameTime, TimeSpan, Single)
+ nameWithType: OutOfTownAction.AndThenUpdate(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: Actions/OutOfTownAction.cs
startLine: 56
assemblies:
- Tiny Life
namespace: TinyLife.Actions
- summary: "\nMultiAction version of .\nThis method is called every update frame while the main action is active.\nBy default, only is increased.\n"
+ summary: "\nMultiAction version of .\nThis method is called every update frame while the main action is active.\nBy default, only is increased.\n"
example: []
syntax:
- content: protected override void AndThenUpdate(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: protected override void AndThenUpdate(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -307,11 +307,11 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed, in game time
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's speed
- content.vb: Protected Overrides Sub AndThenUpdate(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
- overridden: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Protected Overrides Sub AndThenUpdate(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
+ overridden: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.OutOfTownAction.AndThenUpdate*
modifiers.csharp:
- protected
@@ -334,7 +334,7 @@ items:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: Actions/OutOfTownAction.cs
startLine: 78
@@ -376,7 +376,7 @@ items:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanEnqueueConversation
path: Actions/OutOfTownAction.cs
startLine: 83
@@ -421,7 +421,7 @@ items:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CausesExtremelyFastSpeed
path: Actions/OutOfTownAction.cs
startLine: 88
@@ -459,7 +459,7 @@ items:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetClosestExitRoad
path: Actions/OutOfTownAction.cs
startLine: 97
@@ -530,18 +530,24 @@ references:
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
-- uid: TinyLife.Actions.MultiAction.MainElapsedTime
- commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
- parent: TinyLife.Actions.MultiAction
- name: MainElapsedTime
- nameWithType: MultiAction.MainElapsedTime
- fullName: TinyLife.Actions.MultiAction.MainElapsedTime
- uid: TinyLife.Actions.MultiAction.Handler
commentId: F:TinyLife.Actions.MultiAction.Handler
parent: TinyLife.Actions.MultiAction
name: Handler
nameWithType: MultiAction.Handler
fullName: TinyLife.Actions.MultiAction.Handler
+- uid: TinyLife.Actions.MultiAction.MainElapsedTime
+ commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
+ parent: TinyLife.Actions.MultiAction
+ name: MainElapsedTime
+ nameWithType: MultiAction.MainElapsedTime
+ fullName: TinyLife.Actions.MultiAction.MainElapsedTime
+- uid: TinyLife.Actions.MultiAction.InProgressTime
+ commentId: P:TinyLife.Actions.MultiAction.InProgressTime
+ parent: TinyLife.Actions.MultiAction
+ name: InProgressTime
+ nameWithType: MultiAction.InProgressTime
+ fullName: TinyLife.Actions.MultiAction.InProgressTime
- uid: TinyLife.Actions.MultiAction.AndThenIsCompleted
commentId: M:TinyLife.Actions.MultiAction.AndThenIsCompleted
parent: TinyLife.Actions.MultiAction
@@ -634,15 +640,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: MultiAction.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: MultiAction.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@@ -665,15 +671,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@@ -696,10 +703,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -867,34 +875,6 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.MultiAction.GetInProgressTime
- commentId: M:TinyLife.Actions.MultiAction.GetInProgressTime
- parent: TinyLife.Actions.MultiAction
- name: GetInProgressTime()
- nameWithType: MultiAction.GetInProgressTime()
- fullName: TinyLife.Actions.MultiAction.GetInProgressTime()
- spec.csharp:
- - uid: TinyLife.Actions.MultiAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: MultiAction.GetInProgressTime
- fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.MultiAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: MultiAction.GetInProgressTime
- fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
parent: TinyLife.Actions.MultiAction
@@ -1199,40 +1179,18 @@ references:
name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ parent: TinyLife.Actions.Typeless.TypelessAction
+ name: FullyInProgress
+ nameWithType: TypelessAction.FullyInProgress
+ fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail
nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.TypelessAction.ForceFail
-- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- parent: TinyLife.Actions.Typeless.TypelessAction
- name: IsFullyInProgress()
- nameWithType: TypelessAction.IsFullyInProgress()
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress()
- spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction
@@ -1763,15 +1721,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
- name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
+ name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1786,10 +1744,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1816,7 +1775,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1831,10 +1790,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -2047,14 +2007,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
- name: Sit(Person, Furniture, GameSpeed, ActionSpot)
- nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
- fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
+ isExternal: true
+ name: Sit(Person, Furniture, Single, ActionSpot)
+ nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -2075,10 +2036,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -2090,7 +2052,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -2111,10 +2073,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -3591,15 +3554,15 @@ references:
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
-- uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.OutOfTownAction
isExternal: true
- name: AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- nameWithType: OutOfTownAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: AndThenUpdate(GameTime, TimeSpan, Single)
+ nameWithType: OutOfTownAction.AndThenUpdate(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: OutOfTownAction.AndThenUpdate
fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate
@@ -3622,15 +3585,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: OutOfTownAction.AndThenUpdate
fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate
@@ -3653,10 +3617,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -3867,15 +3832,15 @@ references:
name: AndThenInitialize
nameWithType: OutOfTownAction.AndThenInitialize
fullName: TinyLife.Actions.OutOfTownAction.AndThenInitialize
-- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
- name: AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: AndThenUpdate(GameTime, TimeSpan, Single)
+ nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@@ -3898,15 +3863,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@@ -3929,10 +3895,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -3955,23 +3922,19 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+- uid: System.Single
+ commentId: T:System.Single
+ parent: System
+ isExternal: true
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
- uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework
isExternal: true
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
- uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.Action
diff --git a/api/TinyLife.Actions.PathfindAction.yml b/api/TinyLife.Actions.PathfindAction.yml
index 938d9b2..ed14fc7 100644
--- a/api/TinyLife.Actions.PathfindAction.yml
+++ b/api/TinyLife.Actions.PathfindAction.yml
@@ -15,7 +15,7 @@ items:
- TinyLife.Actions.PathfindAction.Path
- TinyLife.Actions.PathfindAction.PathReady
- TinyLife.Actions.PathfindAction.SpeedMultiplier
- - TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.PathfindAction.Validate(TinyLife.Objects.Person)
langs:
- csharp
@@ -28,7 +28,7 @@ items:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PathfindAction
path: Actions/PathfindAction.cs
startLine: 16
@@ -72,18 +72,18 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+ - TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+ - TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail
- - TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
- - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@@ -127,7 +127,7 @@ items:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeedMultiplier
path: Actions/PathfindAction.cs
startLine: 23
@@ -170,7 +170,7 @@ items:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Path
path: Actions/PathfindAction.cs
startLine: 29
@@ -207,7 +207,7 @@ items:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PathReady
path: Actions/PathfindAction.cs
startLine: 33
@@ -244,7 +244,7 @@ items:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/PathfindAction.cs
startLine: 36
@@ -283,7 +283,7 @@ items:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindPath
path: Actions/PathfindAction.cs
startLine: 44
@@ -324,7 +324,7 @@ items:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSpeed
path: Actions/PathfindAction.cs
startLine: 50
@@ -361,7 +361,7 @@ items:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnPathReady
path: Actions/PathfindAction.cs
startLine: 56
@@ -395,7 +395,7 @@ items:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: Actions/PathfindAction.cs
startLine: 60
@@ -415,32 +415,32 @@ items:
modifiers.vb:
- Public
- Overrides
-- uid: TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.PathfindAction
langs:
- csharp
- vb
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: PathfindAction.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: PathfindAction.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Actions/PathfindAction.cs
startLine: 72
assemblies:
- Tiny Life
namespace: TinyLife.Actions
- summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the is modified in this method and is called.\n"
+ summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the is modified in this method and is called.\n"
example: []
syntax:
- content: public override void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -448,11 +448,11 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed, in game time
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's current speed setting
- content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
- overridden: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
+ overridden: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.PathfindAction.Update*
modifiers.csharp:
- public
@@ -475,7 +475,7 @@ items:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: Actions/PathfindAction.cs
startLine: 98
@@ -513,7 +513,7 @@ items:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: Actions/PathfindAction.cs
startLine: 109
@@ -552,7 +552,7 @@ items:
remote:
path: TinyLife/Actions/PathfindAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Actions/PathfindAction.cs
startLine: 120
@@ -1039,68 +1039,24 @@ references:
name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+- uid: TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+ commentId: P:TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+ parent: TinyLife.Actions.Typeless.TypelessAction
+ name: InProgressTime
+ nameWithType: TypelessAction.InProgressTime
+ fullName: TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ parent: TinyLife.Actions.Typeless.TypelessAction
+ name: FullyInProgress
+ nameWithType: TypelessAction.FullyInProgress
+ fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail
nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.TypelessAction.ForceFail
-- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- parent: TinyLife.Actions.Typeless.TypelessAction
- name: IsFullyInProgress()
- nameWithType: TypelessAction.IsFullyInProgress()
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress()
- spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- parent: TinyLife.Actions.Typeless.TypelessAction
- name: GetInProgressTime()
- nameWithType: TypelessAction.GetInProgressTime()
- fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime()
- spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: TypelessAction.GetInProgressTime
- fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: TypelessAction.GetInProgressTime
- fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction
@@ -1631,15 +1587,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
- name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
+ name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1654,10 +1610,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1684,7 +1641,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1699,10 +1656,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1915,14 +1873,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
- name: Sit(Person, Furniture, GameSpeed, ActionSpot)
- nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
- fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
+ isExternal: true
+ name: Sit(Person, Furniture, Single, ActionSpot)
+ nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -1943,10 +1902,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1958,7 +1918,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -1979,10 +1939,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -3844,15 +3805,15 @@ references:
name: Initialize
nameWithType: PathfindAction.Initialize
fullName: TinyLife.Actions.PathfindAction.Initialize
-- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Action
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: Action.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: Action.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: Action.Update
fullName: TinyLife.Actions.Action.Update
@@ -3875,15 +3836,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: Action.Update
fullName: TinyLife.Actions.Action.Update
@@ -3906,10 +3868,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -3932,17 +3895,6 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
- uid: TinyLife.Actions.Typeless.TypelessAction.IsCompleted
commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsCompleted
parent: TinyLife.Actions.Typeless.TypelessAction
diff --git a/api/TinyLife.Actions.PickUpOrSpawnAction.yml b/api/TinyLife.Actions.PickUpOrSpawnAction.yml
index 9efc737..376cc10 100644
--- a/api/TinyLife.Actions.PickUpOrSpawnAction.yml
+++ b/api/TinyLife.Actions.PickUpOrSpawnAction.yml
@@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PickUpOrSpawnAction
path: Actions/PickUpOrSpawnAction.cs
startLine: 9
@@ -46,20 +46,20 @@ items:
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- - TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.Handler
+ - TinyLife.Actions.MultiAction.MainElapsedTime
+ - TinyLife.Actions.MultiAction.InProgressTime
- TinyLife.Actions.MultiAction.AndThenInitialize
- TinyLife.Actions.MultiAction.AndThenIsCompleted
- - TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.PreInitialize
- - TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.MultiAction.Initialize
- TinyLife.Actions.MultiAction.IsCompleted
- TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
- TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
- - TinyLife.Actions.MultiAction.GetInProgressTime
- TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
- TinyLife.Actions.Action.Type
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
@@ -78,17 +78,17 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+ - TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail
- - TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
- - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@@ -132,7 +132,7 @@ items:
remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ItemCategory
path: Actions/PickUpOrSpawnAction.cs
startLine: 14
@@ -171,7 +171,7 @@ items:
remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ItemToSpawn
path: Actions/PickUpOrSpawnAction.cs
startLine: 18
@@ -210,7 +210,7 @@ items:
remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColorsToSpawn
path: Actions/PickUpOrSpawnAction.cs
startLine: 23
@@ -249,7 +249,7 @@ items:
remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/PickUpOrSpawnAction.cs
startLine: 26
@@ -288,7 +288,7 @@ items:
remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: Actions/PickUpOrSpawnAction.cs
startLine: 30
@@ -326,7 +326,7 @@ items:
remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject
path: Actions/PickUpOrSpawnAction.cs
startLine: 44
@@ -403,18 +403,24 @@ references:
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
-- uid: TinyLife.Actions.MultiAction.MainElapsedTime
- commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
- parent: TinyLife.Actions.MultiAction
- name: MainElapsedTime
- nameWithType: MultiAction.MainElapsedTime
- fullName: TinyLife.Actions.MultiAction.MainElapsedTime
- uid: TinyLife.Actions.MultiAction.Handler
commentId: F:TinyLife.Actions.MultiAction.Handler
parent: TinyLife.Actions.MultiAction
name: Handler
nameWithType: MultiAction.Handler
fullName: TinyLife.Actions.MultiAction.Handler
+- uid: TinyLife.Actions.MultiAction.MainElapsedTime
+ commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
+ parent: TinyLife.Actions.MultiAction
+ name: MainElapsedTime
+ nameWithType: MultiAction.MainElapsedTime
+ fullName: TinyLife.Actions.MultiAction.MainElapsedTime
+- uid: TinyLife.Actions.MultiAction.InProgressTime
+ commentId: P:TinyLife.Actions.MultiAction.InProgressTime
+ parent: TinyLife.Actions.MultiAction
+ name: InProgressTime
+ nameWithType: MultiAction.InProgressTime
+ fullName: TinyLife.Actions.MultiAction.InProgressTime
- uid: TinyLife.Actions.MultiAction.AndThenInitialize
commentId: M:TinyLife.Actions.MultiAction.AndThenInitialize
parent: TinyLife.Actions.MultiAction
@@ -471,15 +477,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
- name: AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: AndThenUpdate(GameTime, TimeSpan, Single)
+ nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@@ -502,15 +508,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@@ -533,10 +540,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -604,15 +612,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: MultiAction.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: MultiAction.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@@ -635,15 +643,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@@ -666,10 +675,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -837,34 +847,6 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.MultiAction.GetInProgressTime
- commentId: M:TinyLife.Actions.MultiAction.GetInProgressTime
- parent: TinyLife.Actions.MultiAction
- name: GetInProgressTime()
- nameWithType: MultiAction.GetInProgressTime()
- fullName: TinyLife.Actions.MultiAction.GetInProgressTime()
- spec.csharp:
- - uid: TinyLife.Actions.MultiAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: MultiAction.GetInProgressTime
- fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.MultiAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: MultiAction.GetInProgressTime
- fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
parent: TinyLife.Actions.MultiAction
@@ -1255,40 +1237,18 @@ references:
name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ parent: TinyLife.Actions.Typeless.TypelessAction
+ name: FullyInProgress
+ nameWithType: TypelessAction.FullyInProgress
+ fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail
nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.TypelessAction.ForceFail
-- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- parent: TinyLife.Actions.Typeless.TypelessAction
- name: IsFullyInProgress()
- nameWithType: TypelessAction.IsFullyInProgress()
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress()
- spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction
@@ -1819,15 +1779,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
- name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
+ name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1842,10 +1802,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1872,7 +1833,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1887,10 +1848,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -2103,14 +2065,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
- name: Sit(Person, Furniture, GameSpeed, ActionSpot)
- nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
- fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
+ isExternal: true
+ name: Sit(Person, Furniture, Single, ActionSpot)
+ nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -2131,10 +2094,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -2146,7 +2110,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -2167,10 +2131,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
diff --git a/api/TinyLife.Actions.PutAwayAction.yml b/api/TinyLife.Actions.PutAwayAction.yml
index 2e8bf4a..8615b29 100644
--- a/api/TinyLife.Actions.PutAwayAction.yml
+++ b/api/TinyLife.Actions.PutAwayAction.yml
@@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Actions/PutAwayAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PutAwayAction
path: Actions/PutAwayAction.cs
startLine: 10
@@ -45,18 +45,18 @@ items:
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- - TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.Handler
- - TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.MultiAction.MainElapsedTime
+ - TinyLife.Actions.MultiAction.InProgressTime
+ - TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.PreInitialize
- - TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.MultiAction.Initialize
- TinyLife.Actions.MultiAction.IsCompleted
- TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
- TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
- - TinyLife.Actions.MultiAction.GetInProgressTime
- TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
- TinyLife.Actions.Action.Type
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
@@ -76,17 +76,17 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+ - TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail
- - TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
- - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@@ -128,7 +128,7 @@ items:
remote:
path: TinyLife/Actions/PutAwayAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Items
path: Actions/PutAwayAction.cs
startLine: 17
@@ -165,7 +165,7 @@ items:
remote:
path: TinyLife/Actions/PutAwayAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/PutAwayAction.cs
startLine: 23
@@ -204,7 +204,7 @@ items:
remote:
path: TinyLife/Actions/PutAwayAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: Actions/PutAwayAction.cs
startLine: 27
@@ -242,7 +242,7 @@ items:
remote:
path: TinyLife/Actions/PutAwayAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: Actions/PutAwayAction.cs
startLine: 57
@@ -277,7 +277,7 @@ items:
remote:
path: TinyLife/Actions/PutAwayAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: Actions/PutAwayAction.cs
startLine: 62
@@ -351,27 +351,33 @@ references:
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
-- uid: TinyLife.Actions.MultiAction.MainElapsedTime
- commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
- parent: TinyLife.Actions.MultiAction
- name: MainElapsedTime
- nameWithType: MultiAction.MainElapsedTime
- fullName: TinyLife.Actions.MultiAction.MainElapsedTime
- uid: TinyLife.Actions.MultiAction.Handler
commentId: F:TinyLife.Actions.MultiAction.Handler
parent: TinyLife.Actions.MultiAction
name: Handler
nameWithType: MultiAction.Handler
fullName: TinyLife.Actions.MultiAction.Handler
-- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.MultiAction.MainElapsedTime
+ commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
+ parent: TinyLife.Actions.MultiAction
+ name: MainElapsedTime
+ nameWithType: MultiAction.MainElapsedTime
+ fullName: TinyLife.Actions.MultiAction.MainElapsedTime
+- uid: TinyLife.Actions.MultiAction.InProgressTime
+ commentId: P:TinyLife.Actions.MultiAction.InProgressTime
+ parent: TinyLife.Actions.MultiAction
+ name: InProgressTime
+ nameWithType: MultiAction.InProgressTime
+ fullName: TinyLife.Actions.MultiAction.InProgressTime
+- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
- name: AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: AndThenUpdate(GameTime, TimeSpan, Single)
+ nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@@ -394,15 +400,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@@ -425,10 +432,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -496,15 +504,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: MultiAction.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: MultiAction.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@@ -527,15 +535,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@@ -558,10 +567,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -729,34 +739,6 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.MultiAction.GetInProgressTime
- commentId: M:TinyLife.Actions.MultiAction.GetInProgressTime
- parent: TinyLife.Actions.MultiAction
- name: GetInProgressTime()
- nameWithType: MultiAction.GetInProgressTime()
- fullName: TinyLife.Actions.MultiAction.GetInProgressTime()
- spec.csharp:
- - uid: TinyLife.Actions.MultiAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: MultiAction.GetInProgressTime
- fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.MultiAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: MultiAction.GetInProgressTime
- fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
parent: TinyLife.Actions.MultiAction
@@ -1175,40 +1157,18 @@ references:
name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ parent: TinyLife.Actions.Typeless.TypelessAction
+ name: FullyInProgress
+ nameWithType: TypelessAction.FullyInProgress
+ fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail
nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.TypelessAction.ForceFail
-- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- parent: TinyLife.Actions.Typeless.TypelessAction
- name: IsFullyInProgress()
- nameWithType: TypelessAction.IsFullyInProgress()
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress()
- spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction
@@ -1739,15 +1699,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
- name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
+ name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1762,10 +1722,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1792,7 +1753,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1807,10 +1768,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -2023,14 +1985,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
- name: Sit(Person, Furniture, GameSpeed, ActionSpot)
- nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
- fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
+ isExternal: true
+ name: Sit(Person, Furniture, Single, ActionSpot)
+ nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -2051,10 +2014,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -2066,7 +2030,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -2087,10 +2051,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
diff --git a/api/TinyLife.Actions.SellAction.yml b/api/TinyLife.Actions.SellAction.yml
index 3ee77f2..2a5f4f8 100644
--- a/api/TinyLife.Actions.SellAction.yml
+++ b/api/TinyLife.Actions.SellAction.yml
@@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Actions/SellAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SellAction
path: Actions/SellAction.cs
startLine: 11
@@ -45,18 +45,18 @@ items:
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- - TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.Handler
- - TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.MultiAction.MainElapsedTime
+ - TinyLife.Actions.MultiAction.InProgressTime
+ - TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.PreInitialize
- - TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.MultiAction.Initialize
- TinyLife.Actions.MultiAction.IsCompleted
- TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
- TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
- - TinyLife.Actions.MultiAction.GetInProgressTime
- TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
- TinyLife.Actions.Action.Type
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
@@ -76,17 +76,17 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+ - TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail
- - TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
- - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@@ -128,7 +128,7 @@ items:
remote:
path: TinyLife/Actions/SellAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/SellAction.cs
startLine: 14
@@ -167,7 +167,7 @@ items:
remote:
path: TinyLife/Actions/SellAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: Actions/SellAction.cs
startLine: 18
@@ -205,7 +205,7 @@ items:
remote:
path: TinyLife/Actions/SellAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: Actions/SellAction.cs
startLine: 34
@@ -240,7 +240,7 @@ items:
remote:
path: TinyLife/Actions/SellAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: Actions/SellAction.cs
startLine: 45
@@ -278,7 +278,7 @@ items:
remote:
path: TinyLife/Actions/SellAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSoldObject
path: Actions/SellAction.cs
startLine: 56
@@ -360,27 +360,33 @@ references:
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
-- uid: TinyLife.Actions.MultiAction.MainElapsedTime
- commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
- parent: TinyLife.Actions.MultiAction
- name: MainElapsedTime
- nameWithType: MultiAction.MainElapsedTime
- fullName: TinyLife.Actions.MultiAction.MainElapsedTime
- uid: TinyLife.Actions.MultiAction.Handler
commentId: F:TinyLife.Actions.MultiAction.Handler
parent: TinyLife.Actions.MultiAction
name: Handler
nameWithType: MultiAction.Handler
fullName: TinyLife.Actions.MultiAction.Handler
-- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.MultiAction.MainElapsedTime
+ commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
+ parent: TinyLife.Actions.MultiAction
+ name: MainElapsedTime
+ nameWithType: MultiAction.MainElapsedTime
+ fullName: TinyLife.Actions.MultiAction.MainElapsedTime
+- uid: TinyLife.Actions.MultiAction.InProgressTime
+ commentId: P:TinyLife.Actions.MultiAction.InProgressTime
+ parent: TinyLife.Actions.MultiAction
+ name: InProgressTime
+ nameWithType: MultiAction.InProgressTime
+ fullName: TinyLife.Actions.MultiAction.InProgressTime
+- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
- name: AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: AndThenUpdate(GameTime, TimeSpan, Single)
+ nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@@ -403,15 +409,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@@ -434,10 +441,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -505,15 +513,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: MultiAction.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: MultiAction.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@@ -536,15 +544,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@@ -567,10 +576,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -738,34 +748,6 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.MultiAction.GetInProgressTime
- commentId: M:TinyLife.Actions.MultiAction.GetInProgressTime
- parent: TinyLife.Actions.MultiAction
- name: GetInProgressTime()
- nameWithType: MultiAction.GetInProgressTime()
- fullName: TinyLife.Actions.MultiAction.GetInProgressTime()
- spec.csharp:
- - uid: TinyLife.Actions.MultiAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: MultiAction.GetInProgressTime
- fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.MultiAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: MultiAction.GetInProgressTime
- fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
parent: TinyLife.Actions.MultiAction
@@ -1184,40 +1166,18 @@ references:
name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ parent: TinyLife.Actions.Typeless.TypelessAction
+ name: FullyInProgress
+ nameWithType: TypelessAction.FullyInProgress
+ fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail
nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.TypelessAction.ForceFail
-- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- parent: TinyLife.Actions.Typeless.TypelessAction
- name: IsFullyInProgress()
- nameWithType: TypelessAction.IsFullyInProgress()
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress()
- spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction
@@ -1748,15 +1708,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
- name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
+ name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1771,10 +1731,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1801,7 +1762,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1816,10 +1777,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -2032,14 +1994,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
- name: Sit(Person, Furniture, GameSpeed, ActionSpot)
- nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
- fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
+ isExternal: true
+ name: Sit(Person, Furniture, Single, ActionSpot)
+ nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -2060,10 +2023,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -2075,7 +2039,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -2096,10 +2060,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
diff --git a/api/TinyLife.Actions.SitAction.yml b/api/TinyLife.Actions.SitAction.yml
index 7cea27d..a6a8b4e 100644
--- a/api/TinyLife.Actions.SitAction.yml
+++ b/api/TinyLife.Actions.SitAction.yml
@@ -8,7 +8,7 @@ items:
- TinyLife.Actions.SitAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.SitAction.AndThenInitialize
- TinyLife.Actions.SitAction.AndThenIsCompleted
- - TinyLife.Actions.SitAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.SitAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.SitAction.CanMultitask(TinyLife.Actions.Action)
- TinyLife.Actions.SitAction.CreateFirstActions
langs:
@@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Actions/SitAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SitAction
path: Actions/SitAction.cs
startLine: 15
@@ -46,17 +46,17 @@ items:
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- - TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.Handler
+ - TinyLife.Actions.MultiAction.MainElapsedTime
+ - TinyLife.Actions.MultiAction.InProgressTime
- TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.PreInitialize
- - TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.MultiAction.Initialize
- TinyLife.Actions.MultiAction.IsCompleted
- TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
- TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
- - TinyLife.Actions.MultiAction.GetInProgressTime
- TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
- TinyLife.Actions.Action.Type
- TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
@@ -75,17 +75,17 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+ - TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail
- - TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
- - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@@ -127,7 +127,7 @@ items:
remote:
path: TinyLife/Actions/SitAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/SitAction.cs
startLine: 18
@@ -166,7 +166,7 @@ items:
remote:
path: TinyLife/Actions/SitAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: Actions/SitAction.cs
startLine: 22
@@ -204,7 +204,7 @@ items:
remote:
path: TinyLife/Actions/SitAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: Actions/SitAction.cs
startLine: 27
@@ -224,32 +224,32 @@ items:
modifiers.vb:
- Protected
- Overrides
-- uid: TinyLife.Actions.SitAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.SitAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.SitAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.SitAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.SitAction
langs:
- csharp
- vb
- name: AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- nameWithType: SitAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.SitAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: AndThenUpdate(GameTime, TimeSpan, Single)
+ nameWithType: SitAction.AndThenUpdate(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.SitAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Actions/SitAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: Actions/SitAction.cs
startLine: 31
assemblies:
- Tiny Life
namespace: TinyLife.Actions
- summary: "\nMultiAction version of .\nThis method is called every update frame while the main action is active.\nBy default, only is increased.\n"
+ summary: "\nMultiAction version of .\nThis method is called every update frame while the main action is active.\nBy default, only is increased.\n"
example: []
syntax:
- content: protected override void AndThenUpdate(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: protected override void AndThenUpdate(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -257,11 +257,11 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed, in game time
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's speed
- content.vb: Protected Overrides Sub AndThenUpdate(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
- overridden: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Protected Overrides Sub AndThenUpdate(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
+ overridden: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.SitAction.AndThenUpdate*
modifiers.csharp:
- protected
@@ -284,7 +284,7 @@ items:
remote:
path: TinyLife/Actions/SitAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: Actions/SitAction.cs
startLine: 38
@@ -322,7 +322,7 @@ items:
remote:
path: TinyLife/Actions/SitAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: Actions/SitAction.cs
startLine: 51
@@ -408,18 +408,24 @@ references:
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
-- uid: TinyLife.Actions.MultiAction.MainElapsedTime
- commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
- parent: TinyLife.Actions.MultiAction
- name: MainElapsedTime
- nameWithType: MultiAction.MainElapsedTime
- fullName: TinyLife.Actions.MultiAction.MainElapsedTime
- uid: TinyLife.Actions.MultiAction.Handler
commentId: F:TinyLife.Actions.MultiAction.Handler
parent: TinyLife.Actions.MultiAction
name: Handler
nameWithType: MultiAction.Handler
fullName: TinyLife.Actions.MultiAction.Handler
+- uid: TinyLife.Actions.MultiAction.MainElapsedTime
+ commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
+ parent: TinyLife.Actions.MultiAction
+ name: MainElapsedTime
+ nameWithType: MultiAction.MainElapsedTime
+ fullName: TinyLife.Actions.MultiAction.MainElapsedTime
+- uid: TinyLife.Actions.MultiAction.InProgressTime
+ commentId: P:TinyLife.Actions.MultiAction.InProgressTime
+ parent: TinyLife.Actions.MultiAction
+ name: InProgressTime
+ nameWithType: MultiAction.InProgressTime
+ fullName: TinyLife.Actions.MultiAction.InProgressTime
- uid: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.MultiAction
@@ -484,15 +490,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: MultiAction.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: MultiAction.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@@ -515,15 +521,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@@ -546,10 +553,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -717,34 +725,6 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.MultiAction.GetInProgressTime
- commentId: M:TinyLife.Actions.MultiAction.GetInProgressTime
- parent: TinyLife.Actions.MultiAction
- name: GetInProgressTime()
- nameWithType: MultiAction.GetInProgressTime()
- fullName: TinyLife.Actions.MultiAction.GetInProgressTime()
- spec.csharp:
- - uid: TinyLife.Actions.MultiAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: MultiAction.GetInProgressTime
- fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.MultiAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: MultiAction.GetInProgressTime
- fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
parent: TinyLife.Actions.MultiAction
@@ -1127,40 +1107,18 @@ references:
name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ parent: TinyLife.Actions.Typeless.TypelessAction
+ name: FullyInProgress
+ nameWithType: TypelessAction.FullyInProgress
+ fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail
nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.TypelessAction.ForceFail
-- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- parent: TinyLife.Actions.Typeless.TypelessAction
- name: IsFullyInProgress()
- nameWithType: TypelessAction.IsFullyInProgress()
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress()
- spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction
@@ -1691,15 +1649,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
- name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
+ name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1714,10 +1672,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1744,7 +1703,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1759,10 +1718,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1975,14 +1935,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
- name: Sit(Person, Furniture, GameSpeed, ActionSpot)
- nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
- fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
+ isExternal: true
+ name: Sit(Person, Furniture, Single, ActionSpot)
+ nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -2003,10 +1964,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -2018,7 +1980,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -2039,10 +2001,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -3689,15 +3652,15 @@ references:
name: AndThenInitialize
nameWithType: SitAction.AndThenInitialize
fullName: TinyLife.Actions.SitAction.AndThenInitialize
-- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
- name: AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: AndThenUpdate(GameTime, TimeSpan, Single)
+ nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@@ -3720,15 +3683,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@@ -3751,10 +3715,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -3777,23 +3742,19 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+- uid: System.Single
+ commentId: T:System.Single
+ parent: System
+ isExternal: true
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
- uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework
isExternal: true
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
- uid: TinyLife.Actions.MultiAction.AndThenIsCompleted
commentId: M:TinyLife.Actions.MultiAction.AndThenIsCompleted
parent: TinyLife.Actions.MultiAction
diff --git a/api/TinyLife.Actions.SocialAction.yml b/api/TinyLife.Actions.SocialAction.yml
index b3a6c3d..a8b62f4 100644
--- a/api/TinyLife.Actions.SocialAction.yml
+++ b/api/TinyLife.Actions.SocialAction.yml
@@ -10,11 +10,11 @@ items:
- TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action)
- TinyLife.Actions.SocialAction.ConversationTime
- TinyLife.Actions.SocialAction.GetDisplayName
- - TinyLife.Actions.SocialAction.GetInProgressTime
- TinyLife.Actions.SocialAction.GetTimeWeWaitForPartner
- TinyLife.Actions.SocialAction.Id
- TinyLife.Actions.SocialAction.Initialize
- TinyLife.Actions.SocialAction.InitializeConversation
+ - TinyLife.Actions.SocialAction.InProgressTime
- TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
- TinyLife.Actions.SocialAction.IsCompleted
- TinyLife.Actions.SocialAction.IsConversationCompleted
@@ -23,9 +23,9 @@ items:
- TinyLife.Actions.SocialAction.Partner
- TinyLife.Actions.SocialAction.PartnerAction
- TinyLife.Actions.SocialAction.PartnerCompletion
- - TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- - TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- - TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.SocialAction.SpeakInConversation(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.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ - TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.SocialAction.Validate(TinyLife.Objects.Person)
langs:
- csharp
@@ -38,7 +38,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SocialAction
path: Actions/SocialAction.cs
startLine: 14
@@ -79,17 +79,17 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+ - TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail
- - TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
- - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@@ -133,7 +133,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsMain
path: Actions/SocialAction.cs
startLine: 20
@@ -182,7 +182,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Partner
path: Actions/SocialAction.cs
startLine: 25
@@ -219,7 +219,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PartnerAction
path: Actions/SocialAction.cs
startLine: 29
@@ -256,7 +256,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConversationTime
path: Actions/SocialAction.cs
startLine: 34
@@ -290,6 +290,47 @@ items:
- Public
- Get
- Protected Set
+- uid: TinyLife.Actions.SocialAction.InProgressTime
+ commentId: P:TinyLife.Actions.SocialAction.InProgressTime
+ id: InProgressTime
+ parent: TinyLife.Actions.SocialAction
+ langs:
+ - csharp
+ - vb
+ name: InProgressTime
+ nameWithType: SocialAction.InProgressTime
+ fullName: TinyLife.Actions.SocialAction.InProgressTime
+ type: Property
+ source:
+ remote:
+ path: TinyLife/Actions/SocialAction.cs
+ branch: master
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: InProgressTime
+ path: Actions/SocialAction.cs
+ startLine: 38
+ assemblies:
+ - Tiny Life
+ namespace: TinyLife.Actions
+ summary: "\nRepresents the amount of time that this action has "properly" been in progress for.\nThis is used by and and returns true only once the first actions are completed or the conversation has started, respectively.\nBy default, is returned.\n"
+ example: []
+ syntax:
+ content: public override TimeSpan InProgressTime { get; }
+ parameters: []
+ return:
+ type: System.TimeSpan
+ description: The amount of time that this action has properly been in progress for
+ content.vb: Public Overrides ReadOnly Property InProgressTime As TimeSpan
+ overridden: TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+ overload: TinyLife.Actions.SocialAction.InProgressTime*
+ modifiers.csharp:
+ - public
+ - override
+ - get
+ modifiers.vb:
+ - Public
+ - Overrides
+ - ReadOnly
- uid: TinyLife.Actions.SocialAction.Id
commentId: P:TinyLife.Actions.SocialAction.Id
id: Id
@@ -305,10 +346,10 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Id
path: Actions/SocialAction.cs
- startLine: 40
+ startLine: 43
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -352,10 +393,10 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PartnerCompletion
path: Actions/SocialAction.cs
- startLine: 46
+ startLine: 49
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -385,10 +426,10 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/SocialAction.cs
- startLine: 53
+ startLine: 56
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -409,32 +450,32 @@ items:
- public
modifiers.vb:
- Public
-- uid: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.SocialAction
langs:
- csharp
- vb
- name: UpdateConversation(GameTime, TimeSpan, GameSpeed)
- nameWithType: SocialAction.UpdateConversation(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: UpdateConversation(GameTime, TimeSpan, Single)
+ nameWithType: SocialAction.UpdateConversation(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateConversation
path: Actions/SocialAction.cs
- startLine: 64
+ startLine: 67
assemblies:
- Tiny Life
namespace: TinyLife.Actions
- summary: "\nSocialAction version of .\nThis method is called every update frame during an active conversation for both conversation partners.\nBy default, this method only increases .\n"
+ summary: "\nSocialAction version of .\nThis method is called every update frame during an active conversation for both conversation partners.\nBy default, this method only increases .\n"
example: []
syntax:
- content: protected virtual void UpdateConversation(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: protected virtual void UpdateConversation(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -442,10 +483,10 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time passed in game time
- - id: speed
- type: TinyLife.GameSpeed
- description: The current game speed
- content.vb: Protected Overridable Sub UpdateConversation(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Protected Overridable Sub UpdateConversation(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overload: TinyLife.Actions.SocialAction.UpdateConversation*
modifiers.csharp:
- protected
@@ -468,10 +509,10 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsConversationCompleted
path: Actions/SocialAction.cs
- startLine: 74
+ startLine: 77
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -505,10 +546,10 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitializeConversation
path: Actions/SocialAction.cs
- startLine: 83
+ startLine: 86
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -539,10 +580,10 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetTimeWeWaitForPartner
path: Actions/SocialAction.cs
- startLine: 91
+ startLine: 94
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -576,10 +617,10 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: Actions/SocialAction.cs
- startLine: 98
+ startLine: 101
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -611,10 +652,10 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Actions/SocialAction.cs
- startLine: 107
+ startLine: 110
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -638,32 +679,32 @@ items:
modifiers.vb:
- Public
- Overrides
-- uid: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.SocialAction
langs:
- csharp
- vb
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: SocialAction.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: SocialAction.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Actions/SocialAction.cs
- startLine: 113
+ startLine: 116
assemblies:
- Tiny Life
namespace: TinyLife.Actions
- summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the is modified in this method and is called.\n"
+ summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the is modified in this method and is called.\n"
example: []
syntax:
- content: public override void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -671,11 +712,11 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed, in game time
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's current speed setting
- content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
- overridden: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
+ overridden: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.SocialAction.Update*
modifiers.csharp:
- public
@@ -698,10 +739,10 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: Actions/SocialAction.cs
- startLine: 174
+ startLine: 177
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -738,10 +779,10 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: Actions/SocialAction.cs
- startLine: 201
+ startLine: 204
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -780,10 +821,10 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: Actions/SocialAction.cs
- startLine: 208
+ startLine: 211
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -819,10 +860,10 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: Actions/SocialAction.cs
- startLine: 216
+ startLine: 219
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -861,10 +902,10 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: Actions/SocialAction.cs
- startLine: 227
+ startLine: 230
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -884,77 +925,39 @@ items:
modifiers.vb:
- Public
- Overrides
-- uid: TinyLife.Actions.SocialAction.GetInProgressTime
- commentId: M:TinyLife.Actions.SocialAction.GetInProgressTime
- id: GetInProgressTime
+- uid: TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
+ commentId: M:TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
+ id: SpeakInConversation(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
parent: TinyLife.Actions.SocialAction
langs:
- csharp
- vb
- name: GetInProgressTime()
- nameWithType: SocialAction.GetInProgressTime()
- fullName: TinyLife.Actions.SocialAction.GetInProgressTime()
+ name: SpeakInConversation(GameTime, Single, EmoteCategory, SpeakStyle, Nullable, Nullable, Int32)
+ nameWithType: SocialAction.SpeakInConversation(GameTime, Single, EmoteCategory, SpeakStyle, Nullable, Nullable, Int32)
+ fullName: TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Nullable, System.Nullable, System.Int32)
type: Method
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
- id: GetInProgressTime
- path: Actions/SocialAction.cs
- startLine: 234
- assemblies:
- - Tiny Life
- namespace: TinyLife.Actions
- summary: "\nReturns the amount of time that this action has "properly" been in progress for.\nThis is used by and and returns true only once the first actions are completed or the conversation has started, respectively.\nBy default, is returned.\n"
- example: []
- syntax:
- content: public override TimeSpan GetInProgressTime()
- return:
- type: System.TimeSpan
- description: The amount of time that this action has properly been in progress for
- content.vb: Public Overrides Function GetInProgressTime As TimeSpan
- overridden: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- overload: TinyLife.Actions.SocialAction.GetInProgressTime*
- modifiers.csharp:
- - public
- - override
- modifiers.vb:
- - Public
- - Overrides
-- uid: TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- commentId: M:TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- id: SpeakInConversation(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- parent: TinyLife.Actions.SocialAction
- langs:
- - csharp
- - vb
- name: SpeakInConversation(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Nullable, Nullable, Int32)
- nameWithType: SocialAction.SpeakInConversation(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Nullable, Nullable, Int32)
- fullName: TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Nullable, System.Nullable, System.Int32)
- type: Method
- source:
- remote:
- path: TinyLife/Actions/SocialAction.cs
- branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakInConversation
path: Actions/SocialAction.cs
- startLine: 249
+ startLine: 247
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nHelper method to display emotes over each conversation partner in a back and forth fashion to make it seem like they are conversing\n"
example: []
syntax:
- content: protected bool SpeakInConversation(GameTime time, GameSpeed speed, EmoteCategory emoteCategories, SpeakStyle speakStyles, EmoteCategory? partnerEmoteCategories = null, SpeakStyle? partnerSpeakStyles = null, int totalAmount = 2147483647)
+ content: protected bool SpeakInConversation(GameTime time, float speedMultiplier, EmoteCategory emoteCategories, SpeakStyle speakStyles, EmoteCategory? partnerEmoteCategories = default(EmoteCategory? ), SpeakStyle? partnerSpeakStyles = default(SpeakStyle? ), int totalAmount = 2147483647)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
description: The current game time
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's current speed
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
- id: emoteCategories
type: TinyLife.Actions.EmoteCategory
description: A combined flag representing the categories that emotes can be picked from
@@ -973,15 +976,15 @@ items:
return:
type: System.Boolean
description: If totalAmount
is set, true is returned if the emote back-and-forth is completed
- content.vb: Protected Function SpeakInConversation(time As GameTime, speed As GameSpeed, emoteCategories As EmoteCategory, speakStyles As SpeakStyle, partnerEmoteCategories As EmoteCategory? = Nothing, partnerSpeakStyles As SpeakStyle? = Nothing, totalAmount As Integer = 2147483647) As Boolean
+ content.vb: Protected Function SpeakInConversation(time As GameTime, speedMultiplier As Single, emoteCategories As EmoteCategory, speakStyles As SpeakStyle, partnerEmoteCategories As EmoteCategory? = Nothing, partnerSpeakStyles As SpeakStyle? = Nothing, totalAmount As Integer = 2147483647) As Boolean
overload: TinyLife.Actions.SocialAction.SpeakInConversation*
- nameWithType.vb: SocialAction.SpeakInConversation(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Nullable(Of EmoteCategory), Nullable(Of SpeakStyle), Int32)
+ nameWithType.vb: SocialAction.SpeakInConversation(GameTime, Single, EmoteCategory, SpeakStyle, Nullable(Of EmoteCategory), Nullable(Of SpeakStyle), Int32)
modifiers.csharp:
- protected
modifiers.vb:
- Protected
- fullName.vb: TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Nullable(Of TinyLife.Actions.EmoteCategory), System.Nullable(Of TinyLife.Objects.SpeakStyle), System.Int32)
- name.vb: SpeakInConversation(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Nullable(Of EmoteCategory), Nullable(Of SpeakStyle), Int32)
+ fullName.vb: TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Nullable(Of TinyLife.Actions.EmoteCategory), System.Nullable(Of TinyLife.Objects.SpeakStyle), System.Int32)
+ name.vb: SpeakInConversation(GameTime, Single, EmoteCategory, SpeakStyle, Nullable(Of EmoteCategory), Nullable(Of SpeakStyle), Int32)
- uid: TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
commentId: M:TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
id: InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
@@ -997,10 +1000,10 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InvokeForBoth
path: Actions/SocialAction.cs
- startLine: 264
+ startLine: 262
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -1390,40 +1393,18 @@ references:
name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ parent: TinyLife.Actions.Typeless.TypelessAction
+ name: FullyInProgress
+ nameWithType: TypelessAction.FullyInProgress
+ fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail
nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.TypelessAction.ForceFail
-- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- parent: TinyLife.Actions.Typeless.TypelessAction
- name: IsFullyInProgress()
- nameWithType: TypelessAction.IsFullyInProgress()
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress()
- spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction
@@ -1954,15 +1935,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
- name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
+ name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1977,10 +1958,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -2007,7 +1989,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -2022,10 +2004,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -2238,14 +2221,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
- name: Sit(Person, Furniture, GameSpeed, ActionSpot)
- nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
- fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
+ isExternal: true
+ name: Sit(Person, Furniture, Single, ActionSpot)
+ nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -2266,10 +2250,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -2281,7 +2266,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -2302,10 +2287,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -3834,6 +3820,17 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
+- uid: TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+ commentId: P:TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+ parent: TinyLife.Actions.Typeless.TypelessAction
+ name: InProgressTime
+ nameWithType: TypelessAction.InProgressTime
+ fullName: TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+- uid: TinyLife.Actions.SocialAction.InProgressTime*
+ commentId: Overload:TinyLife.Actions.SocialAction.InProgressTime
+ name: InProgressTime
+ nameWithType: SocialAction.InProgressTime
+ fullName: TinyLife.Actions.SocialAction.InProgressTime
- uid: TinyLife.Actions.SocialAction.Id*
commentId: Overload:TinyLife.Actions.SocialAction.Id
name: Id
@@ -3944,15 +3941,15 @@ references:
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
-- uid: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.SocialAction
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: SocialAction.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: SocialAction.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: SocialAction.Update
fullName: TinyLife.Actions.SocialAction.Update
@@ -3975,15 +3972,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: SocialAction.Update
fullName: TinyLife.Actions.SocialAction.Update
@@ -4006,10 +4004,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -4019,6 +4018,9 @@ references:
name: ConversationTime
nameWithType: SocialAction.ConversationTime
fullName: TinyLife.Actions.SocialAction.ConversationTime
+- uid: TinyLife.GameImpl.Speed
+ commentId: P:TinyLife.GameImpl.Speed
+ isExternal: true
- uid: TinyLife.Actions.SocialAction.UpdateConversation*
commentId: Overload:TinyLife.Actions.SocialAction.UpdateConversation
name: UpdateConversation
@@ -4031,23 +4033,19 @@ references:
name: GameTime
nameWithType: GameTime
fullName: Microsoft.Xna.Framework.GameTime
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+- uid: System.Single
+ commentId: T:System.Single
+ parent: System
+ isExternal: true
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
- uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework
isExternal: true
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
- uid: TinyLife.Actions.SocialAction.IsCompleted
commentId: M:TinyLife.Actions.SocialAction.IsCompleted
parent: TinyLife.Actions.SocialAction
@@ -4202,15 +4200,15 @@ references:
name: Validate
nameWithType: SocialAction.Validate
fullName: TinyLife.Actions.SocialAction.Validate
-- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Action
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: Action.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: Action.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: Action.Update
fullName: TinyLife.Actions.Action.Update
@@ -4233,15 +4231,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: Action.Update
fullName: TinyLife.Actions.Action.Update
@@ -4264,10 +4263,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -4472,39 +4472,6 @@ references:
name: String
nameWithType: String
fullName: System.String
-- uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- parent: TinyLife.Actions.Typeless.TypelessAction
- name: GetInProgressTime()
- nameWithType: TypelessAction.GetInProgressTime()
- fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime()
- spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: TypelessAction.GetInProgressTime
- fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: TypelessAction.GetInProgressTime
- fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
-- uid: TinyLife.Actions.SocialAction.GetInProgressTime*
- commentId: Overload:TinyLife.Actions.SocialAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: SocialAction.GetInProgressTime
- fullName: TinyLife.Actions.SocialAction.GetInProgressTime
- uid: TinyLife.Actions.SocialAction.SpeakInConversation*
commentId: Overload:TinyLife.Actions.SocialAction.SpeakInConversation
name: SpeakInConversation
diff --git a/api/TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult.yml b/api/TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult.yml
index c90ba3c..b1b60d5 100644
--- a/api/TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult.yml
+++ b/api/TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult.yml
@@ -16,7 +16,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EvaluationResult
path: Actions/TalkAction.cs
startLine: 383
diff --git a/api/TinyLife.Actions.TalkAction.TalkSettings.yml b/api/TinyLife.Actions.TalkAction.TalkSettings.yml
index d8d1339..23c3688 100644
--- a/api/TinyLife.Actions.TalkAction.TalkSettings.yml
+++ b/api/TinyLife.Actions.TalkAction.TalkSettings.yml
@@ -41,7 +41,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TalkSettings
path: Actions/TalkAction.cs
startLine: 104
@@ -95,7 +95,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendshipGain
path: Actions/TalkAction.cs
startLine: 110
@@ -128,7 +128,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoBadlyChance
path: Actions/TalkAction.cs
startLine: 115
@@ -161,7 +161,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TalkMinutes
path: Actions/TalkAction.cs
startLine: 119
@@ -194,7 +194,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmoteCategory
path: Actions/TalkAction.cs
startLine: 123
@@ -227,7 +227,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakStyle
path: Actions/TalkAction.cs
startLine: 127
@@ -260,7 +260,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PartnerEmoteCategory
path: Actions/TalkAction.cs
startLine: 132
@@ -293,7 +293,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PartnerSpeakStyle
path: Actions/TalkAction.cs
startLine: 137
@@ -326,7 +326,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GainedSkill
path: Actions/TalkAction.cs
startLine: 141
@@ -359,7 +359,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GainSkillOnFailure
path: Actions/TalkAction.cs
startLine: 146
@@ -392,7 +392,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RestoredNeed
path: Actions/TalkAction.cs
startLine: 151
@@ -425,7 +425,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredEmotion
path: Actions/TalkAction.cs
startLine: 156
@@ -458,7 +458,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPersonality
path: Actions/TalkAction.cs
startLine: 161
@@ -491,7 +491,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredSkill
path: Actions/TalkAction.cs
startLine: 167
@@ -524,7 +524,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredAges
path: Actions/TalkAction.cs
startLine: 172
@@ -557,7 +557,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPartnerAges
path: Actions/TalkAction.cs
startLine: 177
@@ -590,7 +590,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecute
path: Actions/TalkAction.cs
startLine: 182
@@ -623,7 +623,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FailEmotion
path: Actions/TalkAction.cs
startLine: 187
@@ -656,7 +656,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SuccessEmotion
path: Actions/TalkAction.cs
startLine: 191
@@ -689,7 +689,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GainRomancePercentage
path: Actions/TalkAction.cs
startLine: 197
@@ -722,14 +722,14 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LoweredEmotion
path: Actions/TalkAction.cs
startLine: 202
assemblies:
- Tiny Life
namespace: TinyLife.Actions
- summary: "\nAn that is lowered when this action is successful for both conversation partners.\nThis uses internally.\n"
+ summary: "\nAn that is lowered when this action is successful for both conversation partners.\nThis uses internally.\n"
example: []
syntax:
content: public (EmotionType Type, float Amount) LoweredEmotion
@@ -755,7 +755,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnSuccess
path: Actions/TalkAction.cs
startLine: 206
@@ -788,7 +788,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnFailure
path: Actions/TalkAction.cs
startLine: 210
@@ -821,7 +821,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanDoRandomly
path: Actions/TalkAction.cs
startLine: 215
@@ -854,7 +854,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CheckCanExecute
path: Actions/TalkAction.cs
startLine: 224
@@ -896,7 +896,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Evaluate
path: Actions/TalkAction.cs
startLine: 237
@@ -2183,8 +2183,8 @@ references:
- uid: TinyLife.Relationship.FriendLevel
commentId: P:TinyLife.Relationship.FriendLevel
isExternal: true
-- uid: TinyLife.Objects.Person.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,TinyLife.GameSpeed)
- commentId: M:TinyLife.Objects.Person.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,TinyLife.GameSpeed)
+- uid: TinyLife.Objects.Person.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,System.Single)
+ commentId: M:TinyLife.Objects.Person.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,System.Single)
isExternal: true
- uid: System.ValueTuple{TinyLife.Emotions.EmotionType,System.Single}
commentId: T:System.ValueTuple{TinyLife.Emotions.EmotionType,System.Single}
diff --git a/api/TinyLife.Actions.TalkAction.yml b/api/TinyLife.Actions.TalkAction.yml
index 3761182..b0f492d 100644
--- a/api/TinyLife.Actions.TalkAction.yml
+++ b/api/TinyLife.Actions.TalkAction.yml
@@ -13,7 +13,7 @@ items:
- TinyLife.Actions.TalkAction.OnTalkFailure
- TinyLife.Actions.TalkAction.OnTalkSuccess
- TinyLife.Actions.TalkAction.Settings
- - TinyLife.Actions.TalkAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.TalkAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
langs:
- csharp
- vb
@@ -25,7 +25,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TalkAction
path: Actions/TalkAction.cs
startLine: 16
@@ -53,19 +53,19 @@ items:
- TinyLife.Actions.SocialAction.Partner
- TinyLife.Actions.SocialAction.PartnerAction
- TinyLife.Actions.SocialAction.ConversationTime
+ - TinyLife.Actions.SocialAction.InProgressTime
- TinyLife.Actions.SocialAction.Id
- TinyLife.Actions.SocialAction.PartnerCompletion
- TinyLife.Actions.SocialAction.InitializeConversation
- TinyLife.Actions.SocialAction.GetTimeWeWaitForPartner
- TinyLife.Actions.SocialAction.Initialize
- TinyLife.Actions.SocialAction.Validate(TinyLife.Objects.Person)
- - TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.SocialAction.IsCompleted
- TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action)
- TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action)
- TinyLife.Actions.SocialAction.GetDisplayName
- - TinyLife.Actions.SocialAction.GetInProgressTime
- - TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
+ - TinyLife.Actions.SocialAction.SpeakInConversation(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.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
- TinyLife.Actions.Action.Type
- TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
@@ -83,17 +83,17 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+ - TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail
- - TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
- - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@@ -135,7 +135,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnEvaluate
path: Actions/TalkAction.cs
startLine: 22
@@ -170,7 +170,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnTalkSuccess
path: Actions/TalkAction.cs
startLine: 27
@@ -205,7 +205,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnTalkFailure
path: Actions/TalkAction.cs
startLine: 32
@@ -240,7 +240,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Settings
path: Actions/TalkAction.cs
startLine: 37
@@ -277,7 +277,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/TalkAction.cs
startLine: 40
@@ -301,32 +301,32 @@ items:
- public
modifiers.vb:
- Public
-- uid: TinyLife.Actions.TalkAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.TalkAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.TalkAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.TalkAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.TalkAction
langs:
- csharp
- vb
- name: UpdateConversation(GameTime, TimeSpan, GameSpeed)
- nameWithType: TalkAction.UpdateConversation(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.TalkAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: UpdateConversation(GameTime, TimeSpan, Single)
+ nameWithType: TalkAction.UpdateConversation(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.TalkAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateConversation
path: Actions/TalkAction.cs
startLine: 44
assemblies:
- Tiny Life
namespace: TinyLife.Actions
- summary: "\nSocialAction version of .\nThis method is called every update frame during an active conversation for both conversation partners.\nBy default, this method only increases .\n"
+ summary: "\nSocialAction version of .\nThis method is called every update frame during an active conversation for both conversation partners.\nBy default, this method only increases .\n"
example: []
syntax:
- content: protected override void UpdateConversation(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: protected override void UpdateConversation(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -334,11 +334,11 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time passed in game time
- - id: speed
- type: TinyLife.GameSpeed
- description: The current game speed
- content.vb: Protected Overrides Sub UpdateConversation(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
- overridden: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Protected Overrides Sub UpdateConversation(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
+ overridden: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.TalkAction.UpdateConversation*
modifiers.csharp:
- protected
@@ -361,7 +361,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: Actions/TalkAction.cs
startLine: 55
@@ -400,7 +400,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsConversationCompleted
path: Actions/TalkAction.cs
startLine: 63
@@ -438,7 +438,7 @@ items:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Create
path: Actions/TalkAction.cs
startLine: 74
@@ -560,6 +560,12 @@ references:
name: ConversationTime
nameWithType: SocialAction.ConversationTime
fullName: TinyLife.Actions.SocialAction.ConversationTime
+- uid: TinyLife.Actions.SocialAction.InProgressTime
+ commentId: P:TinyLife.Actions.SocialAction.InProgressTime
+ parent: TinyLife.Actions.SocialAction
+ name: InProgressTime
+ nameWithType: SocialAction.InProgressTime
+ fullName: TinyLife.Actions.SocialAction.InProgressTime
- uid: TinyLife.Actions.SocialAction.Id
commentId: P:TinyLife.Actions.SocialAction.Id
parent: TinyLife.Actions.SocialAction
@@ -692,15 +698,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.SocialAction
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: SocialAction.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: SocialAction.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: SocialAction.Update
fullName: TinyLife.Actions.SocialAction.Update
@@ -723,15 +729,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: SocialAction.Update
fullName: TinyLife.Actions.SocialAction.Update
@@ -754,10 +761,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -889,46 +897,18 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.SocialAction.GetInProgressTime
- commentId: M:TinyLife.Actions.SocialAction.GetInProgressTime
- parent: TinyLife.Actions.SocialAction
- name: GetInProgressTime()
- nameWithType: SocialAction.GetInProgressTime()
- fullName: TinyLife.Actions.SocialAction.GetInProgressTime()
- spec.csharp:
- - uid: TinyLife.Actions.SocialAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: SocialAction.GetInProgressTime
- fullName: TinyLife.Actions.SocialAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.SocialAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: SocialAction.GetInProgressTime
- fullName: TinyLife.Actions.SocialAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
-- uid: TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- commentId: M:TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
+- uid: TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
+ commentId: M:TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
parent: TinyLife.Actions.SocialAction
isExternal: true
- name: SpeakInConversation(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Nullable, Nullable, Int32)
- nameWithType: SocialAction.SpeakInConversation(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Nullable, Nullable, Int32)
- fullName: TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Nullable, System.Nullable, System.Int32)
- nameWithType.vb: SocialAction.SpeakInConversation(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Nullable(Of EmoteCategory), Nullable(Of SpeakStyle), Int32)
- fullName.vb: TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Nullable(Of TinyLife.Actions.EmoteCategory), System.Nullable(Of TinyLife.Objects.SpeakStyle), System.Int32)
- name.vb: SpeakInConversation(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Nullable(Of EmoteCategory), Nullable(Of SpeakStyle), Int32)
+ name: SpeakInConversation(GameTime, Single, EmoteCategory, SpeakStyle, Nullable, Nullable, Int32)
+ nameWithType: SocialAction.SpeakInConversation(GameTime, Single, EmoteCategory, SpeakStyle, Nullable, Nullable, Int32)
+ fullName: TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Nullable, System.Nullable, System.Int32)
+ nameWithType.vb: SocialAction.SpeakInConversation(GameTime, Single, EmoteCategory, SpeakStyle, Nullable(Of EmoteCategory), Nullable(Of SpeakStyle), Int32)
+ fullName.vb: TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Nullable(Of TinyLife.Actions.EmoteCategory), System.Nullable(Of TinyLife.Objects.SpeakStyle), System.Int32)
+ name.vb: SpeakInConversation(GameTime, Single, EmoteCategory, SpeakStyle, Nullable(Of EmoteCategory), Nullable(Of SpeakStyle), Int32)
spec.csharp:
- - uid: TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
+ - uid: TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
name: SpeakInConversation
nameWithType: SocialAction.SpeakInConversation
fullName: TinyLife.Actions.SocialAction.SpeakInConversation
@@ -943,10 +923,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1009,7 +990,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
+ - uid: TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
name: SpeakInConversation
nameWithType: SocialAction.SpeakInConversation
fullName: TinyLife.Actions.SocialAction.SpeakInConversation
@@ -1024,10 +1005,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1483,40 +1465,18 @@ references:
name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ parent: TinyLife.Actions.Typeless.TypelessAction
+ name: FullyInProgress
+ nameWithType: TypelessAction.FullyInProgress
+ fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail
nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.TypelessAction.ForceFail
-- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- parent: TinyLife.Actions.Typeless.TypelessAction
- name: IsFullyInProgress()
- nameWithType: TypelessAction.IsFullyInProgress()
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress()
- spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction
@@ -2047,15 +2007,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
- name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
+ name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -2070,10 +2030,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -2100,7 +2061,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -2115,10 +2076,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -2331,14 +2293,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
- name: Sit(Person, Furniture, GameSpeed, ActionSpot)
- nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
- fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
+ isExternal: true
+ name: Sit(Person, Furniture, Single, ActionSpot)
+ nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -2359,10 +2322,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -2374,7 +2338,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -2395,10 +2359,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -3999,15 +3964,15 @@ references:
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
-- uid: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.SocialAction
isExternal: true
- name: UpdateConversation(GameTime, TimeSpan, GameSpeed)
- nameWithType: SocialAction.UpdateConversation(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: UpdateConversation(GameTime, TimeSpan, Single)
+ nameWithType: SocialAction.UpdateConversation(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: UpdateConversation
nameWithType: SocialAction.UpdateConversation
fullName: TinyLife.Actions.SocialAction.UpdateConversation
@@ -4030,15 +3995,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: UpdateConversation
nameWithType: SocialAction.UpdateConversation
fullName: TinyLife.Actions.SocialAction.UpdateConversation
@@ -4061,10 +4027,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -4087,12 +4054,13 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+- uid: System.Single
+ commentId: T:System.Single
+ parent: System
+ isExternal: true
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
- uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework
isExternal: true
diff --git a/api/TinyLife.Actions.Typeless.SpawnItemInHandAction.yml b/api/TinyLife.Actions.Typeless.SpawnItemInHandAction.yml
index 9275955..c3cb78a 100644
--- a/api/TinyLife.Actions.Typeless.SpawnItemInHandAction.yml
+++ b/api/TinyLife.Actions.Typeless.SpawnItemInHandAction.yml
@@ -11,7 +11,7 @@ items:
- TinyLife.Actions.Typeless.SpawnItemInHandAction.IsCompleted
- TinyLife.Actions.Typeless.SpawnItemInHandAction.ItemToSpawn
- TinyLife.Actions.Typeless.SpawnItemInHandAction.OnCompleted(TinyLife.Actions.CompletionType)
- - TinyLife.Actions.Typeless.SpawnItemInHandAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.Typeless.SpawnItemInHandAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
langs:
- csharp
- vb
@@ -23,7 +23,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpawnItemInHandAction
path: Actions/Typeless/SpawnItemInHandAction.cs
startLine: 11
@@ -53,19 +53,19 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+ - TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+ - TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail
- TinyLife.Actions.Typeless.TypelessAction.Validate(TinyLife.Objects.Person)
- - TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
- - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@@ -107,7 +107,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ItemToSpawn
path: Actions/Typeless/SpawnItemInHandAction.cs
startLine: 17
@@ -150,7 +150,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColorsToSpawn
path: Actions/Typeless/SpawnItemInHandAction.cs
startLine: 23
@@ -197,7 +197,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/Typeless/SpawnItemInHandAction.cs
startLine: 26
@@ -238,7 +238,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: Actions/Typeless/SpawnItemInHandAction.cs
startLine: 32
@@ -273,7 +273,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: Actions/Typeless/SpawnItemInHandAction.cs
startLine: 36
@@ -296,32 +296,32 @@ items:
modifiers.vb:
- Public
- Overrides
-- uid: TinyLife.Actions.Typeless.SpawnItemInHandAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.Typeless.SpawnItemInHandAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.Typeless.SpawnItemInHandAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.Typeless.SpawnItemInHandAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Typeless.SpawnItemInHandAction
langs:
- csharp
- vb
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: SpawnItemInHandAction.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.Typeless.SpawnItemInHandAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: SpawnItemInHandAction.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.Typeless.SpawnItemInHandAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Actions/Typeless/SpawnItemInHandAction.cs
startLine: 41
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
- summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the is modified in this method and is called.\n"
+ summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the is modified in this method and is called.\n"
example: []
syntax:
- content: public override void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -329,11 +329,11 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed, in game time
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's current speed setting
- content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
- overridden: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
+ overridden: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.Typeless.SpawnItemInHandAction.Update*
modifiers.csharp:
- public
@@ -356,7 +356,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: Actions/Typeless/SpawnItemInHandAction.cs
startLine: 47
@@ -472,6 +472,18 @@ references:
name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+- uid: TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+ commentId: P:TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+ parent: TinyLife.Actions.Typeless.TypelessAction
+ name: InProgressTime
+ nameWithType: TypelessAction.InProgressTime
+ fullName: TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ parent: TinyLife.Actions.Typeless.TypelessAction
+ name: FullyInProgress
+ nameWithType: TypelessAction.FullyInProgress
+ fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction
@@ -514,62 +526,6 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- parent: TinyLife.Actions.Typeless.TypelessAction
- name: IsFullyInProgress()
- nameWithType: TypelessAction.IsFullyInProgress()
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress()
- spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- parent: TinyLife.Actions.Typeless.TypelessAction
- name: GetInProgressTime()
- nameWithType: TypelessAction.GetInProgressTime()
- fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime()
- spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: TypelessAction.GetInProgressTime
- fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: TypelessAction.GetInProgressTime
- fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction
@@ -1100,15 +1056,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
- name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
+ name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1123,10 +1079,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1153,7 +1110,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1168,10 +1125,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1384,14 +1342,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
- name: Sit(Person, Furniture, GameSpeed, ActionSpot)
- nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
- fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
+ isExternal: true
+ name: Sit(Person, Furniture, Single, ActionSpot)
+ nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -1412,10 +1371,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1427,7 +1387,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -1448,10 +1408,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -3046,15 +3007,15 @@ references:
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
-- uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: TypelessAction.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: TypelessAction.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: TypelessAction.Update
fullName: TinyLife.Actions.Typeless.TypelessAction.Update
@@ -3077,15 +3038,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: TypelessAction.Update
fullName: TinyLife.Actions.Typeless.TypelessAction.Update
@@ -3108,10 +3070,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -3134,23 +3097,19 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+- uid: System.Single
+ commentId: T:System.Single
+ parent: System
+ isExternal: true
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
- uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework
isExternal: true
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
- uid: TinyLife.Actions.Typeless.TypelessAction.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OnCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.Typeless.TypelessAction
diff --git a/api/TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml b/api/TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml
index fcb7970..7b37067 100644
--- a/api/TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml
+++ b/api/TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml
@@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TellPeopleToLeaveRoomAction
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
startLine: 15
@@ -52,20 +52,20 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+ - TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+ - TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail
- - TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.Typeless.TypelessAction.Validate(TinyLife.Objects.Person)
- - TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
- - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@@ -107,7 +107,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExcludedPeople
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
startLine: 21
@@ -152,7 +152,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
startLine: 24
@@ -191,7 +191,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
startLine: 29
@@ -226,7 +226,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
startLine: 39
@@ -264,7 +264,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
startLine: 46
@@ -303,7 +303,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryToLeaveRoom
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
startLine: 71
@@ -422,21 +422,33 @@ references:
name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+- uid: TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+ commentId: P:TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+ parent: TinyLife.Actions.Typeless.TypelessAction
+ name: InProgressTime
+ nameWithType: TypelessAction.InProgressTime
+ fullName: TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ parent: TinyLife.Actions.Typeless.TypelessAction
+ name: FullyInProgress
+ nameWithType: TypelessAction.FullyInProgress
+ fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail
nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.TypelessAction.ForceFail
-- uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: TypelessAction.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: TypelessAction.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: TypelessAction.Update
fullName: TinyLife.Actions.Typeless.TypelessAction.Update
@@ -459,15 +471,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: TypelessAction.Update
fullName: TinyLife.Actions.Typeless.TypelessAction.Update
@@ -490,10 +503,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -533,62 +547,6 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- parent: TinyLife.Actions.Typeless.TypelessAction
- name: IsFullyInProgress()
- nameWithType: TypelessAction.IsFullyInProgress()
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress()
- spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- parent: TinyLife.Actions.Typeless.TypelessAction
- name: GetInProgressTime()
- nameWithType: TypelessAction.GetInProgressTime()
- fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime()
- spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: TypelessAction.GetInProgressTime
- fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: TypelessAction.GetInProgressTime
- fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction
@@ -1119,15 +1077,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
- name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
+ name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1142,10 +1100,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1172,7 +1131,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1187,10 +1146,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1403,14 +1363,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
- name: Sit(Person, Furniture, GameSpeed, ActionSpot)
- nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
- fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
+ isExternal: true
+ name: Sit(Person, Furniture, Single, ActionSpot)
+ nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -1431,10 +1392,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1446,7 +1408,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -1467,10 +1429,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
diff --git a/api/TinyLife.Actions.Typeless.TypelessAction.yml b/api/TinyLife.Actions.Typeless.TypelessAction.yml
index 88731ac..ea8a7bf 100644
--- a/api/TinyLife.Actions.Typeless.TypelessAction.yml
+++ b/api/TinyLife.Actions.Typeless.TypelessAction.yml
@@ -15,15 +15,15 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Typeless.TypelessAction.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
- TinyLife.Actions.Typeless.TypelessAction.ForceFail
+ - TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- - TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Info
- TinyLife.Actions.Typeless.TypelessAction.Initialize
+ - TinyLife.Actions.Typeless.TypelessAction.InProgressTime
- TinyLife.Actions.Typeless.TypelessAction.IsCompleted
- - TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.IsUnderlying
- TinyLife.Actions.Typeless.TypelessAction.Map
- TinyLife.Actions.Typeless.TypelessAction.OnCompleted(TinyLife.Actions.CompletionType)
@@ -34,10 +34,10 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.Random
- - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
+ - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.StartedAutomatically
- - TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.Typeless.TypelessAction.Validate(TinyLife.Objects.Person)
langs:
- csharp
@@ -50,7 +50,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TypelessAction
path: Actions/Typeless/TypelessAction.cs
startLine: 26
@@ -119,7 +119,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Random
path: Actions/Typeless/TypelessAction.cs
startLine: 33
@@ -156,7 +156,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Info
path: Actions/Typeless/TypelessAction.cs
startLine: 39
@@ -201,7 +201,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StartedAutomatically
path: Actions/Typeless/TypelessAction.cs
startLine: 44
@@ -248,7 +248,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsUnderlying
path: Actions/Typeless/TypelessAction.cs
startLine: 49
@@ -285,7 +285,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Map
path: Actions/Typeless/TypelessAction.cs
startLine: 53
@@ -322,7 +322,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: Actions/Typeless/TypelessAction.cs
startLine: 57
@@ -359,7 +359,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ElapsedTime
path: Actions/Typeless/TypelessAction.cs
startLine: 61
@@ -408,7 +408,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayerPromptOpen
path: Actions/Typeless/TypelessAction.cs
startLine: 67
@@ -430,6 +430,86 @@ items:
modifiers.vb:
- Public
- ReadOnly
+- uid: TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+ commentId: P:TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+ id: InProgressTime
+ parent: TinyLife.Actions.Typeless.TypelessAction
+ langs:
+ - csharp
+ - vb
+ name: InProgressTime
+ nameWithType: TypelessAction.InProgressTime
+ fullName: TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+ type: Property
+ source:
+ remote:
+ path: TinyLife/Actions/Typeless/TypelessAction.cs
+ branch: master
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: InProgressTime
+ path: Actions/Typeless/TypelessAction.cs
+ startLine: 75
+ assemblies:
+ - Tiny Life
+ namespace: TinyLife.Actions.Typeless
+ summary: "\nRepresents the amount of time that this action has "properly" been in progress for.\nThis is used by and and returns true only once the first actions are completed or the conversation has started, respectively.\nBy default, is returned.\n"
+ example: []
+ syntax:
+ content: public virtual TimeSpan InProgressTime { get; }
+ parameters: []
+ return:
+ type: System.TimeSpan
+ description: The amount of time that this action has properly been in progress for
+ content.vb: Public Overridable ReadOnly Property InProgressTime As TimeSpan
+ overload: TinyLife.Actions.Typeless.TypelessAction.InProgressTime*
+ modifiers.csharp:
+ - public
+ - virtual
+ - get
+ modifiers.vb:
+ - Public
+ - Overridable
+ - ReadOnly
+- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ id: FullyInProgress
+ parent: TinyLife.Actions.Typeless.TypelessAction
+ langs:
+ - csharp
+ - vb
+ name: FullyInProgress
+ nameWithType: TypelessAction.FullyInProgress
+ fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ type: Property
+ source:
+ remote:
+ path: TinyLife/Actions/Typeless/TypelessAction.cs
+ branch: master
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: FullyInProgress
+ path: Actions/Typeless/TypelessAction.cs
+ startLine: 82
+ assemblies:
+ - Tiny Life
+ namespace: TinyLife.Actions.Typeless
+ summary: "\nReturns whether this action is currently "properly" in progress.\nThis is used by and and returns true only once the first actions are completed or the conversation has started, respectively.\nBy default, this property is true if is greater than .\n"
+ example: []
+ syntax:
+ content: public virtual bool FullyInProgress { get; }
+ parameters: []
+ return:
+ type: System.Boolean
+ description: Whether this action is fully in progress
+ content.vb: Public Overridable ReadOnly Property FullyInProgress As Boolean
+ overload: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress*
+ modifiers.csharp:
+ - public
+ - virtual
+ - get
+ modifiers.vb:
+ - Public
+ - Overridable
+ - ReadOnly
- uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
id: ForceFail
@@ -445,14 +525,14 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ForceFail
path: Actions/Typeless/TypelessAction.cs
- startLine: 73
+ startLine: 88
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
- summary: "\nThis value can be set to true to force to return .\nThis is useful if there is an erroring calculation in your code etc.\n"
+ summary: "\nThis value can be set to true to force to return .\nThis is useful if there is an erroring calculation in your code etc.\n"
example: []
syntax:
content: protected bool ForceFail
@@ -478,10 +558,10 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/Typeless/TypelessAction.cs
- startLine: 82
+ startLine: 97
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
@@ -514,10 +594,10 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: Actions/Typeless/TypelessAction.cs
- startLine: 90
+ startLine: 105
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
@@ -533,32 +613,32 @@ items:
modifiers.vb:
- Public
- MustOverride
-- uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Typeless.TypelessAction
langs:
- csharp
- vb
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: TypelessAction.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: TypelessAction.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Actions/Typeless/TypelessAction.cs
- startLine: 99
+ startLine: 114
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
- summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the is modified in this method and is called.\n"
+ summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the is modified in this method and is called.\n"
example: []
syntax:
- content: public virtual void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: public virtual void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -566,10 +646,10 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed, in game time
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's current speed setting
- content.vb: Public Overridable Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Public Overridable Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overload: TinyLife.Actions.Typeless.TypelessAction.Update*
modifiers.csharp:
- public
@@ -592,10 +672,10 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: Actions/Typeless/TypelessAction.cs
- startLine: 109
+ startLine: 124
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
@@ -629,10 +709,10 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: Actions/Typeless/TypelessAction.cs
- startLine: 118
+ startLine: 133
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
@@ -667,10 +747,10 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Actions/Typeless/TypelessAction.cs
- startLine: 128
+ startLine: 143
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
@@ -693,80 +773,6 @@ items:
modifiers.vb:
- Public
- Overridable
-- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- id: IsFullyInProgress
- parent: TinyLife.Actions.Typeless.TypelessAction
- langs:
- - csharp
- - vb
- name: IsFullyInProgress()
- nameWithType: TypelessAction.IsFullyInProgress()
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress()
- type: Method
- source:
- remote:
- path: TinyLife/Actions/Typeless/TypelessAction.cs
- branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
- id: IsFullyInProgress
- path: Actions/Typeless/TypelessAction.cs
- startLine: 139
- assemblies:
- - Tiny Life
- namespace: TinyLife.Actions.Typeless
- summary: "\nReturns whether this action is currently "properly" in progress.\nThis is used by and and returns true only once the first actions are completed or the conversation has started, respectively.\nBy default, this method returns true if is greater than .\n"
- example: []
- syntax:
- content: public virtual bool IsFullyInProgress()
- return:
- type: System.Boolean
- description: Whether this action is fully in progress
- content.vb: Public Overridable Function IsFullyInProgress As Boolean
- overload: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress*
- modifiers.csharp:
- - public
- - virtual
- modifiers.vb:
- - Public
- - Overridable
-- uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- id: GetInProgressTime
- parent: TinyLife.Actions.Typeless.TypelessAction
- langs:
- - csharp
- - vb
- name: GetInProgressTime()
- nameWithType: TypelessAction.GetInProgressTime()
- fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime()
- type: Method
- source:
- remote:
- path: TinyLife/Actions/Typeless/TypelessAction.cs
- branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
- id: GetInProgressTime
- path: Actions/Typeless/TypelessAction.cs
- startLine: 149
- assemblies:
- - Tiny Life
- namespace: TinyLife.Actions.Typeless
- summary: "\nReturns the amount of time that this action has "properly" been in progress for.\nThis is used by and and returns true only once the first actions are completed or the conversation has started, respectively.\nBy default, is returned.\n"
- example: []
- syntax:
- content: public virtual TimeSpan GetInProgressTime()
- return:
- type: System.TimeSpan
- description: The amount of time that this action has properly been in progress for
- content.vb: Public Overridable Function GetInProgressTime As TimeSpan
- overload: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime*
- modifiers.csharp:
- - public
- - virtual
- modifiers.vb:
- - Public
- - Overridable
- uid: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
id: CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
@@ -782,14 +788,14 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompleteInTime
path: Actions/Typeless/TypelessAction.cs
- startLine: 163
+ startLine: 158
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
- summary: "\nA helper method that returns if the given time
has passed.\nThis method makes use of to return true faster or slower based on the person's current mood and skill levels.\n"
+ summary: "\nA helper method that returns if the given time
has passed.\nThis method makes use of to return true faster or slower based on the person's current mood and skill levels.\n"
example: []
syntax:
content: protected CompletionType CompleteInTime(TimeSpan time, bool efficiencyMatters = false, SkillType skill = null, float levelModifier = 0.1F, bool autoOnly = false)
@@ -799,7 +805,7 @@ items:
description: The (total!) amount of time after which this action should be completed
- id: efficiencyMatters
type: System.Boolean
- description: Whether the person's efficiency modifier () should be taken into account for the total time required
+ description: Whether the person's efficiency modifier () should be taken into account for the total time required
- id: skill
type: TinyLife.Skills.SkillType
description: A skill that optionally influences the completion time
@@ -833,10 +839,10 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenPlayerPrompt
path: Actions/Typeless/TypelessAction.cs
- startLine: 182
+ startLine: 177
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
@@ -890,10 +896,10 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenYesNoPrompt
path: Actions/Typeless/TypelessAction.cs
- startLine: 217
+ startLine: 212
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
@@ -932,10 +938,10 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpenTextPrompt
path: Actions/Typeless/TypelessAction.cs
- startLine: 244
+ startLine: 239
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
@@ -968,39 +974,39 @@ items:
- Protected
fullName.vb: TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String, System.Action(Of System.String), System.Predicate(Of System.String), MLEM.Ui.Elements.TextField.Rule, System.String)
name.vb: OpenTextPrompt(String, Action(Of String), Predicate(Of String), TextField.Rule, String)
-- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- id: SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ id: SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction
langs:
- csharp
- vb
- name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
+ name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
type: Method
source:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakAlone
path: Actions/Typeless/TypelessAction.cs
- startLine: 262
+ startLine: 257
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
summary: "\nDisplays emotes for this action's with the given settings as if they were talking to themselves out loud.\nThis is used by actions like and .\n"
example: []
syntax:
- content: protected bool SpeakAlone(GameTime time, GameSpeed speed, EmoteCategory emoteCategories, SpeakStyle speakStyles, int totalAmount = 2147483647)
+ content: protected bool SpeakAlone(GameTime time, float speedMultiplier, EmoteCategory emoteCategories, SpeakStyle speakStyles, int totalAmount = 2147483647)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
description: The game's current time
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's current speed
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
- id: emoteCategories
type: TinyLife.Actions.EmoteCategory
description: The categories to pick emotes from, can be a combined flag
@@ -1013,7 +1019,7 @@ items:
return:
type: System.Boolean
description: Whether all emotes were succesfully displayed. This method only returns true if totalAmount
is less than the default value
- content.vb: Protected Function SpeakAlone(time As GameTime, speed As GameSpeed, emoteCategories As EmoteCategory, speakStyles As SpeakStyle, totalAmount As Integer = 2147483647) As Boolean
+ content.vb: Protected Function SpeakAlone(time As GameTime, speedMultiplier As Single, emoteCategories As EmoteCategory, speakStyles As SpeakStyle, totalAmount As Integer = 2147483647) As Boolean
overload: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone*
modifiers.csharp:
- protected
@@ -1034,10 +1040,10 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompleteIfNeedFull
path: Actions/Typeless/TypelessAction.cs
- startLine: 298
+ startLine: 293
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
@@ -1081,10 +1087,10 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PutDownOrGoTo
path: Actions/Typeless/TypelessAction.cs
- startLine: 310
+ startLine: 305
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
@@ -1131,10 +1137,10 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPlaceDirection
path: Actions/Typeless/TypelessAction.cs
- startLine: 338
+ startLine: 333
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
@@ -1160,32 +1166,32 @@ items:
modifiers.vb:
- Public
- Shared
-- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- id: Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
+ id: Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
langs:
- csharp
- vb
- name: Sit(Person, Furniture, GameSpeed, ActionSpot)
- nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
- fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
+ name: Sit(Person, Furniture, Single, ActionSpot)
+ nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
type: Method
source:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sit
path: Actions/Typeless/TypelessAction.cs
- startLine: 355
+ startLine: 350
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
- summary: "\nA helper method that causes the to sit on the given object.\nThis method causes the action spot to be occupied and the person's to be changed to .\nAdditionally, the need is restored a little bit.\nNote that this method has to be called every frame for the person to stay sat down.\n"
+ summary: "\nA helper method that causes the to sit on the given object.\nThis method causes the action spot to be occupied and the person's to be changed to .\nAdditionally, the need is restored a little bit.\nNote that this method has to be called every frame for the person to stay sat down.\n"
example: []
syntax:
- content: public static bool Sit(Person person, Furniture chair, GameSpeed speed, ActionSpot spot = null)
+ content: public static bool Sit(Person person, Furniture chair, float speedMultiplier, ActionSpot spot = null)
parameters:
- id: person
type: TinyLife.Objects.Person
@@ -1193,16 +1199,16 @@ items:
- id: chair
type: TinyLife.Objects.Furniture
description: The chair to sit on
- - id: speed
- type: TinyLife.GameSpeed
- description: The current game speed
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
- id: spot
type: TinyLife.Objects.ActionSpot
description: The action spot to sit on, or null to select one automatically
return:
type: System.Boolean
description: Whether or not the chair can be sat on
- content.vb: Public Shared Function Sit(person As Person, chair As Furniture, speed As GameSpeed, spot As ActionSpot = Nothing) As Boolean
+ content.vb: Public Shared Function Sit(person As Person, chair As Furniture, speedMultiplier As Single, spot As ActionSpot = Nothing) As Boolean
overload: TinyLife.Actions.Typeless.TypelessAction.Sit*
modifiers.csharp:
- public
@@ -1225,14 +1231,14 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeChair
path: Actions/Typeless/TypelessAction.cs
- startLine: 373
+ startLine: 368
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
- summary: "\nA helper method that returns an for a on a with the category that is closest to the given object which is on a desk or table.\nThe furniture returned is the one that the person should on when interacting with the passed deskObject
.\nThis method will return the deskObject
's parent itself if it is a picnic-style table that has benches directly attached to it.\n"
+ summary: "\nA helper method that returns an for a on a with the category that is closest to the given object which is on a desk or table.\nThe furniture returned is the one that the person should on when interacting with the passed deskObject
.\nThis method will return the deskObject
's parent itself if it is a picnic-style table that has benches directly attached to it.\n"
example: []
syntax:
content: public static (Furniture Chair, ActionSpot Spot, Direction2 Direction) GetFreeChair(Person person, Furniture deskObject)
@@ -1269,10 +1275,10 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeChairs
path: Actions/Typeless/TypelessAction.cs
- startLine: 390
+ startLine: 385
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
@@ -1319,17 +1325,17 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreePeople
path: Actions/Typeless/TypelessAction.cs
- startLine: 416
+ startLine: 411
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
summary: "\nA helper method to find a set of all instances that are currently valid for interaction with the passed \n"
example: []
syntax:
- content: public static IEnumerable FindAllFreePeople(ActionType type, Person person, Vector2? position = null, float? radius = null, bool ignoreVisibility = false)
+ content: public static IEnumerable FindAllFreePeople(ActionType type, Person person, Vector2? position = default(Vector2? ), float? radius = default(float? ), bool ignoreVisibility = false)
parameters:
- id: type
type: TinyLife.Actions.ActionType
@@ -1375,17 +1381,17 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreeFurniture
path: Actions/Typeless/TypelessAction.cs
- startLine: 441
+ startLine: 436
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
summary: "\nA helper method to find a set of all instances that are currently valid for interaction with the passed \n"
example: []
syntax:
- content: public static IEnumerable FindAllFreeFurniture(Person person, ObjectCategory categories = null, FurnitureType objectSpotType = null, bool needsFreeActionSpot = true, Vector2? position = null, float? radius = null, bool allowBroken = false, bool ignoreVisibility = false)
+ content: public static IEnumerable FindAllFreeFurniture(Person person, ObjectCategory categories = null, FurnitureType objectSpotType = null, bool needsFreeActionSpot = true, Vector2? position = default(Vector2? ), float? radius = default(float? ), bool allowBroken = false, bool ignoreVisibility = false)
parameters:
- id: person
type: TinyLife.Objects.Person
@@ -1440,17 +1446,17 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreeWalls
path: Actions/Typeless/TypelessAction.cs
- startLine: 459
+ startLine: 454
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
summary: "\nA helper method to find a set of all instances that are currently valid for interaction with the passed \n"
example: []
syntax:
- content: public static IEnumerable FindAllFreeWalls(Person person, Vector2? position = null, float? radius = null, bool ignoreVisibility = false)
+ content: public static IEnumerable FindAllFreeWalls(Person person, Vector2? position = default(Vector2? ), float? radius = default(float? ), bool ignoreVisibility = false)
parameters:
- id: person
type: TinyLife.Objects.Person
@@ -1493,17 +1499,17 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindAllFreeGround
path: Actions/Typeless/TypelessAction.cs
- startLine: 474
+ startLine: 469
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
summary: "\nA helper method to find a set of all positions on the ground that are currently valid for interaction\n"
example: []
syntax:
- content: public static IEnumerable FindAllFreeGround(Person person, Vector2? position = null, float? radius = null, bool ignoreVisibility = false)
+ content: public static IEnumerable FindAllFreeGround(Person person, Vector2? position = default(Vector2? ), float? radius = default(float? ), bool ignoreVisibility = false)
parameters:
- id: person
type: TinyLife.Objects.Person
@@ -1546,17 +1552,17 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindFreeFurniture
path: Actions/Typeless/TypelessAction.cs
- startLine: 492
+ startLine: 487
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
summary: "\nA helper method to find the best instance to interact with based on the given data.\nNote that this method always returns a related to the first result from .\n"
example: []
syntax:
- content: public static ActionInfo FindFreeFurniture(Person person, ObjectCategory categories, FurnitureType objectSpotType = null, Vector2? position = null, bool allowBroken = false, bool ignoreVisibility = false)
+ content: public static ActionInfo FindFreeFurniture(Person person, ObjectCategory categories, FurnitureType objectSpotType = null, Vector2? position = default(Vector2? ), bool allowBroken = false, bool ignoreVisibility = false)
parameters:
- id: person
type: TinyLife.Objects.Person
@@ -1605,10 +1611,10 @@ items:
remote:
path: TinyLife/Actions/Typeless/TypelessAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetTableSpot
path: Actions/Typeless/TypelessAction.cs
- startLine: 504
+ startLine: 499
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
@@ -2513,6 +2519,43 @@ references:
name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+- uid: TinyLife.Actions.MultiAction
+ commentId: T:TinyLife.Actions.MultiAction
+ parent: TinyLife.Actions
+ name: MultiAction
+ nameWithType: MultiAction
+ fullName: TinyLife.Actions.MultiAction
+- uid: TinyLife.Actions.SocialAction
+ commentId: T:TinyLife.Actions.SocialAction
+ parent: TinyLife.Actions
+ name: SocialAction
+ nameWithType: SocialAction
+ fullName: TinyLife.Actions.SocialAction
+- uid: TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
+ commentId: P:TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
+ parent: TinyLife.Actions.Typeless.TypelessAction
+ name: ElapsedTime
+ nameWithType: TypelessAction.ElapsedTime
+ fullName: TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
+- uid: TinyLife.Actions.Typeless.TypelessAction.InProgressTime*
+ commentId: Overload:TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+ name: InProgressTime
+ nameWithType: TypelessAction.InProgressTime
+ fullName: TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+- uid: TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+ commentId: P:TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+ parent: TinyLife.Actions.Typeless.TypelessAction
+ name: InProgressTime
+ nameWithType: TypelessAction.InProgressTime
+ fullName: TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+- uid: System.TimeSpan.Zero
+ commentId: F:System.TimeSpan.Zero
+ isExternal: true
+- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress*
+ commentId: Overload:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ name: FullyInProgress
+ nameWithType: TypelessAction.FullyInProgress
+ fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- uid: TinyLife.Actions.Typeless.TypelessAction.IsCompleted
commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsCompleted
parent: TinyLife.Actions.Typeless.TypelessAction
@@ -2544,15 +2587,15 @@ references:
- uid: TinyLife.Actions.CompletionType.Failed
commentId: F:TinyLife.Actions.CompletionType.Failed
isExternal: true
-- uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: TypelessAction.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: TypelessAction.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: TypelessAction.Update
fullName: TinyLife.Actions.Typeless.TypelessAction.Update
@@ -2575,15 +2618,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: TypelessAction.Update
fullName: TinyLife.Actions.Typeless.TypelessAction.Update
@@ -2606,10 +2650,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -2629,21 +2674,15 @@ references:
name: Initialize
nameWithType: TypelessAction.Initialize
fullName: TinyLife.Actions.Typeless.TypelessAction.Initialize
-- uid: TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- commentId: P:TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- parent: TinyLife.Actions.Typeless.TypelessAction
- name: ElapsedTime
- nameWithType: TypelessAction.ElapsedTime
- fullName: TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
-- uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
- commentId: M:TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+- uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
+ commentId: M:TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
parent: TinyLife.Objects.MapObject
isExternal: true
- name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- nameWithType: MapObject.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- fullName: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean)
+ name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ nameWithType: MapObject.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ fullName: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
spec.csharp:
- - uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: MapObject.ActionUpdate
fullName: TinyLife.Objects.MapObject.ActionUpdate
@@ -2673,10 +2712,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -2689,7 +2729,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: MapObject.ActionUpdate
fullName: TinyLife.Objects.MapObject.ActionUpdate
@@ -2719,10 +2759,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -2734,6 +2775,9 @@ references:
- name: )
nameWithType: )
fullName: )
+- uid: TinyLife.GameImpl.Speed
+ commentId: P:TinyLife.GameImpl.Speed
+ isExternal: true
- uid: TinyLife.Actions.Typeless.TypelessAction.Update*
commentId: Overload:TinyLife.Actions.Typeless.TypelessAction.Update
name: Update
@@ -2746,12 +2790,13 @@ references:
name: GameTime
nameWithType: GameTime
fullName: Microsoft.Xna.Framework.GameTime
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+- uid: System.Single
+ commentId: T:System.Single
+ parent: System
+ isExternal: true
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
- uid: TinyLife.Objects.MapObject
commentId: T:TinyLife.Objects.MapObject
parent: TinyLife.Objects
@@ -2764,11 +2809,6 @@ references:
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
- uid: MLEM.Animations.SpriteAnimation.Completed
commentId: T:MLEM.Animations.SpriteAnimation.Completed
isExternal: true
@@ -2838,61 +2878,8 @@ references:
name: Validate
nameWithType: TypelessAction.Validate
fullName: TinyLife.Actions.Typeless.TypelessAction.Validate
-- uid: TinyLife.Actions.MultiAction
- commentId: T:TinyLife.Actions.MultiAction
- parent: TinyLife.Actions
- name: MultiAction
- nameWithType: MultiAction
- fullName: TinyLife.Actions.MultiAction
-- uid: TinyLife.Actions.SocialAction
- commentId: T:TinyLife.Actions.SocialAction
- parent: TinyLife.Actions
- name: SocialAction
- nameWithType: SocialAction
- fullName: TinyLife.Actions.SocialAction
-- uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- parent: TinyLife.Actions.Typeless.TypelessAction
- name: GetInProgressTime()
- nameWithType: TypelessAction.GetInProgressTime()
- fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime()
- spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: TypelessAction.GetInProgressTime
- fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: TypelessAction.GetInProgressTime
- fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
-- uid: System.TimeSpan.Zero
- commentId: F:System.TimeSpan.Zero
- isExternal: true
-- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress*
- commentId: Overload:TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
-- uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime*
- commentId: Overload:TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: TypelessAction.GetInProgressTime
- fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
-- uid: TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
- commentId: M:TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
+- uid: TinyLife.Objects.Person.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
+ commentId: M:TinyLife.Objects.Person.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
isExternal: true
- uid: TinyLife.Actions.Typeless.TypelessAction.StartedAutomatically
commentId: P:TinyLife.Actions.Typeless.TypelessAction.StartedAutomatically
@@ -2911,13 +2898,6 @@ references:
name: SkillType
nameWithType: SkillType
fullName: TinyLife.Skills.SkillType
-- uid: System.Single
- commentId: T:System.Single
- parent: System
- isExternal: true
- name: Single
- nameWithType: Single
- fullName: System.Single
- uid: TinyLife.Skills
commentId: N:TinyLife.Skills
name: TinyLife.Skills
@@ -3428,6 +3408,11 @@ references:
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
+- uid: TinyLife
+ commentId: N:TinyLife
+ name: TinyLife
+ nameWithType: TinyLife
+ fullName: TinyLife
- uid: TinyLife.Actions.PrepareFoodAction
commentId: T:TinyLife.Actions.PrepareFoodAction
isExternal: true
@@ -3603,14 +3588,15 @@ references:
- uid: TinyLife.Objects.ObjectCategory.Chair
commentId: F:TinyLife.Objects.ObjectCategory.Chair
isExternal: true
-- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
- name: Sit(Person, Furniture, GameSpeed, ActionSpot)
- nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
- fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
+ isExternal: true
+ name: Sit(Person, Furniture, Single, ActionSpot)
+ nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -3631,10 +3617,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -3646,7 +3633,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -3667,10 +3654,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
diff --git a/api/TinyLife.Actions.UnderlyingActionHandler.yml b/api/TinyLife.Actions.UnderlyingActionHandler.yml
index 81f49c7..06c4432 100644
--- a/api/TinyLife.Actions.UnderlyingActionHandler.yml
+++ b/api/TinyLife.Actions.UnderlyingActionHandler.yml
@@ -9,7 +9,7 @@ items:
- TinyLife.Actions.UnderlyingActionHandler.Initialize(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
- TinyLife.Actions.UnderlyingActionHandler.InitializeExact(TinyLife.Actions.Typeless.TypelessAction,System.Boolean)
- TinyLife.Actions.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)
- - TinyLife.Actions.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.UnderlyingActionHandler.Validate(TinyLife.Objects.Person)
langs:
- csharp
@@ -22,14 +22,14 @@ items:
remote:
path: TinyLife/Actions/UnderlyingActionHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UnderlyingActionHandler
path: Actions/UnderlyingActionHandler.cs
startLine: 13
assemblies:
- Tiny Life
namespace: TinyLife.Actions
- summary: "\nAn UnderlyingAction is a class that can instantiate a single that will be executed as part of the action it is used in.\nNote that, when using this class, , and especially have to be called in the appropriate places.\n"
+ summary: "\nAn UnderlyingAction is a class that can instantiate a single that will be executed as part of the action it is used in.\nNote that, when using this class, , and especially have to be called in the appropriate places.\n"
example: []
syntax:
content: >-
@@ -77,7 +77,7 @@ items:
remote:
path: TinyLife/Actions/UnderlyingActionHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Action
path: Actions/UnderlyingActionHandler.cs
startLine: 20
@@ -128,7 +128,7 @@ items:
remote:
path: TinyLife/Actions/UnderlyingActionHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: Actions/UnderlyingActionHandler.cs
startLine: 32
@@ -175,7 +175,7 @@ items:
remote:
path: TinyLife/Actions/UnderlyingActionHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitializeExact
path: Actions/UnderlyingActionHandler.cs
startLine: 45
@@ -199,32 +199,32 @@ items:
- public
modifiers.vb:
- Public
-- uid: TinyLife.Actions.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.UnderlyingActionHandler
langs:
- csharp
- vb
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: UnderlyingActionHandler.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: UnderlyingActionHandler.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Actions/UnderlyingActionHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Actions/UnderlyingActionHandler.cs
startLine: 63
assemblies:
- Tiny Life
namespace: TinyLife.Actions
- summary: "\nUpdates the , if it exists.\nThis action should be called at the end of or any derived methods.\n"
+ summary: "\nUpdates the , if it exists.\nThis action should be called at the end of or any derived methods.\n"
example: []
syntax:
- content: public void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: public void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -232,10 +232,10 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed, in game time
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's current speed setting
- content.vb: Public Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Public Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overload: TinyLife.Actions.UnderlyingActionHandler.Update*
modifiers.csharp:
- public
@@ -256,7 +256,7 @@ items:
remote:
path: TinyLife/Actions/UnderlyingActionHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Actions/UnderlyingActionHandler.cs
startLine: 78
@@ -292,7 +292,7 @@ items:
remote:
path: TinyLife/Actions/UnderlyingActionHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: Actions/UnderlyingActionHandler.cs
startLine: 92
@@ -317,8 +317,8 @@ references:
- uid: TinyLife.Actions.UnderlyingActionHandler.Action
commentId: P:TinyLife.Actions.UnderlyingActionHandler.Action
isExternal: true
-- uid: TinyLife.Actions.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
isExternal: true
- uid: TinyLife.Actions.UnderlyingActionHandler.Validate(TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.UnderlyingActionHandler.Validate(TinyLife.Objects.Person)
@@ -759,15 +759,15 @@ references:
name: InitializeExact
nameWithType: UnderlyingActionHandler.InitializeExact
fullName: TinyLife.Actions.UnderlyingActionHandler.InitializeExact
-- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Action
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: Action.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: Action.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: Action.Update
fullName: TinyLife.Actions.Action.Update
@@ -790,15 +790,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: Action.Update
fullName: TinyLife.Actions.Action.Update
@@ -821,13 +822,17 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
+- uid: TinyLife.GameImpl.Speed
+ commentId: P:TinyLife.GameImpl.Speed
+ isExternal: true
- uid: TinyLife.Actions.UnderlyingActionHandler.Update*
commentId: Overload:TinyLife.Actions.UnderlyingActionHandler.Update
name: Update
@@ -847,12 +852,13 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+- uid: System.Single
+ commentId: T:System.Single
+ parent: System
+ isExternal: true
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
- uid: TinyLife.Actions.Action
commentId: T:TinyLife.Actions.Action
parent: TinyLife.Actions
@@ -865,11 +871,6 @@ references:
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
- uid: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
parent: TinyLife.Actions.Action
diff --git a/api/TinyLife.Actions.WalkAction.yml b/api/TinyLife.Actions.WalkAction.yml
index c763562..1dc9144 100644
--- a/api/TinyLife.Actions.WalkAction.yml
+++ b/api/TinyLife.Actions.WalkAction.yml
@@ -9,7 +9,7 @@ items:
- TinyLife.Actions.WalkAction.DrainEnergy
- TinyLife.Actions.WalkAction.FindPath(Microsoft.Xna.Framework.Point)
- TinyLife.Actions.WalkAction.GetSpeed
- - TinyLife.Actions.WalkAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.WalkAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
langs:
- csharp
- vb
@@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Actions/WalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WalkAction
path: Actions/WalkAction.cs
startLine: 11
@@ -72,18 +72,18 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+ - TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+ - TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail
- - TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
- - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@@ -125,7 +125,7 @@ items:
remote:
path: TinyLife/Actions/WalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrainEnergy
path: Actions/WalkAction.cs
startLine: 18
@@ -168,7 +168,7 @@ items:
remote:
path: TinyLife/Actions/WalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/WalkAction.cs
startLine: 21
@@ -207,7 +207,7 @@ items:
remote:
path: TinyLife/Actions/WalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindPath
path: Actions/WalkAction.cs
startLine: 25
@@ -249,7 +249,7 @@ items:
remote:
path: TinyLife/Actions/WalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSpeed
path: Actions/WalkAction.cs
startLine: 30
@@ -272,32 +272,32 @@ items:
modifiers.vb:
- Protected
- Overrides
-- uid: TinyLife.Actions.WalkAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.WalkAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.WalkAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.WalkAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.WalkAction
langs:
- csharp
- vb
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: WalkAction.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.WalkAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: WalkAction.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.WalkAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Actions/WalkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Actions/WalkAction.cs
startLine: 35
assemblies:
- Tiny Life
namespace: TinyLife.Actions
- summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the is modified in this method and is called.\n"
+ summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the is modified in this method and is called.\n"
example: []
syntax:
- content: public override void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -305,11 +305,11 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed, in game time
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's current speed setting
- content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
- overridden: TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
+ overridden: TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.WalkAction.Update*
modifiers.csharp:
- public
@@ -957,68 +957,24 @@ references:
name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+- uid: TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+ commentId: P:TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+ parent: TinyLife.Actions.Typeless.TypelessAction
+ name: InProgressTime
+ nameWithType: TypelessAction.InProgressTime
+ fullName: TinyLife.Actions.Typeless.TypelessAction.InProgressTime
+- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ parent: TinyLife.Actions.Typeless.TypelessAction
+ name: FullyInProgress
+ nameWithType: TypelessAction.FullyInProgress
+ fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail
nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.TypelessAction.ForceFail
-- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- parent: TinyLife.Actions.Typeless.TypelessAction
- name: IsFullyInProgress()
- nameWithType: TypelessAction.IsFullyInProgress()
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress()
- spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- parent: TinyLife.Actions.Typeless.TypelessAction
- name: GetInProgressTime()
- nameWithType: TypelessAction.GetInProgressTime()
- fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime()
- spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: TypelessAction.GetInProgressTime
- fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: TypelessAction.GetInProgressTime
- fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction
@@ -1549,15 +1505,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
- name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
+ name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1572,10 +1528,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1602,7 +1559,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1617,10 +1574,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1833,14 +1791,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
- name: Sit(Person, Furniture, GameSpeed, ActionSpot)
- nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
- fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
+ isExternal: true
+ name: Sit(Person, Furniture, Single, ActionSpot)
+ nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -1861,10 +1820,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1876,7 +1836,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -1897,10 +1857,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -3618,15 +3579,15 @@ references:
name: Single
nameWithType: Single
fullName: System.Single
-- uid: TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.PathfindAction
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: PathfindAction.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: PathfindAction.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: PathfindAction.Update
fullName: TinyLife.Actions.PathfindAction.Update
@@ -3649,15 +3610,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: PathfindAction.Update
fullName: TinyLife.Actions.PathfindAction.Update
@@ -3680,10 +3642,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -3706,14 +3669,3 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
diff --git a/api/TinyLife.Actions.WatchTvAction.Channel.yml b/api/TinyLife.Actions.WatchTvAction.Channel.yml
index bbe96b0..c5774af 100644
--- a/api/TinyLife.Actions.WatchTvAction.Channel.yml
+++ b/api/TinyLife.Actions.WatchTvAction.Channel.yml
@@ -22,10 +22,10 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Channel
path: Actions/WatchTvAction.cs
- startLine: 189
+ startLine: 187
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -57,10 +57,10 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Comedy
path: Actions/WatchTvAction.cs
- startLine: 194
+ startLine: 192
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -91,10 +91,10 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cooking
path: Actions/WatchTvAction.cs
- startLine: 198
+ startLine: 196
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -125,10 +125,10 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Romance
path: Actions/WatchTvAction.cs
- startLine: 202
+ startLine: 200
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -159,10 +159,10 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Drama
path: Actions/WatchTvAction.cs
- startLine: 206
+ startLine: 204
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -193,10 +193,10 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: News
path: Actions/WatchTvAction.cs
- startLine: 210
+ startLine: 208
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -227,10 +227,10 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cartoons
path: Actions/WatchTvAction.cs
- startLine: 214
+ startLine: 212
assemblies:
- Tiny Life
namespace: TinyLife.Actions
diff --git a/api/TinyLife.Actions.WatchTvAction.yml b/api/TinyLife.Actions.WatchTvAction.yml
index 1454628..fe49e4f 100644
--- a/api/TinyLife.Actions.WatchTvAction.yml
+++ b/api/TinyLife.Actions.WatchTvAction.yml
@@ -9,13 +9,13 @@ items:
- TinyLife.Actions.WatchTvAction.AndThenInitialize
- TinyLife.Actions.WatchTvAction.AndThenIsCompleted
- TinyLife.Actions.WatchTvAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
- - TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.WatchTvAction.CanMultitask(TinyLife.Actions.Action)
- TinyLife.Actions.WatchTvAction.CreateFirstActions
+ - TinyLife.Actions.WatchTvAction.FullyInProgress
- TinyLife.Actions.WatchTvAction.GetSeating(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Int32)
- TinyLife.Actions.WatchTvAction.GetViewers(TinyLife.Objects.Furniture,System.Int32)
- TinyLife.Actions.WatchTvAction.GetViewingArea(TinyLife.Objects.Furniture,System.Int32)
- - TinyLife.Actions.WatchTvAction.IsFullyInProgress
langs:
- csharp
- vb
@@ -27,7 +27,7 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WatchTvAction
path: Actions/WatchTvAction.cs
startLine: 20
@@ -51,16 +51,16 @@ items:
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- - TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.Handler
+ - TinyLife.Actions.MultiAction.MainElapsedTime
+ - TinyLife.Actions.MultiAction.InProgressTime
- TinyLife.Actions.MultiAction.PreInitialize
- - TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.MultiAction.Initialize
- TinyLife.Actions.MultiAction.IsCompleted
- TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
- TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
- - TinyLife.Actions.MultiAction.GetInProgressTime
- TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
- TinyLife.Actions.Action.Type
- TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
@@ -84,11 +84,11 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
- - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@@ -115,6 +115,47 @@ items:
modifiers.vb:
- Public
- Class
+- uid: TinyLife.Actions.WatchTvAction.FullyInProgress
+ commentId: P:TinyLife.Actions.WatchTvAction.FullyInProgress
+ id: FullyInProgress
+ parent: TinyLife.Actions.WatchTvAction
+ langs:
+ - csharp
+ - vb
+ name: FullyInProgress
+ nameWithType: WatchTvAction.FullyInProgress
+ fullName: TinyLife.Actions.WatchTvAction.FullyInProgress
+ type: Property
+ source:
+ remote:
+ path: TinyLife/Actions/WatchTvAction.cs
+ branch: master
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
+ id: FullyInProgress
+ path: Actions/WatchTvAction.cs
+ startLine: 32
+ assemblies:
+ - Tiny Life
+ namespace: TinyLife.Actions
+ summary: "\nReturns whether this action is currently "properly" in progress.\nThis is used by and and returns true only once the first actions are completed or the conversation has started, respectively.\nBy default, this property is true if is greater than .\n"
+ example: []
+ syntax:
+ content: public override bool FullyInProgress { get; }
+ parameters: []
+ return:
+ type: System.Boolean
+ description: Whether this action is fully in progress
+ content.vb: Public Overrides ReadOnly Property FullyInProgress As Boolean
+ overridden: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ overload: TinyLife.Actions.WatchTvAction.FullyInProgress*
+ modifiers.csharp:
+ - public
+ - override
+ - get
+ modifiers.vb:
+ - Public
+ - Overrides
+ - ReadOnly
- uid: TinyLife.Actions.WatchTvAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.WatchTvAction.Channel)
commentId: M:TinyLife.Actions.WatchTvAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.WatchTvAction.Channel)
id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.WatchTvAction.Channel)'
@@ -130,10 +171,10 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/WatchTvAction.cs
- startLine: 32
+ startLine: 35
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -168,10 +209,10 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: Actions/WatchTvAction.cs
- startLine: 37
+ startLine: 40
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -206,10 +247,10 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: Actions/WatchTvAction.cs
- startLine: 65
+ startLine: 68
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -226,32 +267,32 @@ items:
modifiers.vb:
- Protected
- Overrides
-- uid: TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.WatchTvAction
langs:
- csharp
- vb
- name: AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- nameWithType: WatchTvAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: AndThenUpdate(GameTime, TimeSpan, Single)
+ nameWithType: WatchTvAction.AndThenUpdate(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: Actions/WatchTvAction.cs
- startLine: 72
+ startLine: 75
assemblies:
- Tiny Life
namespace: TinyLife.Actions
- summary: "\nMultiAction version of .\nThis method is called every update frame while the main action is active.\nBy default, only is increased.\n"
+ summary: "\nMultiAction version of .\nThis method is called every update frame while the main action is active.\nBy default, only is increased.\n"
example: []
syntax:
- content: protected override void AndThenUpdate(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: protected override void AndThenUpdate(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -259,11 +300,11 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed, in game time
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's speed
- content.vb: Protected Overrides Sub AndThenUpdate(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
- overridden: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Protected Overrides Sub AndThenUpdate(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
+ overridden: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.WatchTvAction.AndThenUpdate*
modifiers.csharp:
- protected
@@ -286,10 +327,10 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: Actions/WatchTvAction.cs
- startLine: 95
+ startLine: 98
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -324,10 +365,10 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: Actions/WatchTvAction.cs
- startLine: 104
+ startLine: 107
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -351,44 +392,6 @@ items:
modifiers.vb:
- Public
- Overrides
-- uid: TinyLife.Actions.WatchTvAction.IsFullyInProgress
- commentId: M:TinyLife.Actions.WatchTvAction.IsFullyInProgress
- id: IsFullyInProgress
- parent: TinyLife.Actions.WatchTvAction
- langs:
- - csharp
- - vb
- name: IsFullyInProgress()
- nameWithType: WatchTvAction.IsFullyInProgress()
- fullName: TinyLife.Actions.WatchTvAction.IsFullyInProgress()
- type: Method
- source:
- remote:
- path: TinyLife/Actions/WatchTvAction.cs
- branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
- id: IsFullyInProgress
- path: Actions/WatchTvAction.cs
- startLine: 114
- assemblies:
- - Tiny Life
- namespace: TinyLife.Actions
- summary: "\nReturns whether this action is currently "properly" in progress.\nThis is used by and and returns true only once the first actions are completed or the conversation has started, respectively.\nBy default, this method returns true if is greater than .\n"
- example: []
- syntax:
- content: public override bool IsFullyInProgress()
- return:
- type: System.Boolean
- description: Whether this action is fully in progress
- content.vb: Public Overrides Function IsFullyInProgress As Boolean
- overridden: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- overload: TinyLife.Actions.WatchTvAction.IsFullyInProgress*
- modifiers.csharp:
- - public
- - override
- modifiers.vb:
- - Public
- - Overrides
- uid: TinyLife.Actions.WatchTvAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.WatchTvAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
id: AndThenOnCompleted(TinyLife.Actions.CompletionType)
@@ -404,10 +407,10 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: Actions/WatchTvAction.cs
- startLine: 119
+ startLine: 117
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -443,10 +446,10 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetViewingArea
path: Actions/WatchTvAction.cs
- startLine: 154
+ startLine: 152
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -487,10 +490,10 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSeating
path: Actions/WatchTvAction.cs
- startLine: 167
+ startLine: 165
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -534,10 +537,10 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetViewers
path: Actions/WatchTvAction.cs
- startLine: 181
+ startLine: 179
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@@ -620,18 +623,24 @@ references:
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
-- uid: TinyLife.Actions.MultiAction.MainElapsedTime
- commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
- parent: TinyLife.Actions.MultiAction
- name: MainElapsedTime
- nameWithType: MultiAction.MainElapsedTime
- fullName: TinyLife.Actions.MultiAction.MainElapsedTime
- uid: TinyLife.Actions.MultiAction.Handler
commentId: F:TinyLife.Actions.MultiAction.Handler
parent: TinyLife.Actions.MultiAction
name: Handler
nameWithType: MultiAction.Handler
fullName: TinyLife.Actions.MultiAction.Handler
+- uid: TinyLife.Actions.MultiAction.MainElapsedTime
+ commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
+ parent: TinyLife.Actions.MultiAction
+ name: MainElapsedTime
+ nameWithType: MultiAction.MainElapsedTime
+ fullName: TinyLife.Actions.MultiAction.MainElapsedTime
+- uid: TinyLife.Actions.MultiAction.InProgressTime
+ commentId: P:TinyLife.Actions.MultiAction.InProgressTime
+ parent: TinyLife.Actions.MultiAction
+ name: InProgressTime
+ nameWithType: MultiAction.InProgressTime
+ fullName: TinyLife.Actions.MultiAction.InProgressTime
- uid: TinyLife.Actions.MultiAction.PreInitialize
commentId: M:TinyLife.Actions.MultiAction.PreInitialize
parent: TinyLife.Actions.MultiAction
@@ -660,15 +669,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: MultiAction.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: MultiAction.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@@ -691,15 +700,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@@ -722,10 +732,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -893,34 +904,6 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.MultiAction.GetInProgressTime
- commentId: M:TinyLife.Actions.MultiAction.GetInProgressTime
- parent: TinyLife.Actions.MultiAction
- name: GetInProgressTime()
- nameWithType: MultiAction.GetInProgressTime()
- fullName: TinyLife.Actions.MultiAction.GetInProgressTime()
- spec.csharp:
- - uid: TinyLife.Actions.MultiAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: MultiAction.GetInProgressTime
- fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.MultiAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: MultiAction.GetInProgressTime
- fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
parent: TinyLife.Actions.MultiAction
@@ -1839,15 +1822,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
- name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
+ name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1862,10 +1845,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1892,7 +1876,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1907,10 +1891,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -2123,14 +2108,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
- name: Sit(Person, Furniture, GameSpeed, ActionSpot)
- nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
- fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
+ isExternal: true
+ name: Sit(Person, Furniture, Single, ActionSpot)
+ nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -2151,10 +2137,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -2166,7 +2153,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -2187,10 +2174,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -3662,6 +3650,24 @@ references:
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
+- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ parent: TinyLife.Actions.Typeless.TypelessAction
+ name: FullyInProgress
+ nameWithType: TypelessAction.FullyInProgress
+ fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+- uid: TinyLife.Actions.WatchTvAction.FullyInProgress*
+ commentId: Overload:TinyLife.Actions.WatchTvAction.FullyInProgress
+ name: FullyInProgress
+ nameWithType: WatchTvAction.FullyInProgress
+ fullName: TinyLife.Actions.WatchTvAction.FullyInProgress
+- uid: System.Boolean
+ commentId: T:System.Boolean
+ parent: System
+ isExternal: true
+ name: Boolean
+ nameWithType: Boolean
+ fullName: System.Boolean
- uid: TinyLife.Actions.WatchTvAction.#ctor*
commentId: Overload:TinyLife.Actions.WatchTvAction.#ctor
name: WatchTvAction
@@ -3838,15 +3844,15 @@ references:
name: AndThenInitialize
nameWithType: WatchTvAction.AndThenInitialize
fullName: TinyLife.Actions.WatchTvAction.AndThenInitialize
-- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
- name: AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: AndThenUpdate(GameTime, TimeSpan, Single)
+ nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@@ -3869,15 +3875,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@@ -3900,10 +3907,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -3926,23 +3934,19 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+- uid: System.Single
+ commentId: T:System.Single
+ parent: System
+ isExternal: true
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
- uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework
isExternal: true
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
- uid: TinyLife.Actions.MultiAction.AndThenIsCompleted
commentId: M:TinyLife.Actions.MultiAction.AndThenIsCompleted
parent: TinyLife.Actions.MultiAction
@@ -4023,46 +4027,6 @@ references:
name: CanMultitask
nameWithType: WatchTvAction.CanMultitask
fullName: TinyLife.Actions.WatchTvAction.CanMultitask
-- uid: System.Boolean
- commentId: T:System.Boolean
- parent: System
- isExternal: true
- name: Boolean
- nameWithType: Boolean
- fullName: System.Boolean
-- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- parent: TinyLife.Actions.Typeless.TypelessAction
- name: IsFullyInProgress()
- nameWithType: TypelessAction.IsFullyInProgress()
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress()
- spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
-- uid: TinyLife.Actions.WatchTvAction.IsFullyInProgress*
- commentId: Overload:TinyLife.Actions.WatchTvAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: WatchTvAction.IsFullyInProgress
- fullName: TinyLife.Actions.WatchTvAction.IsFullyInProgress
- uid: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.MultiAction
diff --git a/api/TinyLife.Actions.WorkAction.yml b/api/TinyLife.Actions.WorkAction.yml
index b755f9e..c0e6f53 100644
--- a/api/TinyLife.Actions.WorkAction.yml
+++ b/api/TinyLife.Actions.WorkAction.yml
@@ -20,7 +20,7 @@ items:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkAction
path: Actions/WorkAction.cs
startLine: 7
@@ -47,21 +47,21 @@ items:
inheritedMembers:
- TinyLife.Actions.OutOfTownAction.NeedsToTakeCareOf
- TinyLife.Actions.OutOfTownAction.CreateFirstActions
- - TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType)
- TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
- TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed
- TinyLife.Actions.OutOfTownAction.GetClosestExitRoad
- - TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.Handler
+ - TinyLife.Actions.MultiAction.MainElapsedTime
+ - TinyLife.Actions.MultiAction.InProgressTime
- TinyLife.Actions.MultiAction.PreInitialize
- - TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.MultiAction.Initialize
- TinyLife.Actions.MultiAction.IsCompleted
- TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
- TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
- - TinyLife.Actions.MultiAction.GetInProgressTime
- TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
- TinyLife.Actions.Action.Type
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
@@ -78,17 +78,17 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+ - TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail
- - TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
- - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@@ -130,7 +130,7 @@ items:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/WorkAction.cs
startLine: 10
@@ -166,7 +166,7 @@ items:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: Actions/WorkAction.cs
startLine: 15
@@ -201,7 +201,7 @@ items:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: Actions/WorkAction.cs
startLine: 21
@@ -239,7 +239,7 @@ items:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: Actions/WorkAction.cs
startLine: 28
@@ -354,15 +354,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.OutOfTownAction
isExternal: true
- name: AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- nameWithType: OutOfTownAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: AndThenUpdate(GameTime, TimeSpan, Single)
+ nameWithType: OutOfTownAction.AndThenUpdate(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: OutOfTownAction.AndThenUpdate
fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate
@@ -385,15 +385,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: OutOfTownAction.AndThenUpdate
fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate
@@ -416,10 +417,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -565,18 +567,24 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.MultiAction.MainElapsedTime
- commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
- parent: TinyLife.Actions.MultiAction
- name: MainElapsedTime
- nameWithType: MultiAction.MainElapsedTime
- fullName: TinyLife.Actions.MultiAction.MainElapsedTime
- uid: TinyLife.Actions.MultiAction.Handler
commentId: F:TinyLife.Actions.MultiAction.Handler
parent: TinyLife.Actions.MultiAction
name: Handler
nameWithType: MultiAction.Handler
fullName: TinyLife.Actions.MultiAction.Handler
+- uid: TinyLife.Actions.MultiAction.MainElapsedTime
+ commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
+ parent: TinyLife.Actions.MultiAction
+ name: MainElapsedTime
+ nameWithType: MultiAction.MainElapsedTime
+ fullName: TinyLife.Actions.MultiAction.MainElapsedTime
+- uid: TinyLife.Actions.MultiAction.InProgressTime
+ commentId: P:TinyLife.Actions.MultiAction.InProgressTime
+ parent: TinyLife.Actions.MultiAction
+ name: InProgressTime
+ nameWithType: MultiAction.InProgressTime
+ fullName: TinyLife.Actions.MultiAction.InProgressTime
- uid: TinyLife.Actions.MultiAction.PreInitialize
commentId: M:TinyLife.Actions.MultiAction.PreInitialize
parent: TinyLife.Actions.MultiAction
@@ -605,15 +613,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: MultiAction.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: MultiAction.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@@ -636,15 +644,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@@ -667,10 +676,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -838,34 +848,6 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.MultiAction.GetInProgressTime
- commentId: M:TinyLife.Actions.MultiAction.GetInProgressTime
- parent: TinyLife.Actions.MultiAction
- name: GetInProgressTime()
- nameWithType: MultiAction.GetInProgressTime()
- fullName: TinyLife.Actions.MultiAction.GetInProgressTime()
- spec.csharp:
- - uid: TinyLife.Actions.MultiAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: MultiAction.GetInProgressTime
- fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.MultiAction.GetInProgressTime
- name: GetInProgressTime
- nameWithType: MultiAction.GetInProgressTime
- fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
parent: TinyLife.Actions.MultiAction
@@ -1170,40 +1152,18 @@ references:
name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
+- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ parent: TinyLife.Actions.Typeless.TypelessAction
+ name: FullyInProgress
+ nameWithType: TypelessAction.FullyInProgress
+ fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail
nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.TypelessAction.ForceFail
-- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- parent: TinyLife.Actions.Typeless.TypelessAction
- name: IsFullyInProgress()
- nameWithType: TypelessAction.IsFullyInProgress()
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress()
- spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction
@@ -1734,15 +1694,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
- name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
- fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
+ name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1757,10 +1717,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1787,7 +1748,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@@ -1802,10 +1763,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -2018,14 +1980,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
- name: Sit(Person, Furniture, GameSpeed, ActionSpot)
- nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
- fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
+ isExternal: true
+ name: Sit(Person, Furniture, Single, ActionSpot)
+ nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -2046,10 +2009,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -2061,7 +2025,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -2082,10 +2046,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
diff --git a/api/TinyLife.Debug.CheatDelegate.yml b/api/TinyLife.Debug.CheatDelegate.yml
index dcf9c63..a6672fa 100644
--- a/api/TinyLife.Debug.CheatDelegate.yml
+++ b/api/TinyLife.Debug.CheatDelegate.yml
@@ -16,10 +16,10 @@ items:
remote:
path: TinyLife/Debug.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CheatDelegate
path: Debug.cs
- startLine: 493
+ startLine: 508
assemblies:
- Tiny Life
namespace: TinyLife
diff --git a/api/TinyLife.Debug.DebugDelegate.yml b/api/TinyLife.Debug.DebugDelegate.yml
index abbe19c..efcb135 100644
--- a/api/TinyLife.Debug.DebugDelegate.yml
+++ b/api/TinyLife.Debug.DebugDelegate.yml
@@ -16,10 +16,10 @@ items:
remote:
path: TinyLife/Debug.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DebugDelegate
path: Debug.cs
- startLine: 498
+ startLine: 513
assemblies:
- Tiny Life
namespace: TinyLife
diff --git a/api/TinyLife.Debug.yml b/api/TinyLife.Debug.yml
index 22e6235..1264da0 100644
--- a/api/TinyLife.Debug.yml
+++ b/api/TinyLife.Debug.yml
@@ -18,7 +18,7 @@ items:
remote:
path: TinyLife/Debug.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Debug
path: Debug.cs
startLine: 36
@@ -63,7 +63,7 @@ items:
remote:
path: TinyLife/Debug.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cheats
path: Debug.cs
startLine: 43
@@ -100,7 +100,7 @@ items:
remote:
path: TinyLife/Debug.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DebugLines
path: Debug.cs
startLine: 49
diff --git a/api/TinyLife.Emotions.EmotionModifier.Instance.yml b/api/TinyLife.Emotions.EmotionModifier.Instance.yml
index b71814f..c2049ff 100644
--- a/api/TinyLife.Emotions.EmotionModifier.Instance.yml
+++ b/api/TinyLife.Emotions.EmotionModifier.Instance.yml
@@ -23,7 +23,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance
path: Emotions/EmotionModifier.cs
startLine: 234
@@ -78,7 +78,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: Emotions/EmotionModifier.cs
startLine: 241
@@ -123,7 +123,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Amount
path: Emotions/EmotionModifier.cs
startLine: 246
@@ -168,7 +168,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TotalTime
path: Emotions/EmotionModifier.cs
startLine: 251
@@ -213,7 +213,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Time
path: Emotions/EmotionModifier.cs
startLine: 255
@@ -260,7 +260,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Source
path: Emotions/EmotionModifier.cs
startLine: 261
@@ -297,7 +297,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassTime
path: Emotions/EmotionModifier.cs
startLine: 280
@@ -333,7 +333,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Emotions/EmotionModifier.cs
startLine: 294
diff --git a/api/TinyLife.Emotions.EmotionModifier.yml b/api/TinyLife.Emotions.EmotionModifier.yml
index db20734..373a4bf 100644
--- a/api/TinyLife.Emotions.EmotionModifier.yml
+++ b/api/TinyLife.Emotions.EmotionModifier.yml
@@ -122,7 +122,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmotionModifier
path: Emotions/EmotionModifier.cs
startLine: 21
@@ -173,7 +173,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: Emotions/EmotionModifier.cs
startLine: 28
@@ -210,7 +210,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Asleep
path: Emotions/EmotionModifier.cs
startLine: 32
@@ -245,7 +245,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PeedSelf
path: Emotions/EmotionModifier.cs
startLine: 33
@@ -280,7 +280,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassedOut
path: Emotions/EmotionModifier.cs
startLine: 34
@@ -315,7 +315,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadBook
path: Emotions/EmotionModifier.cs
startLine: 35
@@ -350,7 +350,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FailedJoke
path: Emotions/EmotionModifier.cs
startLine: 36
@@ -385,7 +385,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DirtyDishes
path: Emotions/EmotionModifier.cs
startLine: 37
@@ -420,7 +420,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BadCreation
path: Emotions/EmotionModifier.cs
startLine: 38
@@ -455,7 +455,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BadCreationAngry
path: Emotions/EmotionModifier.cs
startLine: 39
@@ -490,7 +490,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PerfectCreation
path: Emotions/EmotionModifier.cs
startLine: 40
@@ -525,7 +525,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendDied
path: Emotions/EmotionModifier.cs
startLine: 41
@@ -560,7 +560,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SleptOutside
path: Emotions/EmotionModifier.cs
startLine: 42
@@ -595,7 +595,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DirtyConversationPartner
path: Emotions/EmotionModifier.cs
startLine: 43
@@ -630,7 +630,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CaughtBeingInappropriate
path: Emotions/EmotionModifier.cs
startLine: 44
@@ -665,7 +665,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BoringWork
path: Emotions/EmotionModifier.cs
startLine: 45
@@ -700,7 +700,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SawSomethingPersonal
path: Emotions/EmotionModifier.cs
startLine: 46
@@ -735,7 +735,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoodFood
path: Emotions/EmotionModifier.cs
startLine: 47
@@ -770,7 +770,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PleasantInteraction
path: Emotions/EmotionModifier.cs
startLine: 48
@@ -805,7 +805,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LovelyInteraction
path: Emotions/EmotionModifier.cs
startLine: 49
@@ -840,7 +840,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FailedRomance
path: Emotions/EmotionModifier.cs
startLine: 50
@@ -875,7 +875,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StartedDating
path: Emotions/EmotionModifier.cs
startLine: 51
@@ -910,7 +910,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BrokenUpWith
path: Emotions/EmotionModifier.cs
startLine: 52
@@ -945,7 +945,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Promoted
path: Emotions/EmotionModifier.cs
startLine: 53
@@ -980,7 +980,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Demoted
path: Emotions/EmotionModifier.cs
startLine: 54
@@ -1015,7 +1015,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fired
path: Emotions/EmotionModifier.cs
startLine: 55
@@ -1050,7 +1050,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BadFood
path: Emotions/EmotionModifier.cs
startLine: 56
@@ -1085,7 +1085,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FunFoolingAround
path: Emotions/EmotionModifier.cs
startLine: 57
@@ -1120,7 +1120,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FinishedMod
path: Emotions/EmotionModifier.cs
startLine: 58
@@ -1155,7 +1155,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HackingFail
path: Emotions/EmotionModifier.cs
startLine: 59
@@ -1190,7 +1190,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PositiveGauge
path: Emotions/EmotionModifier.cs
startLine: 60
@@ -1225,7 +1225,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NegativeGauge
path: Emotions/EmotionModifier.cs
startLine: 61
@@ -1260,7 +1260,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MeanConversationPartner
path: Emotions/EmotionModifier.cs
startLine: 62
@@ -1295,7 +1295,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RepairFail
path: Emotions/EmotionModifier.cs
startLine: 63
@@ -1330,7 +1330,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoolAroundFail
path: Emotions/EmotionModifier.cs
startLine: 64
@@ -1365,7 +1365,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WritersBlock
path: Emotions/EmotionModifier.cs
startLine: 65
@@ -1400,7 +1400,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FinishedBook
path: Emotions/EmotionModifier.cs
startLine: 66
@@ -1435,7 +1435,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ScrappedBook
path: Emotions/EmotionModifier.cs
startLine: 67
@@ -1470,7 +1470,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SuccessfullyPublished
path: Emotions/EmotionModifier.cs
startLine: 68
@@ -1505,7 +1505,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FailedPublishing
path: Emotions/EmotionModifier.cs
startLine: 69
@@ -1540,7 +1540,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InspiringIdeas
path: Emotions/EmotionModifier.cs
startLine: 70
@@ -1575,7 +1575,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreativelyInspired
path: Emotions/EmotionModifier.cs
startLine: 71
@@ -1610,7 +1610,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StrokeOfGenius
path: Emotions/EmotionModifier.cs
startLine: 72
@@ -1645,7 +1645,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IntrovertedOverstimulated
path: Emotions/EmotionModifier.cs
startLine: 73
@@ -1680,7 +1680,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InspiredByPride
path: Emotions/EmotionModifier.cs
startLine: 74
@@ -1715,7 +1715,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TvInspiredToCook
path: Emotions/EmotionModifier.cs
startLine: 75
@@ -1750,7 +1750,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TvSaddenedByNews
path: Emotions/EmotionModifier.cs
startLine: 76
@@ -1785,7 +1785,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TvExcitedByNews
path: Emotions/EmotionModifier.cs
startLine: 77
@@ -1820,7 +1820,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TvRomantic
path: Emotions/EmotionModifier.cs
startLine: 78
@@ -1855,7 +1855,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoodWalkthrough
path: Emotions/EmotionModifier.cs
startLine: 79
@@ -1890,7 +1890,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BoringWalkthrough
path: Emotions/EmotionModifier.cs
startLine: 80
@@ -1925,7 +1925,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BadTeammates
path: Emotions/EmotionModifier.cs
startLine: 81
@@ -1960,7 +1960,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RageQuit
path: Emotions/EmotionModifier.cs
startLine: 82
@@ -1995,7 +1995,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WonTournament
path: Emotions/EmotionModifier.cs
startLine: 83
@@ -2030,7 +2030,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LostTournament
path: Emotions/EmotionModifier.cs
startLine: 84
@@ -2065,7 +2065,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AsexualFoolingPartner
path: Emotions/EmotionModifier.cs
startLine: 85
@@ -2100,7 +2100,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AsexualFoolingDeclined
path: Emotions/EmotionModifier.cs
startLine: 86
@@ -2135,7 +2135,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoolingDeclined
path: Emotions/EmotionModifier.cs
startLine: 87
@@ -2170,7 +2170,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EnergizingJog
path: Emotions/EmotionModifier.cs
startLine: 88
@@ -2205,7 +2205,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EnergizingDumbbells
path: Emotions/EmotionModifier.cs
startLine: 89
@@ -2240,7 +2240,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PulledMuscle
path: Emotions/EmotionModifier.cs
startLine: 90
@@ -2275,7 +2275,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StandingDeskPositive
path: Emotions/EmotionModifier.cs
startLine: 91
@@ -2310,7 +2310,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StandingDeskSore
path: Emotions/EmotionModifier.cs
startLine: 92
@@ -2345,7 +2345,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FitnessLevelUp
path: Emotions/EmotionModifier.cs
startLine: 93
@@ -2380,7 +2380,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LazyWorkout
path: Emotions/EmotionModifier.cs
startLine: 94
@@ -2415,7 +2415,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeEnergetic
path: Emotions/EmotionModifier.cs
startLine: 95
@@ -2450,7 +2450,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeFrisky
path: Emotions/EmotionModifier.cs
startLine: 96
@@ -2485,7 +2485,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeFocused
path: Emotions/EmotionModifier.cs
startLine: 97
@@ -2520,7 +2520,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeFine
path: Emotions/EmotionModifier.cs
startLine: 98
@@ -2555,7 +2555,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooMuchProtein
path: Emotions/EmotionModifier.cs
startLine: 99
@@ -2590,7 +2590,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeFriskyAsexual
path: Emotions/EmotionModifier.cs
startLine: 100
@@ -2625,7 +2625,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DirtyHandsAfterToilet
path: Emotions/EmotionModifier.cs
startLine: 101
@@ -2660,7 +2660,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DarkRoom
path: Emotions/EmotionModifier.cs
startLine: 102
@@ -2695,7 +2695,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ThrewAwayInsteadOfCleaning
path: Emotions/EmotionModifier.cs
startLine: 103
@@ -2730,7 +2730,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IntrovertedCloseConversation
path: Emotions/EmotionModifier.cs
startLine: 104
@@ -2765,7 +2765,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IntrovertedStrangerDanger
path: Emotions/EmotionModifier.cs
startLine: 105
@@ -2800,7 +2800,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IntrovertedHomeLong
path: Emotions/EmotionModifier.cs
startLine: 106
@@ -2835,7 +2835,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExtrovertedNewRelationship
path: Emotions/EmotionModifier.cs
startLine: 107
@@ -2870,7 +2870,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExtrovertedConfusedByIntroversion
path: Emotions/EmotionModifier.cs
startLine: 108
@@ -2905,7 +2905,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DirtyObject
path: Emotions/EmotionModifier.cs
startLine: 109
@@ -2940,7 +2940,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UncomfortableCraftedFurniture
path: Emotions/EmotionModifier.cs
startLine: 110
@@ -2975,7 +2975,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AmazingCraftedFurniture
path: Emotions/EmotionModifier.cs
startLine: 111
@@ -3010,7 +3010,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelfCraftedFurniture
path: Emotions/EmotionModifier.cs
startLine: 112
@@ -3045,7 +3045,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WoodworkingSplinter
path: Emotions/EmotionModifier.cs
startLine: 113
@@ -3080,7 +3080,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ScrappedSomeonesProject
path: Emotions/EmotionModifier.cs
startLine: 114
@@ -3115,7 +3115,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RoughSchoolDay
path: Emotions/EmotionModifier.cs
startLine: 115
@@ -3150,7 +3150,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FunSchoolDay
path: Emotions/EmotionModifier.cs
startLine: 116
@@ -3185,7 +3185,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TerribleAtSchool
path: Emotions/EmotionModifier.cs
startLine: 117
@@ -3220,7 +3220,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GradesDown
path: Emotions/EmotionModifier.cs
startLine: 118
@@ -3255,7 +3255,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GradesUp
path: Emotions/EmotionModifier.cs
startLine: 119
@@ -3290,7 +3290,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BoringHomework
path: Emotions/EmotionModifier.cs
startLine: 120
@@ -3325,7 +3325,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ForgotHomework
path: Emotions/EmotionModifier.cs
startLine: 121
@@ -3360,7 +3360,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InterestingStory
path: Emotions/EmotionModifier.cs
startLine: 122
@@ -3395,7 +3395,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FunnyCartoons
path: Emotions/EmotionModifier.cs
startLine: 123
@@ -3430,7 +3430,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FunPlaying
path: Emotions/EmotionModifier.cs
startLine: 124
@@ -3465,7 +3465,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InspiringPlaying
path: Emotions/EmotionModifier.cs
startLine: 125
@@ -3500,7 +3500,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PsychedUp
path: Emotions/EmotionModifier.cs
startLine: 126
@@ -3535,7 +3535,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AggravatingConversation
path: Emotions/EmotionModifier.cs
startLine: 127
@@ -3570,7 +3570,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpsettingConversation
path: Emotions/EmotionModifier.cs
startLine: 128
@@ -3605,7 +3605,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Emotions/EmotionModifier.cs
startLine: 150
@@ -3640,7 +3640,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: Emotions/EmotionModifier.cs
startLine: 154
@@ -3675,7 +3675,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Emotion
path: Emotions/EmotionModifier.cs
startLine: 159
@@ -3710,7 +3710,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Condition
path: Emotions/EmotionModifier.cs
startLine: 165
@@ -3745,7 +3745,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Emotions/EmotionModifier.cs
startLine: 174
@@ -3793,7 +3793,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Emotions/EmotionModifier.cs
startLine: 188
@@ -3841,7 +3841,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCausedEmotion
path: Emotions/EmotionModifier.cs
startLine: 198
@@ -3880,7 +3880,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionModifier.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: Emotions/EmotionModifier.cs
startLine: 213
diff --git a/api/TinyLife.Emotions.EmotionType.TypeCategory.yml b/api/TinyLife.Emotions.EmotionType.TypeCategory.yml
index 60b1462..b354a27 100644
--- a/api/TinyLife.Emotions.EmotionType.TypeCategory.yml
+++ b/api/TinyLife.Emotions.EmotionType.TypeCategory.yml
@@ -19,7 +19,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TypeCategory
path: Emotions/EmotionType.cs
startLine: 90
@@ -54,7 +54,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Negative
path: Emotions/EmotionType.cs
startLine: 95
@@ -88,7 +88,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Positive
path: Emotions/EmotionType.cs
startLine: 99
@@ -122,7 +122,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Neutral
path: Emotions/EmotionType.cs
startLine: 103
diff --git a/api/TinyLife.Emotions.EmotionType.yml b/api/TinyLife.Emotions.EmotionType.yml
index 701e213..ceaad98 100644
--- a/api/TinyLife.Emotions.EmotionType.yml
+++ b/api/TinyLife.Emotions.EmotionType.yml
@@ -36,7 +36,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmotionType
path: Emotions/EmotionType.cs
startLine: 17
@@ -87,7 +87,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: Emotions/EmotionType.cs
startLine: 24
@@ -124,7 +124,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fine
path: Emotions/EmotionType.cs
startLine: 27
@@ -159,7 +159,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Uncomfortable
path: Emotions/EmotionType.cs
startLine: 28
@@ -194,7 +194,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Asleep
path: Emotions/EmotionType.cs
startLine: 29
@@ -229,7 +229,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Happy
path: Emotions/EmotionType.cs
startLine: 30
@@ -264,7 +264,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Embarrassed
path: Emotions/EmotionType.cs
startLine: 31
@@ -299,7 +299,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sad
path: Emotions/EmotionType.cs
startLine: 32
@@ -334,7 +334,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Bored
path: Emotions/EmotionType.cs
startLine: 33
@@ -369,7 +369,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Frisky
path: Emotions/EmotionType.cs
startLine: 34
@@ -404,7 +404,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Creative
path: Emotions/EmotionType.cs
startLine: 35
@@ -439,7 +439,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Focused
path: Emotions/EmotionType.cs
startLine: 36
@@ -474,7 +474,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Stunned
path: Emotions/EmotionType.cs
startLine: 37
@@ -509,7 +509,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Angry
path: Emotions/EmotionType.cs
startLine: 38
@@ -544,7 +544,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Energetic
path: Emotions/EmotionType.cs
startLine: 39
@@ -579,7 +579,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Emotions/EmotionType.cs
startLine: 45
@@ -614,7 +614,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: Emotions/EmotionType.cs
startLine: 49
@@ -649,7 +649,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Color
path: Emotions/EmotionType.cs
startLine: 54
@@ -684,7 +684,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Category
path: Emotions/EmotionType.cs
startLine: 59
@@ -719,7 +719,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Emotions/EmotionType.cs
startLine: 68
@@ -764,7 +764,7 @@ items:
remote:
path: TinyLife/Emotions/EmotionType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: Emotions/EmotionType.cs
startLine: 80
diff --git a/api/TinyLife.Emotions.IEmotionSource.yml b/api/TinyLife.Emotions.IEmotionSource.yml
index 37cfda2..2b6df28 100644
--- a/api/TinyLife.Emotions.IEmotionSource.yml
+++ b/api/TinyLife.Emotions.IEmotionSource.yml
@@ -17,7 +17,7 @@ items:
remote:
path: TinyLife/Emotions/IEmotionSource.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IEmotionSource
path: Emotions/IEmotionSource.cs
startLine: 10
@@ -52,7 +52,7 @@ items:
remote:
path: TinyLife/Emotions/IEmotionSource.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString
path: Emotions/IEmotionSource.cs
startLine: 15
diff --git a/api/TinyLife.GameImpl.GameMode.yml b/api/TinyLife.GameImpl.GameMode.yml
index 4fcee26..f96beba 100644
--- a/api/TinyLife.GameImpl.GameMode.yml
+++ b/api/TinyLife.GameImpl.GameMode.yml
@@ -20,10 +20,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameMode
path: GameImpl.cs
- startLine: 693
+ startLine: 694
assemblies:
- Tiny Life
namespace: TinyLife
@@ -55,10 +55,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MainMenu
path: GameImpl.cs
- startLine: 696
+ startLine: 697
assemblies:
- Tiny Life
namespace: TinyLife
@@ -89,10 +89,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelectHousehold
path: GameImpl.cs
- startLine: 698
+ startLine: 699
assemblies:
- Tiny Life
namespace: TinyLife
@@ -123,10 +123,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InGameHousehold
path: GameImpl.cs
- startLine: 700
+ startLine: 701
assemblies:
- Tiny Life
namespace: TinyLife
@@ -157,10 +157,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BuildOnly
path: GameImpl.cs
- startLine: 702
+ startLine: 703
assemblies:
- Tiny Life
namespace: TinyLife
diff --git a/api/TinyLife.GameImpl.yml b/api/TinyLife.GameImpl.yml
index 93f061d..7686b0c 100644
--- a/api/TinyLife.GameImpl.yml
+++ b/api/TinyLife.GameImpl.yml
@@ -42,7 +42,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameImpl
path: GameImpl.cs
startLine: 50
@@ -138,7 +138,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Version
path: GameImpl.cs
startLine: 55
@@ -175,7 +175,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance
path: GameImpl.cs
startLine: 61
@@ -214,7 +214,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GraphicsMetrics
path: GameImpl.cs
startLine: 65
@@ -251,7 +251,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Camera
path: GameImpl.cs
startLine: 69
@@ -288,7 +288,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Listener
path: GameImpl.cs
startLine: 73
@@ -325,7 +325,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Map
path: GameImpl.cs
startLine: 77
@@ -362,7 +362,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentTool
path: GameImpl.cs
startLine: 81
@@ -399,7 +399,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentTime
path: GameImpl.cs
startLine: 96
@@ -432,7 +432,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Weekday
path: GameImpl.cs
startLine: 100
@@ -469,7 +469,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentHousehold
path: GameImpl.cs
startLine: 104
@@ -506,7 +506,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Money
path: GameImpl.cs
startLine: 108
@@ -543,7 +543,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentLot
path: GameImpl.cs
startLine: 118
@@ -580,7 +580,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Speed
path: GameImpl.cs
startLine: 124
@@ -617,7 +617,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FollowingPerson
path: GameImpl.cs
startLine: 137
@@ -654,7 +654,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SaveName
path: GameImpl.cs
startLine: 149
@@ -691,7 +691,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mode
path: GameImpl.cs
startLine: 153
@@ -728,7 +728,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LoadContent
path: GameImpl.cs
startLine: 192
@@ -762,7 +762,7 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoUpdate
path: GameImpl.cs
startLine: 300
@@ -799,10 +799,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoDraw
path: GameImpl.cs
- startLine: 401
+ startLine: 402
assemblies:
- Tiny Life
namespace: TinyLife
@@ -836,10 +836,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dispose
path: GameImpl.cs
- startLine: 439
+ startLine: 440
assemblies:
- Tiny Life
namespace: TinyLife
@@ -873,10 +873,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsMouseOnUi
path: GameImpl.cs
- startLine: 454
+ startLine: 455
assemblies:
- Tiny Life
namespace: TinyLife
@@ -908,10 +908,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SwitchGameMode
path: GameImpl.cs
- startLine: 463
+ startLine: 464
assemblies:
- Tiny Life
namespace: TinyLife
@@ -944,10 +944,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeExtremelyFast
path: GameImpl.cs
- startLine: 528
+ startLine: 529
assemblies:
- Tiny Life
namespace: TinyLife
@@ -979,10 +979,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanSaveOrSwitchModes
path: GameImpl.cs
- startLine: 539
+ startLine: 540
assemblies:
- Tiny Life
namespace: TinyLife
@@ -1014,10 +1014,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FadeKeyboardLighting
path: GameImpl.cs
- startLine: 556
+ startLine: 557
assemblies:
- Tiny Life
namespace: TinyLife
@@ -1050,17 +1050,17 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeScreenshot
path: GameImpl.cs
- startLine: 580
+ startLine: 581
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nTakes a screenshot and stores it in the default location, using a file name that contains the current date and time\n"
example: []
syntax:
- content: public void TakeScreenshot(Point size, RectangleF? visibleArea = null, Matrix? visibleMatrix = null, RenderTarget2D lightmap = null)
+ content: public void TakeScreenshot(Point size, RectangleF? visibleArea = default(RectangleF? ), Matrix? visibleMatrix = default(Matrix? ), RenderTarget2D lightmap = null)
parameters:
- id: size
type: Microsoft.Xna.Framework.Point
diff --git a/api/TinyLife.GameSpeed.yml b/api/TinyLife.GameSpeed.yml
index 1a99f46..c0e20f8 100644
--- a/api/TinyLife.GameSpeed.yml
+++ b/api/TinyLife.GameSpeed.yml
@@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameSpeed
path: Options.cs
startLine: 315
@@ -56,7 +56,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Paused
path: Options.cs
startLine: 320
@@ -90,7 +90,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Regular
path: Options.cs
startLine: 324
@@ -124,7 +124,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fast
path: Options.cs
startLine: 328
@@ -158,7 +158,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VeryFast
path: Options.cs
startLine: 332
@@ -192,7 +192,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExtremelyFast
path: Options.cs
startLine: 337
diff --git a/api/TinyLife.GenealogyType.yml b/api/TinyLife.GenealogyType.yml
index 54e1116..ced91e5 100644
--- a/api/TinyLife.GenealogyType.yml
+++ b/api/TinyLife.GenealogyType.yml
@@ -25,7 +25,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GenealogyType
path: Relationship.cs
startLine: 237
@@ -61,7 +61,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Unrelated
path: Relationship.cs
startLine: 242
@@ -95,7 +95,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Parent
path: Relationship.cs
startLine: 246
@@ -129,7 +129,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Child
path: Relationship.cs
startLine: 250
@@ -163,7 +163,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sibling
path: Relationship.cs
startLine: 254
@@ -197,7 +197,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Nibling
path: Relationship.cs
startLine: 258
@@ -231,7 +231,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pibling
path: Relationship.cs
startLine: 262
@@ -265,7 +265,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Grandparent
path: Relationship.cs
startLine: 266
@@ -299,7 +299,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Grandchild
path: Relationship.cs
startLine: 270
@@ -333,7 +333,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DistantlyRelated
path: Relationship.cs
startLine: 274
diff --git a/api/TinyLife.Goals.AmountGoal.yml b/api/TinyLife.Goals.AmountGoal.yml
index b0ea8ad..4db12db 100644
--- a/api/TinyLife.Goals.AmountGoal.yml
+++ b/api/TinyLife.Goals.AmountGoal.yml
@@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Goals/AmountGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AmountGoal
path: Goals/AmountGoal.cs
startLine: 8
@@ -84,7 +84,7 @@ items:
remote:
path: TinyLife/Goals/AmountGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/AmountGoal.cs
startLine: 14
@@ -120,7 +120,7 @@ items:
remote:
path: TinyLife/Goals/AmountGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: Goals/AmountGoal.cs
startLine: 20
@@ -158,7 +158,7 @@ items:
remote:
path: TinyLife/Goals/AmountGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset
path: Goals/AmountGoal.cs
startLine: 25
@@ -193,7 +193,7 @@ items:
remote:
path: TinyLife/Goals/AmountGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayedProgress
path: Goals/AmountGoal.cs
startLine: 30
@@ -231,7 +231,7 @@ items:
remote:
path: TinyLife/Goals/AmountGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: Goals/AmountGoal.cs
startLine: 35
diff --git a/api/TinyLife.Goals.AutoGoalInfo.yml b/api/TinyLife.Goals.AutoGoalInfo.yml
index 2124342..0fcdc69 100644
--- a/api/TinyLife.Goals.AutoGoalInfo.yml
+++ b/api/TinyLife.Goals.AutoGoalInfo.yml
@@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AutoGoalInfo
path: Goals/GoalInfo.cs
startLine: 44
@@ -78,7 +78,7 @@ items:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Timed
path: Goals/GoalInfo.cs
startLine: 64
@@ -134,7 +134,7 @@ items:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Amount
path: Goals/GoalInfo.cs
startLine: 78
@@ -190,7 +190,7 @@ items:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Distinct
path: Goals/GoalInfo.cs
startLine: 94
@@ -249,7 +249,7 @@ items:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Distinct
path: Goals/GoalInfo.cs
startLine: 113
@@ -308,7 +308,7 @@ items:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Conditioned
path: Goals/GoalInfo.cs
startLine: 129
diff --git a/api/TinyLife.Goals.AutoTriggerGoal-1.yml b/api/TinyLife.Goals.AutoTriggerGoal-1.yml
index 4925232..cde200f 100644
--- a/api/TinyLife.Goals.AutoTriggerGoal-1.yml
+++ b/api/TinyLife.Goals.AutoTriggerGoal-1.yml
@@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AutoTriggerGoal
path: Goals/AutoTriggerGoal.cs
startLine: 8
@@ -96,7 +96,7 @@ items:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AutoInfo
path: Goals/AutoTriggerGoal.cs
startLine: 13
@@ -131,7 +131,7 @@ items:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/AutoTriggerGoal.cs
startLine: 16
@@ -169,7 +169,7 @@ items:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: Goals/AutoTriggerGoal.cs
startLine: 25
@@ -209,7 +209,7 @@ items:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Goals/AutoTriggerGoal.cs
startLine: 28
@@ -253,7 +253,7 @@ items:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: Goals/AutoTriggerGoal.cs
startLine: 44
@@ -302,7 +302,7 @@ items:
remote:
path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: Goals/AutoTriggerGoal.cs
startLine: 61
diff --git a/api/TinyLife.Goals.ConditionedGoal.yml b/api/TinyLife.Goals.ConditionedGoal.yml
index ed6ccbf..f189027 100644
--- a/api/TinyLife.Goals.ConditionedGoal.yml
+++ b/api/TinyLife.Goals.ConditionedGoal.yml
@@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConditionedGoal
path: Goals/ConditionedGoal.cs
startLine: 7
@@ -84,7 +84,7 @@ items:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/ConditionedGoal.cs
startLine: 13
@@ -120,7 +120,7 @@ items:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: Goals/ConditionedGoal.cs
startLine: 17
@@ -158,7 +158,7 @@ items:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset
path: Goals/ConditionedGoal.cs
startLine: 22
@@ -193,7 +193,7 @@ items:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayedProgress
path: Goals/ConditionedGoal.cs
startLine: 27
@@ -231,7 +231,7 @@ items:
remote:
path: TinyLife/Goals/ConditionedGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: Goals/ConditionedGoal.cs
startLine: 32
diff --git a/api/TinyLife.Goals.DistinctGoal.yml b/api/TinyLife.Goals.DistinctGoal.yml
index a377743..8c62a24 100644
--- a/api/TinyLife.Goals.DistinctGoal.yml
+++ b/api/TinyLife.Goals.DistinctGoal.yml
@@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DistinctGoal
path: Goals/DistinctGoal.cs
startLine: 9
@@ -84,7 +84,7 @@ items:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/DistinctGoal.cs
startLine: 16
@@ -120,7 +120,7 @@ items:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: Goals/DistinctGoal.cs
startLine: 22
@@ -158,7 +158,7 @@ items:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset
path: Goals/DistinctGoal.cs
startLine: 27
@@ -193,7 +193,7 @@ items:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayedProgress
path: Goals/DistinctGoal.cs
startLine: 32
@@ -231,7 +231,7 @@ items:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Goals/DistinctGoal.cs
startLine: 37
@@ -273,7 +273,7 @@ items:
remote:
path: TinyLife/Goals/DistinctGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: Goals/DistinctGoal.cs
startLine: 47
diff --git a/api/TinyLife.Goals.Goal.yml b/api/TinyLife.Goals.Goal.yml
index 28d9170..e6c2a1e 100644
--- a/api/TinyLife.Goals.Goal.yml
+++ b/api/TinyLife.Goals.Goal.yml
@@ -24,7 +24,7 @@ items:
remote:
path: TinyLife/Goals/Goal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goal
path: Goals/Goal.cs
startLine: 8
@@ -92,7 +92,7 @@ items:
remote:
path: TinyLife/Goals/Goal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Goals/Goal.cs
startLine: 15
@@ -137,7 +137,7 @@ items:
remote:
path: TinyLife/Goals/Goal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Set
path: Goals/Goal.cs
startLine: 19
@@ -174,7 +174,7 @@ items:
remote:
path: TinyLife/Goals/Goal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Info
path: Goals/Goal.cs
startLine: 23
@@ -211,7 +211,7 @@ items:
remote:
path: TinyLife/Goals/Goal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/Goal.cs
startLine: 30
@@ -250,7 +250,7 @@ items:
remote:
path: TinyLife/Goals/Goal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: Goals/Goal.cs
startLine: 40
@@ -287,7 +287,7 @@ items:
remote:
path: TinyLife/Goals/Goal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset
path: Goals/Goal.cs
startLine: 45
@@ -321,7 +321,7 @@ items:
remote:
path: TinyLife/Goals/Goal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayedProgress
path: Goals/Goal.cs
startLine: 52
@@ -358,7 +358,7 @@ items:
remote:
path: TinyLife/Goals/Goal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Goals/Goal.cs
startLine: 61
diff --git a/api/TinyLife.Goals.GoalInfo.yml b/api/TinyLife.Goals.GoalInfo.yml
index e7c56cc..e3e9ff8 100644
--- a/api/TinyLife.Goals.GoalInfo.yml
+++ b/api/TinyLife.Goals.GoalInfo.yml
@@ -19,7 +19,7 @@ items:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoalInfo
path: Goals/GoalInfo.cs
startLine: 10
@@ -75,7 +75,7 @@ items:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Goals/GoalInfo.cs
startLine: 15
@@ -110,7 +110,7 @@ items:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/GoalInfo.cs
startLine: 23
@@ -152,7 +152,7 @@ items:
remote:
path: TinyLife/Goals/GoalInfo.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct
path: Goals/GoalInfo.cs
startLine: 34
diff --git a/api/TinyLife.Goals.GoalSet.yml b/api/TinyLife.Goals.GoalSet.yml
index 0c39b28..b3bafe6 100644
--- a/api/TinyLife.Goals.GoalSet.yml
+++ b/api/TinyLife.Goals.GoalSet.yml
@@ -27,7 +27,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoalSet
path: Goals/GoalSet.cs
startLine: 45
@@ -90,7 +90,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Info
path: Goals/GoalSet.cs
startLine: 53
@@ -127,7 +127,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: Goals/GoalSet.cs
startLine: 57
@@ -164,7 +164,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/GoalSet.cs
startLine: 64
@@ -203,7 +203,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: Goals/GoalSet.cs
startLine: 74
@@ -238,7 +238,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: Goals/GoalSet.cs
startLine: 86
@@ -273,7 +273,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset
path: Goals/GoalSet.cs
startLine: 93
@@ -305,7 +305,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetGoals
path: Goals/GoalSet.cs
startLine: 103
@@ -348,7 +348,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetGoal
path: Goals/GoalSet.cs
startLine: 113
@@ -395,7 +395,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetGoal
path: Goals/GoalSet.cs
startLine: 123
@@ -438,7 +438,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplay
path: Goals/GoalSet.cs
startLine: 132
@@ -477,7 +477,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Goals/GoalSet.cs
startLine: 153
diff --git a/api/TinyLife.Goals.GoalSetInfo.yml b/api/TinyLife.Goals.GoalSetInfo.yml
index b211373..d70b137 100644
--- a/api/TinyLife.Goals.GoalSetInfo.yml
+++ b/api/TinyLife.Goals.GoalSetInfo.yml
@@ -19,7 +19,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoalSetInfo
path: Goals/GoalSet.cs
startLine: 15
@@ -73,7 +73,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Configurations
path: Goals/GoalSet.cs
startLine: 20
@@ -108,7 +108,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/GoalSet.cs
startLine: 26
@@ -147,7 +147,7 @@ items:
remote:
path: TinyLife/Goals/GoalSet.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct
path: Goals/GoalSet.cs
startLine: 35
diff --git a/api/TinyLife.Goals.GoalTrigger.yml b/api/TinyLife.Goals.GoalTrigger.yml
index dc5f6d3..64aca1e 100644
--- a/api/TinyLife.Goals.GoalTrigger.yml
+++ b/api/TinyLife.Goals.GoalTrigger.yml
@@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoalTrigger
path: Goals/GoalTrigger.cs
startLine: 8
@@ -66,14 +66,14 @@ items:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PersonUpdate
path: Goals/GoalTrigger.cs
startLine: 15
assemblies:
- Tiny Life
namespace: TinyLife.Goals
- summary: "\nA goal trigger for when a 's method is called.\nThis trigger is supported by and using the type parameter.\n"
+ summary: "\nA goal trigger for when a 's method is called.\nThis trigger is supported by and using the type parameter.\n"
example: []
syntax:
content: PersonUpdate = 1
@@ -100,7 +100,7 @@ items:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FurnitureCreated
path: Goals/GoalTrigger.cs
startLine: 21
@@ -134,7 +134,7 @@ items:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionCompleted
path: Goals/GoalTrigger.cs
startLine: 26
@@ -168,7 +168,7 @@ items:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionUpdate
path: Goals/GoalTrigger.cs
startLine: 31
@@ -202,7 +202,7 @@ items:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EarnMoney
path: Goals/GoalTrigger.cs
startLine: 36
@@ -361,8 +361,8 @@ references:
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
-- uid: TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
isExternal: true
- uid: TinyLife.Goals.TimedGoal
commentId: T:TinyLife.Goals.TimedGoal
diff --git a/api/TinyLife.Goals.Job.yml b/api/TinyLife.Goals.Job.yml
index 0261da1..1ab27ff 100644
--- a/api/TinyLife.Goals.Job.yml
+++ b/api/TinyLife.Goals.Job.yml
@@ -28,7 +28,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Job
path: Goals/Job.cs
startLine: 16
@@ -91,7 +91,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: Goals/Job.cs
startLine: 23
@@ -136,7 +136,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: Goals/Job.cs
startLine: 27
@@ -173,7 +173,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Performance
path: Goals/Job.cs
startLine: 32
@@ -220,7 +220,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Level
path: Goals/Job.cs
startLine: 38
@@ -267,7 +267,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyTasks
path: Goals/Job.cs
startLine: 43
@@ -314,7 +314,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentHourlyPay
path: Goals/Job.cs
startLine: 48
@@ -351,7 +351,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/Job.cs
startLine: 56
@@ -393,14 +393,14 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Goals/Job.cs
startLine: 69
assemblies:
- Tiny Life
namespace: TinyLife.Goals
- summary: "\nUpdates this job, changing the and according to this job's person's current actions.\nThis is called in .\n"
+ summary: "\nUpdates this job, changing the and according to this job's person's current actions.\nThis is called in .\n"
example: []
syntax:
content: public void Update(TimeSpan passedInGame)
@@ -429,7 +429,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddPerformance
path: Goals/Job.cs
startLine: 100
@@ -465,7 +465,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddLevel
path: Goals/Job.cs
startLine: 119
@@ -501,7 +501,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasRequiredPromotionSkills
path: Goals/Job.cs
startLine: 158
@@ -536,7 +536,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Goals/Job.cs
startLine: 170
@@ -1185,8 +1185,8 @@ references:
- uid: TinyLife.Goals.Job.Performance
commentId: P:TinyLife.Goals.Job.Performance
isExternal: true
-- uid: TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
isExternal: true
- uid: TinyLife.Goals.Job.Update*
commentId: Overload:TinyLife.Goals.Job.Update
diff --git a/api/TinyLife.Goals.JobType.yml b/api/TinyLife.Goals.JobType.yml
index 5aabada..081393f 100644
--- a/api/TinyLife.Goals.JobType.yml
+++ b/api/TinyLife.Goals.JobType.yml
@@ -40,7 +40,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JobType
path: Goals/JobType.cs
startLine: 23
@@ -101,7 +101,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: Goals/JobType.cs
startLine: 31
@@ -138,7 +138,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Goals/JobType.cs
startLine: 71
@@ -173,7 +173,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HourlyPay
path: Goals/JobType.cs
startLine: 76
@@ -208,7 +208,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkHours
path: Goals/JobType.cs
startLine: 81
@@ -243,7 +243,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OffWorkDays
path: Goals/JobType.cs
startLine: 86
@@ -278,7 +278,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPromotionSkills
path: Goals/JobType.cs
startLine: 91
@@ -315,7 +315,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MaxLevel
path: Goals/JobType.cs
startLine: 95
@@ -352,7 +352,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasSpecialLocalization
path: Goals/JobType.cs
startLine: 100
@@ -389,7 +389,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredAges
path: Goals/JobType.cs
startLine: 105
@@ -426,7 +426,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanQuitOrBeFired
path: Goals/JobType.cs
startLine: 110
@@ -463,7 +463,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyTasks
path: Goals/JobType.cs
startLine: 115
@@ -500,7 +500,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyTaskImportance
path: Goals/JobType.cs
startLine: 120
@@ -537,7 +537,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/JobType.cs
startLine: 129
@@ -585,7 +585,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct
path: Goals/JobType.cs
startLine: 142
@@ -627,7 +627,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsTimeToWork
path: Goals/JobType.cs
startLine: 152
@@ -637,7 +637,7 @@ items:
summary: "\nReturns whether the given time (or the game's current time) is in the bounds of and outside of the bounds of .\nIf this method returns true, can be started.\n"
example: []
syntax:
- content: public virtual bool IsTimeToWork(TimeSpan? time = null)
+ content: public virtual bool IsTimeToWork(TimeSpan? time = default(TimeSpan? ))
parameters:
- id: time
type: System.Nullable{System.TimeSpan}
@@ -671,7 +671,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToScheduleString
path: Goals/JobType.cs
startLine: 162
@@ -708,7 +708,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: Goals/JobType.cs
startLine: 176
@@ -718,7 +718,7 @@ items:
summary: "\nReturns the display name of this , based on the given level
.\nIf no level is given, the job's regular name, without the level-based suffix, is returned.\n"
example: []
syntax:
- content: public virtual string GetDisplayName(int? level = null)
+ content: public virtual string GetDisplayName(int? level = default(int? ))
parameters:
- id: level
type: System.Nullable{System.Int32}
@@ -752,7 +752,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRequiredPromotionSkills
path: Goals/JobType.cs
startLine: 188
@@ -793,7 +793,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkStartsInAnHour
path: Goals/JobType.cs
startLine: 203
@@ -831,7 +831,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkHoursOver
path: Goals/JobType.cs
startLine: 214
@@ -869,7 +869,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkFinished
path: Goals/JobType.cs
startLine: 224
@@ -910,7 +910,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkStarted
path: Goals/JobType.cs
startLine: 235
@@ -951,7 +951,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnLevelChanged
path: Goals/JobType.cs
startLine: 244
@@ -992,7 +992,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: Goals/JobType.cs
startLine: 257
diff --git a/api/TinyLife.Goals.LifeGoal.Instance.yml b/api/TinyLife.Goals.LifeGoal.Instance.yml
index f3a125a..0b2d206 100644
--- a/api/TinyLife.Goals.LifeGoal.Instance.yml
+++ b/api/TinyLife.Goals.LifeGoal.Instance.yml
@@ -26,7 +26,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance
path: Goals/LifeGoal.cs
startLine: 172
@@ -81,7 +81,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goal
path: Goals/LifeGoal.cs
startLine: 179
@@ -126,7 +126,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentGoals
path: Goals/LifeGoal.cs
startLine: 183
@@ -173,7 +173,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StageIndex
path: Goals/LifeGoal.cs
startLine: 190
@@ -220,7 +220,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: Goals/LifeGoal.cs
startLine: 195
@@ -257,7 +257,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Stage
path: Goals/LifeGoal.cs
startLine: 200
@@ -294,7 +294,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Completed
path: Goals/LifeGoal.cs
startLine: 204
@@ -331,7 +331,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/LifeGoal.cs
startLine: 212
@@ -373,7 +373,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Goals/LifeGoal.cs
startLine: 222
@@ -405,7 +405,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Advance
path: Goals/LifeGoal.cs
startLine: 232
@@ -437,7 +437,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Goals/LifeGoal.cs
startLine: 257
diff --git a/api/TinyLife.Goals.LifeGoal.yml b/api/TinyLife.Goals.LifeGoal.yml
index f947076..1d4805e 100644
--- a/api/TinyLife.Goals.LifeGoal.yml
+++ b/api/TinyLife.Goals.LifeGoal.yml
@@ -31,7 +31,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LifeGoal
path: Goals/LifeGoal.cs
startLine: 23
@@ -82,7 +82,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goals
path: Goals/LifeGoal.cs
startLine: 30
@@ -119,7 +119,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Chef
path: Goals/LifeGoal.cs
startLine: 33
@@ -154,7 +154,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GymRat
path: Goals/LifeGoal.cs
startLine: 61
@@ -189,7 +189,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HouseholdHero
path: Goals/LifeGoal.cs
startLine: 73
@@ -224,7 +224,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ComputerAddict
path: Goals/LifeGoal.cs
startLine: 85
@@ -259,7 +259,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendOfEveryone
path: Goals/LifeGoal.cs
startLine: 97
@@ -294,7 +294,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnAdvanced
path: Goals/LifeGoal.cs
startLine: 112
@@ -329,7 +329,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: Goals/LifeGoal.cs
startLine: 116
@@ -364,7 +364,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Goals/LifeGoal.cs
startLine: 121
@@ -399,7 +399,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Stages
path: Goals/LifeGoal.cs
startLine: 125
@@ -434,7 +434,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RewardPersonality
path: Goals/LifeGoal.cs
startLine: 130
@@ -469,7 +469,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AllowedAges
path: Goals/LifeGoal.cs
startLine: 135
@@ -506,7 +506,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/LifeGoal.cs
startLine: 143
@@ -551,7 +551,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: Goals/LifeGoal.cs
startLine: 154
@@ -590,7 +590,7 @@ items:
remote:
path: TinyLife/Goals/LifeGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: Goals/LifeGoal.cs
startLine: 163
diff --git a/api/TinyLife.Goals.ManualProgressGoal.yml b/api/TinyLife.Goals.ManualProgressGoal.yml
index ecef04a..5790fc6 100644
--- a/api/TinyLife.Goals.ManualProgressGoal.yml
+++ b/api/TinyLife.Goals.ManualProgressGoal.yml
@@ -7,7 +7,7 @@ items:
children:
- TinyLife.Goals.ManualProgressGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.GoalInfo)
- TinyLife.Goals.ManualProgressGoal.GetProgress
- - TinyLife.Goals.ManualProgressGoal.MakeProgress(System.Single,TinyLife.GameSpeed,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
+ - TinyLife.Goals.ManualProgressGoal.MakeProgress(System.Single,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Goals.ManualProgressGoal.Reset
langs:
- csharp
@@ -20,14 +20,14 @@ items:
remote:
path: TinyLife/Goals/ManualProgressGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ManualProgressGoal
path: Goals/ManualProgressGoal.cs
startLine: 10
assemblies:
- Tiny Life
namespace: TinyLife.Goals
- summary: "\nA manual progress goal is a that is not automatically triggered.\nIts progress goes between 0 and 1, and can be advanced using .\n"
+ summary: "\nA manual progress goal is a that is not automatically triggered.\nIts progress goes between 0 and 1, and can be advanced using .\n"
example: []
syntax:
content: 'public class ManualProgressGoal : Goal, IGenericDataHolder'
@@ -80,7 +80,7 @@ items:
remote:
path: TinyLife/Goals/ManualProgressGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/ManualProgressGoal.cs
startLine: 16
@@ -119,7 +119,7 @@ items:
remote:
path: TinyLife/Goals/ManualProgressGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: Goals/ManualProgressGoal.cs
startLine: 20
@@ -157,7 +157,7 @@ items:
remote:
path: TinyLife/Goals/ManualProgressGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset
path: Goals/ManualProgressGoal.cs
startLine: 25
@@ -177,39 +177,39 @@ items:
modifiers.vb:
- Public
- Overrides
-- uid: TinyLife.Goals.ManualProgressGoal.MakeProgress(System.Single,TinyLife.GameSpeed,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
- commentId: M:TinyLife.Goals.ManualProgressGoal.MakeProgress(System.Single,TinyLife.GameSpeed,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
- id: MakeProgress(System.Single,TinyLife.GameSpeed,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
+- uid: TinyLife.Goals.ManualProgressGoal.MakeProgress(System.Single,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
+ commentId: M:TinyLife.Goals.ManualProgressGoal.MakeProgress(System.Single,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
+ id: MakeProgress(System.Single,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
parent: TinyLife.Goals.ManualProgressGoal
langs:
- csharp
- vb
- name: MakeProgress(Single, GameSpeed, ActionInfo, SkillType, Single)
- nameWithType: ManualProgressGoal.MakeProgress(Single, GameSpeed, ActionInfo, SkillType, Single)
- fullName: TinyLife.Goals.ManualProgressGoal.MakeProgress(System.Single, TinyLife.GameSpeed, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, System.Single)
+ name: MakeProgress(Single, Single, ActionInfo, SkillType, Single)
+ nameWithType: ManualProgressGoal.MakeProgress(Single, Single, ActionInfo, SkillType, Single)
+ fullName: TinyLife.Goals.ManualProgressGoal.MakeProgress(System.Single, System.Single, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, System.Single)
type: Method
source:
remote:
path: TinyLife/Goals/ManualProgressGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeProgress
path: Goals/ManualProgressGoal.cs
startLine: 37
assemblies:
- Tiny Life
namespace: TinyLife.Goals
- summary: "\nMakes progress on this manual progress goal based on the underlying 's \n"
+ summary: "\nMakes progress on this manual progress goal based on the underlying 's \n"
example: []
syntax:
- content: public void MakeProgress(float amount, GameSpeed speed, ActionInfo info = null, SkillType skill = null, float levelModifier = 0.1F)
+ content: public void MakeProgress(float amount, float speedMultiplier, ActionInfo info = null, SkillType skill = null, float levelModifier = 0.1F)
parameters:
- id: amount
type: System.Single
description: The amount of progress to make
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's current speed
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
- id: info
type: TinyLife.Actions.ActionInfo
description: The action information that influences this goal's progress
@@ -219,7 +219,7 @@ items:
- id: levelModifier
type: System.Single
description: The amount by which each skill level influences this goal's progress
- content.vb: Public Sub MakeProgress(amount As Single, speed As GameSpeed, info As ActionInfo = Nothing, skill As SkillType = Nothing, levelModifier As Single = 0.1F)
+ content.vb: Public Sub MakeProgress(amount As Single, speedMultiplier As Single, info As ActionInfo = Nothing, skill As SkillType = Nothing, levelModifier As Single = 0.1F)
overload: TinyLife.Goals.ManualProgressGoal.MakeProgress*
modifiers.csharp:
- public
@@ -232,8 +232,8 @@ references:
name: Goal
nameWithType: Goal
fullName: TinyLife.Goals.Goal
-- uid: TinyLife.Goals.ManualProgressGoal.MakeProgress(System.Single,TinyLife.GameSpeed,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
- commentId: M:TinyLife.Goals.ManualProgressGoal.MakeProgress(System.Single,TinyLife.GameSpeed,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
+- uid: TinyLife.Goals.ManualProgressGoal.MakeProgress(System.Single,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
+ commentId: M:TinyLife.Goals.ManualProgressGoal.MakeProgress(System.Single,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
isExternal: true
- uid: TinyLife.Goals
commentId: N:TinyLife.Goals
@@ -947,20 +947,17 @@ references:
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
-- uid: TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
- commentId: M:TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
+- uid: TinyLife.Objects.Person.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
+ commentId: M:TinyLife.Objects.Person.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
+ isExternal: true
+- uid: TinyLife.GameImpl.Speed
+ commentId: P:TinyLife.GameImpl.Speed
isExternal: true
- uid: TinyLife.Goals.ManualProgressGoal.MakeProgress*
commentId: Overload:TinyLife.Goals.ManualProgressGoal.MakeProgress
name: MakeProgress
nameWithType: ManualProgressGoal.MakeProgress
fullName: TinyLife.Goals.ManualProgressGoal.MakeProgress
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
- uid: TinyLife.Actions.ActionInfo
commentId: T:TinyLife.Actions.ActionInfo
parent: TinyLife.Actions
@@ -978,11 +975,6 @@ references:
name: TinyLife.Objects
nameWithType: TinyLife.Objects
fullName: TinyLife.Objects
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
diff --git a/api/TinyLife.Goals.Project.ActionSettings.yml b/api/TinyLife.Goals.Project.ActionSettings.yml
index b7998f0..5262dbe 100644
--- a/api/TinyLife.Goals.Project.ActionSettings.yml
+++ b/api/TinyLife.Goals.Project.ActionSettings.yml
@@ -28,7 +28,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionSettings
path: Goals/Project.cs
startLine: 204
@@ -70,7 +70,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Goals/Project.cs
startLine: 209
@@ -103,7 +103,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Context
path: Goals/Project.cs
startLine: 213
@@ -136,7 +136,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: Goals/Project.cs
startLine: 217
@@ -169,7 +169,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructedType
path: Goals/Project.cs
startLine: 221
@@ -202,7 +202,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructedTypeScrap
path: Goals/Project.cs
startLine: 226
@@ -235,7 +235,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecute
path: Goals/Project.cs
startLine: 230
@@ -268,7 +268,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredSkill
path: Goals/Project.cs
startLine: 236
@@ -301,7 +301,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredAges
path: Goals/Project.cs
startLine: 241
@@ -334,7 +334,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProjectDisplayName
path: Goals/Project.cs
startLine: 246
@@ -367,7 +367,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanContinue
path: Goals/Project.cs
startLine: 250
@@ -400,7 +400,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IncludeProject
path: Goals/Project.cs
startLine: 254
@@ -433,7 +433,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/Project.cs
startLine: 263
diff --git a/api/TinyLife.Goals.Project.yml b/api/TinyLife.Goals.Project.yml
index 6aa68c9..a01c9ca 100644
--- a/api/TinyLife.Goals.Project.yml
+++ b/api/TinyLife.Goals.Project.yml
@@ -11,7 +11,7 @@ items:
- TinyLife.Goals.Project.DailyPayReductionFactor
- TinyLife.Goals.Project.GetAndReduceDailyPay
- TinyLife.Goals.Project.GetVarieties(TinyLife.Actions.ActionInfo,System.String,System.Predicate{TinyLife.Goals.Project},System.Func{TinyLife.Goals.Project,System.String})
- - TinyLife.Goals.Project.MakeProgress(System.Single,TinyLife.GameSpeed,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
+ - TinyLife.Goals.Project.MakeProgress(System.Single,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Goals.Project.Name
- TinyLife.Goals.Project.Person
- TinyLife.Goals.Project.Progress
@@ -31,7 +31,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Project
path: Goals/Project.cs
startLine: 19
@@ -94,7 +94,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: Goals/Project.cs
startLine: 27
@@ -139,7 +139,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Goals/Project.cs
startLine: 32
@@ -184,7 +184,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Quality
path: Goals/Project.cs
startLine: 37
@@ -231,7 +231,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Progress
path: Goals/Project.cs
startLine: 42
@@ -280,7 +280,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyPay
path: Goals/Project.cs
startLine: 48
@@ -333,7 +333,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyPayReductionFactor
path: Goals/Project.cs
startLine: 54
@@ -386,7 +386,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: Goals/Project.cs
startLine: 59
@@ -425,7 +425,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/Project.cs
startLine: 67
@@ -467,7 +467,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Goals/Project.cs
startLine: 78
@@ -493,22 +493,22 @@ items:
modifiers.vb:
- Public
- Overridable
-- uid: TinyLife.Goals.Project.MakeProgress(System.Single,TinyLife.GameSpeed,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
- commentId: M:TinyLife.Goals.Project.MakeProgress(System.Single,TinyLife.GameSpeed,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
- id: MakeProgress(System.Single,TinyLife.GameSpeed,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
+- uid: TinyLife.Goals.Project.MakeProgress(System.Single,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
+ commentId: M:TinyLife.Goals.Project.MakeProgress(System.Single,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
+ id: MakeProgress(System.Single,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
parent: TinyLife.Goals.Project
langs:
- csharp
- vb
- name: MakeProgress(Single, GameSpeed, ActionInfo, SkillType, Single)
- nameWithType: Project.MakeProgress(Single, GameSpeed, ActionInfo, SkillType, Single)
- fullName: TinyLife.Goals.Project.MakeProgress(System.Single, TinyLife.GameSpeed, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, System.Single)
+ name: MakeProgress(Single, Single, ActionInfo, SkillType, Single)
+ nameWithType: Project.MakeProgress(Single, Single, ActionInfo, SkillType, Single)
+ fullName: TinyLife.Goals.Project.MakeProgress(System.Single, System.Single, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, System.Single)
type: Method
source:
remote:
path: TinyLife/Goals/Project.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeProgress
path: Goals/Project.cs
startLine: 91
@@ -518,24 +518,24 @@ items:
summary: "\nMakes progress on the project, updating the value based on the 's and general efficiency modifier\n"
example: []
syntax:
- content: public virtual void MakeProgress(float amount, GameSpeed speed, ActionInfo info = null, SkillType skill = null, float levelModifier = 0.1F)
+ content: public virtual void MakeProgress(float amount, float speedMultiplier, ActionInfo info = null, SkillType skill = null, float levelModifier = 0.1F)
parameters:
- id: amount
type: System.Single
description: The amount to add to the
- - id: speed
- type: TinyLife.GameSpeed
- description: The current game speed
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
- id: info
type: TinyLife.Actions.ActionInfo
- description: The action informatio nthat optionally influences progress gain using
+ description: The action informatio nthat optionally influences progress gain using
- id: skill
type: TinyLife.Skills.SkillType
- description: The (optional) skill that influences progress gain using
+ description: The (optional) skill that influences progress gain using
- id: levelModifier
type: System.Single
description: The (optiona) amount that each level of the skill
influences progress gain. Defaults to 0.1.
- content.vb: Public Overridable Sub MakeProgress(amount As Single, speed As GameSpeed, info As ActionInfo = Nothing, skill As SkillType = Nothing, levelModifier As Single = 0.1F)
+ content.vb: Public Overridable Sub MakeProgress(amount As Single, speedMultiplier As Single, info As ActionInfo = Nothing, skill As SkillType = Nothing, levelModifier As Single = 0.1F)
overload: TinyLife.Goals.Project.MakeProgress*
modifiers.csharp:
- public
@@ -558,7 +558,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Remove
path: Goals/Project.cs
startLine: 98
@@ -592,7 +592,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAndReduceDailyPay
path: Goals/Project.cs
startLine: 108
@@ -629,7 +629,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetDailyPay
path: Goals/Project.cs
startLine: 123
@@ -671,7 +671,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateActions
path: Goals/Project.cs
startLine: 138
@@ -712,7 +712,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetVarieties
path: Goals/Project.cs
startLine: 175
@@ -1545,20 +1545,17 @@ references:
name: Skill
nameWithType: Skill
fullName: TinyLife.Skills.Skill
-- uid: TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
- commentId: M:TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
+- uid: TinyLife.GameImpl.Speed
+ commentId: P:TinyLife.GameImpl.Speed
+ isExternal: true
+- uid: TinyLife.Objects.Person.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
+ commentId: M:TinyLife.Objects.Person.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
isExternal: true
- uid: TinyLife.Goals.Project.MakeProgress*
commentId: Overload:TinyLife.Goals.Project.MakeProgress
name: MakeProgress
nameWithType: Project.MakeProgress
fullName: TinyLife.Goals.Project.MakeProgress
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
- uid: TinyLife.Actions.ActionInfo
commentId: T:TinyLife.Actions.ActionInfo
parent: TinyLife.Actions
@@ -1571,11 +1568,6 @@ references:
name: SkillType
nameWithType: SkillType
fullName: TinyLife.Skills.SkillType
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
diff --git a/api/TinyLife.Goals.StudentJobType.yml b/api/TinyLife.Goals.StudentJobType.yml
index 396cdee..c36e6d5 100644
--- a/api/TinyLife.Goals.StudentJobType.yml
+++ b/api/TinyLife.Goals.StudentJobType.yml
@@ -19,7 +19,7 @@ items:
remote:
path: TinyLife/Goals/StudentJobType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StudentJobType
path: Goals/StudentJobType.cs
startLine: 10
@@ -95,7 +95,7 @@ items:
remote:
path: TinyLife/Goals/StudentJobType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/StudentJobType.cs
startLine: 13
@@ -143,7 +143,7 @@ items:
remote:
path: TinyLife/Goals/StudentJobType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkFinished
path: Goals/StudentJobType.cs
startLine: 23
@@ -185,7 +185,7 @@ items:
remote:
path: TinyLife/Goals/StudentJobType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnLevelChanged
path: Goals/StudentJobType.cs
startLine: 37
diff --git a/api/TinyLife.Goals.TimedGoal.yml b/api/TinyLife.Goals.TimedGoal.yml
index d8c8954..aa0987c 100644
--- a/api/TinyLife.Goals.TimedGoal.yml
+++ b/api/TinyLife.Goals.TimedGoal.yml
@@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Goals/TimedGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TimedGoal
path: Goals/TimedGoal.cs
startLine: 9
@@ -84,7 +84,7 @@ items:
remote:
path: TinyLife/Goals/TimedGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/TimedGoal.cs
startLine: 15
@@ -120,7 +120,7 @@ items:
remote:
path: TinyLife/Goals/TimedGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress
path: Goals/TimedGoal.cs
startLine: 21
@@ -158,7 +158,7 @@ items:
remote:
path: TinyLife/Goals/TimedGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset
path: Goals/TimedGoal.cs
startLine: 26
@@ -193,7 +193,7 @@ items:
remote:
path: TinyLife/Goals/TimedGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayedProgress
path: Goals/TimedGoal.cs
startLine: 31
@@ -231,7 +231,7 @@ items:
remote:
path: TinyLife/Goals/TimedGoal.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger
path: Goals/TimedGoal.cs
startLine: 37
diff --git a/api/TinyLife.LnCategory.yml b/api/TinyLife.LnCategory.yml
index d5941ce..b4e1384 100644
--- a/api/TinyLife.LnCategory.yml
+++ b/api/TinyLife.LnCategory.yml
@@ -29,7 +29,7 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LnCategory
path: Localization.cs
startLine: 140
@@ -64,7 +64,7 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Ui
path: Localization.cs
startLine: 143
@@ -98,7 +98,7 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Actions
path: Localization.cs
startLine: 145
@@ -132,7 +132,7 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BuildMode
path: Localization.cs
startLine: 147
@@ -166,7 +166,7 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Clothes
path: Localization.cs
startLine: 149
@@ -200,7 +200,7 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Food
path: Localization.cs
startLine: 151
@@ -234,7 +234,7 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Personalities
path: Localization.cs
startLine: 153
@@ -268,7 +268,7 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Skills
path: Localization.cs
startLine: 155
@@ -302,7 +302,7 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Jobs
path: Localization.cs
startLine: 157
@@ -336,7 +336,7 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Emotions
path: Localization.cs
startLine: 159
@@ -370,7 +370,7 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hints
path: Localization.cs
startLine: 161
@@ -404,7 +404,7 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InGameHints
path: Localization.cs
startLine: 163
@@ -438,7 +438,7 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goals
path: Localization.cs
startLine: 165
@@ -472,7 +472,7 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Names
path: Localization.cs
startLine: 167
diff --git a/api/TinyLife.Localization.yml b/api/TinyLife.Localization.yml
index 41dd74b..1998170 100644
--- a/api/TinyLife.Localization.yml
+++ b/api/TinyLife.Localization.yml
@@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Localization
path: Localization.cs
startLine: 20
@@ -66,7 +66,7 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LanguageNames
path: Localization.cs
startLine: 25
@@ -103,7 +103,7 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Names
path: Localization.cs
startLine: 30
@@ -140,7 +140,7 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetLanguage
path: Localization.cs
startLine: 42
@@ -178,7 +178,7 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Get
path: Localization.cs
startLine: 62
@@ -222,7 +222,7 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Get
path: Localization.cs
startLine: 81
@@ -272,7 +272,7 @@ items:
remote:
path: TinyLife/Localization.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetKeys
path: Localization.cs
startLine: 90
diff --git a/api/TinyLife.Mods.EventPhase.yml b/api/TinyLife.Mods.EventPhase.yml
index 1897c42..fb9375c 100644
--- a/api/TinyLife.Mods.EventPhase.yml
+++ b/api/TinyLife.Mods.EventPhase.yml
@@ -18,7 +18,7 @@ items:
remote:
path: TinyLife/Mods/EventPhase.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EventPhase
path: Mods/EventPhase.cs
startLine: 4
@@ -53,7 +53,7 @@ items:
remote:
path: TinyLife/Mods/EventPhase.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pre
path: Mods/EventPhase.cs
startLine: 9
@@ -87,7 +87,7 @@ items:
remote:
path: TinyLife/Mods/EventPhase.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Post
path: Mods/EventPhase.cs
startLine: 13
diff --git a/api/TinyLife.Mods.Mod.yml b/api/TinyLife.Mods.Mod.yml
index 8cbb8be..da16108 100644
--- a/api/TinyLife.Mods.Mod.yml
+++ b/api/TinyLife.Mods.Mod.yml
@@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Mods/Mod.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mod
path: Mods/Mod.cs
startLine: 17
@@ -69,7 +69,7 @@ items:
remote:
path: TinyLife/Mods/Mod.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Mods/Mod.cs
startLine: 22
@@ -108,7 +108,7 @@ items:
remote:
path: TinyLife/Mods/Mod.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Description
path: Mods/Mod.cs
startLine: 27
@@ -147,7 +147,7 @@ items:
remote:
path: TinyLife/Mods/Mod.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: Mods/Mod.cs
startLine: 32
@@ -186,7 +186,7 @@ items:
remote:
path: TinyLife/Mods/Mod.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: Mods/Mod.cs
startLine: 41
@@ -230,7 +230,7 @@ items:
remote:
path: TinyLife/Mods/Mod.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddGameContent
path: Mods/Mod.cs
startLine: 54
@@ -268,7 +268,7 @@ items:
remote:
path: TinyLife/Mods/Mod.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCustomFurnitureTextures
path: Mods/Mod.cs
startLine: 62
diff --git a/api/TinyLife.Mods.ModInfo.yml b/api/TinyLife.Mods.ModInfo.yml
index 9c40494..3cb1117 100644
--- a/api/TinyLife.Mods.ModInfo.yml
+++ b/api/TinyLife.Mods.ModInfo.yml
@@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Mods/ModLoader.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModInfo
path: Mods/ModLoader.cs
startLine: 100
@@ -71,7 +71,7 @@ items:
remote:
path: TinyLife/Mods/ModLoader.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Id
path: Mods/ModLoader.cs
startLine: 105
@@ -106,7 +106,7 @@ items:
remote:
path: TinyLife/Mods/ModLoader.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mod
path: Mods/ModLoader.cs
startLine: 109
@@ -141,7 +141,7 @@ items:
remote:
path: TinyLife/Mods/ModLoader.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Logger
path: Mods/ModLoader.cs
startLine: 114
@@ -176,7 +176,7 @@ items:
remote:
path: TinyLife/Mods/ModLoader.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Content
path: Mods/ModLoader.cs
startLine: 119
@@ -211,7 +211,7 @@ items:
remote:
path: TinyLife/Mods/ModLoader.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Finalize
path: Mods/ModLoader.cs
startLine: 131
@@ -242,7 +242,7 @@ items:
remote:
path: TinyLife/Mods/ModLoader.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dispose
path: Mods/ModLoader.cs
startLine: 136
diff --git a/api/TinyLife.Mods.ModLoader.yml b/api/TinyLife.Mods.ModLoader.yml
index e071418..51a15a3 100644
--- a/api/TinyLife.Mods.ModLoader.yml
+++ b/api/TinyLife.Mods.ModLoader.yml
@@ -18,7 +18,7 @@ items:
remote:
path: TinyLife/Mods/ModLoader.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModLoader
path: Mods/ModLoader.cs
startLine: 13
@@ -62,7 +62,7 @@ items:
remote:
path: TinyLife/Mods/ModLoader.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryGetModInfo
path: Mods/ModLoader.cs
startLine: 24
@@ -109,7 +109,7 @@ items:
remote:
path: TinyLife/Mods/ModLoader.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetModsFolder
path: Mods/ModLoader.cs
startLine: 32
diff --git a/api/TinyLife.Need.yml b/api/TinyLife.Need.yml
index c40abc3..5c7a099 100644
--- a/api/TinyLife.Need.yml
+++ b/api/TinyLife.Need.yml
@@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Need
path: Need.cs
startLine: 19
@@ -76,7 +76,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Max
path: Need.cs
startLine: 25
@@ -111,7 +111,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: Need.cs
startLine: 31
@@ -156,7 +156,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Value
path: Need.cs
startLine: 36
@@ -203,7 +203,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Percentage
path: Need.cs
startLine: 44
@@ -240,7 +240,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Need.cs
startLine: 54
diff --git a/api/TinyLife.NeedType.yml b/api/TinyLife.NeedType.yml
index 94b586a..cde07de 100644
--- a/api/TinyLife.NeedType.yml
+++ b/api/TinyLife.NeedType.yml
@@ -31,7 +31,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedType
path: Need.cs
startLine: 65
@@ -85,7 +85,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: Need.cs
startLine: 73
@@ -122,7 +122,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Energy
path: Need.cs
startLine: 75
@@ -157,7 +157,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hunger
path: Need.cs
startLine: 80
@@ -192,7 +192,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Social
path: Need.cs
startLine: 81
@@ -227,7 +227,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Toilet
path: Need.cs
startLine: 84
@@ -262,7 +262,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hygiene
path: Need.cs
startLine: 85
@@ -297,7 +297,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Entertainment
path: Need.cs
startLine: 86
@@ -332,7 +332,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Need.cs
startLine: 93
@@ -367,7 +367,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassiveReduction
path: Need.cs
startLine: 97
@@ -402,7 +402,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedLowAction
path: Need.cs
startLine: 101
@@ -437,7 +437,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedLowTime
path: Need.cs
startLine: 105
@@ -472,7 +472,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SolveImportance
path: Need.cs
startLine: 110
@@ -507,7 +507,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString
path: Need.cs
startLine: 112
@@ -546,7 +546,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Need.cs
startLine: 122
@@ -597,7 +597,7 @@ items:
remote:
path: TinyLife/Need.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: Need.cs
startLine: 135
diff --git a/api/TinyLife.Objects.AbstractSpot.yml b/api/TinyLife.Objects.AbstractSpot.yml
index 55c254f..5b86afb 100644
--- a/api/TinyLife.Objects.AbstractSpot.yml
+++ b/api/TinyLife.Objects.AbstractSpot.yml
@@ -26,7 +26,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AbstractSpot
path: Objects/ActionSpot.cs
startLine: 14
@@ -76,7 +76,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: YOffset
path: Objects/ActionSpot.cs
startLine: 19
@@ -113,7 +113,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Offset
path: Objects/ActionSpot.cs
startLine: 23
@@ -146,7 +146,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VisualOffset
path: Objects/ActionSpot.cs
startLine: 28
@@ -179,14 +179,14 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ValidDirections
path: Objects/ActionSpot.cs
startLine: 34
assemblies:
- Tiny Life
namespace: TinyLife.Objects
- summary: "\nThe values that this spot can be accessed from.\nThese directions are relative to the owning 's direction.\nNote that, for a lot of actions, including , the first entry in this array will be chosen as the 's rotation.\n"
+ summary: "\nThe values that this spot can be accessed from.\nThese directions are relative to the owning 's direction.\nNote that, for a lot of actions, including , the first entry in this array will be chosen as the 's rotation.\n"
example: []
syntax:
content: protected readonly Direction2[] ValidDirections
@@ -214,7 +214,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Group
path: Objects/ActionSpot.cs
startLine: 41
@@ -247,7 +247,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawLayer
path: Objects/ActionSpot.cs
startLine: 46
@@ -280,7 +280,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/ActionSpot.cs
startLine: 57
@@ -328,7 +328,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetValidDirections
path: Objects/ActionSpot.cs
startLine: 69
@@ -367,7 +367,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetLocation
path: Objects/ActionSpot.cs
startLine: 80
@@ -409,7 +409,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoGroupsOverlap
path: Objects/ActionSpot.cs
startLine: 91
@@ -881,14 +881,15 @@ references:
- uid: MLEM.Misc.Direction2.Up
commentId: F:MLEM.Misc.Direction2.Up
isExternal: true
-- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
+ commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
- name: Sit(Person, Furniture, GameSpeed, ActionSpot)
- nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
- fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
+ isExternal: true
+ name: Sit(Person, Furniture, Single, ActionSpot)
+ nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
+ fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -909,10 +910,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -924,7 +926,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
+ - uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@@ -945,10 +947,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
diff --git a/api/TinyLife.Objects.ActionSpot.yml b/api/TinyLife.Objects.ActionSpot.yml
index 3195327..3cb0990 100644
--- a/api/TinyLife.Objects.ActionSpot.yml
+++ b/api/TinyLife.Objects.ActionSpot.yml
@@ -27,7 +27,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionSpot
path: Objects/ActionSpot.cs
startLine: 100
@@ -84,7 +84,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CategoryRestriction
path: Objects/ActionSpot.cs
startLine: 107
@@ -117,7 +117,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/ActionSpot.cs
startLine: 114
@@ -159,7 +159,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/ActionSpot.cs
startLine: 124
@@ -204,7 +204,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/ActionSpot.cs
startLine: 135
@@ -252,7 +252,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeDirections
path: Objects/ActionSpot.cs
startLine: 147
@@ -294,7 +294,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetOccupants
path: Objects/ActionSpot.cs
startLine: 167
@@ -336,7 +336,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BedSpots
path: Objects/ActionSpot.cs
startLine: 181
@@ -377,7 +377,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BenchSpots
path: Objects/ActionSpot.cs
startLine: 208
@@ -418,7 +418,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PicnicTableSpots
path: Objects/ActionSpot.cs
startLine: 229
@@ -459,7 +459,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AllSpots
path: Objects/ActionSpot.cs
startLine: 252
@@ -503,7 +503,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPicnicBenchDrawLayer
path: Objects/ActionSpot.cs
startLine: 267
diff --git a/api/TinyLife.Objects.AgeGroup.yml b/api/TinyLife.Objects.AgeGroup.yml
index 741baf0..9f5028c 100644
--- a/api/TinyLife.Objects.AgeGroup.yml
+++ b/api/TinyLife.Objects.AgeGroup.yml
@@ -18,10 +18,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AgeGroup
path: Objects/Person.cs
- startLine: 2297
+ startLine: 2298
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -63,10 +63,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Child
path: Objects/Person.cs
- startLine: 2305
+ startLine: 2306
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -97,10 +97,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Adult
path: Objects/Person.cs
- startLine: 2311
+ startLine: 2312
assemblies:
- Tiny Life
namespace: TinyLife.Objects
diff --git a/api/TinyLife.Objects.BreakableFurniture.BrokenBehavior.yml b/api/TinyLife.Objects.BreakableFurniture.BrokenBehavior.yml
index bd65994..dd020ed 100644
--- a/api/TinyLife.Objects.BreakableFurniture.BrokenBehavior.yml
+++ b/api/TinyLife.Objects.BreakableFurniture.BrokenBehavior.yml
@@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BrokenBehavior
path: Objects/BreakableFurniture.cs
startLine: 150
@@ -66,7 +66,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Puddles
path: Objects/BreakableFurniture.cs
startLine: 156
@@ -100,7 +100,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dripping
path: Objects/BreakableFurniture.cs
startLine: 160
@@ -134,7 +134,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ElectricityCrackle
path: Objects/BreakableFurniture.cs
startLine: 164
@@ -168,7 +168,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Smoke
path: Objects/BreakableFurniture.cs
startLine: 168
@@ -202,7 +202,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Electrocution
path: Objects/BreakableFurniture.cs
startLine: 172
diff --git a/api/TinyLife.Objects.BreakableFurniture.yml b/api/TinyLife.Objects.BreakableFurniture.yml
index e1d74dd..11503c1 100644
--- a/api/TinyLife.Objects.BreakableFurniture.yml
+++ b/api/TinyLife.Objects.BreakableFurniture.yml
@@ -6,14 +6,14 @@ items:
parent: TinyLife.Objects
children:
- TinyLife.Objects.BreakableFurniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
- - TinyLife.Objects.BreakableFurniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - TinyLife.Objects.BreakableFurniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
- TinyLife.Objects.BreakableFurniture.Broken
- TinyLife.Objects.BreakableFurniture.GetDecorativeRating(TinyLife.World.Room)
- TinyLife.Objects.BreakableFurniture.GetDescription
- TinyLife.Objects.BreakableFurniture.GetPrice
- TinyLife.Objects.BreakableFurniture.OnBreak
- TinyLife.Objects.BreakableFurniture.OnWearDown
- - TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Objects.BreakableFurniture.WearDown(System.TimeSpan)
langs:
- csharp
@@ -26,7 +26,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BreakableFurniture
path: Objects/BreakableFurniture.cs
startLine: 17
@@ -157,7 +157,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWearDown
path: Objects/BreakableFurniture.cs
startLine: 23
@@ -190,7 +190,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnBreak
path: Objects/BreakableFurniture.cs
startLine: 28
@@ -223,7 +223,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Broken
path: Objects/BreakableFurniture.cs
startLine: 34
@@ -266,7 +266,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/BreakableFurniture.cs
startLine: 40
@@ -302,22 +302,22 @@ items:
- Public
fullName.vb: TinyLife.Objects.BreakableFurniture.BreakableFurniture(System.Guid, TinyLife.Objects.FurnitureType, System.Int32(), TinyLife.World.Map, Microsoft.Xna.Framework.Vector2)
name.vb: BreakableFurniture(Guid, FurnitureType, Int32(), Map, Vector2)
-- uid: TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Objects.BreakableFurniture
langs:
- csharp
- vb
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: BreakableFurniture.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: BreakableFurniture.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Objects/BreakableFurniture.cs
startLine: 44
@@ -327,7 +327,7 @@ items:
summary: "\nThe update method, which is called every update frame by the underlying \n"
example: []
syntax:
- content: public virtual void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: public virtual void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -335,13 +335,13 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed since the last call
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's speed
- content.vb: Public Overridable Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Public Overridable Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overload: TinyLife.Objects.BreakableFurniture.Update*
implements:
- - TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
modifiers.csharp:
- public
- virtual
@@ -363,7 +363,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WearDown
path: Objects/BreakableFurniture.cs
startLine: 99
@@ -386,32 +386,32 @@ items:
modifiers.vb:
- Public
- Overridable
-- uid: TinyLife.Objects.BreakableFurniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
- commentId: M:TinyLife.Objects.BreakableFurniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
- id: ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+- uid: TinyLife.Objects.BreakableFurniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
+ commentId: M:TinyLife.Objects.BreakableFurniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
+ id: ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
parent: TinyLife.Objects.BreakableFurniture
langs:
- csharp
- vb
- name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- nameWithType: BreakableFurniture.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- fullName: TinyLife.Objects.BreakableFurniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean)
+ name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ nameWithType: BreakableFurniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ fullName: TinyLife.Objects.BreakableFurniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
type: Method
source:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionUpdate
path: Objects/BreakableFurniture.cs
startLine: 113
assemblies:
- Tiny Life
namespace: TinyLife.Objects
- summary: "\nThis method is called when an that this object is involved in updates, which is every frame. Note that this includes actions that are underlying () and actions that aren't fully in progress yet ().\nThis object counts as involved in the action if its 's includes this object.\nIn general, the base method should be called for objects, since it sets deals with objects.\n"
+ summary: "\nThis method is called when an that this object is involved in updates, which is every frame. Note that this includes actions that are underlying () and actions that aren't fully in progress yet ().\nThis object counts as involved in the action if its 's includes this object.\nIn general, the base method should be called for objects, since it sets deals with objects.\n"
example: []
syntax:
- content: public override void ActionUpdate(Action action, GameTime time, TimeSpan passedInGame, GameSpeed speed, bool isAuxiliary)
+ content: public override void ActionUpdate(Action action, GameTime time, TimeSpan passedInGame, float speedMultiplier, bool isAuxiliary)
parameters:
- id: action
type: TinyLife.Actions.Action
@@ -422,14 +422,14 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed, in game time
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's current speed setting
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
- id: isAuxiliary
type: System.Boolean
description: Whether this object counts as an auxiliary object. If this value is false, the object is th e
- content.vb: Public Overrides Sub ActionUpdate(action As Action, time As GameTime, passedInGame As TimeSpan, speed As GameSpeed, isAuxiliary As Boolean)
- overridden: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ content.vb: Public Overrides Sub ActionUpdate(action As Action, time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single, isAuxiliary As Boolean)
+ overridden: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
overload: TinyLife.Objects.BreakableFurniture.ActionUpdate*
modifiers.csharp:
- public
@@ -452,7 +452,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPrice
path: Objects/BreakableFurniture.cs
startLine: 127
@@ -490,7 +490,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDescription
path: Objects/BreakableFurniture.cs
startLine: 132
@@ -528,7 +528,7 @@ items:
remote:
path: TinyLife/Objects/BreakableFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDecorativeRating
path: Objects/BreakableFurniture.cs
startLine: 143
@@ -4201,15 +4201,15 @@ references:
name: Update
nameWithType: BreakableFurniture.Update
fullName: TinyLife.Objects.BreakableFurniture.Update
-- uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Objects.IUpdatingObject
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: IUpdatingObject.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: IUpdatingObject.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: IUpdatingObject.Update
fullName: TinyLife.Objects.IUpdatingObject.Update
@@ -4232,15 +4232,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: IUpdatingObject.Update
fullName: TinyLife.Objects.IUpdatingObject.Update
@@ -4263,10 +4264,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -4284,31 +4286,27 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
+- uid: System.Single
+ commentId: T:System.Single
+ parent: System
+ isExternal: true
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
- uid: TinyLife.Objects.BreakableFurniture.WearDown*
commentId: Overload:TinyLife.Objects.BreakableFurniture.WearDown
name: WearDown
nameWithType: BreakableFurniture.WearDown
fullName: TinyLife.Objects.BreakableFurniture.WearDown
-- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
- commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
+ commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
parent: TinyLife.Objects.Furniture
isExternal: true
- name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean)
+ name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
spec.csharp:
- - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate
@@ -4338,10 +4336,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -4354,7 +4353,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate
@@ -4384,10 +4383,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -4448,13 +4448,6 @@ references:
name: GetPrice
nameWithType: BreakableFurniture.GetPrice
fullName: TinyLife.Objects.BreakableFurniture.GetPrice
-- uid: System.Single
- commentId: T:System.Single
- parent: System
- isExternal: true
- name: Single
- nameWithType: Single
- fullName: System.Single
- uid: TinyLife.Objects.Furniture.GetDescription
commentId: M:TinyLife.Objects.Furniture.GetDescription
parent: TinyLife.Objects.Furniture
diff --git a/api/TinyLife.Objects.Clothes.yml b/api/TinyLife.Objects.Clothes.yml
index bf078f9..d65e017 100644
--- a/api/TinyLife.Objects.Clothes.yml
+++ b/api/TinyLife.Objects.Clothes.yml
@@ -37,7 +37,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Clothes
path: Objects/Clothes.cs
startLine: 25
@@ -91,7 +91,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Layers
path: Objects/Clothes.cs
startLine: 31
@@ -128,7 +128,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: Objects/Clothes.cs
startLine: 35
@@ -165,7 +165,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReferencePrice
path: Objects/Clothes.cs
startLine: 41
@@ -200,7 +200,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Objects/Clothes.cs
startLine: 159
@@ -235,7 +235,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Layer
path: Objects/Clothes.cs
startLine: 163
@@ -270,7 +270,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TextureRegions
path: Objects/Clothes.cs
startLine: 169
@@ -305,7 +305,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Colors
path: Objects/Clothes.cs
startLine: 174
@@ -340,7 +340,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Price
path: Objects/Clothes.cs
startLine: 179
@@ -375,7 +375,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Intentions
path: Objects/Clothes.cs
startLine: 184
@@ -410,7 +410,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: Objects/Clothes.cs
startLine: 189
@@ -447,7 +447,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NonBuyable
path: Objects/Clothes.cs
startLine: 194
@@ -484,7 +484,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Ages
path: Objects/Clothes.cs
startLine: 199
@@ -521,7 +521,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DepthFunction
path: Objects/Clothes.cs
startLine: 204
@@ -558,7 +558,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TextureBehaviorLayer
path: Objects/Clothes.cs
startLine: 209
@@ -595,7 +595,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/Clothes.cs
startLine: 220
@@ -649,7 +649,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPrice
path: Objects/Clothes.cs
startLine: 233
@@ -686,7 +686,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIntentionDescription
path: Objects/Clothes.cs
startLine: 241
@@ -721,7 +721,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: Objects/Clothes.cs
startLine: 252
@@ -759,7 +759,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetClothes
path: Objects/Clothes.cs
startLine: 263
@@ -803,7 +803,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIntentionPercentage
path: Objects/Clothes.cs
startLine: 277
@@ -850,7 +850,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIntentionMatchingOutfit
path: Objects/Clothes.cs
startLine: 296
diff --git a/api/TinyLife.Objects.ClothesIntention.yml b/api/TinyLife.Objects.ClothesIntention.yml
index 0e3efd5..b10a2c5 100644
--- a/api/TinyLife.Objects.ClothesIntention.yml
+++ b/api/TinyLife.Objects.ClothesIntention.yml
@@ -25,7 +25,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ClothesIntention
path: Objects/Clothes.cs
startLine: 409
@@ -70,7 +70,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: None
path: Objects/Clothes.cs
startLine: 413
@@ -102,7 +102,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Everyday
path: Objects/Clothes.cs
startLine: 414
@@ -134,7 +134,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Party
path: Objects/Clothes.cs
startLine: 415
@@ -166,7 +166,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Formal
path: Objects/Clothes.cs
startLine: 416
@@ -198,7 +198,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Workout
path: Objects/Clothes.cs
startLine: 417
@@ -230,7 +230,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Swimwear
path: Objects/Clothes.cs
startLine: 418
@@ -262,7 +262,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sleep
path: Objects/Clothes.cs
startLine: 419
@@ -294,7 +294,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Summer
path: Objects/Clothes.cs
startLine: 420
@@ -326,7 +326,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Winter
path: Objects/Clothes.cs
startLine: 421
diff --git a/api/TinyLife.Objects.ClothesLayer.yml b/api/TinyLife.Objects.ClothesLayer.yml
index 79dd317..269c142 100644
--- a/api/TinyLife.Objects.ClothesLayer.yml
+++ b/api/TinyLife.Objects.ClothesLayer.yml
@@ -24,7 +24,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ClothesLayer
path: Objects/Clothes.cs
startLine: 367
@@ -72,7 +72,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Body
path: Objects/Clothes.cs
startLine: 373
@@ -106,7 +106,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Eyes
path: Objects/Clothes.cs
startLine: 377
@@ -140,7 +140,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pants
path: Objects/Clothes.cs
startLine: 381
@@ -174,7 +174,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Arms
path: Objects/Clothes.cs
startLine: 385
@@ -208,7 +208,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Shirt
path: Objects/Clothes.cs
startLine: 389
@@ -242,7 +242,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hair
path: Objects/Clothes.cs
startLine: 393
@@ -276,7 +276,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Accessories
path: Objects/Clothes.cs
startLine: 397
@@ -310,7 +310,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Shoes
path: Objects/Clothes.cs
startLine: 401
diff --git a/api/TinyLife.Objects.CornerFurniture.Counter.yml b/api/TinyLife.Objects.CornerFurniture.Counter.yml
index fc13d1a..657117b 100644
--- a/api/TinyLife.Objects.CornerFurniture.Counter.yml
+++ b/api/TinyLife.Objects.CornerFurniture.Counter.yml
@@ -19,7 +19,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Counter
path: Objects/CornerFurniture.cs
startLine: 96
@@ -77,7 +77,7 @@ items:
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.Furniture.GetVisibility
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
- - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
- TinyLife.Objects.Furniture.GetPrice
- TinyLife.Objects.Furniture.GetDescription
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
@@ -152,7 +152,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/CornerFurniture.cs
startLine: 99
@@ -203,7 +203,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldConnectTo
path: Objects/CornerFurniture.cs
startLine: 103
@@ -245,7 +245,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCornerStatus
path: Objects/CornerFurniture.cs
startLine: 108
@@ -1168,15 +1168,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
- commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
+ commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
parent: TinyLife.Objects.Furniture
isExternal: true
- name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean)
+ name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
spec.csharp:
- - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate
@@ -1206,10 +1206,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1222,7 +1223,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate
@@ -1252,10 +1253,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
diff --git a/api/TinyLife.Objects.CornerFurniture.yml b/api/TinyLife.Objects.CornerFurniture.yml
index a57e039..5f7bfd7 100644
--- a/api/TinyLife.Objects.CornerFurniture.yml
+++ b/api/TinyLife.Objects.CornerFurniture.yml
@@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CornerFurniture
path: Objects/CornerFurniture.cs
startLine: 17
@@ -78,7 +78,7 @@ items:
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.Furniture.GetVisibility
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
- - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
- TinyLife.Objects.Furniture.GetPrice
- TinyLife.Objects.Furniture.GetDescription
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
@@ -153,7 +153,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/CornerFurniture.cs
startLine: 23
@@ -204,7 +204,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldConnectTo
path: Objects/CornerFurniture.cs
startLine: 34
@@ -245,7 +245,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCornerStatus
path: Objects/CornerFurniture.cs
startLine: 44
@@ -289,7 +289,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Objects/CornerFurniture.cs
startLine: 62
@@ -367,7 +367,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnNeighborChanged
path: Objects/CornerFurniture.cs
startLine: 70
@@ -406,7 +406,7 @@ items:
remote:
path: TinyLife/Objects/CornerFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Objects/CornerFurniture.cs
startLine: 75
@@ -1121,15 +1121,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
- commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
+ commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
parent: TinyLife.Objects.Furniture
isExternal: true
- name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean)
+ name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
spec.csharp:
- - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate
@@ -1159,10 +1159,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1175,7 +1176,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate
@@ -1205,10 +1206,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
diff --git a/api/TinyLife.Objects.Fence.yml b/api/TinyLife.Objects.Fence.yml
index 32c5eea..d60e49a 100644
--- a/api/TinyLife.Objects.Fence.yml
+++ b/api/TinyLife.Objects.Fence.yml
@@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Objects/Fence.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fence
path: Objects/Fence.cs
startLine: 13
@@ -75,7 +75,7 @@ items:
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.Furniture.GetVisibility
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
- - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
- TinyLife.Objects.Furniture.GetPrice
- TinyLife.Objects.Furniture.GetDescription
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
@@ -150,7 +150,7 @@ items:
remote:
path: TinyLife/Objects/Fence.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/Fence.cs
startLine: 19
@@ -201,7 +201,7 @@ items:
remote:
path: TinyLife/Objects/Fence.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Objects/Fence.cs
startLine: 25
@@ -279,7 +279,7 @@ items:
remote:
path: TinyLife/Objects/Fence.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Objects/Fence.cs
startLine: 37
@@ -317,7 +317,7 @@ items:
remote:
path: TinyLife/Objects/Fence.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnNeighborChanged
path: Objects/Fence.cs
startLine: 43
@@ -356,7 +356,7 @@ items:
remote:
path: TinyLife/Objects/Fence.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldConnectTo
path: Objects/Fence.cs
startLine: 53
@@ -956,15 +956,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
- commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
+ commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
parent: TinyLife.Objects.Furniture
isExternal: true
- name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean)
+ name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
spec.csharp:
- - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate
@@ -994,10 +994,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1010,7 +1011,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate
@@ -1040,10 +1041,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
diff --git a/api/TinyLife.Objects.Fireplace.yml b/api/TinyLife.Objects.Fireplace.yml
index 035a945..608fa65 100644
--- a/api/TinyLife.Objects.Fireplace.yml
+++ b/api/TinyLife.Objects.Fireplace.yml
@@ -10,7 +10,7 @@ items:
- TinyLife.Objects.Fireplace.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,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.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean)
- TinyLife.Objects.Fireplace.IsElectrical
- TinyLife.Objects.Fireplace.LightSize
- - TinyLife.Objects.Fireplace.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Objects.Fireplace.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
langs:
- csharp
- vb
@@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Objects/Fireplace.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fireplace
path: Objects/Fireplace.cs
startLine: 16
@@ -81,7 +81,7 @@ items:
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.Furniture.GetVisibility
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
- - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
- TinyLife.Objects.Furniture.GetPrice
- TinyLife.Objects.Furniture.GetDescription
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
@@ -157,7 +157,7 @@ items:
remote:
path: TinyLife/Objects/Fireplace.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsElectrical
path: Objects/Fireplace.cs
startLine: 19
@@ -197,7 +197,7 @@ items:
remote:
path: TinyLife/Objects/Fireplace.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LightSize
path: Objects/Fireplace.cs
startLine: 24
@@ -236,7 +236,7 @@ items:
remote:
path: TinyLife/Objects/Fireplace.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/Fireplace.cs
startLine: 30
@@ -287,7 +287,7 @@ items:
remote:
path: TinyLife/Objects/Fireplace.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Objects/Fireplace.cs
startLine: 40
@@ -350,22 +350,22 @@ items:
- Overrides
fullName.vb: TinyLife.Objects.Fireplace.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, System.Nullable(Of Microsoft.Xna.Framework.Color), MLEM.Misc.Direction2, System.Int32(), System.Single, System.Boolean, TinyLife.Objects.Furniture, TinyLife.Objects.AbstractSpot, System.Single, System.Boolean)
name.vb: Draw(GameTime, SpriteBatch, Vector2, Vector2, Nullable(Of Color), Direction2, Int32(), Single, Boolean, Furniture, AbstractSpot, Single, Boolean)
-- uid: TinyLife.Objects.Fireplace.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Objects.Fireplace.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Objects.Fireplace.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Objects.Fireplace.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Objects.Fireplace
langs:
- csharp
- vb
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: Fireplace.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Objects.Fireplace.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: Fireplace.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Objects.Fireplace.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Objects/Fireplace.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Objects/Fireplace.cs
startLine: 50
@@ -375,7 +375,7 @@ items:
summary: "\nThe update method, which is called every update frame by the underlying \n"
example: []
syntax:
- content: public override void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -383,11 +383,11 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed since the last call
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's speed
- content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
- overridden: TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
+ overridden: TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Objects.Fireplace.Update*
modifiers.csharp:
- public
@@ -410,7 +410,7 @@ items:
remote:
path: TinyLife/Objects/Fireplace.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateLights
path: Objects/Fireplace.cs
startLine: 62
@@ -1059,15 +1059,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
- commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
+ commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
parent: TinyLife.Objects.Furniture
isExternal: true
- name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean)
+ name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
spec.csharp:
- - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate
@@ -1097,10 +1097,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1113,7 +1114,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate
@@ -1143,10 +1144,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -4292,15 +4294,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Objects.LightFurniture
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: LightFurniture.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: LightFurniture.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: LightFurniture.Update
fullName: TinyLife.Objects.LightFurniture.Update
@@ -4323,15 +4325,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: LightFurniture.Update
fullName: TinyLife.Objects.LightFurniture.Update
@@ -4354,10 +4357,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -4373,17 +4377,6 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
- uid: TinyLife.Objects.LightFurniture.CreateLights
commentId: M:TinyLife.Objects.LightFurniture.CreateLights
parent: TinyLife.Objects.LightFurniture
diff --git a/api/TinyLife.Objects.Food.yml b/api/TinyLife.Objects.Food.yml
index 06ef009..86e4756 100644
--- a/api/TinyLife.Objects.Food.yml
+++ b/api/TinyLife.Objects.Food.yml
@@ -20,7 +20,7 @@ items:
remote:
path: TinyLife/Objects/Food.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Food
path: Objects/Food.cs
startLine: 13
@@ -51,7 +51,7 @@ items:
- TinyLife.Objects.FoodTypedItem.ServingSize
- TinyLife.Objects.FoodTypedItem.Expired
- TinyLife.Objects.FoodTypedItem.Validate
- - TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Objects.Furniture.Random
- TinyLife.Objects.Furniture.OnGetDescription
- TinyLife.Objects.Furniture.OnSetCreator
@@ -82,7 +82,7 @@ items:
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.Furniture.GetVisibility
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
- - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
- TinyLife.Objects.Furniture.GetPrice
- TinyLife.Objects.Furniture.GetDescription
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
@@ -157,7 +157,7 @@ items:
remote:
path: TinyLife/Objects/Food.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoodLeft
path: Objects/Food.cs
startLine: 20
@@ -200,7 +200,7 @@ items:
remote:
path: TinyLife/Objects/Food.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/Food.cs
startLine: 23
@@ -251,7 +251,7 @@ items:
remote:
path: TinyLife/Objects/Food.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Objects/Food.cs
startLine: 28
@@ -329,7 +329,7 @@ items:
remote:
path: TinyLife/Objects/Food.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHoverInfo
path: Objects/Food.cs
startLine: 40
@@ -461,15 +461,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Objects.FoodTypedItem
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: FoodTypedItem.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: FoodTypedItem.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: FoodTypedItem.Update
fullName: TinyLife.Objects.FoodTypedItem.Update
@@ -492,15 +492,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: FoodTypedItem.Update
fullName: TinyLife.Objects.FoodTypedItem.Update
@@ -523,10 +524,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -1050,15 +1052,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
- commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
+ commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
parent: TinyLife.Objects.Furniture
isExternal: true
- name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean)
+ name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
spec.csharp:
- - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate
@@ -1088,10 +1090,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1104,7 +1107,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate
@@ -1134,10 +1137,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
diff --git a/api/TinyLife.Objects.FoodTypedItem.yml b/api/TinyLife.Objects.FoodTypedItem.yml
index e7c95d7..a55e505 100644
--- a/api/TinyLife.Objects.FoodTypedItem.yml
+++ b/api/TinyLife.Objects.FoodTypedItem.yml
@@ -11,7 +11,7 @@ items:
- TinyLife.Objects.FoodTypedItem.FoodType
- TinyLife.Objects.FoodTypedItem.GetHoverInfo
- TinyLife.Objects.FoodTypedItem.ServingSize
- - TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Objects.FoodTypedItem.Validate
langs:
- csharp
@@ -24,7 +24,7 @@ items:
remote:
path: TinyLife/Objects/FoodTypedItem.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoodTypedItem
path: Objects/FoodTypedItem.cs
startLine: 12
@@ -81,7 +81,7 @@ items:
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.Furniture.GetVisibility
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
- - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,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.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean)
- TinyLife.Objects.Furniture.GetPrice
- TinyLife.Objects.Furniture.GetDescription
@@ -157,7 +157,7 @@ items:
remote:
path: TinyLife/Objects/FoodTypedItem.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoodType
path: Objects/FoodTypedItem.cs
startLine: 18
@@ -200,7 +200,7 @@ items:
remote:
path: TinyLife/Objects/FoodTypedItem.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExpirationTime
path: Objects/FoodTypedItem.cs
startLine: 24
@@ -243,7 +243,7 @@ items:
remote:
path: TinyLife/Objects/FoodTypedItem.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ServingSize
path: Objects/FoodTypedItem.cs
startLine: 30
@@ -286,7 +286,7 @@ items:
remote:
path: TinyLife/Objects/FoodTypedItem.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Expired
path: Objects/FoodTypedItem.cs
startLine: 35
@@ -323,7 +323,7 @@ items:
remote:
path: TinyLife/Objects/FoodTypedItem.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/FoodTypedItem.cs
startLine: 38
@@ -374,7 +374,7 @@ items:
remote:
path: TinyLife/Objects/FoodTypedItem.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Objects/FoodTypedItem.cs
startLine: 43
@@ -412,7 +412,7 @@ items:
remote:
path: TinyLife/Objects/FoodTypedItem.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHoverInfo
path: Objects/FoodTypedItem.cs
startLine: 48
@@ -435,22 +435,22 @@ items:
modifiers.vb:
- Public
- Overrides
-- uid: TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Objects.FoodTypedItem
langs:
- csharp
- vb
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: FoodTypedItem.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: FoodTypedItem.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Objects/FoodTypedItem.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Objects/FoodTypedItem.cs
startLine: 58
@@ -460,7 +460,7 @@ items:
summary: "\nThe update method, which is called every update frame by the underlying \n"
example: []
syntax:
- content: public void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: public void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -468,13 +468,13 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed since the last call
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's speed
- content.vb: Public Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Public Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overload: TinyLife.Objects.FoodTypedItem.Update*
implements:
- - TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
modifiers.csharp:
- public
modifiers.vb:
@@ -1050,15 +1050,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
- commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
+ commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
parent: TinyLife.Objects.Furniture
isExternal: true
- name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean)
+ name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
spec.csharp:
- - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate
@@ -1088,10 +1088,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1104,7 +1105,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate
@@ -1134,10 +1135,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -4243,15 +4245,15 @@ references:
name: Update
nameWithType: FoodTypedItem.Update
fullName: TinyLife.Objects.FoodTypedItem.Update
-- uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Objects.IUpdatingObject
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: IUpdatingObject.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: IUpdatingObject.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: IUpdatingObject.Update
fullName: TinyLife.Objects.IUpdatingObject.Update
@@ -4274,15 +4276,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: IUpdatingObject.Update
fullName: TinyLife.Objects.IUpdatingObject.Update
@@ -4305,10 +4308,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -4319,14 +4323,10 @@ references:
name: GameTime
nameWithType: GameTime
fullName: Microsoft.Xna.Framework.GameTime
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
+- uid: System.Single
+ commentId: T:System.Single
+ parent: System
+ isExternal: true
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
diff --git a/api/TinyLife.Objects.Furniture.yml b/api/TinyLife.Objects.Furniture.yml
index df046cb..5a198ae 100644
--- a/api/TinyLife.Objects.Furniture.yml
+++ b/api/TinyLife.Objects.Furniture.yml
@@ -6,7 +6,7 @@ items:
parent: TinyLife.Objects
children:
- TinyLife.Objects.Furniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
- - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
- TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.Area
@@ -74,7 +74,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Furniture
path: Objects/Furniture.cs
startLine: 26
@@ -158,7 +158,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Random
path: Objects/Furniture.cs
startLine: 32
@@ -195,7 +195,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnGetDescription
path: Objects/Furniture.cs
startLine: 39
@@ -228,7 +228,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnSetCreator
path: Objects/Furniture.cs
startLine: 45
@@ -261,7 +261,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnGetDirty
path: Objects/Furniture.cs
startLine: 50
@@ -294,7 +294,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnDirty
path: Objects/Furniture.cs
startLine: 55
@@ -327,7 +327,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: Objects/Furniture.cs
startLine: 61
@@ -372,7 +372,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Rotation
path: Objects/Furniture.cs
startLine: 67
@@ -415,7 +415,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ParentFurniture
path: Objects/Furniture.cs
startLine: 72
@@ -452,7 +452,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ParentObjectSpot
path: Objects/Furniture.cs
startLine: 77
@@ -489,7 +489,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasParent
path: Objects/Furniture.cs
startLine: 82
@@ -526,7 +526,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Colors
path: Objects/Furniture.cs
startLine: 88
@@ -569,7 +569,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Area
path: Objects/Furniture.cs
startLine: 92
@@ -606,7 +606,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VisualPosition
path: Objects/Furniture.cs
startLine: 97
@@ -643,14 +643,14 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DevaluedThroughUse
path: Objects/Furniture.cs
startLine: 103
assemblies:
- Tiny Life
namespace: TinyLife.Objects
- summary: "\nA field that gets set to true in .\nIf this value is true, the of this object is greatly reduced.\n"
+ summary: "\nA field that gets set to true in .\nIf this value is true, the of this object is greatly reduced.\n"
example: []
syntax:
content: >-
@@ -690,7 +690,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AreUtilitiesDisabled
path: Objects/Furniture.cs
startLine: 108
@@ -727,7 +727,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsStatic
path: Objects/Furniture.cs
startLine: 113
@@ -774,7 +774,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreatorId
path: Objects/Furniture.cs
startLine: 119
@@ -825,7 +825,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Quality
path: Objects/Furniture.cs
startLine: 127
@@ -872,7 +872,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeDirty
path: Objects/Furniture.cs
startLine: 132
@@ -909,7 +909,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dirty
path: Objects/Furniture.cs
startLine: 138
@@ -956,7 +956,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CustomPrice
path: Objects/Furniture.cs
startLine: 144
@@ -1003,7 +1003,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Creator
path: Objects/Furniture.cs
startLine: 149
@@ -1040,7 +1040,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/Furniture.cs
startLine: 167
@@ -1091,7 +1091,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Objects/Furniture.cs
startLine: 175
@@ -1144,7 +1144,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Objects/Furniture.cs
startLine: 207
@@ -1182,7 +1182,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Intersects
path: Objects/Furniture.cs
startLine: 234
@@ -1224,7 +1224,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCategories
path: Objects/Furniture.cs
startLine: 239
@@ -1268,7 +1268,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnAdded
path: Objects/Furniture.cs
startLine: 244
@@ -1303,7 +1303,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnRemoved
path: Objects/Furniture.cs
startLine: 250
@@ -1338,7 +1338,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAiPriority
path: Objects/Furniture.cs
startLine: 257
@@ -1383,7 +1383,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetVisibility
path: Objects/Furniture.cs
startLine: 266
@@ -1421,7 +1421,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnActionCompleted
path: Objects/Furniture.cs
startLine: 271
@@ -1451,32 +1451,32 @@ items:
modifiers.vb:
- Public
- Overrides
-- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
- commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
- id: ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
+ commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
+ id: ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
parent: TinyLife.Objects.Furniture
langs:
- csharp
- vb
- name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean)
+ name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
type: Method
source:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionUpdate
path: Objects/Furniture.cs
startLine: 281
assemblies:
- Tiny Life
namespace: TinyLife.Objects
- summary: "\nThis method is called when an that this object is involved in updates, which is every frame. Note that this includes actions that are underlying () and actions that aren't fully in progress yet ().\nThis object counts as involved in the action if its 's includes this object.\nIn general, the base method should be called for objects, since it sets deals with objects.\n"
+ summary: "\nThis method is called when an that this object is involved in updates, which is every frame. Note that this includes actions that are underlying () and actions that aren't fully in progress yet ().\nThis object counts as involved in the action if its 's includes this object.\nIn general, the base method should be called for objects, since it sets deals with objects.\n"
example: []
syntax:
- content: public override void ActionUpdate(Action action, GameTime time, TimeSpan passedInGame, GameSpeed speed, bool isAuxiliary)
+ content: public override void ActionUpdate(Action action, GameTime time, TimeSpan passedInGame, float speedMultiplier, bool isAuxiliary)
parameters:
- id: action
type: TinyLife.Actions.Action
@@ -1487,14 +1487,14 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed, in game time
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's current speed setting
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
- id: isAuxiliary
type: System.Boolean
description: Whether this object counts as an auxiliary object. If this value is false, the object is th e
- content.vb: Public Overrides Sub ActionUpdate(action As Action, time As GameTime, passedInGame As TimeSpan, speed As GameSpeed, isAuxiliary As Boolean)
- overridden: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ content.vb: Public Overrides Sub ActionUpdate(action As Action, time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single, isAuxiliary As Boolean)
+ overridden: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
overload: TinyLife.Objects.Furniture.ActionUpdate*
modifiers.csharp:
- public
@@ -1517,7 +1517,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Objects/Furniture.cs
startLine: 311
@@ -1594,7 +1594,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPrice
path: Objects/Furniture.cs
startLine: 319
@@ -1633,7 +1633,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDescription
path: Objects/Furniture.cs
startLine: 331
@@ -1670,7 +1670,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDecorativeRating
path: Objects/Furniture.cs
startLine: 363
@@ -1711,14 +1711,14 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDirty
path: Objects/Furniture.cs
startLine: 373
assemblies:
- Tiny Life
namespace: TinyLife.Objects
- summary: "\nCauses this object to get "more dirty" by increasing a timer and randomly, based on the amount of time that the timer has, turns to true.\nIf this object cannot be dirty (), or it is already , this method has no effect.\nBy default, this method is called in every update frame if this object isn't already .\n"
+ summary: "\nCauses this object to get "more dirty" by increasing a timer and randomly, based on the amount of time that the timer has, turns to true.\nIf this object cannot be dirty (), or it is already , this method has no effect.\nBy default, this method is called in every update frame if this object isn't already .\n"
example: []
syntax:
content: public virtual void GetDirty(TimeSpan passedInGame)
@@ -1749,7 +1749,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetCreator
path: Objects/Furniture.cs
startLine: 390
@@ -1790,7 +1790,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnNeighborChanged
path: Objects/Furniture.cs
startLine: 408
@@ -1828,7 +1828,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawUi
path: Objects/Furniture.cs
startLine: 420
@@ -1879,7 +1879,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeActionSpots
path: Objects/Furniture.cs
startLine: 435
@@ -1921,7 +1921,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeActionSpot
path: Objects/Furniture.cs
startLine: 451
@@ -1963,7 +1963,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeActionSpotInfo
path: Objects/Furniture.cs
startLine: 458
@@ -2008,7 +2008,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetActionSpotInfo
path: Objects/Furniture.cs
startLine: 470
@@ -2053,7 +2053,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeObjectSpot
path: Objects/Furniture.cs
startLine: 482
@@ -2063,7 +2063,7 @@ items:
summary: "\nReturns the first free on this furniture.\nFree, in this case, is any object spot that isn't already occupied by a different furniture.\n"
example: []
syntax:
- content: public ObjectSpot GetFreeObjectSpot(FurnitureType type, Vector2? position = null)
+ content: public ObjectSpot GetFreeObjectSpot(FurnitureType type, Vector2? position = default(Vector2? ))
parameters:
- id: type
type: TinyLife.Objects.FurnitureType
@@ -2098,7 +2098,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetParent
path: Objects/Furniture.cs
startLine: 496
@@ -2137,7 +2137,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UnlinkParentsAndChildren
path: Objects/Furniture.cs
startLine: 510
@@ -2169,7 +2169,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveAndUnlink
path: Objects/Furniture.cs
startLine: 520
@@ -2201,7 +2201,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetChildren
path: Objects/Furniture.cs
startLine: 530
@@ -2243,7 +2243,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveChildren
path: Objects/Furniture.cs
startLine: 541
@@ -2290,7 +2290,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveChild
path: Objects/Furniture.cs
startLine: 555
@@ -2329,7 +2329,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddChild
path: Objects/Furniture.cs
startLine: 574
@@ -2340,7 +2340,7 @@ items:
example: []
syntax:
content: >-
- public T AddChild(FurnitureType type, Direction2 rotation, int[] colors = null, Guid? id = null, Vector2? position = null)
+ public T AddChild(FurnitureType type, Direction2 rotation, int[] colors = null, Guid? id = default(Guid? ), Vector2? position = default(Vector2? ))
where T : Furniture
parameters:
- id: type
@@ -2388,7 +2388,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddChild
path: Objects/Furniture.cs
startLine: 589
@@ -2398,7 +2398,7 @@ items:
summary: "\nAdds a child to this furniture, setting its parent () to this furniture and adding it to this furniture's .\nThe object spot selected is the first available object spot.\n"
example: []
syntax:
- content: public bool AddChild(Furniture item, Direction2 rotation, Vector2? position = null)
+ content: public bool AddChild(Furniture item, Direction2 rotation, Vector2? position = default(Vector2? ))
parameters:
- id: item
type: TinyLife.Objects.Furniture
@@ -2436,7 +2436,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetChild
path: Objects/Furniture.cs
startLine: 606
@@ -2446,7 +2446,7 @@ items:
summary: "\nSets the child element in the given object spot to the given furniture and adds it to this furniture's .\nIf there are already children in the given object spot, those are removed prior to adding the new child.\n"
example: []
syntax:
- content: public void SetChild(ObjectSpot spot, FurnitureType type, Direction2 rotation, int[] colors = null, Guid? id = null)
+ content: public void SetChild(ObjectSpot spot, FurnitureType type, Direction2 rotation, int[] colors = null, Guid? id = default(Guid? ))
parameters:
- id: spot
type: TinyLife.Objects.ObjectSpot
@@ -2487,7 +2487,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetChild
path: Objects/Furniture.cs
startLine: 617
@@ -2529,7 +2529,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotifyNeighbors
path: Objects/Furniture.cs
startLine: 629
@@ -2561,7 +2561,7 @@ items:
remote:
path: TinyLife/Objects/Furniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetNewId
path: Objects/Furniture.cs
startLine: 642
@@ -4440,15 +4440,15 @@ references:
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
-- uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
- commentId: M:TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+- uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
+ commentId: M:TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
parent: TinyLife.Objects.MapObject
isExternal: true
- name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- nameWithType: MapObject.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- fullName: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean)
+ name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ nameWithType: MapObject.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ fullName: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
spec.csharp:
- - uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: MapObject.ActionUpdate
fullName: TinyLife.Objects.MapObject.ActionUpdate
@@ -4478,10 +4478,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -4494,7 +4495,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: MapObject.ActionUpdate
fullName: TinyLife.Objects.MapObject.ActionUpdate
@@ -4524,10 +4525,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -5376,17 +5378,13 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
+- uid: System.Single
+ commentId: T:System.Single
+ parent: System
+ isExternal: true
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
parent: TinyLife.Objects.Furniture
@@ -5499,13 +5497,6 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: System.Single
- commentId: T:System.Single
- parent: System
- isExternal: true
- name: Single
- nameWithType: Single
- fullName: System.Single
- uid: TinyLife.Objects.Furniture.GetPrice*
commentId: Overload:TinyLife.Objects.Furniture.GetPrice
name: GetPrice
@@ -5668,15 +5659,15 @@ references:
name: Room
nameWithType: Room
fullName: TinyLife.World.Room
-- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
- commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
+ commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
parent: TinyLife.Objects.Furniture
isExternal: true
- name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean)
+ name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
spec.csharp:
- - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate
@@ -5706,10 +5697,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -5722,7 +5714,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate
@@ -5752,10 +5744,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
diff --git a/api/TinyLife.Objects.FurnitureType.TypeSettings.yml b/api/TinyLife.Objects.FurnitureType.TypeSettings.yml
index 8e08133..5e1cc06 100644
--- a/api/TinyLife.Objects.FurnitureType.TypeSettings.yml
+++ b/api/TinyLife.Objects.FurnitureType.TypeSettings.yml
@@ -46,7 +46,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TypeSettings
path: Objects/FurnitureType.cs
startLine: 398
@@ -92,7 +92,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Objects/FurnitureType.cs
startLine: 403
@@ -125,7 +125,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Size
path: Objects/FurnitureType.cs
startLine: 407
@@ -158,7 +158,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Categories
path: Objects/FurnitureType.cs
startLine: 411
@@ -191,7 +191,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionSpots
path: Objects/FurnitureType.cs
startLine: 416
@@ -224,7 +224,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ObjectSpots
path: Objects/FurnitureType.cs
startLine: 421
@@ -257,7 +257,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColorSchemes
path: Objects/FurnitureType.cs
startLine: 426
@@ -290,7 +290,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColorMap
path: Objects/FurnitureType.cs
startLine: 431
@@ -323,7 +323,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DefaultColors
path: Objects/FurnitureType.cs
startLine: 436
@@ -356,7 +356,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DefaultRotation
path: Objects/FurnitureType.cs
startLine: 440
@@ -389,7 +389,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructedType
path: Objects/FurnitureType.cs
startLine: 446
@@ -422,7 +422,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Price
path: Objects/FurnitureType.cs
startLine: 450
@@ -455,7 +455,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BuyableVariations
path: Objects/FurnitureType.cs
startLine: 456
@@ -488,7 +488,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HeldScale
path: Objects/FurnitureType.cs
startLine: 460
@@ -521,7 +521,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HeldPivot
path: Objects/FurnitureType.cs
startLine: 465
@@ -554,7 +554,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DecorativeRating
path: Objects/FurnitureType.cs
startLine: 472
@@ -587,7 +587,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: Objects/FurnitureType.cs
startLine: 477
@@ -620,7 +620,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reliability
path: Objects/FurnitureType.cs
startLine: 483
@@ -653,7 +653,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BrokenBehavior
path: Objects/FurnitureType.cs
startLine: 488
@@ -686,7 +686,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ElectricityRating
path: Objects/FurnitureType.cs
startLine: 493
@@ -719,7 +719,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WaterRating
path: Objects/FurnitureType.cs
startLine: 498
@@ -752,7 +752,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Visibility
path: Objects/FurnitureType.cs
startLine: 504
@@ -785,7 +785,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Tab
path: Objects/FurnitureType.cs
startLine: 509
@@ -818,7 +818,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TextureName
path: Objects/FurnitureType.cs
startLine: 514
@@ -851,7 +851,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateLights
path: Objects/FurnitureType.cs
startLine: 519
@@ -884,7 +884,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DirtyOverlayTextureName
path: Objects/FurnitureType.cs
startLine: 526
@@ -917,7 +917,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DistanceFromObstructions
path: Objects/FurnitureType.cs
startLine: 532
@@ -950,7 +950,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/FurnitureType.cs
startLine: 544
@@ -1001,7 +1001,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetData
path: Objects/FurnitureType.cs
startLine: 565
@@ -1039,7 +1039,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetData
path: Objects/FurnitureType.cs
startLine: 571
@@ -1082,7 +1082,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDataKeys
path: Objects/FurnitureType.cs
startLine: 576
diff --git a/api/TinyLife.Objects.FurnitureType.yml b/api/TinyLife.Objects.FurnitureType.yml
index 8b75649..4071764 100644
--- a/api/TinyLife.Objects.FurnitureType.yml
+++ b/api/TinyLife.Objects.FurnitureType.yml
@@ -137,7 +137,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.NonBuyable.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FurnitureType
path: Objects/FurnitureType.NonBuyable.cs
startLine: 10
@@ -197,7 +197,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: Objects/FurnitureType.cs
startLine: 34
@@ -234,7 +234,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Textures
path: Objects/FurnitureType.cs
startLine: 42
@@ -269,7 +269,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DirtyTextures
path: Objects/FurnitureType.cs
startLine: 47
@@ -304,7 +304,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Rotations
path: Objects/FurnitureType.cs
startLine: 52
@@ -341,7 +341,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Settings
path: Objects/FurnitureType.cs
startLine: 56
@@ -378,7 +378,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString
path: Objects/FurnitureType.cs
startLine: 58
@@ -417,7 +417,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToString
path: Objects/FurnitureType.cs
startLine: 69
@@ -453,7 +453,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawLayers
path: Objects/FurnitureType.cs
startLine: 91
@@ -463,7 +463,7 @@ items:
summary: "\nDraws the furniture type with the given data.\nInternally, this uses to draw each layer with a slight depth offset.\n"
example: []
syntax:
- content: public void DrawLayers(Map map, Vector2 position, SpriteBatch batch, Vector2 drawPos, Direction2 rotation, TextureRegion[] layers, int[] colors, float scale, bool pivot = true, Furniture parent = null, AbstractSpot spot = null, Color? overrideColor = null, float depthOffset = 0F, bool held = false)
+ content: public void DrawLayers(Map map, Vector2 position, SpriteBatch batch, Vector2 drawPos, Direction2 rotation, TextureRegion[] layers, int[] colors, float scale, bool pivot = true, Furniture parent = null, AbstractSpot spot = null, Color? overrideColor = default(Color? ), float depthOffset = 0F, bool held = false)
parameters:
- id: map
type: TinyLife.World.Map
@@ -531,7 +531,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawColumns
path: Objects/FurnitureType.cs
startLine: 117
@@ -606,7 +606,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawDirtyOverlay
path: Objects/FurnitureType.cs
startLine: 144
@@ -616,7 +616,7 @@ items:
summary: "\nDraws the of this object into the world.\nNote that, if this object cannot get dirty, this method will throw a .\nBy default, the dirty overlay is automatically drawn in .\n"
example: []
syntax:
- content: public void DrawDirtyOverlay(Map map, Vector2 position, SpriteBatch batch, Vector2 drawPos, Direction2 rotation, float scale, Color? overrideColor = null, bool pivot = true, Furniture parent = null, AbstractSpot parentSpot = null, float depthOffset = 0F, bool held = false)
+ content: public void DrawDirtyOverlay(Map map, Vector2 position, SpriteBatch batch, Vector2 drawPos, Direction2 rotation, float scale, Color? overrideColor = default(Color? ), bool pivot = true, Furniture parent = null, AbstractSpot parentSpot = null, float depthOffset = 0F, bool held = false)
parameters:
- id: map
type: TinyLife.World.Map
@@ -678,7 +678,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSize
path: Objects/FurnitureType.cs
startLine: 158
@@ -717,7 +717,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct
path: Objects/FurnitureType.cs
startLine: 173
@@ -727,7 +727,7 @@ items:
summary: "\nConstructs a new object from this furniture type\n"
example: []
syntax:
- content: public Furniture Construct(int[] colors, Map map, Vector2 pos, Guid? id = null)
+ content: public Furniture Construct(int[] colors, Map map, Vector2 pos, Guid? id = default(Guid? ))
parameters:
- id: colors
type: System.Int32[]
@@ -768,7 +768,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetWallsInTheWay
path: Objects/FurnitureType.cs
startLine: 190
@@ -813,7 +813,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRoofingInTheWay
path: Objects/FurnitureType.cs
startLine: 219
@@ -858,7 +858,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPrice
path: Objects/FurnitureType.cs
startLine: 233
@@ -895,7 +895,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasCategory
path: Objects/FurnitureType.cs
startLine: 242
@@ -934,7 +934,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetBestRotation
path: Objects/FurnitureType.cs
startLine: 252
@@ -973,7 +973,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetReferenceTexture
path: Objects/FurnitureType.cs
startLine: 270
@@ -983,7 +983,7 @@ items:
summary: "\nReturns the reference texture of this furniture type for the given rotation.\nThe reference texture is the first layer of the texture for the given rotation.\n"
example: []
syntax:
- content: public TextureRegion GetReferenceTexture(Direction2? rotation = null)
+ content: public TextureRegion GetReferenceTexture(Direction2? rotation = default(Direction2? ))
parameters:
- id: rotation
type: System.Nullable{MLEM.Misc.Direction2}
@@ -1015,7 +1015,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRotatedOffset
path: Objects/FurnitureType.cs
startLine: 282
@@ -1060,7 +1060,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCoveredTiles
path: Objects/FurnitureType.cs
startLine: 319
@@ -1104,7 +1104,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: Objects/FurnitureType.cs
startLine: 331
@@ -1145,7 +1145,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RegisterAll
path: Objects/FurnitureType.cs
startLine: 340
@@ -1189,7 +1189,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetTextures
path: Objects/FurnitureType.cs
startLine: 354
@@ -1239,7 +1239,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetTexture
path: Objects/FurnitureType.cs
startLine: 377
@@ -1283,7 +1283,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PotPlant
path: Objects/FurnitureType.Decor.cs
startLine: 12
@@ -1318,7 +1318,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmallPlant
path: Objects/FurnitureType.Decor.cs
startLine: 16
@@ -1353,7 +1353,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LgbtFlags
path: Objects/FurnitureType.Decor.cs
startLine: 20
@@ -1388,7 +1388,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkoutPosters
path: Objects/FurnitureType.Decor.cs
startLine: 27
@@ -1423,7 +1423,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LargeRectangleRug
path: Objects/FurnitureType.Decor.cs
startLine: 36
@@ -1458,7 +1458,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Doormat
path: Objects/FurnitureType.Decor.cs
startLine: 39
@@ -1493,7 +1493,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LargeRoundRug
path: Objects/FurnitureType.Decor.cs
startLine: 42
@@ -1528,7 +1528,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CountryFence
path: Objects/FurnitureType.Decor.cs
startLine: 45
@@ -1563,7 +1563,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hedge
path: Objects/FurnitureType.Decor.cs
startLine: 49
@@ -1598,7 +1598,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MapleTree
path: Objects/FurnitureType.Decor.cs
startLine: 53
@@ -1633,7 +1633,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GrassPatch
path: Objects/FurnitureType.Decor.cs
startLine: 57
@@ -1668,7 +1668,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmallBush
path: Objects/FurnitureType.Decor.cs
startLine: 60
@@ -1703,7 +1703,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleLamp
path: Objects/FurnitureType.Decor.cs
startLine: 63
@@ -1738,7 +1738,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleCeilingLamp
path: Objects/FurnitureType.Decor.cs
startLine: 71
@@ -1773,7 +1773,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EvergreenTree
path: Objects/FurnitureType.Decor.cs
startLine: 75
@@ -1808,7 +1808,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BirchTree
path: Objects/FurnitureType.Decor.cs
startLine: 81
@@ -1843,7 +1843,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OakTree
path: Objects/FurnitureType.Decor.cs
startLine: 87
@@ -1878,7 +1878,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cypress
path: Objects/FurnitureType.Decor.cs
startLine: 93
@@ -1913,7 +1913,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SquarePlantPots
path: Objects/FurnitureType.Decor.cs
startLine: 99
@@ -1948,7 +1948,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WindowPlants
path: Objects/FurnitureType.Decor.cs
startLine: 105
@@ -1983,7 +1983,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TreeStumps
path: Objects/FurnitureType.Decor.cs
startLine: 111
@@ -2018,7 +2018,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Wisteria
path: Objects/FurnitureType.Decor.cs
startLine: 116
@@ -2053,7 +2053,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModernWoodworkingLamp
path: Objects/FurnitureType.Decor.cs
startLine: 121
@@ -2088,7 +2088,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SwirlWoodworkingLamp
path: Objects/FurnitureType.Decor.cs
startLine: 130
@@ -2123,7 +2123,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EdisonWoodworkingLamp
path: Objects/FurnitureType.Decor.cs
startLine: 139
@@ -2158,7 +2158,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DecorativeLogPile
path: Objects/FurnitureType.Decor.cs
startLine: 144
@@ -2193,7 +2193,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TraditionalFireplace
path: Objects/FurnitureType.Decor.cs
startLine: 148
@@ -2228,7 +2228,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmallChimney
path: Objects/FurnitureType.Decor.cs
startLine: 155
@@ -2263,7 +2263,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleDesk
path: Objects/FurnitureType.Misc.cs
startLine: 13
@@ -2298,7 +2298,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LongDinnerTable
path: Objects/FurnitureType.Misc.cs
startLine: 17
@@ -2333,7 +2333,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SquareDinnerTable
path: Objects/FurnitureType.Misc.cs
startLine: 20
@@ -2368,7 +2368,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleChair
path: Objects/FurnitureType.Misc.cs
startLine: 23
@@ -2403,7 +2403,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleToilet
path: Objects/FurnitureType.Misc.cs
startLine: 28
@@ -2438,7 +2438,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModernBed
path: Objects/FurnitureType.Misc.cs
startLine: 36
@@ -2473,7 +2473,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModernSingleBed
path: Objects/FurnitureType.Misc.cs
startLine: 41
@@ -2508,7 +2508,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModernFridge
path: Objects/FurnitureType.Misc.cs
startLine: 46
@@ -2543,7 +2543,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleShower
path: Objects/FurnitureType.Misc.cs
startLine: 51
@@ -2578,7 +2578,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleCounter
path: Objects/FurnitureType.Misc.cs
startLine: 59
@@ -2613,7 +2613,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleBar
path: Objects/FurnitureType.Misc.cs
startLine: 65
@@ -2648,7 +2648,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModernStove
path: Objects/FurnitureType.Misc.cs
startLine: 70
@@ -2683,7 +2683,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModernComputer
path: Objects/FurnitureType.Misc.cs
startLine: 78
@@ -2718,7 +2718,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModernSink
path: Objects/FurnitureType.Misc.cs
startLine: 86
@@ -2753,7 +2753,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mailbox
path: Objects/FurnitureType.Misc.cs
startLine: 93
@@ -2788,7 +2788,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleDrawer
path: Objects/FurnitureType.Misc.cs
startLine: 98
@@ -2823,7 +2823,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleEasel
path: Objects/FurnitureType.Misc.cs
startLine: 104
@@ -2858,7 +2858,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleBench
path: Objects/FurnitureType.Misc.cs
startLine: 111
@@ -2893,7 +2893,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmallMirror
path: Objects/FurnitureType.Misc.cs
startLine: 117
@@ -2928,7 +2928,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleBookshelf
path: Objects/FurnitureType.Misc.cs
startLine: 122
@@ -2963,7 +2963,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModernTv
path: Objects/FurnitureType.Misc.cs
startLine: 131
@@ -2998,7 +2998,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MixologyKit
path: Objects/FurnitureType.Misc.cs
startLine: 138
@@ -3033,7 +3033,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleSofa
path: Objects/FurnitureType.Misc.cs
startLine: 142
@@ -3068,7 +3068,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleLowTable
path: Objects/FurnitureType.Misc.cs
startLine: 149
@@ -3103,7 +3103,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleWallSink
path: Objects/FurnitureType.Misc.cs
startLine: 155
@@ -3138,7 +3138,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Treadmill
path: Objects/FurnitureType.Misc.cs
startLine: 162
@@ -3173,7 +3173,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DumbbellRack
path: Objects/FurnitureType.Misc.cs
startLine: 172
@@ -3208,7 +3208,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VerticalDumbbellRack
path: Objects/FurnitureType.Misc.cs
startLine: 176
@@ -3243,7 +3243,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StandingDesk
path: Objects/FurnitureType.Misc.cs
startLine: 180
@@ -3278,7 +3278,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeKit
path: Objects/FurnitureType.Misc.cs
startLine: 186
@@ -3313,7 +3313,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmallBarbecue
path: Objects/FurnitureType.Misc.cs
startLine: 191
@@ -3348,7 +3348,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimplePicnicTable
path: Objects/FurnitureType.Misc.cs
startLine: 197
@@ -3383,7 +3383,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ParkTrashCan
path: Objects/FurnitureType.Misc.cs
startLine: 202
@@ -3418,7 +3418,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WoodworkingTable
path: Objects/FurnitureType.Misc.cs
startLine: 205
@@ -3453,7 +3453,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OrnateBed
path: Objects/FurnitureType.Misc.cs
startLine: 211
@@ -3488,7 +3488,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OrnateFlowerBed
path: Objects/FurnitureType.Misc.cs
startLine: 217
@@ -3523,7 +3523,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OrnateSingleBed
path: Objects/FurnitureType.Misc.cs
startLine: 223
@@ -3558,7 +3558,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FourPostBed
path: Objects/FurnitureType.Misc.cs
startLine: 229
@@ -3593,7 +3593,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TraditionalCounter
path: Objects/FurnitureType.Misc.cs
startLine: 235
@@ -3628,7 +3628,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TraditionalBar
path: Objects/FurnitureType.Misc.cs
startLine: 242
@@ -3663,7 +3663,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CushionedWoodworkingSofa
path: Objects/FurnitureType.Misc.cs
startLine: 248
@@ -3698,7 +3698,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FullyCushionedWoodworkingSofa
path: Objects/FurnitureType.Misc.cs
startLine: 256
@@ -3733,7 +3733,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LargeWoodworkingSofa
path: Objects/FurnitureType.Misc.cs
startLine: 264
@@ -3768,7 +3768,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WoodworkingChairArmrests
path: Objects/FurnitureType.Misc.cs
startLine: 272
@@ -3803,7 +3803,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WoodworkingChair
path: Objects/FurnitureType.Misc.cs
startLine: 278
@@ -3838,7 +3838,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WoodworkingCloset
path: Objects/FurnitureType.Misc.cs
startLine: 284
@@ -3873,7 +3873,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.Misc.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WoodenToyBox
path: Objects/FurnitureType.Misc.cs
startLine: 294
@@ -3908,7 +3908,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.NonBuyable.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmptyPlate
path: Objects/FurnitureType.NonBuyable.cs
startLine: 15
@@ -3943,7 +3943,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.NonBuyable.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmptyPlatter
path: Objects/FurnitureType.NonBuyable.cs
startLine: 18
@@ -3978,7 +3978,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.NonBuyable.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmptyGlass
path: Objects/FurnitureType.NonBuyable.cs
startLine: 21
@@ -4013,7 +4013,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.NonBuyable.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UnpreparedFood
path: Objects/FurnitureType.NonBuyable.cs
startLine: 24
@@ -4048,7 +4048,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.NonBuyable.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PreparedFood
path: Objects/FurnitureType.NonBuyable.cs
startLine: 28
@@ -4083,7 +4083,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.NonBuyable.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pot
path: Objects/FurnitureType.NonBuyable.cs
startLine: 32
@@ -4118,7 +4118,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.NonBuyable.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoodPlate
path: Objects/FurnitureType.NonBuyable.cs
startLine: 36
@@ -4153,7 +4153,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.NonBuyable.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoodPlatter
path: Objects/FurnitureType.NonBuyable.cs
startLine: 40
@@ -4188,7 +4188,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.NonBuyable.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoodGlass
path: Objects/FurnitureType.NonBuyable.cs
startLine: 44
@@ -4223,7 +4223,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.NonBuyable.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CustomPainting
path: Objects/FurnitureType.NonBuyable.cs
startLine: 48
@@ -4258,7 +4258,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.NonBuyable.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Book
path: Objects/FurnitureType.NonBuyable.cs
startLine: 57
@@ -4293,7 +4293,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.NonBuyable.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Puddle
path: Objects/FurnitureType.NonBuyable.cs
startLine: 60
@@ -4328,7 +4328,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.NonBuyable.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Gravestone
path: Objects/FurnitureType.NonBuyable.cs
startLine: 65
@@ -4363,7 +4363,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.NonBuyable.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sponge
path: Objects/FurnitureType.NonBuyable.cs
startLine: 70
@@ -4398,7 +4398,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.NonBuyable.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Spanner
path: Objects/FurnitureType.NonBuyable.cs
startLine: 71
@@ -4433,7 +4433,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.NonBuyable.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PaintBrush
path: Objects/FurnitureType.NonBuyable.cs
startLine: 72
@@ -4468,7 +4468,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.NonBuyable.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mop
path: Objects/FurnitureType.NonBuyable.cs
startLine: 73
@@ -4503,7 +4503,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.NonBuyable.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dumbbell
path: Objects/FurnitureType.NonBuyable.cs
startLine: 74
@@ -4538,7 +4538,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.NonBuyable.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GrillingFood
path: Objects/FurnitureType.NonBuyable.cs
startLine: 77
@@ -4573,7 +4573,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.NonBuyable.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UnfinishedWoodwork
path: Objects/FurnitureType.NonBuyable.cs
startLine: 80
@@ -4608,7 +4608,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.NonBuyable.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HomeworkBook
path: Objects/FurnitureType.NonBuyable.cs
startLine: 84
@@ -4643,7 +4643,7 @@ items:
remote:
path: TinyLife/Objects/FurnitureType.NonBuyable.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToyCar
path: Objects/FurnitureType.NonBuyable.cs
startLine: 87
diff --git a/api/TinyLife.Objects.Gravestone.yml b/api/TinyLife.Objects.Gravestone.yml
index 390cefd..9cede9e 100644
--- a/api/TinyLife.Objects.Gravestone.yml
+++ b/api/TinyLife.Objects.Gravestone.yml
@@ -20,7 +20,7 @@ items:
remote:
path: TinyLife/Objects/Gravestone.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Gravestone
path: Objects/Gravestone.cs
startLine: 8
@@ -75,7 +75,7 @@ items:
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.Furniture.GetVisibility
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
- - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,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.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean)
- TinyLife.Objects.Furniture.GetPrice
- TinyLife.Objects.Furniture.GetDescription
@@ -151,7 +151,7 @@ items:
remote:
path: TinyLife/Objects/Gravestone.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DeadPerson
path: Objects/Gravestone.cs
startLine: 14
@@ -188,7 +188,7 @@ items:
remote:
path: TinyLife/Objects/Gravestone.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reason
path: Objects/Gravestone.cs
startLine: 22
@@ -231,7 +231,7 @@ items:
remote:
path: TinyLife/Objects/Gravestone.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/Gravestone.cs
startLine: 27
@@ -282,7 +282,7 @@ items:
remote:
path: TinyLife/Objects/Gravestone.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHoverInfo
path: Objects/Gravestone.cs
startLine: 32
@@ -898,15 +898,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
- commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
+ commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
parent: TinyLife.Objects.Furniture
isExternal: true
- name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean)
+ name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
spec.csharp:
- - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate
@@ -936,10 +936,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -952,7 +953,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate
@@ -982,10 +983,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
diff --git a/api/TinyLife.Objects.IUpdatingObject.yml b/api/TinyLife.Objects.IUpdatingObject.yml
index 6946032..6a3fb97 100644
--- a/api/TinyLife.Objects.IUpdatingObject.yml
+++ b/api/TinyLife.Objects.IUpdatingObject.yml
@@ -5,7 +5,7 @@ items:
id: IUpdatingObject
parent: TinyLife.Objects
children:
- - TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
langs:
- csharp
- vb
@@ -17,7 +17,7 @@ items:
remote:
path: TinyLife/Objects/IUpdatingObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IUpdatingObject
path: Objects/IUpdatingObject.cs
startLine: 9
@@ -37,22 +37,22 @@ items:
modifiers.vb:
- Public
- Interface
-- uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Objects.IUpdatingObject
langs:
- csharp
- vb
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: IUpdatingObject.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: IUpdatingObject.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Objects/IUpdatingObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Objects/IUpdatingObject.cs
startLine: 17
@@ -62,7 +62,7 @@ items:
summary: "\nThe update method, which is called every update frame by the underlying \n"
example: []
syntax:
- content: void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -70,10 +70,10 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed since the last call
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's speed
- content.vb: Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overload: TinyLife.Objects.IUpdatingObject.Update*
references:
- uid: TinyLife.Objects.MapObject
@@ -178,6 +178,9 @@ references:
name: Map
nameWithType: Map
fullName: TinyLife.World.Map
+- uid: TinyLife.GameImpl.Speed
+ commentId: P:TinyLife.GameImpl.Speed
+ isExternal: true
- uid: TinyLife.Objects.IUpdatingObject.Update*
commentId: Overload:TinyLife.Objects.IUpdatingObject.Update
name: Update
@@ -197,12 +200,13 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+- uid: System.Single
+ commentId: T:System.Single
+ parent: System
+ isExternal: true
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
- uid: TinyLife.World
commentId: N:TinyLife.World
name: TinyLife.World
@@ -220,8 +224,3 @@ references:
name: System
nameWithType: System
fullName: System
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
diff --git a/api/TinyLife.Objects.Light.yml b/api/TinyLife.Objects.Light.yml
index ad87de1..a4dd9a6 100644
--- a/api/TinyLife.Objects.Light.yml
+++ b/api/TinyLife.Objects.Light.yml
@@ -26,7 +26,7 @@ items:
remote:
path: TinyLife/Objects/Light.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Light
path: Objects/Light.cs
startLine: 12
@@ -71,7 +71,7 @@ items:
remote:
path: TinyLife/Objects/Light.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CircleTexture
path: Objects/Light.cs
startLine: 17
@@ -108,7 +108,7 @@ items:
remote:
path: TinyLife/Objects/Light.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Map
path: Objects/Light.cs
startLine: 22
@@ -143,7 +143,7 @@ items:
remote:
path: TinyLife/Objects/Light.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Texture
path: Objects/Light.cs
startLine: 27
@@ -178,7 +178,7 @@ items:
remote:
path: TinyLife/Objects/Light.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpwardsOffset
path: Objects/Light.cs
startLine: 31
@@ -211,7 +211,7 @@ items:
remote:
path: TinyLife/Objects/Light.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Position
path: Objects/Light.cs
startLine: 36
@@ -248,7 +248,7 @@ items:
remote:
path: TinyLife/Objects/Light.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Size
path: Objects/Light.cs
startLine: 51
@@ -281,7 +281,7 @@ items:
remote:
path: TinyLife/Objects/Light.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Color
path: Objects/Light.cs
startLine: 56
@@ -314,7 +314,7 @@ items:
remote:
path: TinyLife/Objects/Light.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsDisabled
path: Objects/Light.cs
startLine: 61
@@ -347,7 +347,7 @@ items:
remote:
path: TinyLife/Objects/Light.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/Light.cs
startLine: 73
@@ -395,7 +395,7 @@ items:
remote:
path: TinyLife/Objects/Light.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Objects/Light.cs
startLine: 86
diff --git a/api/TinyLife.Objects.LightFurniture.yml b/api/TinyLife.Objects.LightFurniture.yml
index 75cb5a6..070d702 100644
--- a/api/TinyLife.Objects.LightFurniture.yml
+++ b/api/TinyLife.Objects.LightFurniture.yml
@@ -12,7 +12,7 @@ items:
- TinyLife.Objects.LightFurniture.Lights
- TinyLife.Objects.LightFurniture.OnAdded
- TinyLife.Objects.LightFurniture.OnRemoved
- - TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Objects.LightFurniture.Validate
langs:
- csharp
@@ -25,7 +25,7 @@ items:
remote:
path: TinyLife/Objects/LightFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LightFurniture
path: Objects/LightFurniture.cs
startLine: 12
@@ -80,7 +80,7 @@ items:
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.Furniture.GetVisibility
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
- - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,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.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean)
- TinyLife.Objects.Furniture.GetPrice
- TinyLife.Objects.Furniture.GetDescription
@@ -157,7 +157,7 @@ items:
remote:
path: TinyLife/Objects/LightFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Lights
path: Objects/LightFurniture.cs
startLine: 17
@@ -194,7 +194,7 @@ items:
remote:
path: TinyLife/Objects/LightFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsDisabled
path: Objects/LightFurniture.cs
startLine: 23
@@ -237,7 +237,7 @@ items:
remote:
path: TinyLife/Objects/LightFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsElectrical
path: Objects/LightFurniture.cs
startLine: 29
@@ -276,7 +276,7 @@ items:
remote:
path: TinyLife/Objects/LightFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/LightFurniture.cs
startLine: 32
@@ -312,22 +312,22 @@ items:
- Public
fullName.vb: TinyLife.Objects.LightFurniture.LightFurniture(System.Guid, TinyLife.Objects.FurnitureType, System.Int32(), TinyLife.World.Map, Microsoft.Xna.Framework.Vector2)
name.vb: LightFurniture(Guid, FurnitureType, Int32(), Map, Vector2)
-- uid: TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Objects.LightFurniture
langs:
- csharp
- vb
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: LightFurniture.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: LightFurniture.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Objects/LightFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Objects/LightFurniture.cs
startLine: 37
@@ -337,7 +337,7 @@ items:
summary: "\nThe update method, which is called every update frame by the underlying \n"
example: []
syntax:
- content: public virtual void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: public virtual void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -345,13 +345,13 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed since the last call
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's speed
- content.vb: Public Overridable Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Public Overridable Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overload: TinyLife.Objects.LightFurniture.Update*
implements:
- - TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
modifiers.csharp:
- public
- virtual
@@ -373,7 +373,7 @@ items:
remote:
path: TinyLife/Objects/LightFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnAdded
path: Objects/LightFurniture.cs
startLine: 45
@@ -408,7 +408,7 @@ items:
remote:
path: TinyLife/Objects/LightFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnRemoved
path: Objects/LightFurniture.cs
startLine: 51
@@ -443,7 +443,7 @@ items:
remote:
path: TinyLife/Objects/LightFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Objects/LightFurniture.cs
startLine: 57
@@ -481,7 +481,7 @@ items:
remote:
path: TinyLife/Objects/LightFurniture.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateLights
path: Objects/LightFurniture.cs
startLine: 70
@@ -1027,15 +1027,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
- commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
+ commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
parent: TinyLife.Objects.Furniture
isExternal: true
- name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean)
+ name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
spec.csharp:
- - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate
@@ -1065,10 +1065,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1081,7 +1082,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate
@@ -1111,10 +1112,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -4164,15 +4166,15 @@ references:
name: Update
nameWithType: LightFurniture.Update
fullName: TinyLife.Objects.LightFurniture.Update
-- uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Objects.IUpdatingObject
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: IUpdatingObject.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: IUpdatingObject.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: IUpdatingObject.Update
fullName: TinyLife.Objects.IUpdatingObject.Update
@@ -4195,15 +4197,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: IUpdatingObject.Update
fullName: TinyLife.Objects.IUpdatingObject.Update
@@ -4226,10 +4229,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -4247,17 +4251,13 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
+- uid: System.Single
+ commentId: T:System.Single
+ parent: System
+ isExternal: true
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
- uid: TinyLife.Objects.Furniture.OnAdded
commentId: M:TinyLife.Objects.Furniture.OnAdded
parent: TinyLife.Objects.Furniture
diff --git a/api/TinyLife.Objects.MapObject.yml b/api/TinyLife.Objects.MapObject.yml
index 883e810..96f7e8a 100644
--- a/api/TinyLife.Objects.MapObject.yml
+++ b/api/TinyLife.Objects.MapObject.yml
@@ -6,7 +6,7 @@ items:
parent: TinyLife.Objects
children:
- TinyLife.Objects.MapObject.#ctor(System.Guid,TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
- - TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
- TinyLife.Objects.MapObject.CurrentLot
- TinyLife.Objects.MapObject.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
@@ -46,7 +46,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MapObject
path: Objects/MapObject.cs
startLine: 29
@@ -113,7 +113,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PersonRotationOrder
path: Objects/MapObject.cs
startLine: 35
@@ -150,7 +150,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCreated
path: Objects/MapObject.cs
startLine: 41
@@ -185,7 +185,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnValidated
path: Objects/MapObject.cs
startLine: 46
@@ -220,7 +220,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnEventsAttachable
path: Objects/MapObject.cs
startLine: 51
@@ -255,7 +255,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnDraw
path: Objects/MapObject.cs
startLine: 59
@@ -288,7 +288,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnUpdate
path: Objects/MapObject.cs
startLine: 65
@@ -321,7 +321,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Id
path: Objects/MapObject.cs
startLine: 70
@@ -370,7 +370,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Map
path: Objects/MapObject.cs
startLine: 76
@@ -407,7 +407,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Position
path: Objects/MapObject.cs
startLine: 81
@@ -456,7 +456,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentLot
path: Objects/MapObject.cs
startLine: 102
@@ -493,7 +493,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsInWorld
path: Objects/MapObject.cs
startLine: 106
@@ -530,7 +530,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/MapObject.cs
startLine: 116
@@ -572,7 +572,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Objects/MapObject.cs
startLine: 134
@@ -622,7 +622,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Intersects
path: Objects/MapObject.cs
startLine: 143
@@ -663,7 +663,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Objects/MapObject.cs
startLine: 153
@@ -700,7 +700,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCategories
path: Objects/MapObject.cs
startLine: 164
@@ -741,7 +741,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnAdded
path: Objects/MapObject.cs
startLine: 172
@@ -775,7 +775,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnRemoved
path: Objects/MapObject.cs
startLine: 179
@@ -809,7 +809,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHoverInfo
path: Objects/MapObject.cs
startLine: 187
@@ -846,7 +846,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAiPriority
path: Objects/MapObject.cs
startLine: 200
@@ -890,7 +890,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnActionCompleted
path: Objects/MapObject.cs
startLine: 212
@@ -919,32 +919,32 @@ items:
modifiers.vb:
- Public
- Overridable
-- uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
- commentId: M:TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
- id: ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+- uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
+ commentId: M:TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
+ id: ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
parent: TinyLife.Objects.MapObject
langs:
- csharp
- vb
- name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- nameWithType: MapObject.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- fullName: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean)
+ name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ nameWithType: MapObject.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ fullName: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
type: Method
source:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionUpdate
path: Objects/MapObject.cs
startLine: 225
assemblies:
- Tiny Life
namespace: TinyLife.Objects
- summary: "\nThis method is called when an that this object is involved in updates, which is every frame. Note that this includes actions that are underlying () and actions that aren't fully in progress yet ().\nThis object counts as involved in the action if its 's includes this object.\nIn general, the base method should be called for objects, since it sets deals with objects.\n"
+ summary: "\nThis method is called when an that this object is involved in updates, which is every frame. Note that this includes actions that are underlying () and actions that aren't fully in progress yet ().\nThis object counts as involved in the action if its 's includes this object.\nIn general, the base method should be called for objects, since it sets deals with objects.\n"
example: []
syntax:
- content: public virtual void ActionUpdate(Action action, GameTime time, TimeSpan passedInGame, GameSpeed speed, bool isAuxiliary)
+ content: public virtual void ActionUpdate(Action action, GameTime time, TimeSpan passedInGame, float speedMultiplier, bool isAuxiliary)
parameters:
- id: action
type: TinyLife.Actions.Action
@@ -955,13 +955,13 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed, in game time
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's current speed setting
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
- id: isAuxiliary
type: System.Boolean
description: Whether this object counts as an auxiliary object. If this value is false, the object is th e
- content.vb: Public Overridable Sub ActionUpdate(action As Action, time As GameTime, passedInGame As TimeSpan, speed As GameSpeed, isAuxiliary As Boolean)
+ content.vb: Public Overridable Sub ActionUpdate(action As Action, time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single, isAuxiliary As Boolean)
overload: TinyLife.Objects.MapObject.ActionUpdate*
modifiers.csharp:
- public
@@ -984,7 +984,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetVisibility
path: Objects/MapObject.cs
startLine: 234
@@ -1021,7 +1021,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeActionSpotInfo
path: Objects/MapObject.cs
startLine: 244
@@ -1065,7 +1065,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCameraRotationChanged
path: Objects/MapObject.cs
startLine: 254
@@ -1106,7 +1106,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetMapAndValidate
path: Objects/MapObject.cs
startLine: 262
@@ -1145,7 +1145,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasCategory
path: Objects/MapObject.cs
startLine: 273
@@ -1187,14 +1187,14 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetEfficiencyModifier
path: Objects/MapObject.cs
startLine: 289
assemblies:
- Tiny Life
namespace: TinyLife.Objects
- summary: "\nReturns the efficiency modifier that this object multiplies the person's productivity with.\nThis method is automatically called in \nThis action is invoked for all of the passed .\nBy default, this method returns 1, meaning the person's efficiency will not be influenced.\n"
+ summary: "\nReturns the efficiency modifier that this object multiplies the person's productivity with.\nThis method is automatically called in \nThis action is invoked for all of the passed .\nBy default, this method returns 1, meaning the person's efficiency will not be influenced.\n"
example: []
syntax:
content: public virtual float GetEfficiencyModifier(Person person, ActionInfo info, bool isAuxiliary, SkillType skill, float levelModifier)
@@ -1240,7 +1240,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawColumns
path: Objects/MapObject.cs
startLine: 333
@@ -1332,7 +1332,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetModCategory
path: Objects/MapObject.cs
startLine: 396
@@ -2540,40 +2540,21 @@ references:
- uid: Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime)
commentId: M:Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime)
isExternal: true
-- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
+- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
+ commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
parent: TinyLife.Actions.Typeless.TypelessAction
- name: IsFullyInProgress()
- nameWithType: TypelessAction.IsFullyInProgress()
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress()
- spec.csharp:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
- spec.vb:
- - uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: IsFullyInProgress
- nameWithType: TypelessAction.IsFullyInProgress
- fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- - name: (
- nameWithType: (
- fullName: (
- - name: )
- nameWithType: )
- fullName: )
+ name: FullyInProgress
+ nameWithType: TypelessAction.FullyInProgress
+ fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- uid: TinyLife.Objects.Furniture.Dirty
commentId: F:TinyLife.Objects.Furniture.Dirty
parent: TinyLife.Objects.Furniture
name: Dirty
nameWithType: Furniture.Dirty
fullName: TinyLife.Objects.Furniture.Dirty
+- uid: TinyLife.GameImpl.Speed
+ commentId: P:TinyLife.GameImpl.Speed
+ isExternal: true
- uid: TinyLife.Objects.MapObject.ActionUpdate*
commentId: Overload:TinyLife.Objects.MapObject.ActionUpdate
name: ActionUpdate
@@ -2586,17 +2567,13 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
+- uid: System.Single
+ commentId: T:System.Single
+ parent: System
+ isExternal: true
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
- uid: TinyLife.Objects.Visibility.WhenVisible
commentId: F:TinyLife.Objects.Visibility.WhenVisible
isExternal: true
@@ -2670,8 +2647,8 @@ references:
name: HasCategory
nameWithType: MapObject.HasCategory
fullName: TinyLife.Objects.MapObject.HasCategory
-- uid: TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
- commentId: M:TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
+- uid: TinyLife.Objects.Person.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
+ commentId: M:TinyLife.Objects.Person.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
isExternal: true
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier*
commentId: Overload:TinyLife.Objects.MapObject.GetEfficiencyModifier
@@ -2684,13 +2661,6 @@ references:
name: SkillType
nameWithType: SkillType
fullName: TinyLife.Skills.SkillType
-- uid: System.Single
- commentId: T:System.Single
- parent: System
- isExternal: true
- name: Single
- nameWithType: Single
- fullName: System.Single
- uid: TinyLife.Skills
commentId: N:TinyLife.Skills
name: TinyLife.Skills
diff --git a/api/TinyLife.Objects.ObjectCategory.yml b/api/TinyLife.Objects.ObjectCategory.yml
index ff1576e..732e047 100644
--- a/api/TinyLife.Objects.ObjectCategory.yml
+++ b/api/TinyLife.Objects.ObjectCategory.yml
@@ -79,7 +79,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ObjectCategory
path: Objects/MapObject.cs
startLine: 451
@@ -145,7 +145,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Nothing
path: Objects/MapObject.cs
startLine: 454
@@ -182,7 +182,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Ground
path: Objects/MapObject.cs
startLine: 456
@@ -219,7 +219,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Chair
path: Objects/MapObject.cs
startLine: 458
@@ -256,7 +256,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Toilet
path: Objects/MapObject.cs
startLine: 460
@@ -293,7 +293,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SingleBed
path: Objects/MapObject.cs
startLine: 462
@@ -330,7 +330,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoubleBed
path: Objects/MapObject.cs
startLine: 464
@@ -367,7 +367,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fridge
path: Objects/MapObject.cs
startLine: 466
@@ -404,7 +404,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Shower
path: Objects/MapObject.cs
startLine: 468
@@ -441,7 +441,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Counter
path: Objects/MapObject.cs
startLine: 470
@@ -478,7 +478,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Stove
path: Objects/MapObject.cs
startLine: 472
@@ -515,7 +515,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmallObject
path: Objects/MapObject.cs
startLine: 474
@@ -552,7 +552,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NonBuyable
path: Objects/MapObject.cs
startLine: 476
@@ -589,7 +589,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Table
path: Objects/MapObject.cs
startLine: 478
@@ -626,7 +626,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Holdable
path: Objects/MapObject.cs
startLine: 480
@@ -663,7 +663,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DeskObject
path: Objects/MapObject.cs
startLine: 482
@@ -700,7 +700,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisallowedOnGround
path: Objects/MapObject.cs
startLine: 484
@@ -737,7 +737,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Computer
path: Objects/MapObject.cs
startLine: 486
@@ -774,7 +774,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sink
path: Objects/MapObject.cs
startLine: 488
@@ -811,7 +811,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CounterObject
path: Objects/MapObject.cs
startLine: 490
@@ -848,7 +848,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cleanable
path: Objects/MapObject.cs
startLine: 492
@@ -885,7 +885,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: People
path: Objects/MapObject.cs
startLine: 494
@@ -922,7 +922,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mailbox
path: Objects/MapObject.cs
startLine: 496
@@ -959,7 +959,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Wardrobe
path: Objects/MapObject.cs
startLine: 498
@@ -996,7 +996,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NaturalGroundRequired
path: Objects/MapObject.cs
startLine: 500
@@ -1033,7 +1033,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Self
path: Objects/MapObject.cs
startLine: 502
@@ -1070,7 +1070,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WallHanging
path: Objects/MapObject.cs
startLine: 504
@@ -1107,7 +1107,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ForceGridPlacement
path: Objects/MapObject.cs
startLine: 506
@@ -1144,7 +1144,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Easel
path: Objects/MapObject.cs
startLine: 508
@@ -1181,7 +1181,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mirror
path: Objects/MapObject.cs
startLine: 510
@@ -1218,7 +1218,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Bookshelf
path: Objects/MapObject.cs
startLine: 512
@@ -1255,7 +1255,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NonColliding
path: Objects/MapObject.cs
startLine: 514
@@ -1292,7 +1292,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Gravestone
path: Objects/MapObject.cs
startLine: 516
@@ -1329,7 +1329,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NonSellable
path: Objects/MapObject.cs
startLine: 518
@@ -1366,7 +1366,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NonMovable
path: Objects/MapObject.cs
startLine: 520
@@ -1403,7 +1403,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Tree
path: Objects/MapObject.cs
startLine: 522
@@ -1440,7 +1440,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Television
path: Objects/MapObject.cs
startLine: 524
@@ -1477,7 +1477,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BartendingObject
path: Objects/MapObject.cs
startLine: 526
@@ -1514,7 +1514,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Walls
path: Objects/MapObject.cs
startLine: 528
@@ -1551,7 +1551,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkoutEquipment
path: Objects/MapObject.cs
startLine: 530
@@ -1588,7 +1588,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LargeSurfaceObject
path: Objects/MapObject.cs
startLine: 532
@@ -1625,7 +1625,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StandingDesk
path: Objects/MapObject.cs
startLine: 534
@@ -1662,7 +1662,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Lamp
path: Objects/MapObject.cs
startLine: 536
@@ -1699,7 +1699,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CeilingHanging
path: Objects/MapObject.cs
startLine: 538
@@ -1736,7 +1736,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCoverWindow
path: Objects/MapObject.cs
startLine: 540
@@ -1773,7 +1773,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCoverDoor
path: Objects/MapObject.cs
startLine: 542
@@ -1810,7 +1810,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Barbecue
path: Objects/MapObject.cs
startLine: 544
@@ -1847,7 +1847,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TrashCan
path: Objects/MapObject.cs
startLine: 546
@@ -1884,7 +1884,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeThrownAway
path: Objects/MapObject.cs
startLine: 548
@@ -1921,7 +1921,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpecialInteractable
path: Objects/MapObject.cs
startLine: 550
@@ -1958,7 +1958,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeScrapped
path: Objects/MapObject.cs
startLine: 552
@@ -1995,7 +1995,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ObstructedByRoofs
path: Objects/MapObject.cs
startLine: 554
@@ -2032,7 +2032,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RoofAttached
path: Objects/MapObject.cs
startLine: 556
@@ -2069,7 +2069,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fireplaces
path: Objects/MapObject.cs
startLine: 558
@@ -2106,7 +2106,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToyBox
path: Objects/MapObject.cs
startLine: 560
@@ -2143,7 +2143,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/MapObject.cs
startLine: 563
@@ -2179,7 +2179,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_Implicit
path: Objects/MapObject.cs
startLine: 567
@@ -2219,7 +2219,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_Implicit
path: Objects/MapObject.cs
startLine: 568
@@ -2259,7 +2259,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_Implicit
path: Objects/MapObject.cs
startLine: 569
@@ -2299,7 +2299,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_Implicit
path: Objects/MapObject.cs
startLine: 570
@@ -2339,7 +2339,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_BitwiseOr
path: Objects/MapObject.cs
startLine: 571
@@ -2378,7 +2378,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_BitwiseAnd
path: Objects/MapObject.cs
startLine: 572
@@ -2417,7 +2417,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_ExclusiveOr
path: Objects/MapObject.cs
startLine: 573
@@ -2456,7 +2456,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_OnesComplement
path: Objects/MapObject.cs
startLine: 574
diff --git a/api/TinyLife.Objects.ObjectSpot.yml b/api/TinyLife.Objects.ObjectSpot.yml
index 1ac6b1a..d620bea 100644
--- a/api/TinyLife.Objects.ObjectSpot.yml
+++ b/api/TinyLife.Objects.ObjectSpot.yml
@@ -26,7 +26,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ObjectSpot
path: Objects/ActionSpot.cs
startLine: 282
@@ -83,7 +83,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsFurnitureAllowed
path: Objects/ActionSpot.cs
startLine: 287
@@ -118,7 +118,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/ActionSpot.cs
startLine: 296
@@ -166,7 +166,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/ActionSpot.cs
startLine: 308
@@ -217,7 +217,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetContents
path: Objects/ActionSpot.cs
startLine: 322
@@ -267,7 +267,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TableSpots
path: Objects/ActionSpot.cs
startLine: 334
@@ -308,7 +308,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PicnicTableSpots
path: Objects/ActionSpot.cs
startLine: 357
@@ -349,7 +349,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CounterSpots
path: Objects/ActionSpot.cs
startLine: 372
@@ -390,7 +390,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BarSpots
path: Objects/ActionSpot.cs
startLine: 386
@@ -427,7 +427,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoubleShelfSpots
path: Objects/ActionSpot.cs
startLine: 399
@@ -468,7 +468,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DeskSpots
path: Objects/ActionSpot.cs
startLine: 411
diff --git a/api/TinyLife.Objects.OverlayWallHanging.yml b/api/TinyLife.Objects.OverlayWallHanging.yml
index c4483d3..45646ae 100644
--- a/api/TinyLife.Objects.OverlayWallHanging.yml
+++ b/api/TinyLife.Objects.OverlayWallHanging.yml
@@ -18,7 +18,7 @@ items:
remote:
path: TinyLife/Objects/OverlayWallHanging.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OverlayWallHanging
path: Objects/OverlayWallHanging.cs
startLine: 13
@@ -73,7 +73,7 @@ items:
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.Furniture.GetVisibility
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
- - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
- TinyLife.Objects.Furniture.GetPrice
- TinyLife.Objects.Furniture.GetDescription
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
@@ -149,7 +149,7 @@ items:
remote:
path: TinyLife/Objects/OverlayWallHanging.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/OverlayWallHanging.cs
startLine: 18
@@ -200,7 +200,7 @@ items:
remote:
path: TinyLife/Objects/OverlayWallHanging.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Objects/OverlayWallHanging.cs
startLine: 23
@@ -865,15 +865,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
- commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
+ commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
parent: TinyLife.Objects.Furniture
isExternal: true
- name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean)
+ name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
spec.csharp:
- - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate
@@ -903,10 +903,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -919,7 +920,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate
@@ -949,10 +950,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
diff --git a/api/TinyLife.Objects.Painting.yml b/api/TinyLife.Objects.Painting.yml
index fe70014..3d1732f 100644
--- a/api/TinyLife.Objects.Painting.yml
+++ b/api/TinyLife.Objects.Painting.yml
@@ -23,7 +23,7 @@ items:
remote:
path: TinyLife/Objects/Painting.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Painting
path: Objects/Painting.cs
startLine: 14
@@ -77,7 +77,7 @@ items:
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.Furniture.GetVisibility
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
- - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
- TinyLife.Objects.Furniture.GetDescription
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
- TinyLife.Objects.Furniture.GetDirty(System.TimeSpan)
@@ -151,7 +151,7 @@ items:
remote:
path: TinyLife/Objects/Painting.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PaintingType
path: Objects/Painting.cs
startLine: 20
@@ -194,7 +194,7 @@ items:
remote:
path: TinyLife/Objects/Painting.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Progress
path: Objects/Painting.cs
startLine: 26
@@ -237,7 +237,7 @@ items:
remote:
path: TinyLife/Objects/Painting.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/Painting.cs
startLine: 30
@@ -288,7 +288,7 @@ items:
remote:
path: TinyLife/Objects/Painting.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Objects/Painting.cs
startLine: 36
@@ -366,7 +366,7 @@ items:
remote:
path: TinyLife/Objects/Painting.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPrice
path: Objects/Painting.cs
startLine: 51
@@ -404,7 +404,7 @@ items:
remote:
path: TinyLife/Objects/Painting.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Objects/Painting.cs
startLine: 56
@@ -442,7 +442,7 @@ items:
remote:
path: TinyLife/Objects/Painting.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHoverInfo
path: Objects/Painting.cs
startLine: 61
@@ -1030,15 +1030,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
- commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
+ commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
parent: TinyLife.Objects.Furniture
isExternal: true
- name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean)
+ name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
spec.csharp:
- - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate
@@ -1068,10 +1068,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1084,7 +1085,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate
@@ -1114,10 +1115,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
diff --git a/api/TinyLife.Objects.Particle.yml b/api/TinyLife.Objects.Particle.yml
index 8af74eb..d227922 100644
--- a/api/TinyLife.Objects.Particle.yml
+++ b/api/TinyLife.Objects.Particle.yml
@@ -21,7 +21,7 @@ items:
- TinyLife.Objects.Particle.Spawn(TinyLife.Objects.Particle)
- TinyLife.Objects.Particle.TimeLived
- TinyLife.Objects.Particle.TimeToLive
- - TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Objects.Particle.UpwardsMotion
- TinyLife.Objects.Particle.UpwardsOffset
- TinyLife.Objects.Particle.VisualPosition
@@ -36,7 +36,7 @@ items:
remote:
path: TinyLife/Objects/Particle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Particle
path: Objects/Particle.cs
startLine: 16
@@ -81,7 +81,7 @@ items:
remote:
path: TinyLife/Objects/Particle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Map
path: Objects/Particle.cs
startLine: 23
@@ -120,7 +120,7 @@ items:
remote:
path: TinyLife/Objects/Particle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VisualPosition
path: Objects/Particle.cs
startLine: 29
@@ -157,14 +157,14 @@ items:
remote:
path: TinyLife/Objects/Particle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Friction
path: Objects/Particle.cs
startLine: 33
assemblies:
- Tiny Life
namespace: TinyLife.Objects
- summary: "\nThe friction that is applied to this particle's every frame\n"
+ summary: "\nThe friction that is applied to this particle's every frame\n"
example: []
syntax:
content: public Vector2 Friction
@@ -190,7 +190,7 @@ items:
remote:
path: TinyLife/Objects/Particle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TimeToLive
path: Objects/Particle.cs
startLine: 37
@@ -223,7 +223,7 @@ items:
remote:
path: TinyLife/Objects/Particle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Position
path: Objects/Particle.cs
startLine: 41
@@ -256,14 +256,14 @@ items:
remote:
path: TinyLife/Objects/Particle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Motion
path: Objects/Particle.cs
startLine: 45
assemblies:
- Tiny Life
namespace: TinyLife.Objects
- summary: "\nThe amount that this particle's is modified by each frame\n"
+ summary: "\nThe amount that this particle's is modified by each frame\n"
example: []
syntax:
content: public Vector2 Motion
@@ -289,7 +289,7 @@ items:
remote:
path: TinyLife/Objects/Particle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DepthOffset
path: Objects/Particle.cs
startLine: 49
@@ -322,7 +322,7 @@ items:
remote:
path: TinyLife/Objects/Particle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawOffset
path: Objects/Particle.cs
startLine: 53
@@ -355,7 +355,7 @@ items:
remote:
path: TinyLife/Objects/Particle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Scale
path: Objects/Particle.cs
startLine: 57
@@ -388,7 +388,7 @@ items:
remote:
path: TinyLife/Objects/Particle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Gravity
path: Objects/Particle.cs
startLine: 61
@@ -421,7 +421,7 @@ items:
remote:
path: TinyLife/Objects/Particle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpwardsMotion
path: Objects/Particle.cs
startLine: 67
@@ -454,7 +454,7 @@ items:
remote:
path: TinyLife/Objects/Particle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpwardsOffset
path: Objects/Particle.cs
startLine: 72
@@ -487,7 +487,7 @@ items:
remote:
path: TinyLife/Objects/Particle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AttachedFurniture
path: Objects/Particle.cs
startLine: 77
@@ -520,7 +520,7 @@ items:
remote:
path: TinyLife/Objects/Particle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Animation
path: Objects/Particle.cs
startLine: 82
@@ -555,7 +555,7 @@ items:
remote:
path: TinyLife/Objects/Particle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TimeLived
path: Objects/Particle.cs
startLine: 87
@@ -588,7 +588,7 @@ items:
remote:
path: TinyLife/Objects/Particle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/Particle.cs
startLine: 95
@@ -630,7 +630,7 @@ items:
remote:
path: TinyLife/Objects/Particle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/Particle.cs
startLine: 105
@@ -657,22 +657,22 @@ items:
- public
modifiers.vb:
- Public
-- uid: TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Objects.Particle
langs:
- csharp
- vb
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: Particle.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: Particle.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Objects/Particle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Objects/Particle.cs
startLine: 117
@@ -682,7 +682,7 @@ items:
summary: "\nThe update method, which is called every update frame by the underlying \n"
example: []
syntax:
- content: public virtual void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: public virtual void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -690,10 +690,10 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed since the last call
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's speed
- content.vb: Public Overridable Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Public Overridable Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overload: TinyLife.Objects.Particle.Update*
modifiers.csharp:
- public
@@ -716,7 +716,7 @@ items:
remote:
path: TinyLife/Objects/Particle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Objects/Particle.cs
startLine: 135
@@ -757,7 +757,7 @@ items:
remote:
path: TinyLife/Objects/Particle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Spawn
path: Objects/Particle.cs
startLine: 152
@@ -1222,8 +1222,8 @@ references:
- uid: TinyLife.Objects.Particle.Motion
commentId: F:TinyLife.Objects.Particle.Motion
isExternal: true
-- uid: TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
isExternal: true
- uid: System.TimeSpan
commentId: T:System.TimeSpan
@@ -1633,6 +1633,9 @@ references:
- uid: TinyLife.Objects.Particle.Map
commentId: P:TinyLife.Objects.Particle.Map
isExternal: true
+- uid: TinyLife.GameImpl.Speed
+ commentId: P:TinyLife.GameImpl.Speed
+ isExternal: true
- uid: TinyLife.Objects.Particle.Update*
commentId: Overload:TinyLife.Objects.Particle.Update
name: Update
@@ -1645,17 +1648,6 @@ references:
name: GameTime
nameWithType: GameTime
fullName: Microsoft.Xna.Framework.GameTime
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
- uid: TinyLife.Objects.Particle.Draw*
commentId: Overload:TinyLife.Objects.Particle.Draw
name: Draw
diff --git a/api/TinyLife.Objects.Person.ActionUpdateDelegate.yml b/api/TinyLife.Objects.Person.ActionUpdateDelegate.yml
index f19bedf..f8dce69 100644
--- a/api/TinyLife.Objects.Person.ActionUpdateDelegate.yml
+++ b/api/TinyLife.Objects.Person.ActionUpdateDelegate.yml
@@ -16,17 +16,17 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionUpdateDelegate
path: Objects/Person.cs
- startLine: 2212
+ startLine: 2213
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nA delegate used for \n"
example: []
syntax:
- content: public delegate void ActionUpdateDelegate(Action action, GameTime time, TimeSpan passedInGame, GameSpeed speed, EventPhase phase);
+ content: public delegate void ActionUpdateDelegate(Action action, GameTime time, TimeSpan passedInGame, float speedMultiplier, EventPhase phase);
parameters:
- id: action
type: TinyLife.Actions.Action
@@ -34,11 +34,11 @@ items:
type: Microsoft.Xna.Framework.GameTime
- id: passedInGame
type: System.TimeSpan
- - id: speed
- type: TinyLife.GameSpeed
+ - id: speedMultiplier
+ type: System.Single
- id: phase
type: TinyLife.Mods.EventPhase
- content.vb: Public Delegate Sub ActionUpdateDelegate(action As Action, time As GameTime, passedInGame As TimeSpan, speed As GameSpeed, phase As EventPhase)
+ content.vb: Public Delegate Sub ActionUpdateDelegate(action As Action, time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single, phase As EventPhase)
extensionMethods:
- TinyLife.Objects.Person.ActionUpdateDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
@@ -108,12 +108,13 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+- uid: System.Single
+ commentId: T:System.Single
+ parent: System
+ isExternal: true
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
- uid: TinyLife.Mods.EventPhase
commentId: T:TinyLife.Mods.EventPhase
parent: TinyLife.Mods
@@ -179,11 +180,6 @@ references:
name: System
nameWithType: System
fullName: System
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
- uid: TinyLife.Mods
commentId: N:TinyLife.Mods
name: TinyLife.Mods
diff --git a/api/TinyLife.Objects.Person.DeathReason.yml b/api/TinyLife.Objects.Person.DeathReason.yml
index ed9d45b..dde00e5 100644
--- a/api/TinyLife.Objects.Person.DeathReason.yml
+++ b/api/TinyLife.Objects.Person.DeathReason.yml
@@ -20,10 +20,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DeathReason
path: Objects/Person.cs
- startLine: 2267
+ startLine: 2268
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -55,10 +55,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Starvation
path: Objects/Person.cs
- startLine: 2273
+ startLine: 2274
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -89,10 +89,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InexplicableReasons
path: Objects/Person.cs
- startLine: 2278
+ startLine: 2279
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -123,10 +123,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Electrocution
path: Objects/Person.cs
- startLine: 2283
+ startLine: 2284
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -157,10 +157,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooMuchProtein
path: Objects/Person.cs
- startLine: 2287
+ startLine: 2288
assemblies:
- Tiny Life
namespace: TinyLife.Objects
diff --git a/api/TinyLife.Objects.Person.EfficiencyModifierDelegate.yml b/api/TinyLife.Objects.Person.EfficiencyModifierDelegate.yml
index 6591871..36f970a 100644
--- a/api/TinyLife.Objects.Person.EfficiencyModifierDelegate.yml
+++ b/api/TinyLife.Objects.Person.EfficiencyModifierDelegate.yml
@@ -16,18 +16,20 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EfficiencyModifierDelegate
path: Objects/Person.cs
- startLine: 2197
+ startLine: 2198
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nA delegate used for \n"
example: []
syntax:
- content: public delegate void EfficiencyModifierDelegate(ActionInfo info, SkillType skill, float levelModifier, ref float efficiency);
+ content: public delegate void EfficiencyModifierDelegate(float speedMultiplier, ActionInfo info, SkillType skill, float levelModifier, ref float efficiency);
parameters:
+ - id: speedMultiplier
+ type: System.Single
- id: info
type: TinyLife.Actions.ActionInfo
- id: skill
@@ -36,7 +38,7 @@ items:
type: System.Single
- id: efficiency
type: System.Single
- content.vb: Public Delegate Sub EfficiencyModifierDelegate(info As ActionInfo, skill As SkillType, levelModifier As Single, ByRef efficiency As Single)
+ content.vb: Public Delegate Sub EfficiencyModifierDelegate(speedMultiplier As Single, info As ActionInfo, skill As SkillType, levelModifier As Single, ByRef efficiency As Single)
extensionMethods:
- TinyLife.Objects.Person.EfficiencyModifierDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
@@ -86,6 +88,13 @@ references:
- name: )
nameWithType: )
fullName: )
+- uid: System.Single
+ commentId: T:System.Single
+ parent: System
+ isExternal: true
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
- uid: TinyLife.Actions.ActionInfo
commentId: T:TinyLife.Actions.ActionInfo
parent: TinyLife.Actions
@@ -98,13 +107,6 @@ references:
name: SkillType
nameWithType: SkillType
fullName: TinyLife.Skills.SkillType
-- uid: System.Single
- commentId: T:System.Single
- parent: System
- isExternal: true
- name: Single
- nameWithType: Single
- fullName: System.Single
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(T)
@@ -147,6 +149,12 @@ references:
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
+- uid: System
+ commentId: N:System
+ isExternal: true
+ name: System
+ nameWithType: System
+ fullName: System
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
@@ -157,12 +165,6 @@ references:
name: TinyLife.Skills
nameWithType: TinyLife.Skills
fullName: TinyLife.Skills
-- uid: System
- commentId: N:System
- isExternal: true
- name: System
- nameWithType: System
- fullName: System
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities
diff --git a/api/TinyLife.Objects.Person.PassiveActionPriorityDelegate.yml b/api/TinyLife.Objects.Person.PassiveActionPriorityDelegate.yml
index 7bc56f3..4bc4b92 100644
--- a/api/TinyLife.Objects.Person.PassiveActionPriorityDelegate.yml
+++ b/api/TinyLife.Objects.Person.PassiveActionPriorityDelegate.yml
@@ -16,10 +16,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassiveActionPriorityDelegate
path: Objects/Person.cs
- startLine: 2207
+ startLine: 2208
assemblies:
- Tiny Life
namespace: TinyLife.Objects
diff --git a/api/TinyLife.Objects.Person.Pose.yml b/api/TinyLife.Objects.Person.Pose.yml
index 3e307f4..e646d3a 100644
--- a/api/TinyLife.Objects.Person.Pose.yml
+++ b/api/TinyLife.Objects.Person.Pose.yml
@@ -26,10 +26,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pose
path: Objects/Person.cs
- startLine: 2217
+ startLine: 2218
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -62,10 +62,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Standing
path: Objects/Person.cs
- startLine: 2222
+ startLine: 2223
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -96,10 +96,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Walking
path: Objects/Person.cs
- startLine: 2226
+ startLine: 2227
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -130,10 +130,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sitting
path: Objects/Person.cs
- startLine: 2230
+ startLine: 2231
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -164,10 +164,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Laying
path: Objects/Person.cs
- startLine: 2235
+ startLine: 2236
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -198,10 +198,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SittingGround
path: Objects/Person.cs
- startLine: 2240
+ startLine: 2241
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -232,10 +232,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkingStanding
path: Objects/Person.cs
- startLine: 2244
+ startLine: 2245
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -266,10 +266,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkingSitting
path: Objects/Person.cs
- startLine: 2248
+ startLine: 2249
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -300,10 +300,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkingSittingGround
path: Objects/Person.cs
- startLine: 2252
+ startLine: 2253
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -334,10 +334,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Running
path: Objects/Person.cs
- startLine: 2256
+ startLine: 2257
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -368,10 +368,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StandingArmsOut
path: Objects/Person.cs
- startLine: 2260
+ startLine: 2261
assemblies:
- Tiny Life
namespace: TinyLife.Objects
diff --git a/api/TinyLife.Objects.Person.WalkSpeedDelegate.yml b/api/TinyLife.Objects.Person.WalkSpeedDelegate.yml
index 923e741..a47972c 100644
--- a/api/TinyLife.Objects.Person.WalkSpeedDelegate.yml
+++ b/api/TinyLife.Objects.Person.WalkSpeedDelegate.yml
@@ -16,10 +16,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WalkSpeedDelegate
path: Objects/Person.cs
- startLine: 2202
+ startLine: 2203
assemblies:
- Tiny Life
namespace: TinyLife.Objects
diff --git a/api/TinyLife.Objects.Person.yml b/api/TinyLife.Objects.Person.yml
index c39f784..026a413 100644
--- a/api/TinyLife.Objects.Person.yml
+++ b/api/TinyLife.Objects.Person.yml
@@ -23,7 +23,7 @@ items:
- TinyLife.Objects.Person.CurrentRoom
- TinyLife.Objects.Person.CurrentRoomDecorativeRating
- TinyLife.Objects.Person.CurrentSpeakStyle
- - TinyLife.Objects.Person.DepleteNeed(TinyLife.NeedType,System.Single,TinyLife.GameSpeed)
+ - TinyLife.Objects.Person.DepleteNeed(TinyLife.NeedType,System.Single,System.Single)
- TinyLife.Objects.Person.Description
- TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason,System.Boolean)
- TinyLife.Objects.Person.DisplayEmote(TinyLife.Actions.EmoteCategory,System.Single,System.Single)
@@ -39,10 +39,10 @@ items:
- TinyLife.Objects.Person.FirstName
- TinyLife.Objects.Person.FocusCameraOnEvent
- TinyLife.Objects.Person.FullName
- - TinyLife.Objects.Person.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,TinyLife.GameSpeed)
+ - TinyLife.Objects.Person.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,System.Single)
- TinyLife.Objects.Person.GetCategories(TinyLife.Objects.Person)
- TinyLife.Objects.Person.GetCurrentGoals
- - TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
+ - TinyLife.Objects.Person.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Objects.Person.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.Person.GetFreeTalkingSpots(TinyLife.Objects.Person)
- TinyLife.Objects.Person.GetHeldActionInfo
@@ -87,8 +87,8 @@ items:
- TinyLife.Objects.Person.LifeGoal
- TinyLife.Objects.Person.LotEmployment
- TinyLife.Objects.Person.LotVisitCooldown
- - TinyLife.Objects.Person.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,TinyLife.GameSpeed)
- - TinyLife.Objects.Person.LowerEmotionModifier(TinyLife.Emotions.EmotionModifier,System.Single,TinyLife.GameSpeed)
+ - TinyLife.Objects.Person.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,System.Single)
+ - TinyLife.Objects.Person.LowerEmotionModifier(TinyLife.Emotions.EmotionModifier,System.Single,System.Single)
- TinyLife.Objects.Person.MaxRecentActionsAmount
- TinyLife.Objects.Person.Money
- TinyLife.Objects.Person.Needs
@@ -119,7 +119,7 @@ items:
- TinyLife.Objects.Person.Relationships
- TinyLife.Objects.Person.RemoveEmotion(TinyLife.Emotions.EmotionModifier)
- TinyLife.Objects.Person.ResetToStatic(System.Boolean)
- - TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.GameSpeed)
+ - TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType,System.Single,System.Single)
- TinyLife.Objects.Person.Rotation
- TinyLife.Objects.Person.SetCurrentOutfit(System.Int32)
- TinyLife.Objects.Person.SetCurrentOutfit(TinyLife.Objects.ClothesIntention,System.Single)
@@ -134,7 +134,7 @@ items:
- TinyLife.Objects.Person.StopSpeaking
- TinyLife.Objects.Person.Tint
- TinyLife.Objects.Person.ToCreatedByString
- - TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Objects.Person.Validate
- TinyLife.Objects.Person.VisitLot(TinyLife.World.Lot)
- TinyLife.Objects.Person.VisualPosition
@@ -151,7 +151,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: Objects/Person.cs
startLine: 42
@@ -189,7 +189,7 @@ items:
- TinyLife.Objects.MapObject.OnRemoved
- TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
- - TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
- TinyLife.Objects.MapObject.GetVisibility
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
@@ -229,7 +229,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MaxRecentActionsAmount
path: Objects/Person.cs
startLine: 47
@@ -264,7 +264,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentActions
path: Objects/Person.cs
startLine: 65
@@ -309,7 +309,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionQueue
path: Objects/Person.cs
startLine: 72
@@ -354,7 +354,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AllActions
path: Objects/Person.cs
startLine: 76
@@ -391,7 +391,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Needs
path: Objects/Person.cs
startLine: 82
@@ -436,14 +436,14 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Skills
path: Objects/Person.cs
startLine: 88
assemblies:
- Tiny Life
namespace: TinyLife.Objects
- summary: "\nThis person's data.\nTo access this collection efficiently, use and .\n"
+ summary: "\nThis person's data.\nTo access this collection efficiently, use and .\n"
example: []
syntax:
content: >-
@@ -481,7 +481,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Relationships
path: Objects/Person.cs
startLine: 94
@@ -526,7 +526,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Outfits
path: Objects/Person.cs
startLine: 100
@@ -571,7 +571,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PersonalityTypes
path: Objects/Person.cs
startLine: 106
@@ -616,14 +616,14 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmotionModifiers
path: Objects/Person.cs
startLine: 112
assemblies:
- Tiny Life
namespace: TinyLife.Objects
- summary: "\nThe objects that are currently applied to this person.\nTo access this collection efficiently, use , and .\n"
+ summary: "\nThe objects that are currently applied to this person.\nTo access this collection efficiently, use , and .\n"
example: []
syntax:
content: >-
@@ -661,7 +661,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Projects
path: Objects/Person.cs
startLine: 118
@@ -706,7 +706,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Portrait
path: Objects/Person.cs
startLine: 123
@@ -741,7 +741,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RecentActions
path: Objects/Person.cs
startLine: 130
@@ -786,7 +786,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FirstName
path: Objects/Person.cs
startLine: 136
@@ -829,7 +829,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LastName
path: Objects/Person.cs
startLine: 141
@@ -872,7 +872,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FullName
path: Objects/Person.cs
startLine: 145
@@ -909,7 +909,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VoicePitch
path: Objects/Person.cs
startLine: 151
@@ -952,7 +952,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Rotation
path: Objects/Person.cs
startLine: 155
@@ -989,7 +989,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Household
path: Objects/Person.cs
startLine: 166
@@ -1026,7 +1026,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentEmote
path: Objects/Person.cs
startLine: 171
@@ -1063,7 +1063,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentSpeakStyle
path: Objects/Person.cs
startLine: 176
@@ -1100,7 +1100,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawSize
path: Objects/Person.cs
startLine: 181
@@ -1137,7 +1137,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LastVisitedLot
path: Objects/Person.cs
startLine: 187
@@ -1174,7 +1174,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LotVisitCooldown
path: Objects/Person.cs
startLine: 192
@@ -1225,7 +1225,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Job
path: Objects/Person.cs
startLine: 198
@@ -1272,7 +1272,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Emotion
path: Objects/Person.cs
startLine: 203
@@ -1309,7 +1309,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentRoom
path: Objects/Person.cs
startLine: 213
@@ -1346,7 +1346,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentRoomDecorativeRating
path: Objects/Person.cs
startLine: 217
@@ -1383,7 +1383,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LastBedSleptIn
path: Objects/Person.cs
startLine: 222
@@ -1430,7 +1430,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsMoving
path: Objects/Person.cs
startLine: 227
@@ -1467,7 +1467,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LotEmployment
path: Objects/Person.cs
startLine: 233
@@ -1514,7 +1514,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentOutfitIndex
path: Objects/Person.cs
startLine: 238
@@ -1561,7 +1561,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentOutfit
path: Objects/Person.cs
startLine: 243
@@ -1598,7 +1598,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCurrentHousehold
path: Objects/Person.cs
startLine: 245
@@ -1635,7 +1635,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HomeLot
path: Objects/Person.cs
startLine: 247
@@ -1672,7 +1672,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Money
path: Objects/Person.cs
startLine: 249
@@ -1709,7 +1709,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsAsexual
path: Objects/Person.cs
startLine: 261
@@ -1765,7 +1765,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsAromantic
path: Objects/Person.cs
startLine: 266
@@ -1821,7 +1821,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsRegularVisitor
path: Objects/Person.cs
startLine: 271
@@ -1858,7 +1858,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Age
path: Objects/Person.cs
startLine: 276
@@ -1895,7 +1895,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LifeGoal
path: Objects/Person.cs
startLine: 294
@@ -1932,7 +1932,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Description
path: Objects/Person.cs
startLine: 307
@@ -1975,7 +1975,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsDead
path: Objects/Person.cs
startLine: 312
@@ -2012,14 +2012,14 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentPose
path: Objects/Person.cs
startLine: 319
assemblies:
- Tiny Life
namespace: TinyLife.Objects
- summary: "\nThis person's current .\nNote that this value is reset to every frame.\n"
+ summary: "\nThis person's current .\nNote that this value is reset to every frame.\n"
example: []
syntax:
content: >-
@@ -2055,14 +2055,14 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WornLayers
path: Objects/Person.cs
startLine: 326
assemblies:
- Tiny Life
namespace: TinyLife.Objects
- summary: "\nThe flags that represent what layers this person is currently wearing.\nNote that this value is reset to ~0 (every layer) every frame.\nSetting this value to 0 (no layer) will also stop the and from drawing.\n"
+ summary: "\nThe flags that represent what layers this person is currently wearing.\nNote that this value is reset to ~0 (every layer) every frame.\nSetting this value to 0 (no layer) will also stop the and from drawing.\n"
example: []
syntax:
content: >-
@@ -2098,14 +2098,14 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AnimateHeldObject
path: Objects/Person.cs
startLine: 331
assemblies:
- Tiny Life
namespace: TinyLife.Objects
- summary: "\nWhether or not the should be animated with this person's movement animation.\nNote that this value is not saved to disk, and is reset to true every frame.\n"
+ summary: "\nWhether or not the should be animated with this person's movement animation.\nNote that this value is not saved to disk, and is reset to true every frame.\n"
example: []
syntax:
content: public bool AnimateHeldObject
@@ -2131,14 +2131,14 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HeldObjectRotation
path: Objects/Person.cs
startLine: 337
assemblies:
- Tiny Life
namespace: TinyLife.Objects
- summary: "\nThe rotation that the should assume in this person's hand.\nIf this value is set to null, the held object's rotation will be set to the person's .\nNote that this value is not saved to disk, and is reset to null every frame.\n"
+ summary: "\nThe rotation that the should assume in this person's hand.\nIf this value is set to null, the held object's rotation will be set to the person's .\nNote that this value is not saved to disk, and is reset to null every frame.\n"
example: []
syntax:
content: public Direction2? HeldObjectRotation
@@ -2164,14 +2164,14 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OccupiedFurniture
path: Objects/Person.cs
startLine: 343
assemblies:
- Tiny Life
namespace: TinyLife.Objects
- summary: "\nThe that this person is currently occupying.\nNote that this value is not saved to disk, and is reset to null every frame.\nTo edit this value, use .\n"
+ summary: "\nThe that this person is currently occupying.\nNote that this value is not saved to disk, and is reset to null every frame.\nTo edit this value, use .\n"
example: []
syntax:
content: public Furniture OccupiedFurniture { get; }
@@ -2201,14 +2201,14 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OccupiedActionSpot
path: Objects/Person.cs
startLine: 349
assemblies:
- Tiny Life
namespace: TinyLife.Objects
- summary: "\nThe of the that this person is currently occupying.\nNote that this value is not saved to disk, and is reset to null every frame.\nTo edit this value, use .\n"
+ summary: "\nThe of the that this person is currently occupying.\nNote that this value is not saved to disk, and is reset to null every frame.\nTo edit this value, use .\n"
example: []
syntax:
content: public ActionSpot OccupiedActionSpot { get; }
@@ -2238,14 +2238,14 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AnimationSpeed
path: Objects/Person.cs
startLine: 354
assemblies:
- Tiny Life
namespace: TinyLife.Objects
- summary: "\nThe speed that this person's animation should run with.\nNote that this value is not saved to disk, and is reset to 1 every frame.\n"
+ summary: "\nThe speed that this person's animation should run with.\nNote that this value is not saved to disk, and is reset to 1 every frame.\n"
example: []
syntax:
content: public float AnimationSpeed
@@ -2271,14 +2271,14 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Tint
path: Objects/Person.cs
startLine: 359
assemblies:
- Tiny Life
namespace: TinyLife.Objects
- summary: "\nA color that this person should render with.\nNote that this value is not saved to disk, and is reset to null every frame.\n"
+ summary: "\nA color that this person should render with.\nNote that this value is not saved to disk, and is reset to null every frame.\n"
example: []
syntax:
content: public Color? Tint
@@ -2304,14 +2304,14 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VisualPosition
path: Objects/Person.cs
startLine: 365
assemblies:
- Tiny Life
namespace: TinyLife.Objects
- summary: "\nThe visual position of this person, which is influenced by their and a visual override that can be set using .\nNote that, if changed using , this value is reset to every frame.\nAlso note that the visual position does not affect collision detection or most interactions.\n"
+ summary: "\nThe visual position of this person, which is influenced by their and a visual override that can be set using .\nNote that, if changed using , this value is reset to every frame.\nAlso note that the visual position does not affect collision detection or most interactions.\n"
example: []
syntax:
content: public Vector2 VisualPosition { get; }
@@ -2341,7 +2341,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnActionsChanged
path: Objects/Person.cs
startLine: 371
@@ -2374,7 +2374,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnNewSkillLearned
path: Objects/Person.cs
startLine: 376
@@ -2407,7 +2407,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnJobChanged
path: Objects/Person.cs
startLine: 381
@@ -2440,7 +2440,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnEmotionModifiersChanged
path: Objects/Person.cs
startLine: 386
@@ -2473,7 +2473,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnEmotionChanged
path: Objects/Person.cs
startLine: 391
@@ -2506,14 +2506,14 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnGetEfficiencyModifier
path: Objects/Person.cs
startLine: 397
assemblies:
- Tiny Life
namespace: TinyLife.Objects
- summary: "\nAn event that is invoked at the end of , after the default efficiency modifier is evaulated.\nThis event can be used to change this person's efficiency based on additional mod factors.\nThis event can be subscribed to using .\n"
+ summary: "\nAn event that is invoked at the end of , after the default efficiency modifier is evaulated.\nThis event can be used to change this person's efficiency based on additional mod factors.\nThis event can be subscribed to using .\n"
example: []
syntax:
content: public event Person.EfficiencyModifierDelegate OnGetEfficiencyModifier
@@ -2539,7 +2539,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnGetWalkSpeed
path: Objects/Person.cs
startLine: 403
@@ -2572,7 +2572,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnGetPassiveActionPriority
path: Objects/Person.cs
startLine: 409
@@ -2605,7 +2605,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnActionsCompleted
path: Objects/Person.cs
startLine: 414
@@ -2638,14 +2638,14 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnActionUpdated
path: Objects/Person.cs
startLine: 419
assemblies:
- Tiny Life
namespace: TinyLife.Objects
- summary: "\nAn event that is invoked when an is updated in .\nThis event can be subscribed to using .\n"
+ summary: "\nAn event that is invoked when an is updated in .\nThis event can be subscribed to using .\n"
example: []
syntax:
content: public event Person.ActionUpdateDelegate OnActionUpdated
@@ -2671,7 +2671,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnOutfitChanged
path: Objects/Person.cs
startLine: 424
@@ -2704,7 +2704,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnGetCurrentGoals
path: Objects/Person.cs
startLine: 430
@@ -2737,7 +2737,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnLifeGoalChanged
path: Objects/Person.cs
startLine: 435
@@ -2770,7 +2770,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/Person.cs
startLine: 475
@@ -2809,7 +2809,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Finalize
path: Objects/Person.cs
startLine: 492
@@ -2825,22 +2825,22 @@ items:
- protected
modifiers.vb:
- Protected
-- uid: TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Objects.Person
langs:
- csharp
- vb
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: Person.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: Person.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Objects/Person.cs
startLine: 497
@@ -2850,7 +2850,7 @@ items:
summary: "\nThe update method, which is called every update frame by the underlying \n"
example: []
syntax:
- content: public void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: public void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -2858,13 +2858,13 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed since the last call
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's speed
- content.vb: Public Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Public Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overload: TinyLife.Objects.Person.Update*
implements:
- - TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
modifiers.csharp:
- public
modifiers.vb:
@@ -2884,7 +2884,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Objects/Person.cs
startLine: 713
@@ -2934,7 +2934,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Objects/Person.cs
startLine: 779
@@ -2972,7 +2972,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCategories
path: Objects/Person.cs
startLine: 811
@@ -3014,7 +3014,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Intersects
path: Objects/Person.cs
startLine: 816
@@ -3056,7 +3056,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHoverInfo
path: Objects/Person.cs
startLine: 821
@@ -3094,7 +3094,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeActionSpotInfo
path: Objects/Person.cs
startLine: 842
@@ -3139,7 +3139,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCameraRotationChanged
path: Objects/Person.cs
startLine: 855
@@ -3181,7 +3181,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FocusCameraOnEvent
path: Objects/Person.cs
startLine: 863
@@ -3213,7 +3213,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetJob
path: Objects/Person.cs
startLine: 877
@@ -3252,7 +3252,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ResetToStatic
path: Objects/Person.cs
startLine: 888
@@ -3288,7 +3288,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PrepareForPermanentRemoval
path: Objects/Person.cs
startLine: 929
@@ -3320,7 +3320,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VisitLot
path: Objects/Person.cs
startLine: 943
@@ -3356,7 +3356,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawUi
path: Objects/Person.cs
startLine: 959
@@ -3401,7 +3401,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHomeLocation
path: Objects/Person.cs
startLine: 967
@@ -3436,7 +3436,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRelationship
path: Objects/Person.cs
startLine: 978
@@ -3478,7 +3478,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRelationshipType
path: Objects/Person.cs
startLine: 999
@@ -3517,7 +3517,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChangeFriendship
path: Objects/Person.cs
startLine: 1009
@@ -3556,7 +3556,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChangeRomance
path: Objects/Person.cs
startLine: 1036
@@ -3595,7 +3595,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisplayEmote
path: Objects/Person.cs
startLine: 1060
@@ -3637,7 +3637,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StopEmoting
path: Objects/Person.cs
startLine: 1070
@@ -3669,7 +3669,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Speak
path: Objects/Person.cs
startLine: 1081
@@ -3711,7 +3711,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StopSpeaking
path: Objects/Person.cs
startLine: 1091
@@ -3743,7 +3743,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisplayEmoteAndSpeak
path: Objects/Person.cs
startLine: 1108
@@ -3788,7 +3788,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeTalkingSpots
path: Objects/Person.cs
startLine: 1117
@@ -3826,17 +3826,17 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OccupyActionSpot
path: Objects/Person.cs
startLine: 1135
assemblies:
- Tiny Life
namespace: TinyLife.Objects
- summary: "\nCauses the given action spot of the given furniture to be marked as occupied.\nOptionally, the 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 call.\n"
+ summary: "\nCauses the given action spot of the given furniture to be marked as occupied.\nOptionally, the 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 call.\n"
example: []
syntax:
- content: public void OccupyActionSpot(Furniture furniture, ActionSpot spot, bool enterSpot, Direction2? rotation = null)
+ content: public void OccupyActionSpot(Furniture furniture, ActionSpot spot, bool enterSpot, Direction2? rotation = default(Direction2? ))
parameters:
- id: furniture
type: TinyLife.Objects.Furniture
@@ -3874,7 +3874,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OccupyFreeActionSpot
path: Objects/Person.cs
startLine: 1153
@@ -3884,7 +3884,7 @@ items:
summary: "\nThis is a shorthand method for and .\nNote that this method needs to be called every update frame for the person to keep occupying the action spot.\n"
example: []
syntax:
- content: public bool OccupyFreeActionSpot(Furniture furniture, ObjectCategory context = null, bool enter = false, Direction2? rotation = null)
+ content: public bool OccupyFreeActionSpot(Furniture furniture, ObjectCategory context = null, bool enter = false, Direction2? rotation = default(Direction2? ))
parameters:
- id: furniture
type: TinyLife.Objects.Furniture
@@ -3925,7 +3925,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCloseForTalking
path: Objects/Person.cs
startLine: 1167
@@ -3964,7 +3964,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNeed
path: Objects/Person.cs
startLine: 1179
@@ -4003,7 +4003,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNeedPercentage
path: Objects/Person.cs
startLine: 1188
@@ -4027,22 +4027,22 @@ items:
- public
modifiers.vb:
- Public
-- uid: TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.GameSpeed)
- commentId: M:TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.GameSpeed)
- id: RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.GameSpeed)
+- uid: TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType,System.Single,System.Single)
+ commentId: M:TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType,System.Single,System.Single)
+ id: RestoreNeed(TinyLife.NeedType,System.Single,System.Single)
parent: TinyLife.Objects.Person
langs:
- csharp
- vb
- name: RestoreNeed(NeedType, Single, GameSpeed)
- nameWithType: Person.RestoreNeed(NeedType, Single, GameSpeed)
- fullName: TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType, System.Single, TinyLife.GameSpeed)
+ name: RestoreNeed(NeedType, Single, Single)
+ nameWithType: Person.RestoreNeed(NeedType, Single, Single)
+ fullName: TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType, System.Single, System.Single)
type: Method
source:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RestoreNeed
path: Objects/Person.cs
startLine: 1198
@@ -4052,7 +4052,7 @@ items:
summary: "\nRestores this person's of the given type by the given amount\n"
example: []
syntax:
- content: public void RestoreNeed(NeedType type, float amount, GameSpeed speed = GameSpeed.Regular)
+ content: public void RestoreNeed(NeedType type, float amount, float speedMultiplier = 1F)
parameters:
- id: type
type: TinyLife.NeedType
@@ -4060,10 +4060,10 @@ items:
- id: amount
type: System.Single
description: The amount to restore this need by
- - id: speed
- type: TinyLife.GameSpeed
- description: The speed that the need gain should be influenced by
- content.vb: Public Sub RestoreNeed(type As NeedType, amount As Single, speed As GameSpeed = GameSpeed.Regular)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Public Sub RestoreNeed(type As NeedType, amount As Single, speedMultiplier As Single = 1F)
overload: TinyLife.Objects.Person.RestoreNeed*
modifiers.csharp:
- public
@@ -4084,7 +4084,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSkillPercentage
path: Objects/Person.cs
startLine: 1208
@@ -4123,7 +4123,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSkillLevel
path: Objects/Person.cs
startLine: 1218
@@ -4162,7 +4162,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasSkillLevel
path: Objects/Person.cs
startLine: 1228
@@ -4189,22 +4189,22 @@ items:
- public
modifiers.vb:
- Public
-- uid: TinyLife.Objects.Person.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,TinyLife.GameSpeed)
- commentId: M:TinyLife.Objects.Person.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,TinyLife.GameSpeed)
- id: GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,TinyLife.GameSpeed)
+- uid: TinyLife.Objects.Person.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,System.Single)
+ commentId: M:TinyLife.Objects.Person.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,System.Single)
+ id: GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,System.Single)
parent: TinyLife.Objects.Person
langs:
- csharp
- vb
- name: GainSkill(SkillType, Single, ActionInfo, GameSpeed)
- nameWithType: Person.GainSkill(SkillType, Single, ActionInfo, GameSpeed)
- fullName: TinyLife.Objects.Person.GainSkill(TinyLife.Skills.SkillType, System.Single, TinyLife.Actions.ActionInfo, TinyLife.GameSpeed)
+ name: GainSkill(SkillType, Single, ActionInfo, Single)
+ nameWithType: Person.GainSkill(SkillType, Single, ActionInfo, Single)
+ fullName: TinyLife.Objects.Person.GainSkill(TinyLife.Skills.SkillType, System.Single, TinyLife.Actions.ActionInfo, System.Single)
type: Method
source:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GainSkill
path: Objects/Person.cs
startLine: 1240
@@ -4214,7 +4214,7 @@ items:
summary: "\nCauses this person to gain the skill with the given and raises it by the given amount.\nNote that influence the skinn gain automatically.\n"
example: []
syntax:
- content: public void GainSkill(SkillType type, float amount, ActionInfo info = null, GameSpeed speed = GameSpeed.Regular)
+ content: public void GainSkill(SkillType type, float amount, ActionInfo info = null, float speedMultiplier = 1F)
parameters:
- id: type
type: TinyLife.Skills.SkillType
@@ -4225,31 +4225,31 @@ items:
- id: info
type: TinyLife.Actions.ActionInfo
description: An optional action info whose can influence the efficiency
- - id: speed
- type: TinyLife.GameSpeed
- description: The speed with which the skill gain should be influenced
- content.vb: Public Sub GainSkill(type As SkillType, amount As Single, info As ActionInfo = Nothing, speed As GameSpeed = GameSpeed.Regular)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Public Sub GainSkill(type As SkillType, amount As Single, info As ActionInfo = Nothing, speedMultiplier As Single = 1F)
overload: TinyLife.Objects.Person.GainSkill*
modifiers.csharp:
- public
modifiers.vb:
- Public
-- uid: TinyLife.Objects.Person.DepleteNeed(TinyLife.NeedType,System.Single,TinyLife.GameSpeed)
- commentId: M:TinyLife.Objects.Person.DepleteNeed(TinyLife.NeedType,System.Single,TinyLife.GameSpeed)
- id: DepleteNeed(TinyLife.NeedType,System.Single,TinyLife.GameSpeed)
+- uid: TinyLife.Objects.Person.DepleteNeed(TinyLife.NeedType,System.Single,System.Single)
+ commentId: M:TinyLife.Objects.Person.DepleteNeed(TinyLife.NeedType,System.Single,System.Single)
+ id: DepleteNeed(TinyLife.NeedType,System.Single,System.Single)
parent: TinyLife.Objects.Person
langs:
- csharp
- vb
- name: DepleteNeed(NeedType, Single, GameSpeed)
- nameWithType: Person.DepleteNeed(NeedType, Single, GameSpeed)
- fullName: TinyLife.Objects.Person.DepleteNeed(TinyLife.NeedType, System.Single, TinyLife.GameSpeed)
+ name: DepleteNeed(NeedType, Single, Single)
+ nameWithType: Person.DepleteNeed(NeedType, Single, Single)
+ fullName: TinyLife.Objects.Person.DepleteNeed(TinyLife.NeedType, System.Single, System.Single)
type: Method
source:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DepleteNeed
path: Objects/Person.cs
startLine: 1256
@@ -4259,7 +4259,7 @@ items:
summary: "\nDepletes this person's with the given by the given amount\nNote that, when the "NoNeed" cheat is active, this method does nothing.\n"
example: []
syntax:
- content: public void DepleteNeed(NeedType type, float amount, GameSpeed speed)
+ content: public void DepleteNeed(NeedType type, float amount, float speedMultiplier)
parameters:
- id: type
type: TinyLife.NeedType
@@ -4267,10 +4267,10 @@ items:
- id: amount
type: System.Single
description: The amount to deplete the need by
- - id: speed
- type: TinyLife.GameSpeed
- description: The speed that the need depletion should be influenced by
- content.vb: Public Sub DepleteNeed(type As NeedType, amount As Single, speed As GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Public Sub DepleteNeed(type As NeedType, amount As Single, speedMultiplier As Single)
overload: TinyLife.Objects.Person.DepleteNeed*
modifiers.csharp:
- public
@@ -4291,7 +4291,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasPersonality
path: Objects/Person.cs
startLine: 1266
@@ -4330,7 +4330,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EnqueueAction
path: Objects/Person.cs
startLine: 1280
@@ -4340,7 +4340,7 @@ items:
summary: "\nEnqueues the given action into to be executed later.\n"
example: []
syntax:
- content: public Action EnqueueAction(ActionType type, ActionInfo info, bool automatic, ActionVariety? variety = null, bool priority = false, bool force = false)
+ content: public Action EnqueueAction(ActionType type, ActionInfo info, bool automatic, ActionVariety? variety = default(ActionVariety? ), bool priority = false, bool force = false)
parameters:
- id: type
type: TinyLife.Actions.ActionType
@@ -4387,7 +4387,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CancelAction
path: Objects/Person.cs
startLine: 1315
@@ -4432,7 +4432,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindPathAsync
path: Objects/Person.cs
startLine: 1335
@@ -4442,7 +4442,7 @@ items:
summary: "\nFinds a path asynchronously using the A* pathfinding algorithm.\nNote that the found path is not automatically embarked on.\nUsually, this method should not be used, but should be used instead.\n"
example: []
syntax:
- content: public Task> FindPathAsync(Point start, Point goal, AStar.GetCost costFunction = null, bool? allowDiagonals = null)
+ content: public Task> FindPathAsync(Point start, Point goal, AStar.GetCost costFunction = null, bool? allowDiagonals = default(bool? ))
parameters:
- id: start
type: Microsoft.Xna.Framework.Point
@@ -4483,7 +4483,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHeldObject
path: Objects/Person.cs
startLine: 1345
@@ -4526,7 +4526,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetHeldObject
path: Objects/Person.cs
startLine: 1357
@@ -4537,7 +4537,7 @@ items:
example: []
syntax:
content: >-
- public T SetHeldObject(FurnitureType type, int[] colors = null, Guid? id = null)
+ public T SetHeldObject(FurnitureType type, int[] colors = null, Guid? id = default(Guid? ))
where T : Furniture
parameters:
- id: type
@@ -4579,7 +4579,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetHeldObject
path: Objects/Person.cs
startLine: 1371
@@ -4615,7 +4615,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHeldActionInfo
path: Objects/Person.cs
startLine: 1384
@@ -4650,7 +4650,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToCreatedByString
path: Objects/Person.cs
startLine: 1392
@@ -4685,14 +4685,14 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Die
path: Objects/Person.cs
startLine: 1402
assemblies:
- Tiny Life
namespace: TinyLife.Objects
- summary: "\nCauses this person to die, removing it from the world and optionally spawning a .\nNote thta this method's content is executed at the end of the current frame, and not right away.\n"
+ summary: "\nCauses this person to die, removing it from the world and optionally spawning a .\nNote thta this method's content is executed at the end of the current frame, and not right away.\n"
example: []
syntax:
content: public void Die(Person.DeathReason reason, bool createGravestone = true)
@@ -4724,7 +4724,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddEmotion
path: Objects/Person.cs
startLine: 1460
@@ -4775,7 +4775,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveEmotion
path: Objects/Person.cs
startLine: 1482
@@ -4799,22 +4799,22 @@ items:
- public
modifiers.vb:
- Public
-- uid: TinyLife.Objects.Person.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,TinyLife.GameSpeed)
- commentId: M:TinyLife.Objects.Person.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,TinyLife.GameSpeed)
- id: LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,TinyLife.GameSpeed)
+- uid: TinyLife.Objects.Person.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,System.Single)
+ commentId: M:TinyLife.Objects.Person.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,System.Single)
+ id: LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,System.Single)
parent: TinyLife.Objects.Person
langs:
- csharp
- vb
- name: LowerEmotion(EmotionType, Single, GameSpeed)
- nameWithType: Person.LowerEmotion(EmotionType, Single, GameSpeed)
- fullName: TinyLife.Objects.Person.LowerEmotion(TinyLife.Emotions.EmotionType, System.Single, TinyLife.GameSpeed)
+ name: LowerEmotion(EmotionType, Single, Single)
+ nameWithType: Person.LowerEmotion(EmotionType, Single, Single)
+ fullName: TinyLife.Objects.Person.LowerEmotion(TinyLife.Emotions.EmotionType, System.Single, System.Single)
type: Method
source:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LowerEmotion
path: Objects/Person.cs
startLine: 1503
@@ -4824,7 +4824,7 @@ items:
summary: "\nLowers any of the given by the given percentage.\nEach modifier's will be lowered by the percentage of their .\n"
example: []
syntax:
- content: public bool LowerEmotion(EmotionType type, float percentage, GameSpeed speed = GameSpeed.Regular)
+ content: public bool LowerEmotion(EmotionType type, float percentage, float speedMultiplier = 1F)
parameters:
- id: type
type: TinyLife.Emotions.EmotionType
@@ -4832,44 +4832,44 @@ items:
- id: percentage
type: System.Single
description: The percentage to lower the emotion by
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's current speed, or by default
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
return:
type: System.Boolean
description: Whether the emotion could be lowered, or this person had no emotion modifiers of the given type
- content.vb: Public Function LowerEmotion(type As EmotionType, percentage As Single, speed As GameSpeed = GameSpeed.Regular) As Boolean
+ content.vb: Public Function LowerEmotion(type As EmotionType, percentage As Single, speedMultiplier As Single = 1F) As Boolean
overload: TinyLife.Objects.Person.LowerEmotion*
modifiers.csharp:
- public
modifiers.vb:
- Public
-- uid: TinyLife.Objects.Person.LowerEmotionModifier(TinyLife.Emotions.EmotionModifier,System.Single,TinyLife.GameSpeed)
- commentId: M:TinyLife.Objects.Person.LowerEmotionModifier(TinyLife.Emotions.EmotionModifier,System.Single,TinyLife.GameSpeed)
- id: LowerEmotionModifier(TinyLife.Emotions.EmotionModifier,System.Single,TinyLife.GameSpeed)
+- uid: TinyLife.Objects.Person.LowerEmotionModifier(TinyLife.Emotions.EmotionModifier,System.Single,System.Single)
+ commentId: M:TinyLife.Objects.Person.LowerEmotionModifier(TinyLife.Emotions.EmotionModifier,System.Single,System.Single)
+ id: LowerEmotionModifier(TinyLife.Emotions.EmotionModifier,System.Single,System.Single)
parent: TinyLife.Objects.Person
langs:
- csharp
- vb
- name: LowerEmotionModifier(EmotionModifier, Single, GameSpeed)
- nameWithType: Person.LowerEmotionModifier(EmotionModifier, Single, GameSpeed)
- fullName: TinyLife.Objects.Person.LowerEmotionModifier(TinyLife.Emotions.EmotionModifier, System.Single, TinyLife.GameSpeed)
+ name: LowerEmotionModifier(EmotionModifier, Single, Single)
+ nameWithType: Person.LowerEmotionModifier(EmotionModifier, Single, Single)
+ fullName: TinyLife.Objects.Person.LowerEmotionModifier(TinyLife.Emotions.EmotionModifier, System.Single, System.Single)
type: Method
source:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LowerEmotionModifier
path: Objects/Person.cs
startLine: 1522
assemblies:
- Tiny Life
namespace: TinyLife.Objects
- summary: "\nLowers the specified emotion modifier by the specified percentage.\nThis differs from in that only the specific modifier is lowered.\n"
+ summary: "\nLowers the specified emotion modifier by the specified percentage.\nThis differs from in that only the specific modifier is lowered.\n"
example: []
syntax:
- content: public bool LowerEmotionModifier(EmotionModifier modifier, float percentage, GameSpeed speed = GameSpeed.Regular)
+ content: public bool LowerEmotionModifier(EmotionModifier modifier, float percentage, float speedMultiplier = 1F)
parameters:
- id: modifier
type: TinyLife.Emotions.EmotionModifier
@@ -4877,13 +4877,13 @@ items:
- id: percentage
type: System.Single
description: The percentage to lower the emotion by
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's current speed, or by default
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
return:
type: System.Boolean
description: Whether the emotion could be lowered, or this person had no emotion modifiers of the given type
- content.vb: Public Function LowerEmotionModifier(modifier As EmotionModifier, percentage As Single, speed As GameSpeed = GameSpeed.Regular) As Boolean
+ content.vb: Public Function LowerEmotionModifier(modifier As EmotionModifier, percentage As Single, speedMultiplier As Single = 1F) As Boolean
overload: TinyLife.Objects.Person.LowerEmotionModifier*
modifiers.csharp:
- public
@@ -4904,7 +4904,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasEmotionModifier
path: Objects/Person.cs
startLine: 1538
@@ -4943,7 +4943,7 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetWalkSpeed
path: Objects/Person.cs
startLine: 1547
@@ -4963,33 +4963,36 @@ items:
- public
modifiers.vb:
- Public
-- uid: TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
- commentId: M:TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
- id: GetEfficiencyModifier(TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
+- uid: TinyLife.Objects.Person.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
+ commentId: M:TinyLife.Objects.Person.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
+ id: GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
parent: TinyLife.Objects.Person
langs:
- csharp
- vb
- name: GetEfficiencyModifier(ActionInfo, SkillType, Single)
- nameWithType: Person.GetEfficiencyModifier(ActionInfo, SkillType, Single)
- fullName: TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, System.Single)
+ name: GetEfficiencyModifier(Single, ActionInfo, SkillType, Single)
+ nameWithType: Person.GetEfficiencyModifier(Single, ActionInfo, SkillType, Single)
+ fullName: TinyLife.Objects.Person.GetEfficiencyModifier(System.Single, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, System.Single)
type: Method
source:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetEfficiencyModifier
path: Objects/Person.cs
- startLine: 1570
+ startLine: 1571
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nReturns a multiplier (which will be close to 1) of how "efficiently" this person currently works and moves.\nThis value is influenced by the level of the passed skill
as well as this person's and .\n"
example: []
syntax:
- content: public float GetEfficiencyModifier(ActionInfo info = null, SkillType skill = null, float levelModifier = 0.1F)
+ content: public float GetEfficiencyModifier(float speedMultiplier = 1F, ActionInfo info = null, SkillType skill = null, float levelModifier = 0.1F)
parameters:
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
- id: info
type: TinyLife.Actions.ActionInfo
description: An optional action info whose can influence the efficiency
@@ -5002,7 +5005,7 @@ items:
return:
type: System.Single
description: The person's efficiency, which is a value close to or equal to 1
- content.vb: Public Function GetEfficiencyModifier(info As ActionInfo = Nothing, skill As SkillType = Nothing, levelModifier As Single = 0.1F) As Single
+ content.vb: Public Function GetEfficiencyModifier(speedMultiplier As Single = 1F, info As ActionInfo = Nothing, skill As SkillType = Nothing, levelModifier As Single = 0.1F) As Single
overload: TinyLife.Objects.Person.GetEfficiencyModifier*
modifiers.csharp:
- public
@@ -5023,10 +5026,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasHouseholdMember
path: Objects/Person.cs
- startLine: 1612
+ startLine: 1613
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5062,10 +5065,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasHouseholdMember
path: Objects/Person.cs
- startLine: 1617
+ startLine: 1618
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5100,10 +5103,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProjects
path: Objects/Person.cs
- startLine: 1627
+ startLine: 1628
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5139,10 +5142,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProject
path: Objects/Person.cs
- startLine: 1637
+ startLine: 1638
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5181,10 +5184,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StartProject
path: Objects/Person.cs
- startLine: 1646
+ startLine: 1647
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5220,10 +5223,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPassiveActionPriority
path: Objects/Person.cs
- startLine: 1658
+ startLine: 1659
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5259,10 +5262,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMatchingOutfit
path: Objects/Person.cs
- startLine: 1680
+ startLine: 1681
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5301,10 +5304,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetCurrentOutfit
path: Objects/Person.cs
- startLine: 1691
+ startLine: 1692
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5343,10 +5346,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetCurrentOutfit
path: Objects/Person.cs
- startLine: 1705
+ startLine: 1706
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5379,10 +5382,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetNewId
path: Objects/Person.cs
- startLine: 1719
+ startLine: 1720
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5424,10 +5427,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsIdMatch
path: Objects/Person.cs
- startLine: 1760
+ startLine: 1761
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5463,10 +5466,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsIdMatch
path: Objects/Person.cs
- startLine: 1770
+ startLine: 1771
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5502,14 +5505,14 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPersonalitySkillBoost
path: Objects/Person.cs
- startLine: 1780
+ startLine: 1781
assemblies:
- Tiny Life
namespace: TinyLife.Objects
- summary: "\nReturns a modifier that skills with the given should be boosted by, based on this person's .\nThis method is used by .\n"
+ summary: "\nReturns a modifier that skills with the given should be boosted by, based on this person's .\nThis method is used by .\n"
example: []
syntax:
content: public float GetPersonalitySkillBoost(SkillType skill)
@@ -5541,10 +5544,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCurrentGoals
path: Objects/Person.cs
- startLine: 1794
+ startLine: 1795
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -5576,17 +5579,17 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRandomSpeakSound
path: Objects/Person.cs
- startLine: 2136
+ startLine: 2137
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nReturns a random sound effect which is a speak sound that matches any of the given flag values\n"
example: []
syntax:
- content: public static SoundEffect GetRandomSpeakSound(SpeakStyle style, List avoid = null, TimeSpan? maxLength = null)
+ content: public static SoundEffect GetRandomSpeakSound(SpeakStyle style, List avoid = null, TimeSpan? maxLength = default(TimeSpan? ))
parameters:
- id: style
type: TinyLife.Objects.SpeakStyle
@@ -5895,15 +5898,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
- commentId: M:TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+- uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
+ commentId: M:TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
parent: TinyLife.Objects.MapObject
isExternal: true
- name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- nameWithType: MapObject.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- fullName: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean)
+ name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ nameWithType: MapObject.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ fullName: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
spec.csharp:
- - uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: MapObject.ActionUpdate
fullName: TinyLife.Objects.MapObject.ActionUpdate
@@ -5933,10 +5936,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -5949,7 +5953,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: MapObject.ActionUpdate
fullName: TinyLife.Objects.MapObject.ActionUpdate
@@ -5979,10 +5983,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -7484,8 +7489,8 @@ references:
- uid: TinyLife.Objects.Person.GetSkillLevel(TinyLife.Skills.SkillType)
commentId: M:TinyLife.Objects.Person.GetSkillLevel(TinyLife.Skills.SkillType)
isExternal: true
-- uid: TinyLife.Objects.Person.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,TinyLife.GameSpeed)
- commentId: M:TinyLife.Objects.Person.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,TinyLife.GameSpeed)
+- uid: TinyLife.Objects.Person.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,System.Single)
+ commentId: M:TinyLife.Objects.Person.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,System.Single)
isExternal: true
- uid: System.Collections.Generic.Dictionary{System.String,TinyLife.Skills.Skill}
commentId: T:System.Collections.Generic.Dictionary{System.String,TinyLife.Skills.Skill}
@@ -7799,8 +7804,8 @@ references:
- uid: TinyLife.Objects.Person.RemoveEmotion(TinyLife.Emotions.EmotionModifier)
commentId: M:TinyLife.Objects.Person.RemoveEmotion(TinyLife.Emotions.EmotionModifier)
isExternal: true
-- uid: TinyLife.Objects.Person.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,TinyLife.GameSpeed)
- commentId: M:TinyLife.Objects.Person.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,TinyLife.GameSpeed)
+- uid: TinyLife.Objects.Person.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,System.Single)
+ commentId: M:TinyLife.Objects.Person.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,System.Single)
isExternal: true
- uid: System.Collections.Generic.List{TinyLife.Emotions.EmotionModifier.Instance}
commentId: T:System.Collections.Generic.List{TinyLife.Emotions.EmotionModifier.Instance}
@@ -8438,8 +8443,8 @@ references:
- uid: TinyLife.Objects.Person.Pose.Standing
commentId: F:TinyLife.Objects.Person.Pose.Standing
isExternal: true
-- uid: TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
isExternal: true
- uid: TinyLife.Objects.ClothesLayer
commentId: T:TinyLife.Objects.ClothesLayer
@@ -8662,8 +8667,8 @@ references:
- uid: TinyLife.Objects.Person.Emotion
commentId: P:TinyLife.Objects.Person.Emotion
isExternal: true
-- uid: TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
- commentId: M:TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
+- uid: TinyLife.Objects.Person.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
+ commentId: M:TinyLife.Objects.Person.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
isExternal: true
- uid: TinyLife.Objects.Person.EfficiencyModifierDelegate
commentId: T:TinyLife.Objects.Person.EfficiencyModifierDelegate
@@ -8808,15 +8813,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Action
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: Action.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: Action.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: Action.Update
fullName: TinyLife.Actions.Action.Update
@@ -8839,15 +8844,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: Action.Update
fullName: TinyLife.Actions.Action.Update
@@ -8870,10 +8876,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -9023,15 +9030,15 @@ references:
name: Update
nameWithType: Person.Update
fullName: TinyLife.Objects.Person.Update
-- uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Objects.IUpdatingObject
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: IUpdatingObject.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: IUpdatingObject.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: IUpdatingObject.Update
fullName: TinyLife.Objects.IUpdatingObject.Update
@@ -9054,15 +9061,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: IUpdatingObject.Update
fullName: TinyLife.Objects.IUpdatingObject.Update
@@ -9085,10 +9093,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -9099,12 +9108,6 @@ references:
name: GameTime
nameWithType: GameTime
fullName: Microsoft.Xna.Framework.GameTime
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
- uid: TinyLife.Objects.MapObject.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
commentId: M:TinyLife.Objects.MapObject.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
parent: TinyLife.Objects.MapObject
@@ -9826,6 +9829,9 @@ references:
name: GetNeedPercentage
nameWithType: Person.GetNeedPercentage
fullName: TinyLife.Objects.Person.GetNeedPercentage
+- uid: TinyLife.GameImpl.Speed
+ commentId: P:TinyLife.GameImpl.Speed
+ isExternal: true
- uid: TinyLife.Objects.Person.RestoreNeed*
commentId: Overload:TinyLife.Objects.Person.RestoreNeed
name: RestoreNeed
@@ -10358,9 +10364,6 @@ references:
- uid: TinyLife.Emotions.EmotionModifier.Instance.TotalTime
commentId: F:TinyLife.Emotions.EmotionModifier.Instance.TotalTime
isExternal: true
-- uid: TinyLife.GameSpeed.Regular
- commentId: F:TinyLife.GameSpeed.Regular
- isExternal: true
- uid: TinyLife.Objects.Person.LowerEmotion*
commentId: Overload:TinyLife.Objects.Person.LowerEmotion
name: LowerEmotion
diff --git a/api/TinyLife.Objects.PersonAi.yml b/api/TinyLife.Objects.PersonAi.yml
index 6f716ea..a05c004 100644
--- a/api/TinyLife.Objects.PersonAi.yml
+++ b/api/TinyLife.Objects.PersonAi.yml
@@ -19,7 +19,7 @@ items:
remote:
path: TinyLife/Objects/PersonAi.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PersonAi
path: Objects/PersonAi.cs
startLine: 17
@@ -64,7 +64,7 @@ items:
remote:
path: TinyLife/Objects/PersonAi.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StartAutomatically
path: Objects/PersonAi.cs
startLine: 117
@@ -108,7 +108,7 @@ items:
remote:
path: TinyLife/Objects/PersonAi.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAllActionObjects
path: Objects/PersonAi.cs
startLine: 149
@@ -152,7 +152,7 @@ items:
remote:
path: TinyLife/Objects/PersonAi.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRandomVariety
path: Objects/PersonAi.cs
startLine: 183
diff --git a/api/TinyLife.Objects.ScreenObject.yml b/api/TinyLife.Objects.ScreenObject.yml
index 88b9b73..16701ad 100644
--- a/api/TinyLife.Objects.ScreenObject.yml
+++ b/api/TinyLife.Objects.ScreenObject.yml
@@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Objects/ScreenObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ScreenObject
path: Objects/ScreenObject.cs
startLine: 9
@@ -51,9 +51,9 @@ items:
- TinyLife.Objects.BreakableFurniture.OnWearDown
- TinyLife.Objects.BreakableFurniture.OnBreak
- TinyLife.Objects.BreakableFurniture.Broken
- - TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Objects.BreakableFurniture.WearDown(System.TimeSpan)
- - TinyLife.Objects.BreakableFurniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - TinyLife.Objects.BreakableFurniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
- TinyLife.Objects.BreakableFurniture.GetPrice
- TinyLife.Objects.BreakableFurniture.GetDescription
- TinyLife.Objects.BreakableFurniture.GetDecorativeRating(TinyLife.World.Room)
@@ -160,7 +160,7 @@ items:
remote:
path: TinyLife/Objects/ScreenObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ScreenContent
path: Objects/ScreenObject.cs
startLine: 16
@@ -207,7 +207,7 @@ items:
remote:
path: TinyLife/Objects/ScreenObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsOn
path: Objects/ScreenObject.cs
startLine: 22
@@ -244,7 +244,7 @@ items:
remote:
path: TinyLife/Objects/ScreenObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/ScreenObject.cs
startLine: 25
@@ -295,7 +295,7 @@ items:
remote:
path: TinyLife/Objects/ScreenObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Objects/ScreenObject.cs
startLine: 30
@@ -373,7 +373,7 @@ items:
remote:
path: TinyLife/Objects/ScreenObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TurnOn
path: Objects/ScreenObject.cs
startLine: 47
@@ -409,7 +409,7 @@ items:
remote:
path: TinyLife/Objects/ScreenObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TurnOff
path: Objects/ScreenObject.cs
startLine: 54
@@ -501,15 +501,15 @@ references:
name: Broken
nameWithType: BreakableFurniture.Broken
fullName: TinyLife.Objects.BreakableFurniture.Broken
-- uid: TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Objects.BreakableFurniture
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: BreakableFurniture.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: BreakableFurniture.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: BreakableFurniture.Update
fullName: TinyLife.Objects.BreakableFurniture.Update
@@ -532,15 +532,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: BreakableFurniture.Update
fullName: TinyLife.Objects.BreakableFurniture.Update
@@ -563,10 +564,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -609,15 +611,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Objects.BreakableFurniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
- commentId: M:TinyLife.Objects.BreakableFurniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+- uid: TinyLife.Objects.BreakableFurniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
+ commentId: M:TinyLife.Objects.BreakableFurniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
parent: TinyLife.Objects.BreakableFurniture
isExternal: true
- name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- nameWithType: BreakableFurniture.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- fullName: TinyLife.Objects.BreakableFurniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean)
+ name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ nameWithType: BreakableFurniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ fullName: TinyLife.Objects.BreakableFurniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
spec.csharp:
- - uid: TinyLife.Objects.BreakableFurniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.BreakableFurniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: BreakableFurniture.ActionUpdate
fullName: TinyLife.Objects.BreakableFurniture.ActionUpdate
@@ -647,10 +649,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -663,7 +666,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Objects.BreakableFurniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.BreakableFurniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: BreakableFurniture.ActionUpdate
fullName: TinyLife.Objects.BreakableFurniture.ActionUpdate
@@ -693,10 +696,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
diff --git a/api/TinyLife.Objects.SpeakStyle.yml b/api/TinyLife.Objects.SpeakStyle.yml
index 3da0d06..60fdfe2 100644
--- a/api/TinyLife.Objects.SpeakStyle.yml
+++ b/api/TinyLife.Objects.SpeakStyle.yml
@@ -34,10 +34,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakStyle
path: Objects/Person.cs
- startLine: 2320
+ startLine: 2321
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -79,10 +79,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Affirmative
path: Objects/Person.cs
- startLine: 2324
+ startLine: 2325
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -111,10 +111,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Angry
path: Objects/Person.cs
- startLine: 2325
+ startLine: 2326
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -143,10 +143,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Annoyed
path: Objects/Person.cs
- startLine: 2326
+ startLine: 2327
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -175,10 +175,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Bored
path: Objects/Person.cs
- startLine: 2327
+ startLine: 2328
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -207,10 +207,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Childish
path: Objects/Person.cs
- startLine: 2328
+ startLine: 2329
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -239,10 +239,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Confident
path: Objects/Person.cs
- startLine: 2329
+ startLine: 2330
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -271,10 +271,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Confused
path: Objects/Person.cs
- startLine: 2330
+ startLine: 2331
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -303,10 +303,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Demanding
path: Objects/Person.cs
- startLine: 2331
+ startLine: 2332
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -335,10 +335,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Disagreeing
path: Objects/Person.cs
- startLine: 2332
+ startLine: 2333
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -367,10 +367,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Excited
path: Objects/Person.cs
- startLine: 2333
+ startLine: 2334
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -399,10 +399,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Happy
path: Objects/Person.cs
- startLine: 2334
+ startLine: 2335
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -431,10 +431,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Intrigued
path: Objects/Person.cs
- startLine: 2335
+ startLine: 2336
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -463,10 +463,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Neutral
path: Objects/Person.cs
- startLine: 2336
+ startLine: 2337
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -495,10 +495,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Questioning
path: Objects/Person.cs
- startLine: 2337
+ startLine: 2338
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -527,10 +527,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sad
path: Objects/Person.cs
- startLine: 2338
+ startLine: 2339
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -559,10 +559,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Scared
path: Objects/Person.cs
- startLine: 2339
+ startLine: 2340
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -591,10 +591,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Shocked
path: Objects/Person.cs
- startLine: 2340
+ startLine: 2341
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@@ -623,10 +623,10 @@ items:
remote:
path: TinyLife/Objects/Person.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Thinking
path: Objects/Person.cs
- startLine: 2341
+ startLine: 2342
assemblies:
- Tiny Life
namespace: TinyLife.Objects
diff --git a/api/TinyLife.Objects.UnfinishedWoodwork.yml b/api/TinyLife.Objects.UnfinishedWoodwork.yml
index f710498..623a986 100644
--- a/api/TinyLife.Objects.UnfinishedWoodwork.yml
+++ b/api/TinyLife.Objects.UnfinishedWoodwork.yml
@@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Objects/UnfinishedWoodwork.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UnfinishedWoodwork
path: Objects/UnfinishedWoodwork.cs
startLine: 12
@@ -76,7 +76,7 @@ items:
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.Furniture.GetVisibility
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
- - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
- TinyLife.Objects.Furniture.GetPrice
- TinyLife.Objects.Furniture.GetDescription
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
@@ -152,7 +152,7 @@ items:
remote:
path: TinyLife/Objects/UnfinishedWoodwork.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Recipe
path: Objects/UnfinishedWoodwork.cs
startLine: 18
@@ -195,7 +195,7 @@ items:
remote:
path: TinyLife/Objects/UnfinishedWoodwork.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelectedColors
path: Objects/UnfinishedWoodwork.cs
startLine: 23
@@ -238,7 +238,7 @@ items:
remote:
path: TinyLife/Objects/UnfinishedWoodwork.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TimeWorked
path: Objects/UnfinishedWoodwork.cs
startLine: 29
@@ -281,7 +281,7 @@ items:
remote:
path: TinyLife/Objects/UnfinishedWoodwork.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/UnfinishedWoodwork.cs
startLine: 32
@@ -332,7 +332,7 @@ items:
remote:
path: TinyLife/Objects/UnfinishedWoodwork.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Objects/UnfinishedWoodwork.cs
startLine: 36
@@ -410,7 +410,7 @@ items:
remote:
path: TinyLife/Objects/UnfinishedWoodwork.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Objects/UnfinishedWoodwork.cs
startLine: 50
@@ -1001,15 +1001,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
- commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
+ commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
parent: TinyLife.Objects.Furniture
isExternal: true
- name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean)
+ name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
spec.csharp:
- - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate
@@ -1039,10 +1039,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -1055,7 +1056,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate
@@ -1085,10 +1086,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
diff --git a/api/TinyLife.Objects.Vehicle.VehicleType.yml b/api/TinyLife.Objects.Vehicle.VehicleType.yml
index 4801697..d114606 100644
--- a/api/TinyLife.Objects.Vehicle.VehicleType.yml
+++ b/api/TinyLife.Objects.Vehicle.VehicleType.yml
@@ -18,7 +18,7 @@ items:
remote:
path: TinyLife/Objects/Vehicle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VehicleType
path: Objects/Vehicle.cs
startLine: 124
@@ -53,7 +53,7 @@ items:
remote:
path: TinyLife/Objects/Vehicle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Car
path: Objects/Vehicle.cs
startLine: 129
@@ -87,7 +87,7 @@ items:
remote:
path: TinyLife/Objects/Vehicle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EScooter
path: Objects/Vehicle.cs
startLine: 133
diff --git a/api/TinyLife.Objects.Vehicle.yml b/api/TinyLife.Objects.Vehicle.yml
index 9e0127c..9cf7a85 100644
--- a/api/TinyLife.Objects.Vehicle.yml
+++ b/api/TinyLife.Objects.Vehicle.yml
@@ -13,7 +13,7 @@ items:
- TinyLife.Objects.Vehicle.OnRemoved
- TinyLife.Objects.Vehicle.Rotation
- TinyLife.Objects.Vehicle.Type
- - TinyLife.Objects.Vehicle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Objects.Vehicle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Objects.Vehicle.UpdateDriving(TinyLife.Actions.PathfindAction)
- TinyLife.Objects.Vehicle.Validate
langs:
@@ -27,7 +27,7 @@ items:
remote:
path: TinyLife/Objects/Vehicle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Vehicle
path: Objects/Vehicle.cs
startLine: 15
@@ -67,7 +67,7 @@ items:
- TinyLife.Objects.MapObject.GetHoverInfo
- TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
- - TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
- TinyLife.Objects.MapObject.GetVisibility
- TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
@@ -108,7 +108,7 @@ items:
remote:
path: TinyLife/Objects/Vehicle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Rotation
path: Objects/Vehicle.cs
startLine: 24
@@ -151,7 +151,7 @@ items:
remote:
path: TinyLife/Objects/Vehicle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Driver
path: Objects/Vehicle.cs
startLine: 29
@@ -194,7 +194,7 @@ items:
remote:
path: TinyLife/Objects/Vehicle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: Objects/Vehicle.cs
startLine: 34
@@ -237,7 +237,7 @@ items:
remote:
path: TinyLife/Objects/Vehicle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/Vehicle.cs
startLine: 39
@@ -277,7 +277,7 @@ items:
remote:
path: TinyLife/Objects/Vehicle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateDriving
path: Objects/Vehicle.cs
startLine: 58
@@ -318,7 +318,7 @@ items:
remote:
path: TinyLife/Objects/Vehicle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSpeed
path: Objects/Vehicle.cs
startLine: 81
@@ -340,22 +340,22 @@ items:
modifiers.vb:
- Public
- Overridable
-- uid: TinyLife.Objects.Vehicle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Objects.Vehicle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Objects.Vehicle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Objects.Vehicle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Objects.Vehicle
langs:
- csharp
- vb
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: Vehicle.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Objects.Vehicle.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: Vehicle.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Objects.Vehicle.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Objects/Vehicle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Objects/Vehicle.cs
startLine: 90
@@ -365,7 +365,7 @@ items:
summary: "\nThe update method, which is called every update frame by the underlying \n"
example: []
syntax:
- content: public virtual void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: public virtual void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -373,13 +373,13 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed since the last call
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's speed
- content.vb: Public Overridable Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Public Overridable Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overload: TinyLife.Objects.Vehicle.Update*
implements:
- - TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
modifiers.csharp:
- public
- virtual
@@ -401,7 +401,7 @@ items:
remote:
path: TinyLife/Objects/Vehicle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Objects/Vehicle.cs
startLine: 96
@@ -452,7 +452,7 @@ items:
remote:
path: TinyLife/Objects/Vehicle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Objects/Vehicle.cs
startLine: 105
@@ -490,7 +490,7 @@ items:
remote:
path: TinyLife/Objects/Vehicle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCameraRotationChanged
path: Objects/Vehicle.cs
startLine: 111
@@ -532,7 +532,7 @@ items:
remote:
path: TinyLife/Objects/Vehicle.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnRemoved
path: Objects/Vehicle.cs
startLine: 117
@@ -905,15 +905,15 @@ references:
- name: )
nameWithType: )
fullName: )
-- uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
- commentId: M:TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+- uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
+ commentId: M:TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
parent: TinyLife.Objects.MapObject
isExternal: true
- name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- nameWithType: MapObject.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
- fullName: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean)
+ name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ nameWithType: MapObject.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
+ fullName: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
spec.csharp:
- - uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: MapObject.ActionUpdate
fullName: TinyLife.Objects.MapObject.ActionUpdate
@@ -943,10 +943,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -959,7 +960,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
+ - uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: MapObject.ActionUpdate
fullName: TinyLife.Objects.MapObject.ActionUpdate
@@ -989,10 +990,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@@ -2224,15 +2226,15 @@ references:
name: Update
nameWithType: Vehicle.Update
fullName: TinyLife.Objects.Vehicle.Update
-- uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Objects.IUpdatingObject
isExternal: true
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: IUpdatingObject.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: IUpdatingObject.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- - uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: IUpdatingObject.Update
fullName: TinyLife.Objects.IUpdatingObject.Update
@@ -2255,15 +2257,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- - uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - uid: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: IUpdatingObject.Update
fullName: TinyLife.Objects.IUpdatingObject.Update
@@ -2286,10 +2289,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- - uid: TinyLife.GameSpeed
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+ - uid: System.Single
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
+ isExternal: true
- name: )
nameWithType: )
fullName: )
@@ -2307,17 +2311,6 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
- uid: TinyLife.Objects.MapObject.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
commentId: M:TinyLife.Objects.MapObject.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})
parent: TinyLife.Objects.MapObject
diff --git a/api/TinyLife.Objects.Visibility.yml b/api/TinyLife.Objects.Visibility.yml
index 9fd2f4d..5b818eb 100644
--- a/api/TinyLife.Objects.Visibility.yml
+++ b/api/TinyLife.Objects.Visibility.yml
@@ -19,7 +19,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Visibility
path: Objects/MapObject.cs
startLine: 582
@@ -54,7 +54,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WhenVisible
path: Objects/MapObject.cs
startLine: 587
@@ -88,7 +88,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WhenVisibleExt
path: Objects/MapObject.cs
startLine: 591
@@ -122,7 +122,7 @@ items:
remote:
path: TinyLife/Objects/MapObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HideZoomedOut
path: Objects/MapObject.cs
startLine: 595
diff --git a/api/TinyLife.Objects.WornClothes.yml b/api/TinyLife.Objects.WornClothes.yml
index 1a69520..5ed642e 100644
--- a/api/TinyLife.Objects.WornClothes.yml
+++ b/api/TinyLife.Objects.WornClothes.yml
@@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WornClothes
path: Objects/Clothes.cs
startLine: 313
@@ -77,7 +77,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: Objects/Clothes.cs
startLine: 320
@@ -122,7 +122,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Colors
path: Objects/Clothes.cs
startLine: 327
@@ -165,7 +165,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromStorage
path: Objects/Clothes.cs
startLine: 332
@@ -208,7 +208,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/Clothes.cs
startLine: 339
@@ -250,7 +250,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetColor
path: Objects/Clothes.cs
startLine: 349
@@ -289,7 +289,7 @@ items:
remote:
path: TinyLife/Objects/Clothes.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Objects/Clothes.cs
startLine: 357
diff --git a/api/TinyLife.Options.yml b/api/TinyLife.Options.yml
index b7f28dd..9e6e3d2 100644
--- a/api/TinyLife.Options.yml
+++ b/api/TinyLife.Options.yml
@@ -53,7 +53,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Options
path: Options.cs
startLine: 28
@@ -116,7 +116,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WallDisplays
path: Options.cs
startLine: 34
@@ -153,7 +153,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameSpeeds
path: Options.cs
startLine: 38
@@ -190,7 +190,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Keybinds
path: Options.cs
startLine: 42
@@ -227,7 +227,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance
path: Options.cs
startLine: 46
@@ -266,7 +266,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InteractKeybind
path: Options.cs
startLine: 50
@@ -309,7 +309,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MoveCameraKeybind
path: Options.cs
startLine: 52
@@ -352,7 +352,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CopyFurnitureKeybind
path: Options.cs
startLine: 54
@@ -395,7 +395,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StoreInHouseholdKeybind
path: Options.cs
startLine: 56
@@ -438,7 +438,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RotateKeybind
path: Options.cs
startLine: 58
@@ -481,7 +481,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SwitchPersonKeybind
path: Options.cs
startLine: 60
@@ -524,7 +524,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PauseGameKeybind
path: Options.cs
startLine: 62
@@ -567,7 +567,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IncreaseSpeedKeybind
path: Options.cs
startLine: 64
@@ -610,7 +610,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DecreaseSpeedKeybind
path: Options.cs
startLine: 66
@@ -653,7 +653,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ScreenshotKeybind
path: Options.cs
startLine: 68
@@ -696,7 +696,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SellHeldObjectKeybind
path: Options.cs
startLine: 70
@@ -739,7 +739,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RotateCameraKeybind
path: Options.cs
startLine: 72
@@ -782,7 +782,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ZoomInKeybind
path: Options.cs
startLine: 74
@@ -825,7 +825,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ZoomOutKeybind
path: Options.cs
startLine: 76
@@ -868,7 +868,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisplayedHints
path: Options.cs
startLine: 83
@@ -913,7 +913,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WallMode
path: Options.cs
startLine: 91
@@ -950,7 +950,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fullscreen
path: Options.cs
startLine: 106
@@ -993,7 +993,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VSync
path: Options.cs
startLine: 111
@@ -1036,7 +1036,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Language
path: Options.cs
startLine: 117
@@ -1079,7 +1079,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UiScale
path: Options.cs
startLine: 122
@@ -1122,7 +1122,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SoundVolume
path: Options.cs
startLine: 127
@@ -1165,7 +1165,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorldSoundVolume
path: Options.cs
startLine: 133
@@ -1208,7 +1208,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeechVolume
path: Options.cs
startLine: 139
@@ -1251,7 +1251,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StingVolume
path: Options.cs
startLine: 145
@@ -1294,7 +1294,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AutoSaveIntervalSeconds
path: Options.cs
startLine: 151
@@ -1337,7 +1337,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: KeyboardLighting
path: Options.cs
startLine: 157
@@ -1380,7 +1380,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CameraRotation
path: Options.cs
startLine: 164
@@ -1423,7 +1423,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BrightnessIncrease
path: Options.cs
startLine: 169
@@ -1466,7 +1466,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HideHangingObjects
path: Options.cs
startLine: 175
@@ -1509,7 +1509,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RoundCameraPosition
path: Options.cs
startLine: 181
@@ -1552,7 +1552,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UiAnimations
path: Options.cs
startLine: 187
@@ -1595,7 +1595,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Apply
path: Options.cs
startLine: 195
@@ -1627,7 +1627,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Save
path: Options.cs
startLine: 217
diff --git a/api/TinyLife.PerSaveOptions.yml b/api/TinyLife.PerSaveOptions.yml
index b13af66..ad468e8 100644
--- a/api/TinyLife.PerSaveOptions.yml
+++ b/api/TinyLife.PerSaveOptions.yml
@@ -24,7 +24,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PerSaveOptions
path: Options.cs
startLine: 243
@@ -87,7 +87,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance
path: Options.cs
startLine: 250
@@ -126,7 +126,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisableAiSelected
path: Options.cs
startLine: 256
@@ -169,7 +169,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisableAiHousehold
path: Options.cs
startLine: 261
@@ -212,7 +212,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AiImportantActions
path: Options.cs
startLine: 267
@@ -255,7 +255,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AiSkillBuilding
path: Options.cs
startLine: 273
@@ -298,7 +298,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MaxRegularVisitors
path: Options.cs
startLine: 279
@@ -341,7 +341,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Save
path: Options.cs
startLine: 284
@@ -376,7 +376,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Load
path: Options.cs
startLine: 292
diff --git a/api/TinyLife.PersonalityType.TypeCategory.yml b/api/TinyLife.PersonalityType.TypeCategory.yml
index 77cb310..3118dc8 100644
--- a/api/TinyLife.PersonalityType.TypeCategory.yml
+++ b/api/TinyLife.PersonalityType.TypeCategory.yml
@@ -19,7 +19,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TypeCategory
path: PersonalityType.cs
startLine: 153
@@ -54,7 +54,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Major
path: PersonalityType.cs
startLine: 158
@@ -88,7 +88,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Minor
path: PersonalityType.cs
startLine: 162
@@ -122,7 +122,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hidden
path: PersonalityType.cs
startLine: 167
diff --git a/api/TinyLife.PersonalityType.yml b/api/TinyLife.PersonalityType.yml
index 28121ab..e530e32 100644
--- a/api/TinyLife.PersonalityType.yml
+++ b/api/TinyLife.PersonalityType.yml
@@ -44,7 +44,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PersonalityType
path: PersonalityType.cs
startLine: 20
@@ -98,7 +98,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: PersonalityType.cs
startLine: 28
@@ -135,7 +135,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MaxMajorsPerPerson
path: PersonalityType.cs
startLine: 32
@@ -172,7 +172,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Lazy
path: PersonalityType.cs
startLine: 40
@@ -207,7 +207,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Energetic
path: PersonalityType.cs
startLine: 43
@@ -242,7 +242,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Creative
path: PersonalityType.cs
startLine: 46
@@ -277,7 +277,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Likeable
path: PersonalityType.cs
startLine: 49
@@ -312,7 +312,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mean
path: PersonalityType.cs
startLine: 52
@@ -347,7 +347,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Ambitious
path: PersonalityType.cs
startLine: 55
@@ -382,7 +382,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Thinker
path: PersonalityType.cs
startLine: 58
@@ -417,7 +417,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Introverted
path: PersonalityType.cs
startLine: 61
@@ -452,7 +452,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Extroverted
path: PersonalityType.cs
startLine: 62
@@ -487,7 +487,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Asexual
path: PersonalityType.cs
startLine: 65
@@ -522,7 +522,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Aromantic
path: PersonalityType.cs
startLine: 69
@@ -557,7 +557,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MasterChef
path: PersonalityType.cs
startLine: 73
@@ -592,7 +592,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmartKid
path: PersonalityType.cs
startLine: 76
@@ -627,7 +627,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GymRat
path: PersonalityType.cs
startLine: 80
@@ -662,7 +662,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HouseholdHero
path: PersonalityType.cs
startLine: 83
@@ -697,7 +697,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ComputerAddict
path: PersonalityType.cs
startLine: 86
@@ -732,7 +732,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendOfEveryone
path: PersonalityType.cs
startLine: 89
@@ -767,7 +767,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: PersonalityType.cs
startLine: 99
@@ -802,7 +802,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Texture
path: PersonalityType.cs
startLine: 103
@@ -837,7 +837,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisallowedOthers
path: PersonalityType.cs
startLine: 107
@@ -872,7 +872,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BoostedSkills
path: PersonalityType.cs
startLine: 113
@@ -909,7 +909,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AllowedAges
path: PersonalityType.cs
startLine: 118
@@ -946,7 +946,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Category
path: PersonalityType.cs
startLine: 122
@@ -983,7 +983,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString
path: PersonalityType.cs
startLine: 124
@@ -1022,7 +1022,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: PersonalityType.cs
startLine: 132
@@ -1067,7 +1067,7 @@ items:
remote:
path: TinyLife/PersonalityType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: PersonalityType.cs
startLine: 143
diff --git a/api/TinyLife.Relationship.yml b/api/TinyLife.Relationship.yml
index cec8219..69f6710 100644
--- a/api/TinyLife.Relationship.yml
+++ b/api/TinyLife.Relationship.yml
@@ -36,7 +36,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Relationship
path: Relationship.cs
startLine: 16
@@ -91,7 +91,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Max
path: Relationship.cs
startLine: 22
@@ -126,7 +126,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassiveFriendReduction
path: Relationship.cs
startLine: 26
@@ -161,7 +161,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassiveRomanceReduction
path: Relationship.cs
startLine: 30
@@ -196,7 +196,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MaxRecentSocialsAmount
path: Relationship.cs
startLine: 35
@@ -231,7 +231,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: KnownPersonalityTypes
path: Relationship.cs
startLine: 42
@@ -276,7 +276,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OtherPerson
path: Relationship.cs
startLine: 48
@@ -323,7 +323,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Partner
path: Relationship.cs
startLine: 54
@@ -360,7 +360,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendLevel
path: Relationship.cs
startLine: 59
@@ -397,7 +397,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RomanceLevel
path: Relationship.cs
startLine: 68
@@ -434,7 +434,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendPercentage
path: Relationship.cs
startLine: 81
@@ -471,7 +471,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RomancePercentage
path: Relationship.cs
startLine: 85
@@ -508,7 +508,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: Relationship.cs
startLine: 89
@@ -545,7 +545,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisplayString
path: Relationship.cs
startLine: 104
@@ -582,7 +582,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Genealogy
path: Relationship.cs
startLine: 111
@@ -625,7 +625,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dating
path: Relationship.cs
startLine: 116
@@ -668,7 +668,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSocialEffectiveness
path: Relationship.cs
startLine: 138
@@ -707,7 +707,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRecentSocialAmount
path: Relationship.cs
startLine: 148
@@ -746,7 +746,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddRecentSocial
path: Relationship.cs
startLine: 158
@@ -782,7 +782,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Relationship.cs
startLine: 169
@@ -818,7 +818,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ResetToStatic
path: Relationship.cs
startLine: 181
diff --git a/api/TinyLife.RelationshipType.yml b/api/TinyLife.RelationshipType.yml
index 4fcc17e..65648d7 100644
--- a/api/TinyLife.RelationshipType.yml
+++ b/api/TinyLife.RelationshipType.yml
@@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RelationshipType
path: Relationship.cs
startLine: 208
@@ -56,7 +56,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Enemies
path: Relationship.cs
startLine: 213
@@ -90,7 +90,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Disliked
path: Relationship.cs
startLine: 217
@@ -124,7 +124,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Acquaintances
path: Relationship.cs
startLine: 221
@@ -158,7 +158,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Friends
path: Relationship.cs
startLine: 225
@@ -192,7 +192,7 @@ items:
remote:
path: TinyLife/Relationship.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoodFriends
path: Relationship.cs
startLine: 229
diff --git a/api/TinyLife.Set.yml b/api/TinyLife.Set.yml
index 16002a7..cbd3f24 100644
--- a/api/TinyLife.Set.yml
+++ b/api/TinyLife.Set.yml
@@ -18,10 +18,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Set
path: GameImpl.cs
- startLine: 723
+ startLine: 724
assemblies:
- Tiny Life
namespace: TinyLife
@@ -53,10 +53,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Woodworking
path: GameImpl.cs
- startLine: 729
+ startLine: 730
assemblies:
- Tiny Life
namespace: TinyLife
@@ -87,10 +87,10 @@ items:
remote:
path: TinyLife/GameImpl.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Workout
path: GameImpl.cs
- startLine: 737
+ startLine: 738
assemblies:
- Tiny Life
namespace: TinyLife
diff --git a/api/TinyLife.Skills.FoodType.IngredientSource.yml b/api/TinyLife.Skills.FoodType.IngredientSource.yml
index c06d0cb..7c24a2b 100644
--- a/api/TinyLife.Skills.FoodType.IngredientSource.yml
+++ b/api/TinyLife.Skills.FoodType.IngredientSource.yml
@@ -20,7 +20,7 @@ items:
remote:
path: TinyLife/Skills/FoodType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IngredientSource
path: Skills/FoodType.cs
startLine: 295
@@ -55,7 +55,7 @@ items:
remote:
path: TinyLife/Skills/FoodType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Other
path: Skills/FoodType.cs
startLine: 300
@@ -89,7 +89,7 @@ items:
remote:
path: TinyLife/Skills/FoodType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fridge
path: Skills/FoodType.cs
startLine: 304
@@ -123,7 +123,7 @@ items:
remote:
path: TinyLife/Skills/FoodType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeMaker
path: Skills/FoodType.cs
startLine: 308
@@ -157,7 +157,7 @@ items:
remote:
path: TinyLife/Skills/FoodType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Barbecue
path: Skills/FoodType.cs
startLine: 312
diff --git a/api/TinyLife.Skills.FoodType.yml b/api/TinyLife.Skills.FoodType.yml
index 310dfed..8031b1a 100644
--- a/api/TinyLife.Skills.FoodType.yml
+++ b/api/TinyLife.Skills.FoodType.yml
@@ -37,7 +37,7 @@ items:
remote:
path: TinyLife/Skills/FoodType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoodType
path: Skills/FoodType.cs
startLine: 31
@@ -88,7 +88,7 @@ items:
remote:
path: TinyLife/Skills/FoodType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: Skills/FoodType.cs
startLine: 38
@@ -125,7 +125,7 @@ items:
remote:
path: TinyLife/Skills/FoodType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Skills/FoodType.cs
startLine: 87
@@ -160,7 +160,7 @@ items:
remote:
path: TinyLife/Skills/FoodType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Texture
path: Skills/FoodType.cs
startLine: 93
@@ -195,7 +195,7 @@ items:
remote:
path: TinyLife/Skills/FoodType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredCookingLevel
path: Skills/FoodType.cs
startLine: 97
@@ -230,7 +230,7 @@ items:
remote:
path: TinyLife/Skills/FoodType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Price
path: Skills/FoodType.cs
startLine: 101
@@ -265,7 +265,7 @@ items:
remote:
path: TinyLife/Skills/FoodType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoodAmount
path: Skills/FoodType.cs
startLine: 107
@@ -300,7 +300,7 @@ items:
remote:
path: TinyLife/Skills/FoodType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Source
path: Skills/FoodType.cs
startLine: 111
@@ -335,7 +335,7 @@ items:
remote:
path: TinyLife/Skills/FoodType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedsCooking
path: Skills/FoodType.cs
startLine: 116
@@ -372,7 +372,7 @@ items:
remote:
path: TinyLife/Skills/FoodType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsInGlass
path: Skills/FoodType.cs
startLine: 120
@@ -409,7 +409,7 @@ items:
remote:
path: TinyLife/Skills/FoodType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnEaten
path: Skills/FoodType.cs
startLine: 125
@@ -446,7 +446,7 @@ items:
remote:
path: TinyLife/Skills/FoodType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanEat
path: Skills/FoodType.cs
startLine: 130
@@ -483,7 +483,7 @@ items:
remote:
path: TinyLife/Skills/FoodType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisplayName
path: Skills/FoodType.cs
startLine: 134
@@ -520,7 +520,7 @@ items:
remote:
path: TinyLife/Skills/FoodType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Skills/FoodType.cs
startLine: 144
@@ -568,7 +568,7 @@ items:
remote:
path: TinyLife/Skills/FoodType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetContainer
path: Skills/FoodType.cs
startLine: 161
@@ -613,7 +613,7 @@ items:
remote:
path: TinyLife/Skills/FoodType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetEmptyContainer
path: Skills/FoodType.cs
startLine: 175
@@ -650,7 +650,7 @@ items:
remote:
path: TinyLife/Skills/FoodType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPrice
path: Skills/FoodType.cs
startLine: 184
@@ -689,7 +689,7 @@ items:
remote:
path: TinyLife/Skills/FoodType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct
path: Skills/FoodType.cs
startLine: 199
@@ -699,7 +699,7 @@ items:
summary: "\nConstructs a new furniture instance based on this food type's \n"
example: []
syntax:
- content: public Food Construct(Map map, Quality quality, TimeSpan expirationTime, int servingSize, Person creator = null, Guid? id = null, bool triggerGoals = true)
+ content: public Food Construct(Map map, Quality quality, TimeSpan expirationTime, int servingSize, Person creator = null, Guid? id = default(Guid? ), bool triggerGoals = true)
parameters:
- id: map
type: TinyLife.World.Map
@@ -749,7 +749,7 @@ items:
remote:
path: TinyLife/Skills/FoodType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructUnfinished
path: Skills/FoodType.cs
startLine: 219
@@ -759,7 +759,7 @@ items:
summary: "\nConstructs a new furniture instance based on the passed \n"
example: []
syntax:
- content: public FoodTypedItem ConstructUnfinished(FurnitureType container, Map map, TimeSpan expirationTime, int servingSize, Person creator = null, Guid? id = null, bool triggerGoals = false)
+ content: public FoodTypedItem ConstructUnfinished(FurnitureType container, Map map, TimeSpan expirationTime, int servingSize, Person creator = null, Guid? id = default(Guid? ), bool triggerGoals = false)
parameters:
- id: container
type: TinyLife.Objects.FurnitureType
@@ -809,7 +809,7 @@ items:
remote:
path: TinyLife/Skills/FoodType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: Skills/FoodType.cs
startLine: 232
@@ -847,7 +847,7 @@ items:
remote:
path: TinyLife/Skills/FoodType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetActions
path: Skills/FoodType.cs
startLine: 243
@@ -891,7 +891,7 @@ items:
remote:
path: TinyLife/Skills/FoodType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAllContainers
path: Skills/FoodType.cs
startLine: 272
diff --git a/api/TinyLife.Skills.PaintingType.yml b/api/TinyLife.Skills.PaintingType.yml
index 090924b..50ff113 100644
--- a/api/TinyLife.Skills.PaintingType.yml
+++ b/api/TinyLife.Skills.PaintingType.yml
@@ -23,7 +23,7 @@ items:
remote:
path: TinyLife/Skills/PaintingType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PaintingType
path: Skills/PaintingType.cs
startLine: 15
@@ -74,7 +74,7 @@ items:
remote:
path: TinyLife/Skills/PaintingType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: Skills/PaintingType.cs
startLine: 22
@@ -111,7 +111,7 @@ items:
remote:
path: TinyLife/Skills/PaintingType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Skills/PaintingType.cs
startLine: 37
@@ -146,7 +146,7 @@ items:
remote:
path: TinyLife/Skills/PaintingType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LevelRange
path: Skills/PaintingType.cs
startLine: 41
@@ -181,7 +181,7 @@ items:
remote:
path: TinyLife/Skills/PaintingType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Texture
path: Skills/PaintingType.cs
startLine: 47
@@ -216,7 +216,7 @@ items:
remote:
path: TinyLife/Skills/PaintingType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BaseMarkup
path: Skills/PaintingType.cs
startLine: 52
@@ -251,7 +251,7 @@ items:
remote:
path: TinyLife/Skills/PaintingType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Skills/PaintingType.cs
startLine: 60
@@ -296,7 +296,7 @@ items:
remote:
path: TinyLife/Skills/PaintingType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: Skills/PaintingType.cs
startLine: 71
diff --git a/api/TinyLife.Skills.Quality.yml b/api/TinyLife.Skills.Quality.yml
index e724943..8b05cc1 100644
--- a/api/TinyLife.Skills.Quality.yml
+++ b/api/TinyLife.Skills.Quality.yml
@@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Quality
path: Skills/Skill.cs
startLine: 265
@@ -61,7 +61,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Terrible
path: Skills/Skill.cs
startLine: 270
@@ -95,7 +95,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Average
path: Skills/Skill.cs
startLine: 274
@@ -129,7 +129,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Good
path: Skills/Skill.cs
startLine: 278
@@ -163,7 +163,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Great
path: Skills/Skill.cs
startLine: 282
@@ -197,7 +197,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Perfect
path: Skills/Skill.cs
startLine: 286
@@ -231,7 +231,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Masterpiece
path: Skills/Skill.cs
startLine: 291
diff --git a/api/TinyLife.Skills.Skill.yml b/api/TinyLife.Skills.Skill.yml
index b39fcf7..e45b73c 100644
--- a/api/TinyLife.Skills.Skill.yml
+++ b/api/TinyLife.Skills.Skill.yml
@@ -24,7 +24,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Skill
path: Skills/Skill.cs
startLine: 23
@@ -79,7 +79,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: Skills/Skill.cs
startLine: 30
@@ -124,14 +124,14 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PointsToNextLevel
path: Skills/Skill.cs
startLine: 35
assemblies:
- Tiny Life
namespace: TinyLife.Skills
- summary: "\nThe amount of skill points that are required until the next is reached.\nTo modify this value, use or .\n"
+ summary: "\nThe amount of skill points that are required until the next is reached.\nTo modify this value, use or .\n"
example: []
syntax:
content: >-
@@ -171,14 +171,14 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Level
path: Skills/Skill.cs
startLine: 41
assemblies:
- Tiny Life
namespace: TinyLife.Skills
- summary: "\nThe current level of this skill. Note that this value never goes beyond .\nTo modify this value, use or .\n"
+ summary: "\nThe current level of this skill. Note that this value never goes beyond .\nTo modify this value, use or .\n"
example: []
syntax:
content: >-
@@ -218,7 +218,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PointPercentage
path: Skills/Skill.cs
startLine: 47
@@ -255,7 +255,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LevelPercentage
path: Skills/Skill.cs
startLine: 53
@@ -292,7 +292,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Skills/Skill.cs
startLine: 59
@@ -328,14 +328,14 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Gain
path: Skills/Skill.cs
startLine: 69
assemblies:
- Tiny Life
namespace: TinyLife.Skills
- summary: "\nCauses the given person to gain a certain amount of points of this skill.\nNote that is preferred to this method.\n"
+ summary: "\nCauses the given person to gain a certain amount of points of this skill.\nNote that is preferred to this method.\n"
example: []
syntax:
content: public void Gain(Person person, float amount)
@@ -367,7 +367,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRequiredPointsToNextLevel
path: Skills/Skill.cs
startLine: 96
@@ -787,8 +787,8 @@ references:
- uid: TinyLife.Skills.Skill.Gain(TinyLife.Objects.Person,System.Single)
commentId: M:TinyLife.Skills.Skill.Gain(TinyLife.Objects.Person,System.Single)
isExternal: true
-- uid: TinyLife.Objects.Person.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,TinyLife.GameSpeed)
- commentId: M:TinyLife.Objects.Person.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,TinyLife.GameSpeed)
+- uid: TinyLife.Objects.Person.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,System.Single)
+ commentId: M:TinyLife.Objects.Person.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,System.Single)
isExternal: true
- uid: TinyLife.Skills.Skill.PointsToNextLevel*
commentId: Overload:TinyLife.Skills.Skill.PointsToNextLevel
diff --git a/api/TinyLife.Skills.SkillCategory.yml b/api/TinyLife.Skills.SkillCategory.yml
index c35d088..c4e6057 100644
--- a/api/TinyLife.Skills.SkillCategory.yml
+++ b/api/TinyLife.Skills.SkillCategory.yml
@@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SkillCategory
path: Skills/Skill.cs
startLine: 232
@@ -66,7 +66,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: None
path: Skills/Skill.cs
startLine: 238
@@ -100,7 +100,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Creative
path: Skills/Skill.cs
startLine: 243
@@ -134,7 +134,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Logical
path: Skills/Skill.cs
startLine: 247
@@ -168,7 +168,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Social
path: Skills/Skill.cs
startLine: 252
@@ -202,7 +202,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Physical
path: Skills/Skill.cs
startLine: 257
diff --git a/api/TinyLife.Skills.SkillType.yml b/api/TinyLife.Skills.SkillType.yml
index 1337257..dc4b60a 100644
--- a/api/TinyLife.Skills.SkillType.yml
+++ b/api/TinyLife.Skills.SkillType.yml
@@ -37,7 +37,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SkillType
path: Skills/Skill.cs
startLine: 106
@@ -88,7 +88,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: Skills/Skill.cs
startLine: 114
@@ -125,7 +125,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cooking
path: Skills/Skill.cs
startLine: 117
@@ -160,7 +160,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Painting
path: Skills/Skill.cs
startLine: 118
@@ -195,7 +195,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Charisma
path: Skills/Skill.cs
startLine: 119
@@ -230,7 +230,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Humor
path: Skills/Skill.cs
startLine: 120
@@ -265,7 +265,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Programming
path: Skills/Skill.cs
startLine: 121
@@ -300,7 +300,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Repair
path: Skills/Skill.cs
startLine: 122
@@ -335,7 +335,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Writing
path: Skills/Skill.cs
startLine: 123
@@ -370,7 +370,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Gaming
path: Skills/Skill.cs
startLine: 124
@@ -405,7 +405,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fitness
path: Skills/Skill.cs
startLine: 125
@@ -440,7 +440,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cleaning
path: Skills/Skill.cs
startLine: 126
@@ -475,7 +475,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Woodworking
path: Skills/Skill.cs
startLine: 127
@@ -510,7 +510,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Skills/Skill.cs
startLine: 133
@@ -545,7 +545,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Texture
path: Skills/Skill.cs
startLine: 137
@@ -580,7 +580,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MaxLevel
path: Skills/Skill.cs
startLine: 142
@@ -615,7 +615,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Categories
path: Skills/Skill.cs
startLine: 147
@@ -650,7 +650,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChildhoodMaxLevel
path: Skills/Skill.cs
startLine: 152
@@ -687,7 +687,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Skills/Skill.cs
startLine: 161
@@ -732,7 +732,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRandomQuality
path: Skills/Skill.cs
startLine: 179
@@ -783,7 +783,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMaxLevel
path: Skills/Skill.cs
startLine: 212
@@ -822,7 +822,7 @@ items:
remote:
path: TinyLife/Skills/Skill.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: Skills/Skill.cs
startLine: 221
diff --git a/api/TinyLife.Skills.WoodworkingRecipe.yml b/api/TinyLife.Skills.WoodworkingRecipe.yml
index 5fb506f..c145ab8 100644
--- a/api/TinyLife.Skills.WoodworkingRecipe.yml
+++ b/api/TinyLife.Skills.WoodworkingRecipe.yml
@@ -24,7 +24,7 @@ items:
remote:
path: TinyLife/Skills/WoodworkingRecipe.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WoodworkingRecipe
path: Skills/WoodworkingRecipe.cs
startLine: 20
@@ -75,7 +75,7 @@ items:
remote:
path: TinyLife/Skills/WoodworkingRecipe.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Recipes
path: Skills/WoodworkingRecipe.cs
startLine: 27
@@ -112,7 +112,7 @@ items:
remote:
path: TinyLife/Skills/WoodworkingRecipe.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Output
path: Skills/WoodworkingRecipe.cs
startLine: 61
@@ -147,7 +147,7 @@ items:
remote:
path: TinyLife/Skills/WoodworkingRecipe.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredLevel
path: Skills/WoodworkingRecipe.cs
startLine: 65
@@ -182,7 +182,7 @@ items:
remote:
path: TinyLife/Skills/WoodworkingRecipe.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PriceMultiplier
path: Skills/WoodworkingRecipe.cs
startLine: 69
@@ -217,14 +217,14 @@ items:
remote:
path: TinyLife/Skills/WoodworkingRecipe.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CraftingTime
path: Skills/WoodworkingRecipe.cs
startLine: 74
assemblies:
- Tiny Life
namespace: TinyLife.Skills
- summary: "\nThe amount of in-game time that it takes (an unskilled person) to craft this woodwork.\nThe higher the level of the person, the more this time is reduced, based on .\n"
+ summary: "\nThe amount of in-game time that it takes (an unskilled person) to craft this woodwork.\nThe higher the level of the person, the more this time is reduced, based on .\n"
example: []
syntax:
content: public readonly TimeSpan CraftingTime
@@ -252,7 +252,7 @@ items:
remote:
path: TinyLife/Skills/WoodworkingRecipe.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Skills/WoodworkingRecipe.cs
startLine: 79
@@ -289,7 +289,7 @@ items:
remote:
path: TinyLife/Skills/WoodworkingRecipe.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Skills/WoodworkingRecipe.cs
startLine: 88
@@ -334,7 +334,7 @@ items:
remote:
path: TinyLife/Skills/WoodworkingRecipe.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: Skills/WoodworkingRecipe.cs
startLine: 100
@@ -889,8 +889,8 @@ references:
name: Single
nameWithType: Single
fullName: System.Single
-- uid: TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
- commentId: M:TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
+- uid: TinyLife.Objects.Person.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
+ commentId: M:TinyLife.Objects.Person.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
isExternal: true
- uid: System.TimeSpan
commentId: T:System.TimeSpan
diff --git a/api/TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate.yml b/api/TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate.yml
index 276c46d..f75d96c 100644
--- a/api/TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate.yml
+++ b/api/TinyLife.Tools.FurniturePlacer.GetCustomPriceDelegate.yml
@@ -16,7 +16,7 @@ items:
remote:
path: TinyLife/Tools/FurniturePlacer.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCustomPriceDelegate
path: Tools/FurniturePlacer.cs
startLine: 326
diff --git a/api/TinyLife.Tools.FurniturePlacer.yml b/api/TinyLife.Tools.FurniturePlacer.yml
index f71a378..323a612 100644
--- a/api/TinyLife.Tools.FurniturePlacer.yml
+++ b/api/TinyLife.Tools.FurniturePlacer.yml
@@ -28,7 +28,7 @@ items:
remote:
path: TinyLife/Tools/FurniturePlacer.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FurniturePlacer
path: Tools/FurniturePlacer.cs
startLine: 20
@@ -73,7 +73,7 @@ items:
remote:
path: TinyLife/Tools/FurniturePlacer.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnGetCustomPrice
path: Tools/FurniturePlacer.cs
startLine: 26
@@ -108,7 +108,7 @@ items:
remote:
path: TinyLife/Tools/FurniturePlacer.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelectedFurniture
path: Tools/FurniturePlacer.cs
startLine: 37
@@ -145,7 +145,7 @@ items:
remote:
path: TinyLife/Tools/FurniturePlacer.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelectedPreview
path: Tools/FurniturePlacer.cs
startLine: 41
@@ -182,7 +182,7 @@ items:
remote:
path: TinyLife/Tools/FurniturePlacer.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelectedColors
path: Tools/FurniturePlacer.cs
startLine: 45
@@ -219,7 +219,7 @@ items:
remote:
path: TinyLife/Tools/FurniturePlacer.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Tools/FurniturePlacer.cs
startLine: 61
@@ -258,7 +258,7 @@ items:
remote:
path: TinyLife/Tools/FurniturePlacer.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Tools/FurniturePlacer.cs
startLine: 69
@@ -290,7 +290,7 @@ items:
remote:
path: TinyLife/Tools/FurniturePlacer.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Tools/FurniturePlacer.cs
startLine: 121
@@ -329,7 +329,7 @@ items:
remote:
path: TinyLife/Tools/FurniturePlacer.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HighlightSelectedObject
path: Tools/FurniturePlacer.cs
startLine: 138
@@ -364,7 +364,7 @@ items:
remote:
path: TinyLife/Tools/FurniturePlacer.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMouseCursor
path: Tools/FurniturePlacer.cs
startLine: 143
@@ -399,7 +399,7 @@ items:
remote:
path: TinyLife/Tools/FurniturePlacer.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelectFurniture
path: Tools/FurniturePlacer.cs
startLine: 159
@@ -453,7 +453,7 @@ items:
remote:
path: TinyLife/Tools/FurniturePlacer.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UnselectFurniture
path: Tools/FurniturePlacer.cs
startLine: 174
@@ -485,7 +485,7 @@ items:
remote:
path: TinyLife/Tools/FurniturePlacer.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCustomPrice
path: Tools/FurniturePlacer.cs
startLine: 310
diff --git a/api/TinyLife.Tools.FurnitureTool.Tab.yml b/api/TinyLife.Tools.FurnitureTool.Tab.yml
index 6c8e09b..f9e37f2 100644
--- a/api/TinyLife.Tools.FurnitureTool.Tab.yml
+++ b/api/TinyLife.Tools.FurnitureTool.Tab.yml
@@ -29,7 +29,7 @@ items:
remote:
path: TinyLife/Tools/FurnitureTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Tab
path: Tools/FurnitureTool.cs
startLine: 134
@@ -74,7 +74,7 @@ items:
remote:
path: TinyLife/Tools/FurnitureTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: All
path: Tools/FurnitureTool.cs
startLine: 138
@@ -106,7 +106,7 @@ items:
remote:
path: TinyLife/Tools/FurnitureTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LivingRoom
path: Tools/FurnitureTool.cs
startLine: 139
@@ -138,7 +138,7 @@ items:
remote:
path: TinyLife/Tools/FurnitureTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Kitchen
path: Tools/FurnitureTool.cs
startLine: 140
@@ -170,7 +170,7 @@ items:
remote:
path: TinyLife/Tools/FurnitureTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Bathroom
path: Tools/FurnitureTool.cs
startLine: 141
@@ -202,7 +202,7 @@ items:
remote:
path: TinyLife/Tools/FurnitureTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DiningRoom
path: Tools/FurnitureTool.cs
startLine: 142
@@ -234,7 +234,7 @@ items:
remote:
path: TinyLife/Tools/FurnitureTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Bedroom
path: Tools/FurnitureTool.cs
startLine: 143
@@ -266,7 +266,7 @@ items:
remote:
path: TinyLife/Tools/FurnitureTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Office
path: Tools/FurnitureTool.cs
startLine: 144
@@ -298,7 +298,7 @@ items:
remote:
path: TinyLife/Tools/FurnitureTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: KidsRoom
path: Tools/FurnitureTool.cs
startLine: 145
@@ -330,7 +330,7 @@ items:
remote:
path: TinyLife/Tools/FurnitureTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Decoration
path: Tools/FurnitureTool.cs
startLine: 146
@@ -362,7 +362,7 @@ items:
remote:
path: TinyLife/Tools/FurnitureTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Outside
path: Tools/FurnitureTool.cs
startLine: 147
@@ -394,7 +394,7 @@ items:
remote:
path: TinyLife/Tools/FurnitureTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Lighting
path: Tools/FurnitureTool.cs
startLine: 148
@@ -426,7 +426,7 @@ items:
remote:
path: TinyLife/Tools/FurnitureTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Other
path: Tools/FurnitureTool.cs
startLine: 149
@@ -458,7 +458,7 @@ items:
remote:
path: TinyLife/Tools/FurnitureTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Debug
path: Tools/FurnitureTool.cs
startLine: 150
diff --git a/api/TinyLife.Tools.FurnitureTool.yml b/api/TinyLife.Tools.FurnitureTool.yml
index b494226..425b54c 100644
--- a/api/TinyLife.Tools.FurnitureTool.yml
+++ b/api/TinyLife.Tools.FurnitureTool.yml
@@ -23,7 +23,7 @@ items:
remote:
path: TinyLife/Tools/FurnitureTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FurnitureTool
path: Tools/FurnitureTool.cs
startLine: 14
@@ -94,7 +94,7 @@ items:
remote:
path: TinyLife/Tools/FurnitureTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Tools/FurnitureTool.cs
startLine: 27
@@ -125,7 +125,7 @@ items:
remote:
path: TinyLife/Tools/FurnitureTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Tools/FurnitureTool.cs
startLine: 31
@@ -164,7 +164,7 @@ items:
remote:
path: TinyLife/Tools/FurnitureTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Tools/FurnitureTool.cs
startLine: 42
@@ -206,7 +206,7 @@ items:
remote:
path: TinyLife/Tools/FurnitureTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitBuildModeUi
path: Tools/FurnitureTool.cs
startLine: 48
@@ -248,7 +248,7 @@ items:
remote:
path: TinyLife/Tools/FurnitureTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Closed
path: Tools/FurnitureTool.cs
startLine: 82
@@ -283,7 +283,7 @@ items:
remote:
path: TinyLife/Tools/FurnitureTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMouseCursor
path: Tools/FurnitureTool.cs
startLine: 90
@@ -321,7 +321,7 @@ items:
remote:
path: TinyLife/Tools/FurnitureTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldHighlightSelectedObject
path: Tools/FurnitureTool.cs
startLine: 95
diff --git a/api/TinyLife.Tools.LotTool.yml b/api/TinyLife.Tools.LotTool.yml
index bb8bde7..c99137a 100644
--- a/api/TinyLife.Tools.LotTool.yml
+++ b/api/TinyLife.Tools.LotTool.yml
@@ -20,7 +20,7 @@ items:
remote:
path: TinyLife/Tools/LotTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LotTool
path: Tools/LotTool.cs
startLine: 10
@@ -94,7 +94,7 @@ items:
remote:
path: TinyLife/Tools/LotTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Tools/LotTool.cs
startLine: 17
@@ -125,7 +125,7 @@ items:
remote:
path: TinyLife/Tools/LotTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Tools/LotTool.cs
startLine: 21
@@ -164,7 +164,7 @@ items:
remote:
path: TinyLife/Tools/LotTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Tools/LotTool.cs
startLine: 45
@@ -206,7 +206,7 @@ items:
remote:
path: TinyLife/Tools/LotTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldHighlightSelectedObject
path: Tools/LotTool.cs
startLine: 52
diff --git a/api/TinyLife.Tools.MoveLotTool.yml b/api/TinyLife.Tools.MoveLotTool.yml
index 919e119..7392b25 100644
--- a/api/TinyLife.Tools.MoveLotTool.yml
+++ b/api/TinyLife.Tools.MoveLotTool.yml
@@ -24,7 +24,7 @@ items:
remote:
path: TinyLife/Tools/MoveLotTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MoveLotTool
path: Tools/MoveLotTool.cs
startLine: 14
@@ -94,7 +94,7 @@ items:
remote:
path: TinyLife/Tools/MoveLotTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Tools/MoveLotTool.cs
startLine: 21
@@ -125,7 +125,7 @@ items:
remote:
path: TinyLife/Tools/MoveLotTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Opened
path: Tools/MoveLotTool.cs
startLine: 25
@@ -160,7 +160,7 @@ items:
remote:
path: TinyLife/Tools/MoveLotTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Closed
path: Tools/MoveLotTool.cs
startLine: 35
@@ -195,7 +195,7 @@ items:
remote:
path: TinyLife/Tools/MoveLotTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Tools/MoveLotTool.cs
startLine: 46
@@ -234,7 +234,7 @@ items:
remote:
path: TinyLife/Tools/MoveLotTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Tools/MoveLotTool.cs
startLine: 82
@@ -276,7 +276,7 @@ items:
remote:
path: TinyLife/Tools/MoveLotTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanSaveOrSwitchModes
path: Tools/MoveLotTool.cs
startLine: 109
@@ -314,7 +314,7 @@ items:
remote:
path: TinyLife/Tools/MoveLotTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldHighlightSelectedObject
path: Tools/MoveLotTool.cs
startLine: 114
@@ -352,7 +352,7 @@ items:
remote:
path: TinyLife/Tools/MoveLotTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMouseCursor
path: Tools/MoveLotTool.cs
startLine: 119
diff --git a/api/TinyLife.Tools.MoveTool.yml b/api/TinyLife.Tools.MoveTool.yml
index 4198466..6977db6 100644
--- a/api/TinyLife.Tools.MoveTool.yml
+++ b/api/TinyLife.Tools.MoveTool.yml
@@ -26,7 +26,7 @@ items:
remote:
path: TinyLife/Tools/MoveTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MoveTool
path: Tools/MoveTool.cs
startLine: 14
@@ -95,7 +95,7 @@ items:
remote:
path: TinyLife/Tools/MoveTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Tools/MoveTool.cs
startLine: 20
@@ -126,7 +126,7 @@ items:
remote:
path: TinyLife/Tools/MoveTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Opened
path: Tools/MoveTool.cs
startLine: 28
@@ -161,7 +161,7 @@ items:
remote:
path: TinyLife/Tools/MoveTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Closed
path: Tools/MoveTool.cs
startLine: 35
@@ -196,7 +196,7 @@ items:
remote:
path: TinyLife/Tools/MoveTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitBuildModeUi
path: Tools/MoveTool.cs
startLine: 47
@@ -238,7 +238,7 @@ items:
remote:
path: TinyLife/Tools/MoveTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Tools/MoveTool.cs
startLine: 54
@@ -277,7 +277,7 @@ items:
remote:
path: TinyLife/Tools/MoveTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Tools/MoveTool.cs
startLine: 84
@@ -319,7 +319,7 @@ items:
remote:
path: TinyLife/Tools/MoveTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMouseCursor
path: Tools/MoveTool.cs
startLine: 90
@@ -357,7 +357,7 @@ items:
remote:
path: TinyLife/Tools/MoveTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanSaveOrSwitchModes
path: Tools/MoveTool.cs
startLine: 95
@@ -395,7 +395,7 @@ items:
remote:
path: TinyLife/Tools/MoveTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldHighlightSelectedObject
path: Tools/MoveTool.cs
startLine: 101
@@ -433,7 +433,7 @@ items:
remote:
path: TinyLife/Tools/MoveTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reload
path: Tools/MoveTool.cs
startLine: 136
diff --git a/api/TinyLife.Tools.OpeningTool.yml b/api/TinyLife.Tools.OpeningTool.yml
index 6b41f31..daf8067 100644
--- a/api/TinyLife.Tools.OpeningTool.yml
+++ b/api/TinyLife.Tools.OpeningTool.yml
@@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Tools/OpeningTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpeningTool
path: Tools/OpeningTool.cs
startLine: 13
@@ -94,7 +94,7 @@ items:
remote:
path: TinyLife/Tools/OpeningTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Tools/OpeningTool.cs
startLine: 20
@@ -125,7 +125,7 @@ items:
remote:
path: TinyLife/Tools/OpeningTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Tools/OpeningTool.cs
startLine: 24
@@ -164,7 +164,7 @@ items:
remote:
path: TinyLife/Tools/OpeningTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Tools/OpeningTool.cs
startLine: 51
@@ -206,7 +206,7 @@ items:
remote:
path: TinyLife/Tools/OpeningTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitBuildModeUi
path: Tools/OpeningTool.cs
startLine: 62
@@ -248,7 +248,7 @@ items:
remote:
path: TinyLife/Tools/OpeningTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMouseCursor
path: Tools/OpeningTool.cs
startLine: 84
@@ -286,7 +286,7 @@ items:
remote:
path: TinyLife/Tools/OpeningTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldHighlightSelectedObject
path: Tools/OpeningTool.cs
startLine: 91
diff --git a/api/TinyLife.Tools.PlayModeTool.StatType.yml b/api/TinyLife.Tools.PlayModeTool.StatType.yml
index 4606e7e..d94bfa0 100644
--- a/api/TinyLife.Tools.PlayModeTool.StatType.yml
+++ b/api/TinyLife.Tools.PlayModeTool.StatType.yml
@@ -23,7 +23,7 @@ items:
remote:
path: TinyLife/Tools/PlayModeTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StatType
path: Tools/PlayModeTool.cs
startLine: 910
@@ -58,7 +58,7 @@ items:
remote:
path: TinyLife/Tools/PlayModeTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Needs
path: Tools/PlayModeTool.cs
startLine: 913
@@ -90,7 +90,7 @@ items:
remote:
path: TinyLife/Tools/PlayModeTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Emotions
path: Tools/PlayModeTool.cs
startLine: 914
@@ -122,7 +122,7 @@ items:
remote:
path: TinyLife/Tools/PlayModeTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Skills
path: Tools/PlayModeTool.cs
startLine: 915
@@ -154,7 +154,7 @@ items:
remote:
path: TinyLife/Tools/PlayModeTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Relationships
path: Tools/PlayModeTool.cs
startLine: 916
@@ -186,7 +186,7 @@ items:
remote:
path: TinyLife/Tools/PlayModeTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Job
path: Tools/PlayModeTool.cs
startLine: 917
@@ -218,7 +218,7 @@ items:
remote:
path: TinyLife/Tools/PlayModeTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LifeGoal
path: Tools/PlayModeTool.cs
startLine: 918
@@ -250,7 +250,7 @@ items:
remote:
path: TinyLife/Tools/PlayModeTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: About
path: Tools/PlayModeTool.cs
startLine: 919
diff --git a/api/TinyLife.Tools.PlayModeTool.yml b/api/TinyLife.Tools.PlayModeTool.yml
index ce5aadc..c3e0c76 100644
--- a/api/TinyLife.Tools.PlayModeTool.yml
+++ b/api/TinyLife.Tools.PlayModeTool.yml
@@ -23,7 +23,7 @@ items:
remote:
path: TinyLife/Tools/PlayModeTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayModeTool
path: Tools/PlayModeTool.cs
startLine: 29
@@ -97,7 +97,7 @@ items:
remote:
path: TinyLife/Tools/PlayModeTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelectedPerson
path: Tools/PlayModeTool.cs
startLine: 45
@@ -134,7 +134,7 @@ items:
remote:
path: TinyLife/Tools/PlayModeTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelectedStat
path: Tools/PlayModeTool.cs
startLine: 49
@@ -171,7 +171,7 @@ items:
remote:
path: TinyLife/Tools/PlayModeTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Tools/PlayModeTool.cs
startLine: 58
@@ -202,7 +202,7 @@ items:
remote:
path: TinyLife/Tools/PlayModeTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Tools/PlayModeTool.cs
startLine: 62
@@ -241,7 +241,7 @@ items:
remote:
path: TinyLife/Tools/PlayModeTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Opened
path: Tools/PlayModeTool.cs
startLine: 90
@@ -276,7 +276,7 @@ items:
remote:
path: TinyLife/Tools/PlayModeTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Closed
path: Tools/PlayModeTool.cs
startLine: 224
@@ -311,7 +311,7 @@ items:
remote:
path: TinyLife/Tools/PlayModeTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reload
path: Tools/PlayModeTool.cs
startLine: 805
diff --git a/api/TinyLife.Tools.RemoveTool.yml b/api/TinyLife.Tools.RemoveTool.yml
index 2744297..d0fe702 100644
--- a/api/TinyLife.Tools.RemoveTool.yml
+++ b/api/TinyLife.Tools.RemoveTool.yml
@@ -26,7 +26,7 @@ items:
remote:
path: TinyLife/Tools/RemoveTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveTool
path: Tools/RemoveTool.cs
startLine: 15
@@ -99,7 +99,7 @@ items:
remote:
path: TinyLife/Tools/RemoveTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Tools/RemoveTool.cs
startLine: 22
@@ -130,7 +130,7 @@ items:
remote:
path: TinyLife/Tools/RemoveTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Tools/RemoveTool.cs
startLine: 26
@@ -169,7 +169,7 @@ items:
remote:
path: TinyLife/Tools/RemoveTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Tools/RemoveTool.cs
startLine: 48
@@ -211,7 +211,7 @@ items:
remote:
path: TinyLife/Tools/RemoveTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMouseCursor
path: Tools/RemoveTool.cs
startLine: 57
@@ -249,7 +249,7 @@ items:
remote:
path: TinyLife/Tools/RemoveTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldHighlightSelectedObject
path: Tools/RemoveTool.cs
startLine: 62
@@ -287,7 +287,7 @@ items:
remote:
path: TinyLife/Tools/RemoveTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveRoof
path: Tools/RemoveTool.cs
startLine: 148
@@ -325,7 +325,7 @@ items:
remote:
path: TinyLife/Tools/RemoveTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveWall
path: Tools/RemoveTool.cs
startLine: 162
@@ -363,7 +363,7 @@ items:
remote:
path: TinyLife/Tools/RemoveTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveFurniture
path: Tools/RemoveTool.cs
startLine: 182
@@ -404,7 +404,7 @@ items:
remote:
path: TinyLife/Tools/RemoveTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StoreOrRemoveFurniture
path: Tools/RemoveTool.cs
startLine: 202
@@ -445,7 +445,7 @@ items:
remote:
path: TinyLife/Tools/RemoveTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayDestroySound
path: Tools/RemoveTool.cs
startLine: 218
diff --git a/api/TinyLife.Tools.RoofTool.yml b/api/TinyLife.Tools.RoofTool.yml
index 4567e6a..47bc2e2 100644
--- a/api/TinyLife.Tools.RoofTool.yml
+++ b/api/TinyLife.Tools.RoofTool.yml
@@ -24,7 +24,7 @@ items:
remote:
path: TinyLife/Tools/RoofTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RoofTool
path: Tools/RoofTool.cs
startLine: 18
@@ -95,7 +95,7 @@ items:
remote:
path: TinyLife/Tools/RoofTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Tools/RoofTool.cs
startLine: 30
@@ -126,7 +126,7 @@ items:
remote:
path: TinyLife/Tools/RoofTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Tools/RoofTool.cs
startLine: 34
@@ -165,7 +165,7 @@ items:
remote:
path: TinyLife/Tools/RoofTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitBuildModeUi
path: Tools/RoofTool.cs
startLine: 98
@@ -207,7 +207,7 @@ items:
remote:
path: TinyLife/Tools/RoofTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Tools/RoofTool.cs
startLine: 121
@@ -249,7 +249,7 @@ items:
remote:
path: TinyLife/Tools/RoofTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ForceWallsUp
path: Tools/RoofTool.cs
startLine: 131
@@ -287,7 +287,7 @@ items:
remote:
path: TinyLife/Tools/RoofTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldHighlightSelectedObject
path: Tools/RoofTool.cs
startLine: 136
@@ -325,7 +325,7 @@ items:
remote:
path: TinyLife/Tools/RoofTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMouseCursor
path: Tools/RoofTool.cs
startLine: 141
@@ -363,7 +363,7 @@ items:
remote:
path: TinyLife/Tools/RoofTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMouseOffsetForCameraRotation
path: Tools/RoofTool.cs
startLine: 170
diff --git a/api/TinyLife.Tools.TileTool.yml b/api/TinyLife.Tools.TileTool.yml
index 70ba47d..5d98b91 100644
--- a/api/TinyLife.Tools.TileTool.yml
+++ b/api/TinyLife.Tools.TileTool.yml
@@ -23,7 +23,7 @@ items:
remote:
path: TinyLife/Tools/TileTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TileTool
path: Tools/TileTool.cs
startLine: 20
@@ -95,7 +95,7 @@ items:
remote:
path: TinyLife/Tools/TileTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Tools/TileTool.cs
startLine: 29
@@ -126,7 +126,7 @@ items:
remote:
path: TinyLife/Tools/TileTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Tools/TileTool.cs
startLine: 33
@@ -165,7 +165,7 @@ items:
remote:
path: TinyLife/Tools/TileTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Tools/TileTool.cs
startLine: 81
@@ -207,7 +207,7 @@ items:
remote:
path: TinyLife/Tools/TileTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitBuildModeUi
path: Tools/TileTool.cs
startLine: 92
@@ -249,7 +249,7 @@ items:
remote:
path: TinyLife/Tools/TileTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMouseCursor
path: Tools/TileTool.cs
startLine: 116
@@ -287,7 +287,7 @@ items:
remote:
path: TinyLife/Tools/TileTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldHighlightSelectedObject
path: Tools/TileTool.cs
startLine: 123
@@ -325,7 +325,7 @@ items:
remote:
path: TinyLife/Tools/TileTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveNaturalFurniture
path: Tools/TileTool.cs
startLine: 184
diff --git a/api/TinyLife.Tools.Tool.yml b/api/TinyLife.Tools.Tool.yml
index 6588b86..458ffa6 100644
--- a/api/TinyLife.Tools.Tool.yml
+++ b/api/TinyLife.Tools.Tool.yml
@@ -46,7 +46,7 @@ items:
remote:
path: TinyLife/Tools/Tool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Tool
path: Tools/Tool.cs
startLine: 23
@@ -103,7 +103,7 @@ items:
remote:
path: TinyLife/Tools/Tool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveTool
path: Tools/Tool.cs
startLine: 28
@@ -140,7 +140,7 @@ items:
remote:
path: TinyLife/Tools/Tool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MoveTool
path: Tools/Tool.cs
startLine: 32
@@ -177,7 +177,7 @@ items:
remote:
path: TinyLife/Tools/Tool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayModeTool
path: Tools/Tool.cs
startLine: 36
@@ -214,7 +214,7 @@ items:
remote:
path: TinyLife/Tools/Tool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BuildTools
path: Tools/Tool.cs
startLine: 41
@@ -251,7 +251,7 @@ items:
remote:
path: TinyLife/Tools/Tool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelectedObject
path: Tools/Tool.cs
startLine: 46
@@ -290,7 +290,7 @@ items:
remote:
path: TinyLife/Tools/Tool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelectedWall
path: Tools/Tool.cs
startLine: 51
@@ -329,7 +329,7 @@ items:
remote:
path: TinyLife/Tools/Tool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnOpened
path: Tools/Tool.cs
startLine: 56
@@ -364,7 +364,7 @@ items:
remote:
path: TinyLife/Tools/Tool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnClosed
path: Tools/Tool.cs
startLine: 60
@@ -399,7 +399,7 @@ items:
remote:
path: TinyLife/Tools/Tool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnUpdate
path: Tools/Tool.cs
startLine: 64
@@ -434,7 +434,7 @@ items:
remote:
path: TinyLife/Tools/Tool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnDraw
path: Tools/Tool.cs
startLine: 68
@@ -469,7 +469,7 @@ items:
remote:
path: TinyLife/Tools/Tool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnInitBuildModeUi
path: Tools/Tool.cs
startLine: 72
@@ -504,7 +504,7 @@ items:
remote:
path: TinyLife/Tools/Tool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Input
path: Tools/Tool.cs
startLine: 75
@@ -542,7 +542,7 @@ items:
remote:
path: TinyLife/Tools/Tool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Map
path: Tools/Tool.cs
startLine: 77
@@ -581,7 +581,7 @@ items:
remote:
path: TinyLife/Tools/Tool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Money
path: Tools/Tool.cs
startLine: 79
@@ -620,7 +620,7 @@ items:
remote:
path: TinyLife/Tools/Tool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Texture
path: Tools/Tool.cs
startLine: 87
@@ -655,7 +655,7 @@ items:
remote:
path: TinyLife/Tools/Tool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisplayAsTab
path: Tools/Tool.cs
startLine: 91
@@ -690,7 +690,7 @@ items:
remote:
path: TinyLife/Tools/Tool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MousePos
path: Tools/Tool.cs
startLine: 96
@@ -723,7 +723,7 @@ items:
remote:
path: TinyLife/Tools/Tool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Tools/Tool.cs
startLine: 103
@@ -762,7 +762,7 @@ items:
remote:
path: TinyLife/Tools/Tool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitBuildModeUi
path: Tools/Tool.cs
startLine: 114
@@ -803,7 +803,7 @@ items:
remote:
path: TinyLife/Tools/Tool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Opened
path: Tools/Tool.cs
startLine: 122
@@ -837,7 +837,7 @@ items:
remote:
path: TinyLife/Tools/Tool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Closed
path: Tools/Tool.cs
startLine: 142
@@ -871,7 +871,7 @@ items:
remote:
path: TinyLife/Tools/Tool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Tools/Tool.cs
startLine: 153
@@ -909,7 +909,7 @@ items:
remote:
path: TinyLife/Tools/Tool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Tools/Tool.cs
startLine: 165
@@ -950,7 +950,7 @@ items:
remote:
path: TinyLife/Tools/Tool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMouseCursor
path: Tools/Tool.cs
startLine: 174
@@ -987,7 +987,7 @@ items:
remote:
path: TinyLife/Tools/Tool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ForceWallsUp
path: Tools/Tool.cs
startLine: 183
@@ -1024,7 +1024,7 @@ items:
remote:
path: TinyLife/Tools/Tool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanSaveOrSwitchModes
path: Tools/Tool.cs
startLine: 191
@@ -1061,7 +1061,7 @@ items:
remote:
path: TinyLife/Tools/Tool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldHighlightSelectedObject
path: Tools/Tool.cs
startLine: 200
@@ -1098,7 +1098,7 @@ items:
remote:
path: TinyLife/Tools/Tool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsOnLot
path: Tools/Tool.cs
startLine: 209
@@ -1139,7 +1139,7 @@ items:
remote:
path: TinyLife/Tools/Tool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColorSelection
path: Tools/Tool.cs
startLine: 226
@@ -1186,7 +1186,7 @@ items:
remote:
path: TinyLife/Tools/Tool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BuildModeButton
path: Tools/Tool.cs
startLine: 252
@@ -1196,7 +1196,7 @@ items:
summary: "\nCreates a new in the style of each build mode content button, like the ones that display the furniture that can be bought.\n"
example: []
syntax:
- content: public static Button BuildModeButton(string name, Element.GenericCallback onPressed, Element.DrawCallback onDrawn, float price, TextureRegion icon, LnCategory category = LnCategory.BuildMode, IEnumerable description = null, float? customPrice = null)
+ content: public static Button BuildModeButton(string name, Element.GenericCallback onPressed, Element.DrawCallback onDrawn, float price, TextureRegion icon, LnCategory category = LnCategory.BuildMode, IEnumerable description = null, float? customPrice = default(float? ))
parameters:
- id: name
type: System.String
diff --git a/api/TinyLife.Tools.WallTool.yml b/api/TinyLife.Tools.WallTool.yml
index 924ad3c..a123975 100644
--- a/api/TinyLife.Tools.WallTool.yml
+++ b/api/TinyLife.Tools.WallTool.yml
@@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Tools/WallTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WallTool
path: Tools/WallTool.cs
startLine: 15
@@ -94,7 +94,7 @@ items:
remote:
path: TinyLife/Tools/WallTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Tools/WallTool.cs
startLine: 22
@@ -125,7 +125,7 @@ items:
remote:
path: TinyLife/Tools/WallTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Tools/WallTool.cs
startLine: 26
@@ -164,7 +164,7 @@ items:
remote:
path: TinyLife/Tools/WallTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Tools/WallTool.cs
startLine: 47
@@ -206,7 +206,7 @@ items:
remote:
path: TinyLife/Tools/WallTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMouseCursor
path: Tools/WallTool.cs
startLine: 54
@@ -244,7 +244,7 @@ items:
remote:
path: TinyLife/Tools/WallTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldHighlightSelectedObject
path: Tools/WallTool.cs
startLine: 59
diff --git a/api/TinyLife.Tools.WallpaperTool.yml b/api/TinyLife.Tools.WallpaperTool.yml
index 366110c..1ee019d 100644
--- a/api/TinyLife.Tools.WallpaperTool.yml
+++ b/api/TinyLife.Tools.WallpaperTool.yml
@@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Tools/WallpaperTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WallpaperTool
path: Tools/WallpaperTool.cs
startLine: 16
@@ -94,7 +94,7 @@ items:
remote:
path: TinyLife/Tools/WallpaperTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Tools/WallpaperTool.cs
startLine: 23
@@ -125,7 +125,7 @@ items:
remote:
path: TinyLife/Tools/WallpaperTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Tools/WallpaperTool.cs
startLine: 27
@@ -164,7 +164,7 @@ items:
remote:
path: TinyLife/Tools/WallpaperTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Tools/WallpaperTool.cs
startLine: 70
@@ -206,7 +206,7 @@ items:
remote:
path: TinyLife/Tools/WallpaperTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitBuildModeUi
path: Tools/WallpaperTool.cs
startLine: 86
@@ -248,7 +248,7 @@ items:
remote:
path: TinyLife/Tools/WallpaperTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMouseCursor
path: Tools/WallpaperTool.cs
startLine: 108
@@ -286,7 +286,7 @@ items:
remote:
path: TinyLife/Tools/WallpaperTool.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldHighlightSelectedObject
path: Tools/WallpaperTool.cs
startLine: 115
diff --git a/api/TinyLife.Uis.CharacterCreator.yml b/api/TinyLife.Uis.CharacterCreator.yml
index a8552f3..cfc5b28 100644
--- a/api/TinyLife.Uis.CharacterCreator.yml
+++ b/api/TinyLife.Uis.CharacterCreator.yml
@@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Uis/CharacterCreator.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CharacterCreator
path: Uis/CharacterCreator.cs
startLine: 26
@@ -67,7 +67,7 @@ items:
remote:
path: TinyLife/Uis/CharacterCreator.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MaxHouseholdSize
path: Uis/CharacterCreator.cs
startLine: 32
@@ -102,7 +102,7 @@ items:
remote:
path: TinyLife/Uis/CharacterCreator.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MaxOutfitAmount
path: Uis/CharacterCreator.cs
startLine: 37
@@ -137,7 +137,7 @@ items:
remote:
path: TinyLife/Uis/CharacterCreator.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Active
path: Uis/CharacterCreator.cs
startLine: 41
@@ -176,7 +176,7 @@ items:
remote:
path: TinyLife/Uis/CharacterCreator.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanSwitchPeople
path: Uis/CharacterCreator.cs
startLine: 280
@@ -211,7 +211,7 @@ items:
remote:
path: TinyLife/Uis/CharacterCreator.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreatePerson
path: Uis/CharacterCreator.cs
startLine: 633
@@ -255,7 +255,7 @@ items:
remote:
path: TinyLife/Uis/CharacterCreator.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Open
path: Uis/CharacterCreator.cs
startLine: 652
diff --git a/api/TinyLife.Uis.CoveringGroup.yml b/api/TinyLife.Uis.CoveringGroup.yml
index 2c091c1..fa35e83 100644
--- a/api/TinyLife.Uis.CoveringGroup.yml
+++ b/api/TinyLife.Uis.CoveringGroup.yml
@@ -20,7 +20,7 @@ items:
remote:
path: TinyLife/Uis/CoveringGroup.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CoveringGroup
path: Uis/CoveringGroup.cs
startLine: 20
@@ -173,7 +173,7 @@ items:
remote:
path: TinyLife/Uis/CoveringGroup.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Uis/CoveringGroup.cs
startLine: 33
@@ -221,7 +221,7 @@ items:
remote:
path: TinyLife/Uis/CoveringGroup.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: Uis/CoveringGroup.cs
startLine: 96
@@ -272,7 +272,7 @@ items:
remote:
path: TinyLife/Uis/CoveringGroup.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryClose
path: Uis/CoveringGroup.cs
startLine: 107
@@ -308,7 +308,7 @@ items:
remote:
path: TinyLife/Uis/CoveringGroup.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Close
path: Uis/CoveringGroup.cs
startLine: 118
diff --git a/api/TinyLife.Uis.Cursor.yml b/api/TinyLife.Uis.Cursor.yml
index 46de0ea..103e31f 100644
--- a/api/TinyLife.Uis.Cursor.yml
+++ b/api/TinyLife.Uis.Cursor.yml
@@ -17,7 +17,7 @@ items:
remote:
path: TinyLife/Uis/Cursor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cursor
path: Uis/Cursor.cs
startLine: 12
@@ -61,7 +61,7 @@ items:
remote:
path: TinyLife/Uis/Cursor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetCursor
path: Uis/Cursor.cs
startLine: 40
diff --git a/api/TinyLife.Uis.CursorType.yml b/api/TinyLife.Uis.CursorType.yml
index 7ac4511..c093378 100644
--- a/api/TinyLife.Uis.CursorType.yml
+++ b/api/TinyLife.Uis.CursorType.yml
@@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Uis/Cursor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CursorType
path: Uis/Cursor.cs
startLine: 52
@@ -57,7 +57,7 @@ items:
remote:
path: TinyLife/Uis/Cursor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: None
path: Uis/Cursor.cs
startLine: 57
@@ -91,7 +91,7 @@ items:
remote:
path: TinyLife/Uis/Cursor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Default
path: Uis/Cursor.cs
startLine: 61
@@ -125,7 +125,7 @@ items:
remote:
path: TinyLife/Uis/Cursor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Wall
path: Uis/Cursor.cs
startLine: 65
@@ -159,7 +159,7 @@ items:
remote:
path: TinyLife/Uis/Cursor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hammer
path: Uis/Cursor.cs
startLine: 69
@@ -193,7 +193,7 @@ items:
remote:
path: TinyLife/Uis/Cursor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Range
path: Uis/Cursor.cs
startLine: 73
@@ -227,7 +227,7 @@ items:
remote:
path: TinyLife/Uis/Cursor.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Disallowed
path: Uis/Cursor.cs
startLine: 77
diff --git a/api/TinyLife.Uis.InGameHint.yml b/api/TinyLife.Uis.InGameHint.yml
index 362ed0c..987e330 100644
--- a/api/TinyLife.Uis.InGameHint.yml
+++ b/api/TinyLife.Uis.InGameHint.yml
@@ -30,7 +30,7 @@ items:
remote:
path: TinyLife/Uis/InGameHint.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InGameHint
path: Uis/InGameHint.cs
startLine: 17
@@ -81,7 +81,7 @@ items:
remote:
path: TinyLife/Uis/InGameHint.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hints
path: Uis/InGameHint.cs
startLine: 25
@@ -118,7 +118,7 @@ items:
remote:
path: TinyLife/Uis/InGameHint.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Introduction
path: Uis/InGameHint.cs
startLine: 28
@@ -153,7 +153,7 @@ items:
remote:
path: TinyLife/Uis/InGameHint.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PersonalityTypes
path: Uis/InGameHint.cs
startLine: 29
@@ -188,7 +188,7 @@ items:
remote:
path: TinyLife/Uis/InGameHint.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ClothesIntentions
path: Uis/InGameHint.cs
startLine: 30
@@ -223,7 +223,7 @@ items:
remote:
path: TinyLife/Uis/InGameHint.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Interactions
path: Uis/InGameHint.cs
startLine: 31
@@ -258,7 +258,7 @@ items:
remote:
path: TinyLife/Uis/InGameHint.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Outfits
path: Uis/InGameHint.cs
startLine: 32
@@ -293,7 +293,7 @@ items:
remote:
path: TinyLife/Uis/InGameHint.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InteractionPages
path: Uis/InGameHint.cs
startLine: 33
@@ -328,7 +328,7 @@ items:
remote:
path: TinyLife/Uis/InGameHint.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OutOfTownActions
path: Uis/InGameHint.cs
startLine: 34
@@ -363,7 +363,7 @@ items:
remote:
path: TinyLife/Uis/InGameHint.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Uis/InGameHint.cs
startLine: 54
@@ -398,7 +398,7 @@ items:
remote:
path: TinyLife/Uis/InGameHint.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Condition
path: Uis/InGameHint.cs
startLine: 58
@@ -433,7 +433,7 @@ items:
remote:
path: TinyLife/Uis/InGameHint.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasBeenDisplayed
path: Uis/InGameHint.cs
startLine: 62
@@ -470,7 +470,7 @@ items:
remote:
path: TinyLife/Uis/InGameHint.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Uis/InGameHint.cs
startLine: 69
@@ -512,7 +512,7 @@ items:
remote:
path: TinyLife/Uis/InGameHint.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Display
path: Uis/InGameHint.cs
startLine: 77
@@ -544,7 +544,7 @@ items:
remote:
path: TinyLife/Uis/InGameHint.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: Uis/InGameHint.cs
startLine: 90
diff --git a/api/TinyLife.Uis.InGameUi.yml b/api/TinyLife.Uis.InGameUi.yml
index 2ba818b..45ddf65 100644
--- a/api/TinyLife.Uis.InGameUi.yml
+++ b/api/TinyLife.Uis.InGameUi.yml
@@ -20,7 +20,7 @@ items:
remote:
path: TinyLife/Uis/InGameUi.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InGameUi
path: Uis/InGameUi.cs
startLine: 23
@@ -64,7 +64,7 @@ items:
remote:
path: TinyLife/Uis/InGameUi.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnInitialized
path: Uis/InGameUi.cs
startLine: 28
@@ -99,7 +99,7 @@ items:
remote:
path: TinyLife/Uis/InGameUi.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Main
path: Uis/InGameUi.cs
startLine: 33
@@ -138,7 +138,7 @@ items:
remote:
path: TinyLife/Uis/InGameUi.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BuildContent
path: Uis/InGameUi.cs
startLine: 37
@@ -177,7 +177,7 @@ items:
remote:
path: TinyLife/Uis/InGameUi.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BuildZoom
path: Uis/InGameUi.cs
startLine: 41
diff --git a/api/TinyLife.Uis.Menus.yml b/api/TinyLife.Uis.Menus.yml
index 2d962b1..f1cd61e 100644
--- a/api/TinyLife.Uis.Menus.yml
+++ b/api/TinyLife.Uis.Menus.yml
@@ -16,7 +16,7 @@ items:
remote:
path: TinyLife/Uis/Menus.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Menus
path: Uis/Menus.cs
startLine: 33
diff --git a/api/TinyLife.Uis.NotifType.yml b/api/TinyLife.Uis.NotifType.yml
index fcbc0d1..8ccdd9e 100644
--- a/api/TinyLife.Uis.NotifType.yml
+++ b/api/TinyLife.Uis.NotifType.yml
@@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Uis/Notifications.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotifType
path: Uis/Notifications.cs
startLine: 199
@@ -56,7 +56,7 @@ items:
remote:
path: TinyLife/Uis/Notifications.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Info
path: Uis/Notifications.cs
startLine: 204
@@ -90,7 +90,7 @@ items:
remote:
path: TinyLife/Uis/Notifications.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Warning
path: Uis/Notifications.cs
startLine: 208
@@ -124,7 +124,7 @@ items:
remote:
path: TinyLife/Uis/Notifications.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VeryImportant
path: Uis/Notifications.cs
startLine: 213
@@ -158,7 +158,7 @@ items:
remote:
path: TinyLife/Uis/Notifications.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VeryPositive
path: Uis/Notifications.cs
startLine: 217
@@ -192,7 +192,7 @@ items:
remote:
path: TinyLife/Uis/Notifications.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hint
path: Uis/Notifications.cs
startLine: 221
diff --git a/api/TinyLife.Uis.Notifications.yml b/api/TinyLife.Uis.Notifications.yml
index c13760d..c26d309 100644
--- a/api/TinyLife.Uis.Notifications.yml
+++ b/api/TinyLife.Uis.Notifications.yml
@@ -19,7 +19,7 @@ items:
remote:
path: TinyLife/Uis/Notifications.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Notifications
path: Uis/Notifications.cs
startLine: 19
@@ -63,7 +63,7 @@ items:
remote:
path: TinyLife/Uis/Notifications.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MaxHistoryLength
path: Uis/Notifications.cs
startLine: 24
@@ -98,7 +98,7 @@ items:
remote:
path: TinyLife/Uis/Notifications.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Add
path: Uis/Notifications.cs
startLine: 36
@@ -142,7 +142,7 @@ items:
remote:
path: TinyLife/Uis/Notifications.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Add
path: Uis/Notifications.cs
startLine: 47
diff --git a/api/TinyLife.Utilities.ColorScheme.yml b/api/TinyLife.Utilities.ColorScheme.yml
index b23f88c..f7ffe16 100644
--- a/api/TinyLife.Utilities.ColorScheme.yml
+++ b/api/TinyLife.Utilities.ColorScheme.yml
@@ -48,7 +48,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColorScheme
path: Utilities/ColorScheme.cs
startLine: 15
@@ -99,7 +99,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: White
path: Utilities/ColorScheme.cs
startLine: 22
@@ -134,7 +134,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SimpleWood
path: Utilities/ColorScheme.cs
startLine: 23
@@ -169,7 +169,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Ceramics
path: Utilities/ColorScheme.cs
startLine: 24
@@ -204,7 +204,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pastel
path: Utilities/ColorScheme.cs
startLine: 25
@@ -239,7 +239,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Plants
path: Utilities/ColorScheme.cs
startLine: 26
@@ -274,7 +274,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Modern
path: Utilities/ColorScheme.cs
startLine: 27
@@ -309,7 +309,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Grays
path: Utilities/ColorScheme.cs
startLine: 28
@@ -344,7 +344,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Bricks
path: Utilities/ColorScheme.cs
startLine: 29
@@ -379,7 +379,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WarmDark
path: Utilities/ColorScheme.cs
startLine: 30
@@ -414,7 +414,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Skin
path: Utilities/ColorScheme.cs
startLine: 31
@@ -449,7 +449,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hair
path: Utilities/ColorScheme.cs
startLine: 32
@@ -484,7 +484,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Eyes
path: Utilities/ColorScheme.cs
startLine: 33
@@ -519,7 +519,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Flannel
path: Utilities/ColorScheme.cs
startLine: 34
@@ -554,7 +554,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Knit1
path: Utilities/ColorScheme.cs
startLine: 35
@@ -589,7 +589,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Knit2
path: Utilities/ColorScheme.cs
startLine: 36
@@ -624,7 +624,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dirt
path: Utilities/ColorScheme.cs
startLine: 37
@@ -659,7 +659,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Khakis
path: Utilities/ColorScheme.cs
startLine: 38
@@ -694,7 +694,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Rugs
path: Utilities/ColorScheme.cs
startLine: 39
@@ -729,7 +729,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Thatch
path: Utilities/ColorScheme.cs
startLine: 40
@@ -764,7 +764,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LampShades
path: Utilities/ColorScheme.cs
startLine: 41
@@ -799,7 +799,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DirtPaths
path: Utilities/ColorScheme.cs
startLine: 42
@@ -834,7 +834,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModernShort
path: Utilities/ColorScheme.cs
startLine: 43
@@ -869,7 +869,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CardboardBoxes
path: Utilities/ColorScheme.cs
startLine: 44
@@ -904,7 +904,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: this[]
path: Utilities/ColorScheme.cs
startLine: 51
@@ -947,7 +947,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Count
path: Utilities/ColorScheme.cs
startLine: 55
@@ -986,7 +986,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetEnumerator
path: Utilities/ColorScheme.cs
startLine: 66
@@ -1022,7 +1022,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: System.Collections.IEnumerable.GetEnumerator
path: Utilities/ColorScheme.cs
startLine: 70
@@ -1054,7 +1054,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Create
path: Utilities/ColorScheme.cs
startLine: 80
@@ -1098,7 +1098,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Load
path: Utilities/ColorScheme.cs
startLine: 97
@@ -1139,7 +1139,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Combine
path: Utilities/ColorScheme.cs
startLine: 118
@@ -1183,7 +1183,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_Implicit
path: Utilities/ColorScheme.cs
startLine: 132
@@ -1227,7 +1227,7 @@ items:
remote:
path: TinyLife/Utilities/ColorScheme.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: op_Addition
path: Utilities/ColorScheme.cs
startLine: 137
diff --git a/api/TinyLife.Utilities.Extensions.yml b/api/TinyLife.Utilities.Extensions.yml
index c509d0a..f2d9c41 100644
--- a/api/TinyLife.Utilities.Extensions.yml
+++ b/api/TinyLife.Utilities.Extensions.yml
@@ -43,7 +43,7 @@ items:
remote:
path: TinyLife/Utilities/Extensions.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Extensions
path: Utilities/Extensions.cs
startLine: 26
@@ -88,7 +88,7 @@ items:
remote:
path: TinyLife/Utilities/Extensions.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToScreenPos
path: Utilities/Extensions.cs
startLine: 36
@@ -142,7 +142,7 @@ items:
remote:
path: TinyLife/Utilities/Extensions.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToWorldPos
path: Utilities/Extensions.cs
startLine: 53
@@ -190,7 +190,7 @@ items:
remote:
path: TinyLife/Utilities/Extensions.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToVisualY
path: Utilities/Extensions.cs
startLine: 68
@@ -235,7 +235,7 @@ items:
remote:
path: TinyLife/Utilities/Extensions.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToWallSide
path: Utilities/Extensions.cs
startLine: 83
@@ -280,7 +280,7 @@ items:
remote:
path: TinyLife/Utilities/Extensions.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsVertical
path: Utilities/Extensions.cs
startLine: 93
@@ -325,7 +325,7 @@ items:
remote:
path: TinyLife/Utilities/Extensions.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsHorizontal
path: Utilities/Extensions.cs
startLine: 103
@@ -370,7 +370,7 @@ items:
remote:
path: TinyLife/Utilities/Extensions.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JsonCopy
path: Utilities/Extensions.cs
startLine: 113
@@ -421,7 +421,7 @@ items:
remote:
path: TinyLife/Utilities/Extensions.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPriceModifier
path: Utilities/Extensions.cs
startLine: 130
@@ -466,7 +466,7 @@ items:
remote:
path: TinyLife/Utilities/Extensions.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDecorativeRating
path: Utilities/Extensions.cs
startLine: 153
@@ -511,7 +511,7 @@ items:
remote:
path: TinyLife/Utilities/Extensions.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetChanceModifier
path: Utilities/Extensions.cs
startLine: 177
@@ -556,7 +556,7 @@ items:
remote:
path: TinyLife/Utilities/Extensions.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToLocalizedString
path: Utilities/Extensions.cs
startLine: 193
@@ -601,7 +601,7 @@ items:
remote:
path: TinyLife/Utilities/Extensions.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToSellingPriceString
path: Utilities/Extensions.cs
startLine: 203
@@ -646,7 +646,7 @@ items:
remote:
path: TinyLife/Utilities/Extensions.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BothValid
path: Utilities/Extensions.cs
startLine: 214
@@ -697,7 +697,7 @@ items:
remote:
path: TinyLife/Utilities/Extensions.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BothCompleted
path: Utilities/Extensions.cs
startLine: 225
@@ -748,7 +748,7 @@ items:
remote:
path: TinyLife/Utilities/Extensions.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OneCompleted
path: Utilities/Extensions.cs
startLine: 236
@@ -799,7 +799,7 @@ items:
remote:
path: TinyLife/Utilities/Extensions.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetOpposite
path: Utilities/Extensions.cs
startLine: 247
@@ -844,7 +844,7 @@ items:
remote:
path: TinyLife/Utilities/Extensions.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToWorking
path: Utilities/Extensions.cs
startLine: 268
@@ -889,7 +889,7 @@ items:
remote:
path: TinyLife/Utilities/Extensions.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddHoverAnimation
path: Utilities/Extensions.cs
startLine: 290
@@ -934,7 +934,7 @@ items:
remote:
path: TinyLife/Utilities/Extensions.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToSimpleLocalizedString
path: Utilities/Extensions.cs
startLine: 311
@@ -979,7 +979,7 @@ items:
remote:
path: TinyLife/Utilities/Extensions.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDefaultTab
path: Utilities/Extensions.cs
startLine: 324
@@ -1024,7 +1024,7 @@ items:
remote:
path: TinyLife/Utilities/Extensions.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDefaultDirtyOverlayTextureName
path: Utilities/Extensions.cs
startLine: 357
@@ -1069,7 +1069,7 @@ items:
remote:
path: TinyLife/Utilities/Extensions.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsLockedFor
path: Utilities/Extensions.cs
startLine: 374
@@ -1120,7 +1120,7 @@ items:
remote:
path: TinyLife/Utilities/Extensions.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawIsoArea
path: Utilities/Extensions.cs
startLine: 397
@@ -1171,7 +1171,7 @@ items:
remote:
path: TinyLife/Utilities/Extensions.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsPartOfPerson
path: Utilities/Extensions.cs
startLine: 421
@@ -1216,7 +1216,7 @@ items:
remote:
path: TinyLife/Utilities/Extensions.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanTakeOff
path: Utilities/Extensions.cs
startLine: 431
@@ -1261,7 +1261,7 @@ items:
remote:
path: TinyLife/Utilities/Extensions.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDepth
path: Utilities/Extensions.cs
startLine: 441
@@ -1306,7 +1306,7 @@ items:
remote:
path: TinyLife/Utilities/Extensions.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetPauseGame
path: Utilities/Extensions.cs
startLine: 451
diff --git a/api/TinyLife.Utilities.TextureHandler.yml b/api/TinyLife.Utilities.TextureHandler.yml
index 1af989d..7160625 100644
--- a/api/TinyLife.Utilities.TextureHandler.yml
+++ b/api/TinyLife.Utilities.TextureHandler.yml
@@ -33,7 +33,7 @@ items:
remote:
path: TinyLife/Utilities/TextureHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TextureHandler
path: Utilities/TextureHandler.cs
startLine: 17
@@ -77,7 +77,7 @@ items:
remote:
path: TinyLife/Utilities/TextureHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TexturePacker
path: Utilities/TextureHandler.cs
startLine: 20
@@ -112,7 +112,7 @@ items:
remote:
path: TinyLife/Utilities/TextureHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FurnitureTextures
path: Utilities/TextureHandler.cs
startLine: 21
@@ -147,7 +147,7 @@ items:
remote:
path: TinyLife/Utilities/TextureHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PersonTexture
path: Utilities/TextureHandler.cs
startLine: 22
@@ -184,7 +184,7 @@ items:
remote:
path: TinyLife/Utilities/TextureHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HairsTexture
path: Utilities/TextureHandler.cs
startLine: 23
@@ -221,7 +221,7 @@ items:
remote:
path: TinyLife/Utilities/TextureHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TopsTexture
path: Utilities/TextureHandler.cs
startLine: 24
@@ -258,7 +258,7 @@ items:
remote:
path: TinyLife/Utilities/TextureHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PantsTexture
path: Utilities/TextureHandler.cs
startLine: 25
@@ -295,7 +295,7 @@ items:
remote:
path: TinyLife/Utilities/TextureHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShoesTexture
path: Utilities/TextureHandler.cs
startLine: 26
@@ -332,7 +332,7 @@ items:
remote:
path: TinyLife/Utilities/TextureHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AccessoriesTexture
path: Utilities/TextureHandler.cs
startLine: 27
@@ -369,7 +369,7 @@ items:
remote:
path: TinyLife/Utilities/TextureHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UiTexture
path: Utilities/TextureHandler.cs
startLine: 28
@@ -406,7 +406,7 @@ items:
remote:
path: TinyLife/Utilities/TextureHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CursorTexture
path: Utilities/TextureHandler.cs
startLine: 29
@@ -443,7 +443,7 @@ items:
remote:
path: TinyLife/Utilities/TextureHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpeningTexture
path: Utilities/TextureHandler.cs
startLine: 30
@@ -480,7 +480,7 @@ items:
remote:
path: TinyLife/Utilities/TextureHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RoofTexture
path: Utilities/TextureHandler.cs
startLine: 31
@@ -517,7 +517,7 @@ items:
remote:
path: TinyLife/Utilities/TextureHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TileTexture
path: Utilities/TextureHandler.cs
startLine: 32
@@ -554,7 +554,7 @@ items:
remote:
path: TinyLife/Utilities/TextureHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WallpaperTexture
path: Utilities/TextureHandler.cs
startLine: 33
@@ -591,7 +591,7 @@ items:
remote:
path: TinyLife/Utilities/TextureHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VehicleTexture
path: Utilities/TextureHandler.cs
startLine: 34
@@ -628,7 +628,7 @@ items:
remote:
path: TinyLife/Utilities/TextureHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LightTexture
path: Utilities/TextureHandler.cs
startLine: 35
@@ -665,7 +665,7 @@ items:
remote:
path: TinyLife/Utilities/TextureHandler.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ApplyWallpaperMasks
path: Utilities/TextureHandler.cs
startLine: 74
diff --git a/api/TinyLife.WallDisplay.yml b/api/TinyLife.WallDisplay.yml
index a706e07..07bea5d 100644
--- a/api/TinyLife.WallDisplay.yml
+++ b/api/TinyLife.WallDisplay.yml
@@ -20,7 +20,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WallDisplay
path: Options.cs
startLine: 345
@@ -55,7 +55,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Roofs
path: Options.cs
startLine: 350
@@ -89,7 +89,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Up
path: Options.cs
startLine: 354
@@ -123,7 +123,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Auto
path: Options.cs
startLine: 358
@@ -157,7 +157,7 @@ items:
remote:
path: TinyLife/Options.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Down
path: Options.cs
startLine: 362
diff --git a/api/TinyLife.World.BillsMail.yml b/api/TinyLife.World.BillsMail.yml
index 3386b21..2663de0 100644
--- a/api/TinyLife.World.BillsMail.yml
+++ b/api/TinyLife.World.BillsMail.yml
@@ -19,7 +19,7 @@ items:
remote:
path: TinyLife/World/Mail.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BillsMail
path: World/Mail.cs
startLine: 72
@@ -78,7 +78,7 @@ items:
remote:
path: TinyLife/World/Mail.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Amount
path: World/Mail.cs
startLine: 78
@@ -123,7 +123,7 @@ items:
remote:
path: TinyLife/World/Mail.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: World/Mail.cs
startLine: 85
@@ -162,7 +162,7 @@ items:
remote:
path: TinyLife/World/Mail.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnReceived
path: World/Mail.cs
startLine: 90
diff --git a/api/TinyLife.World.Door.yml b/api/TinyLife.World.Door.yml
index 39dbc10..5d39816 100644
--- a/api/TinyLife.World.Door.yml
+++ b/api/TinyLife.World.Door.yml
@@ -19,7 +19,7 @@ items:
remote:
path: TinyLife/World/Opening.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Door
path: World/Opening.cs
startLine: 78
@@ -76,7 +76,7 @@ items:
remote:
path: TinyLife/World/Opening.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: World/Opening.cs
startLine: 81
@@ -115,7 +115,7 @@ items:
remote:
path: TinyLife/World/Opening.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanWalkThrough
path: World/Opening.cs
startLine: 85
@@ -158,7 +158,7 @@ items:
remote:
path: TinyLife/World/Opening.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanPlaceOn
path: World/Opening.cs
startLine: 90
diff --git a/api/TinyLife.World.DrawDelegate.yml b/api/TinyLife.World.DrawDelegate.yml
index bb79f01..e4e41e8 100644
--- a/api/TinyLife.World.DrawDelegate.yml
+++ b/api/TinyLife.World.DrawDelegate.yml
@@ -16,7 +16,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawDelegate
path: World/Map.cs
startLine: 1918
diff --git a/api/TinyLife.World.ExportedHousehold.yml b/api/TinyLife.World.ExportedHousehold.yml
index d118f0a..990e242 100644
--- a/api/TinyLife.World.ExportedHousehold.yml
+++ b/api/TinyLife.World.ExportedHousehold.yml
@@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/World/Household.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExportedHousehold
path: World/Household.cs
startLine: 329
@@ -67,7 +67,7 @@ items:
remote:
path: TinyLife/World/Household.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExportedVersion
path: World/Household.cs
startLine: 334
@@ -100,7 +100,7 @@ items:
remote:
path: TinyLife/World/Household.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Members
path: World/Household.cs
startLine: 338
@@ -133,7 +133,7 @@ items:
remote:
path: TinyLife/World/Household.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Money
path: World/Household.cs
startLine: 342
@@ -166,7 +166,7 @@ items:
remote:
path: TinyLife/World/Household.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FurnitureStorage
path: World/Household.cs
startLine: 346
@@ -199,7 +199,7 @@ items:
remote:
path: TinyLife/World/Household.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ClothesStorage
path: World/Household.cs
startLine: 350
@@ -232,7 +232,7 @@ items:
remote:
path: TinyLife/World/Household.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Description
path: World/Household.cs
startLine: 354
diff --git a/api/TinyLife.World.ExportedLot.yml b/api/TinyLife.World.ExportedLot.yml
index 4f4dabd..a2becb7 100644
--- a/api/TinyLife.World.ExportedLot.yml
+++ b/api/TinyLife.World.ExportedLot.yml
@@ -25,7 +25,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExportedLot
path: World/Lot.cs
startLine: 313
@@ -74,7 +74,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExportedVersion
path: World/Lot.cs
startLine: 318
@@ -107,7 +107,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Area
path: World/Lot.cs
startLine: 322
@@ -140,7 +140,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: World/Lot.cs
startLine: 326
@@ -173,7 +173,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Furniture
path: World/Lot.cs
startLine: 330
@@ -206,7 +206,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Walls
path: World/Lot.cs
startLine: 334
@@ -239,7 +239,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Roofs
path: World/Lot.cs
startLine: 338
@@ -272,7 +272,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Tiles
path: World/Lot.cs
startLine: 342
@@ -305,7 +305,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPrice
path: World/Lot.cs
startLine: 345
@@ -342,7 +342,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCoveredArea
path: World/Lot.cs
startLine: 359
diff --git a/api/TinyLife.World.Household.yml b/api/TinyLife.World.Household.yml
index dd7f2bb..79a3287 100644
--- a/api/TinyLife.World.Household.yml
+++ b/api/TinyLife.World.Household.yml
@@ -26,7 +26,7 @@ items:
- TinyLife.World.Household.Name
- TinyLife.World.Household.Remove(TinyLife.Objects.Person,System.Boolean)
- TinyLife.World.Household.UnopenedMail
- - TinyLife.World.Household.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.World.Household.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.World.Household.Validate(TinyLife.World.Map)
langs:
- csharp
@@ -39,7 +39,7 @@ items:
remote:
path: TinyLife/World/Household.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Household
path: World/Household.cs
startLine: 17
@@ -102,7 +102,7 @@ items:
remote:
path: TinyLife/World/Household.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DefaultMoney
path: World/Household.cs
startLine: 24
@@ -137,7 +137,7 @@ items:
remote:
path: TinyLife/World/Household.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Money
path: World/Household.cs
startLine: 29
@@ -184,7 +184,7 @@ items:
remote:
path: TinyLife/World/Household.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Members
path: World/Household.cs
startLine: 37
@@ -221,7 +221,7 @@ items:
remote:
path: TinyLife/World/Household.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Lot
path: World/Household.cs
startLine: 42
@@ -258,7 +258,7 @@ items:
remote:
path: TinyLife/World/Household.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: World/Household.cs
startLine: 47
@@ -295,7 +295,7 @@ items:
remote:
path: TinyLife/World/Household.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCurrent
path: World/Household.cs
startLine: 51
@@ -332,7 +332,7 @@ items:
remote:
path: TinyLife/World/Household.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Description
path: World/Household.cs
startLine: 56
@@ -375,7 +375,7 @@ items:
remote:
path: TinyLife/World/Household.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FurnitureStorage
path: World/Household.cs
startLine: 63
@@ -420,7 +420,7 @@ items:
remote:
path: TinyLife/World/Household.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ClothesStorage
path: World/Household.cs
startLine: 69
@@ -465,7 +465,7 @@ items:
remote:
path: TinyLife/World/Household.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UnopenedMail
path: World/Household.cs
startLine: 75
@@ -510,7 +510,7 @@ items:
remote:
path: TinyLife/World/Household.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: World/Household.cs
startLine: 91
@@ -534,22 +534,22 @@ items:
- public
modifiers.vb:
- Public
-- uid: TinyLife.World.Household.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.World.Household.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.World.Household.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.World.Household.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.World.Household
langs:
- csharp
- vb
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: Household.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.World.Household.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: Household.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.World.Household.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/World/Household.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: World/Household.cs
startLine: 102
@@ -559,7 +559,7 @@ items:
summary: "\nUpdates this household, ticking down the lot visibility times\n"
example: []
syntax:
- content: public void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: public void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -567,10 +567,10 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time passed in game
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's speed
- content.vb: Public Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Public Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overload: TinyLife.World.Household.Update*
modifiers.csharp:
- public
@@ -591,7 +591,7 @@ items:
remote:
path: TinyLife/World/Household.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Add
path: World/Household.cs
startLine: 120
@@ -627,7 +627,7 @@ items:
remote:
path: TinyLife/World/Household.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Remove
path: World/Household.cs
startLine: 130
@@ -669,7 +669,7 @@ items:
remote:
path: TinyLife/World/Household.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasMember
path: World/Household.cs
startLine: 142
@@ -708,7 +708,7 @@ items:
remote:
path: TinyLife/World/Household.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MarkLotVisible
path: World/Household.cs
startLine: 152
@@ -744,7 +744,7 @@ items:
remote:
path: TinyLife/World/Household.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MarkLotNonVisible
path: World/Household.cs
startLine: 168
@@ -780,7 +780,7 @@ items:
remote:
path: TinyLife/World/Household.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsLotVisible
path: World/Household.cs
startLine: 179
@@ -819,7 +819,7 @@ items:
remote:
path: TinyLife/World/Household.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAverageFriendshipTo
path: World/Household.cs
startLine: 191
@@ -858,7 +858,7 @@ items:
remote:
path: TinyLife/World/Household.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: World/Household.cs
startLine: 201
@@ -896,7 +896,7 @@ items:
remote:
path: TinyLife/World/Household.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Export
path: World/Household.cs
startLine: 212
@@ -934,7 +934,7 @@ items:
remote:
path: TinyLife/World/Household.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Import
path: World/Household.cs
startLine: 222
@@ -973,7 +973,7 @@ items:
remote:
path: TinyLife/World/Household.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AreUtilitiesDisabled
path: World/Household.cs
startLine: 268
@@ -983,7 +983,7 @@ items:
summary: "\nReturns whether power and water should currently be considered disabled for the that this household is on.\nThis method returns true when has contained a for three or more in-game days.\n"
example: []
syntax:
- content: public bool AreUtilitiesDisabled(TimeSpan? time = null)
+ content: public bool AreUtilitiesDisabled(TimeSpan? time = default(TimeSpan? ))
parameters:
- id: time
type: System.Nullable{System.TimeSpan}
@@ -1929,6 +1929,9 @@ references:
name: Map
nameWithType: Map
fullName: TinyLife.World.Map
+- uid: TinyLife.GameImpl.Speed
+ commentId: P:TinyLife.GameImpl.Speed
+ isExternal: true
- uid: TinyLife.World.Household.Update*
commentId: Overload:TinyLife.World.Household.Update
name: Update
@@ -1948,23 +1951,12 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
- uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework
isExternal: true
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
- uid: TinyLife.World.Household.Add*
commentId: Overload:TinyLife.World.Household.Add
name: Add
diff --git a/api/TinyLife.World.IPricedObject.yml b/api/TinyLife.World.IPricedObject.yml
index 4c651b4..a225ae4 100644
--- a/api/TinyLife.World.IPricedObject.yml
+++ b/api/TinyLife.World.IPricedObject.yml
@@ -17,7 +17,7 @@ items:
remote:
path: TinyLife/World/IPricedObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IPricedObject
path: World/IPricedObject.cs
startLine: 8
@@ -52,7 +52,7 @@ items:
remote:
path: TinyLife/World/IPricedObject.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPrice
path: World/IPricedObject.cs
startLine: 15
diff --git a/api/TinyLife.World.LockType.yml b/api/TinyLife.World.LockType.yml
index f32dcf4..d476883 100644
--- a/api/TinyLife.World.LockType.yml
+++ b/api/TinyLife.World.LockType.yml
@@ -20,7 +20,7 @@ items:
remote:
path: TinyLife/World/Opening.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LockType
path: World/Opening.cs
startLine: 150
@@ -66,7 +66,7 @@ items:
remote:
path: TinyLife/World/Opening.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Household
path: World/Opening.cs
startLine: 156
@@ -100,7 +100,7 @@ items:
remote:
path: TinyLife/World/Opening.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HouseholdFriends
path: World/Opening.cs
startLine: 160
@@ -134,7 +134,7 @@ items:
remote:
path: TinyLife/World/Opening.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Employees
path: World/Opening.cs
startLine: 164
@@ -168,7 +168,7 @@ items:
remote:
path: TinyLife/World/Opening.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Others
path: World/Opening.cs
startLine: 168
diff --git a/api/TinyLife.World.Lot.yml b/api/TinyLife.World.Lot.yml
index 58079df..20307c8 100644
--- a/api/TinyLife.World.Lot.yml
+++ b/api/TinyLife.World.Lot.yml
@@ -34,7 +34,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Lot
path: World/Lot.cs
startLine: 24
@@ -98,7 +98,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Id
path: World/Lot.cs
startLine: 32
@@ -143,7 +143,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Area
path: World/Lot.cs
startLine: 36
@@ -190,7 +190,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: World/Lot.cs
startLine: 43
@@ -233,7 +233,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Household
path: World/Lot.cs
startLine: 48
@@ -270,7 +270,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: World/Lot.cs
startLine: 53
@@ -313,7 +313,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: World/Lot.cs
startLine: 61
@@ -352,7 +352,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: World/Lot.cs
startLine: 70
@@ -387,7 +387,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetObjects
path: World/Lot.cs
startLine: 81
@@ -428,7 +428,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetWalls
path: World/Lot.cs
startLine: 94
@@ -463,7 +463,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRoofs
path: World/Lot.cs
startLine: 107
@@ -498,7 +498,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AreRequirementsMet
path: World/Lot.cs
startLine: 120
@@ -533,7 +533,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHomeLocation
path: World/Lot.cs
startLine: 136
@@ -572,7 +572,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPrice
path: World/Lot.cs
startLine: 161
@@ -609,7 +609,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetWeeklyBills
path: World/Lot.cs
startLine: 175
@@ -644,7 +644,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Export
path: World/Lot.cs
startLine: 187
@@ -679,7 +679,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Import
path: World/Lot.cs
startLine: 212
@@ -721,7 +721,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanImport
path: World/Lot.cs
startLine: 227
@@ -760,7 +760,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCoveredArea
path: World/Lot.cs
startLine: 239
diff --git a/api/TinyLife.World.LotEmployment.Instance.yml b/api/TinyLife.World.LotEmployment.Instance.yml
index 3a2fdae..2d6de16 100644
--- a/api/TinyLife.World.LotEmployment.Instance.yml
+++ b/api/TinyLife.World.LotEmployment.Instance.yml
@@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/World/LotEmployment.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance
path: World/LotEmployment.cs
startLine: 178
@@ -77,7 +77,7 @@ items:
remote:
path: TinyLife/World/LotEmployment.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Lot
path: World/LotEmployment.cs
startLine: 184
@@ -114,7 +114,7 @@ items:
remote:
path: TinyLife/World/LotEmployment.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: World/LotEmployment.cs
startLine: 188
@@ -151,7 +151,7 @@ items:
remote:
path: TinyLife/World/LotEmployment.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetManually
path: World/LotEmployment.cs
startLine: 202
@@ -196,7 +196,7 @@ items:
remote:
path: TinyLife/World/LotEmployment.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: World/LotEmployment.cs
startLine: 222
@@ -241,7 +241,7 @@ items:
remote:
path: TinyLife/World/LotEmployment.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: World/LotEmployment.cs
startLine: 235
@@ -280,7 +280,7 @@ items:
remote:
path: TinyLife/World/LotEmployment.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldWorkRightNow
path: World/LotEmployment.cs
startLine: 245
diff --git a/api/TinyLife.World.LotEmployment.yml b/api/TinyLife.World.LotEmployment.yml
index ede8499..94e03c9 100644
--- a/api/TinyLife.World.LotEmployment.yml
+++ b/api/TinyLife.World.LotEmployment.yml
@@ -24,7 +24,7 @@ items:
remote:
path: TinyLife/World/LotEmployment.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LotEmployment
path: World/LotEmployment.cs
startLine: 23
@@ -69,7 +69,7 @@ items:
remote:
path: TinyLife/World/LotEmployment.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MapWideEmployments
path: World/LotEmployment.cs
startLine: 29
@@ -106,7 +106,7 @@ items:
remote:
path: TinyLife/World/LotEmployment.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: World/LotEmployment.cs
startLine: 41
@@ -141,7 +141,7 @@ items:
remote:
path: TinyLife/World/LotEmployment.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Actions
path: World/LotEmployment.cs
startLine: 46
@@ -176,7 +176,7 @@ items:
remote:
path: TinyLife/World/LotEmployment.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkHours
path: World/LotEmployment.cs
startLine: 51
@@ -211,7 +211,7 @@ items:
remote:
path: TinyLife/World/LotEmployment.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsFinished
path: World/LotEmployment.cs
startLine: 56
@@ -248,7 +248,7 @@ items:
remote:
path: TinyLife/World/LotEmployment.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: World/LotEmployment.cs
startLine: 64
@@ -293,7 +293,7 @@ items:
remote:
path: TinyLife/World/LotEmployment.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCurrentPerson
path: World/LotEmployment.cs
startLine: 78
@@ -335,7 +335,7 @@ items:
remote:
path: TinyLife/World/LotEmployment.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetCurrentPerson
path: World/LotEmployment.cs
startLine: 90
diff --git a/api/TinyLife.World.LotType.yml b/api/TinyLife.World.LotType.yml
index 22b4550..d2c4050 100644
--- a/api/TinyLife.World.LotType.yml
+++ b/api/TinyLife.World.LotType.yml
@@ -28,7 +28,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LotType
path: World/Lot.cs
startLine: 369
@@ -79,7 +79,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: World/Lot.cs
startLine: 376
@@ -116,7 +116,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Residential
path: World/Lot.cs
startLine: 379
@@ -151,7 +151,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Park
path: World/Lot.cs
startLine: 382
@@ -186,7 +186,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Gym
path: World/Lot.cs
startLine: 385
@@ -221,7 +221,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: World/Lot.cs
startLine: 395
@@ -256,7 +256,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsResidential
path: World/Lot.cs
startLine: 400
@@ -291,7 +291,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredFurniture
path: World/Lot.cs
startLine: 405
@@ -326,7 +326,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetVisitPriority
path: World/Lot.cs
startLine: 411
@@ -361,7 +361,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Employments
path: World/Lot.cs
startLine: 416
@@ -398,7 +398,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: World/Lot.cs
startLine: 425
@@ -446,7 +446,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: World/Lot.cs
startLine: 436
@@ -486,7 +486,7 @@ items:
remote:
path: TinyLife/World/Lot.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetGroupVisitPriority
path: World/Lot.cs
startLine: 449
diff --git a/api/TinyLife.World.Mail.yml b/api/TinyLife.World.Mail.yml
index 15fca9b..134391b 100644
--- a/api/TinyLife.World.Mail.yml
+++ b/api/TinyLife.World.Mail.yml
@@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/World/Mail.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mail
path: World/Mail.cs
startLine: 13
@@ -89,7 +89,7 @@ items:
remote:
path: TinyLife/World/Mail.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Id
path: World/Mail.cs
startLine: 21
@@ -134,7 +134,7 @@ items:
remote:
path: TinyLife/World/Mail.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SentTime
path: World/Mail.cs
startLine: 26
@@ -179,7 +179,7 @@ items:
remote:
path: TinyLife/World/Mail.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: World/Mail.cs
startLine: 34
@@ -215,7 +215,7 @@ items:
remote:
path: TinyLife/World/Mail.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetReceivingLot
path: World/Mail.cs
startLine: 44
@@ -254,7 +254,7 @@ items:
remote:
path: TinyLife/World/Mail.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetReceivingMailbox
path: World/Mail.cs
startLine: 54
@@ -293,7 +293,7 @@ items:
remote:
path: TinyLife/World/Mail.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnReceived
path: World/Mail.cs
startLine: 64
diff --git a/api/TinyLife.World.Map.yml b/api/TinyLife.World.Map.yml
index bd8cb0c..754a9f7 100644
--- a/api/TinyLife.World.Map.yml
+++ b/api/TinyLife.World.Map.yml
@@ -77,7 +77,7 @@ items:
- TinyLife.World.Map.Size
- TinyLife.World.Map.SizeInSections
- TinyLife.World.Map.StaticVersion
- - TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.World.Map.UpdateExternalPeople
- TinyLife.World.Map.Validate(System.Action{System.String},System.Boolean)
- TinyLife.World.Map.ValidateRooms(Microsoft.Xna.Framework.Point)
@@ -92,7 +92,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Map
path: World/Map.cs
startLine: 32
@@ -155,7 +155,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RoadRadius
path: World/Map.cs
startLine: 39
@@ -190,14 +190,14 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnUpdate
path: World/Map.cs
startLine: 73
assemblies:
- Tiny Life
namespace: TinyLife.World
- summary: "\nAn event that is invoked when this map is updated in \n"
+ summary: "\nAn event that is invoked when this map is updated in \n"
example: []
syntax:
content: public event UpdateDelegate OnUpdate
@@ -223,7 +223,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnObjectAdded
path: World/Map.cs
startLine: 77
@@ -256,7 +256,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnObjectRemoved
path: World/Map.cs
startLine: 81
@@ -289,7 +289,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: World/Map.cs
startLine: 87
@@ -334,7 +334,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MailToSend
path: World/Map.cs
startLine: 93
@@ -379,7 +379,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SizeInSections
path: World/Map.cs
startLine: 98
@@ -426,7 +426,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Size
path: World/Map.cs
startLine: 104
@@ -463,7 +463,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StaticVersion
path: World/Map.cs
startLine: 110
@@ -510,7 +510,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: World/Map.cs
startLine: 144
@@ -549,7 +549,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Finalize
path: World/Map.cs
startLine: 150
@@ -565,22 +565,22 @@ items:
- protected
modifiers.vb:
- Protected
-- uid: TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.World.Map
langs:
- csharp
- vb
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: Map.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: Map.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: World/Map.cs
startLine: 161
@@ -590,7 +590,7 @@ items:
summary: "\nUpdates this map, its objects and its s.\n"
example: []
syntax:
- content: public void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: public void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -598,10 +598,10 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed in game
- - id: speed
- type: TinyLife.GameSpeed
- description: The speed that the game is set to
- content.vb: Public Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Public Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overload: TinyLife.World.Map.Update*
modifiers.csharp:
- public
@@ -622,7 +622,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: World/Map.cs
startLine: 199
@@ -632,7 +632,7 @@ items:
summary: "\nDraws this map and all of its objects.\nNote that drawing in this manner uses multiple objects, for things like the ground and the lightmaps.\n"
example: []
syntax:
- content: public void Draw(GameTime time, SpriteBatch batch, bool selectionMode, RectangleF? visibleArea = null, Matrix? visibleMatrix = null, RenderTarget2D lightmap = null, bool ignoreObjectVisibility = false)
+ content: public void Draw(GameTime time, SpriteBatch batch, bool selectionMode, RectangleF? visibleArea = default(RectangleF? ), Matrix? visibleMatrix = default(Matrix? ), RenderTarget2D lightmap = null, bool ignoreObjectVisibility = false)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -679,7 +679,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDepth
path: World/Map.cs
startLine: 451
@@ -730,7 +730,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsInBounds
path: World/Map.cs
startLine: 462
@@ -769,7 +769,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsInSectionBounds
path: World/Map.cs
startLine: 471
@@ -808,7 +808,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddRoad
path: World/Map.cs
startLine: 480
@@ -844,7 +844,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsRoad
path: World/Map.cs
startLine: 490
@@ -883,7 +883,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetClosestRoad
path: World/Map.cs
startLine: 500
@@ -925,7 +925,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRoads
path: World/Map.cs
startLine: 513
@@ -960,7 +960,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetClosestSidewalk
path: World/Map.cs
startLine: 526
@@ -1002,7 +1002,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetTilesAround
path: World/Map.cs
startLine: 543
@@ -1056,7 +1056,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetClosestEmptyTile
path: World/Map.cs
startLine: 570
@@ -1107,7 +1107,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRandomTile
path: World/Map.cs
startLine: 588
@@ -1164,7 +1164,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: World/Map.cs
startLine: 613
@@ -1204,7 +1204,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRoom
path: World/Map.cs
startLine: 668
@@ -1243,7 +1243,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetLot
path: World/Map.cs
startLine: 683
@@ -1282,7 +1282,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetLot
path: World/Map.cs
startLine: 694
@@ -1321,7 +1321,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddLot
path: World/Map.cs
startLine: 707
@@ -1360,7 +1360,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveLot
path: World/Map.cs
startLine: 717
@@ -1396,7 +1396,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetLots
path: World/Map.cs
startLine: 725
@@ -1431,7 +1431,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddWall
path: World/Map.cs
startLine: 736
@@ -1473,7 +1473,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddWall
path: World/Map.cs
startLine: 748
@@ -1515,7 +1515,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveWall
path: World/Map.cs
startLine: 759
@@ -1557,7 +1557,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetWallBetween
path: World/Map.cs
startLine: 775
@@ -1599,7 +1599,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetTile
path: World/Map.cs
startLine: 789
@@ -1638,7 +1638,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetTile
path: World/Map.cs
startLine: 799
@@ -1677,7 +1677,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddRoof
path: World/Map.cs
startLine: 809
@@ -1713,7 +1713,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRoof
path: World/Map.cs
startLine: 819
@@ -1752,7 +1752,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveRoof
path: World/Map.cs
startLine: 832
@@ -1788,7 +1788,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetObjects
path: World/Map.cs
startLine: 843
@@ -1835,7 +1835,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetObject
path: World/Map.cs
startLine: 859
@@ -1882,7 +1882,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddObject
path: World/Map.cs
startLine: 874
@@ -1918,7 +1918,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveObject
path: World/Map.cs
startLine: 897
@@ -1955,7 +1955,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPeople
path: World/Map.cs
startLine: 915
@@ -1990,7 +1990,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHousehold
path: World/Map.cs
startLine: 927
@@ -2029,7 +2029,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHousehold
path: World/Map.cs
startLine: 940
@@ -2068,7 +2068,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddHousehold
path: World/Map.cs
startLine: 953
@@ -2107,7 +2107,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveHousehold
path: World/Map.cs
startLine: 963
@@ -2143,7 +2143,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHouseholds
path: World/Map.cs
startLine: 971
@@ -2178,7 +2178,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSection
path: World/Map.cs
startLine: 981
@@ -2217,7 +2217,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSections
path: World/Map.cs
startLine: 993
@@ -2259,7 +2259,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSections
path: World/Map.cs
startLine: 1003
@@ -2301,7 +2301,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MarkDirtyForPathfinding
path: World/Map.cs
startLine: 1024
@@ -2337,7 +2337,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPathCost
path: World/Map.cs
startLine: 1044
@@ -2382,7 +2382,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanWalkBetween
path: World/Map.cs
startLine: 1063
@@ -2427,7 +2427,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsFreeSpot
path: World/Map.cs
startLine: 1072
@@ -2466,7 +2466,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDeadPerson
path: World/Map.cs
startLine: 1082
@@ -2505,7 +2505,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlaySound
path: World/Map.cs
startLine: 1102
@@ -2559,7 +2559,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlaySound
path: World/Map.cs
startLine: 1119
@@ -2613,7 +2613,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetClosestExitRoad
path: World/Map.cs
startLine: 1137
@@ -2651,7 +2651,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetExitRoads
path: World/Map.cs
startLine: 1145
@@ -2686,7 +2686,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetWalls
path: World/Map.cs
startLine: 1160
@@ -2725,7 +2725,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SendMail
path: World/Map.cs
startLine: 1174
@@ -2761,7 +2761,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ApplyCameraRotation
path: World/Map.cs
startLine: 1185
@@ -2771,7 +2771,7 @@ items:
summary: "\nApplies the game's current to the given position in world space\n"
example: []
syntax:
- content: public Vector2 ApplyCameraRotation(Vector2 worldPos, bool borderOffset = false, Direction2? cameraRotation = null)
+ content: public Vector2 ApplyCameraRotation(Vector2 worldPos, bool borderOffset = false, Direction2? cameraRotation = default(Direction2? ))
parameters:
- id: worldPos
type: Microsoft.Xna.Framework.Vector2
@@ -2809,7 +2809,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ApplyInverseCameraRotation
path: World/Map.cs
startLine: 1201
@@ -2819,7 +2819,7 @@ items:
summary: "\nApplies the game's current to the given position in world space in reverse, undoing the action done by \n"
example: []
syntax:
- content: public Vector2 ApplyInverseCameraRotation(Vector2 worldPos, Direction2? cameraRotation = null)
+ content: public Vector2 ApplyInverseCameraRotation(Vector2 worldPos, Direction2? cameraRotation = default(Direction2? ))
parameters:
- id: worldPos
type: Microsoft.Xna.Framework.Vector2
@@ -2854,7 +2854,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCameraRotationChanged
path: World/Map.cs
startLine: 1216
@@ -2893,7 +2893,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddLight
path: World/Map.cs
startLine: 1238
@@ -2929,7 +2929,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveLight
path: World/Map.cs
startLine: 1247
@@ -2965,7 +2965,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MoveEverything
path: World/Map.cs
startLine: 1258
@@ -3007,7 +3007,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ValidateRooms
path: World/Map.cs
startLine: 1317
@@ -3043,7 +3043,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRegularVisitors
path: World/Map.cs
startLine: 1332
@@ -3078,7 +3078,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateExternalPeople
path: World/Map.cs
startLine: 1343
@@ -3110,7 +3110,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsLotHidden
path: World/Map.cs
startLine: 1426
@@ -3149,7 +3149,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAllLotEmployments
path: World/Map.cs
startLine: 1443
@@ -3184,7 +3184,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LoadStaticMap
path: World/Map.cs
startLine: 1793
@@ -3764,8 +3764,8 @@ references:
name: Int32
nameWithType: Int32
fullName: System.Int32
-- uid: TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
isExternal: true
- uid: TinyLife.World.UpdateDelegate
commentId: T:TinyLife.World.UpdateDelegate
@@ -4024,6 +4024,9 @@ references:
name: Household
nameWithType: Household
fullName: TinyLife.World.Household
+- uid: TinyLife.GameImpl.Speed
+ commentId: P:TinyLife.GameImpl.Speed
+ isExternal: true
- uid: TinyLife.World.Map.Update*
commentId: Overload:TinyLife.World.Map.Update
name: Update
@@ -4043,17 +4046,13 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
+- uid: System.Single
+ commentId: T:System.Single
+ parent: System
+ isExternal: true
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
- uid: Microsoft.Xna.Framework.Graphics.RenderTarget2D
commentId: T:Microsoft.Xna.Framework.Graphics.RenderTarget2D
parent: Microsoft.Xna.Framework.Graphics
@@ -4274,13 +4273,6 @@ references:
name: Vector2
nameWithType: Vector2
fullName: Microsoft.Xna.Framework.Vector2
-- uid: System.Single
- commentId: T:System.Single
- parent: System
- isExternal: true
- name: Single
- nameWithType: Single
- fullName: System.Single
- uid: TinyLife.World.Map.Size
commentId: P:TinyLife.World.Map.Size
isExternal: true
diff --git a/api/TinyLife.World.MapAudioEmitter.yml b/api/TinyLife.World.MapAudioEmitter.yml
index 524a545..c530c9f 100644
--- a/api/TinyLife.World.MapAudioEmitter.yml
+++ b/api/TinyLife.World.MapAudioEmitter.yml
@@ -17,7 +17,7 @@ items:
remote:
path: TinyLife/World/MapAudioEmitter.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MapAudioEmitter
path: World/MapAudioEmitter.cs
startLine: 8
@@ -70,7 +70,7 @@ items:
remote:
path: TinyLife/World/MapAudioEmitter.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorldPosition
path: World/MapAudioEmitter.cs
startLine: 13
diff --git a/api/TinyLife.World.MapSection.yml b/api/TinyLife.World.MapSection.yml
index e3bc0ad..3510a98 100644
--- a/api/TinyLife.World.MapSection.yml
+++ b/api/TinyLife.World.MapSection.yml
@@ -10,7 +10,7 @@ items:
- TinyLife.World.MapSection.Pos
- TinyLife.World.MapSection.SectionPos
- TinyLife.World.MapSection.Size
- - TinyLife.World.MapSection.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+ - TinyLife.World.MapSection.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.World.MapSection.Validate
langs:
- csharp
@@ -23,7 +23,7 @@ items:
remote:
path: TinyLife/World/MapSection.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MapSection
path: World/MapSection.cs
startLine: 15
@@ -86,7 +86,7 @@ items:
remote:
path: TinyLife/World/MapSection.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Size
path: World/MapSection.cs
startLine: 22
@@ -121,7 +121,7 @@ items:
remote:
path: TinyLife/World/MapSection.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Bleed
path: World/MapSection.cs
startLine: 28
@@ -156,7 +156,7 @@ items:
remote:
path: TinyLife/World/MapSection.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SectionPos
path: World/MapSection.cs
startLine: 34
@@ -201,7 +201,7 @@ items:
remote:
path: TinyLife/World/MapSection.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pos
path: World/MapSection.cs
startLine: 38
@@ -238,7 +238,7 @@ items:
remote:
path: TinyLife/World/MapSection.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: World/MapSection.cs
startLine: 60
@@ -262,22 +262,22 @@ items:
- public
modifiers.vb:
- Public
-- uid: TinyLife.World.MapSection.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- commentId: M:TinyLife.World.MapSection.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
+- uid: TinyLife.World.MapSection.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ commentId: M:TinyLife.World.MapSection.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
+ id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.World.MapSection
langs:
- csharp
- vb
- name: Update(GameTime, TimeSpan, GameSpeed)
- nameWithType: MapSection.Update(GameTime, TimeSpan, GameSpeed)
- fullName: TinyLife.World.MapSection.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
+ name: Update(GameTime, TimeSpan, Single)
+ nameWithType: MapSection.Update(GameTime, TimeSpan, Single)
+ fullName: TinyLife.World.MapSection.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/World/MapSection.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: World/MapSection.cs
startLine: 77
@@ -287,7 +287,7 @@ items:
summary: "\nUpdates this map section and all of the objects on it\n"
example: []
syntax:
- content: public void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
+ content: public void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -295,10 +295,10 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed in game
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's speed
- content.vb: Public Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
+ content.vb: Public Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overload: TinyLife.World.MapSection.Update*
modifiers.csharp:
- public
@@ -319,7 +319,7 @@ items:
remote:
path: TinyLife/World/MapSection.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: World/MapSection.cs
startLine: 92
@@ -931,6 +931,9 @@ references:
name: Map
nameWithType: Map
fullName: TinyLife.World.Map
+- uid: TinyLife.GameImpl.Speed
+ commentId: P:TinyLife.GameImpl.Speed
+ isExternal: true
- uid: TinyLife.World.MapSection.Update*
commentId: Overload:TinyLife.World.MapSection.Update
name: Update
@@ -950,17 +953,13 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
+- uid: System.Single
+ commentId: T:System.Single
+ parent: System
+ isExternal: true
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
- uid: TinyLife.Objects.MapObject
commentId: T:TinyLife.Objects.MapObject
parent: TinyLife.Objects
diff --git a/api/TinyLife.World.Opening.yml b/api/TinyLife.World.Opening.yml
index a498489..59affba 100644
--- a/api/TinyLife.World.Opening.yml
+++ b/api/TinyLife.World.Opening.yml
@@ -23,7 +23,7 @@ items:
remote:
path: TinyLife/World/Opening.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Opening
path: World/Opening.cs
startLine: 12
@@ -83,7 +83,7 @@ items:
remote:
path: TinyLife/World/Opening.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: World/Opening.cs
startLine: 19
@@ -128,7 +128,7 @@ items:
remote:
path: TinyLife/World/Opening.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Color
path: World/Opening.cs
startLine: 24
@@ -173,7 +173,7 @@ items:
remote:
path: TinyLife/World/Opening.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: World/Opening.cs
startLine: 31
@@ -212,7 +212,7 @@ items:
remote:
path: TinyLife/World/Opening.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: World/Opening.cs
startLine: 48
@@ -277,7 +277,7 @@ items:
remote:
path: TinyLife/World/Opening.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanWalkThrough
path: World/Opening.cs
startLine: 57
@@ -319,7 +319,7 @@ items:
remote:
path: TinyLife/World/Opening.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanPlaceOn
path: World/Opening.cs
startLine: 66
@@ -359,7 +359,7 @@ items:
remote:
path: TinyLife/World/Opening.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPrice
path: World/Opening.cs
startLine: 71
diff --git a/api/TinyLife.World.OpeningType.yml b/api/TinyLife.World.OpeningType.yml
index 85eb39f..9db102e 100644
--- a/api/TinyLife.World.OpeningType.yml
+++ b/api/TinyLife.World.OpeningType.yml
@@ -27,7 +27,7 @@ items:
remote:
path: TinyLife/World/OpeningType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OpeningType
path: World/OpeningType.cs
startLine: 18
@@ -78,7 +78,7 @@ items:
remote:
path: TinyLife/World/OpeningType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: World/OpeningType.cs
startLine: 26
@@ -115,7 +115,7 @@ items:
remote:
path: TinyLife/World/OpeningType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: World/OpeningType.cs
startLine: 42
@@ -150,7 +150,7 @@ items:
remote:
path: TinyLife/World/OpeningType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WallMode
path: World/OpeningType.cs
startLine: 46
@@ -185,7 +185,7 @@ items:
remote:
path: TinyLife/World/OpeningType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Price
path: World/OpeningType.cs
startLine: 50
@@ -220,7 +220,7 @@ items:
remote:
path: TinyLife/World/OpeningType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColorScheme
path: World/OpeningType.cs
startLine: 54
@@ -255,7 +255,7 @@ items:
remote:
path: TinyLife/World/OpeningType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: World/OpeningType.cs
startLine: 59
@@ -290,7 +290,7 @@ items:
remote:
path: TinyLife/World/OpeningType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: World/OpeningType.cs
startLine: 74
@@ -347,7 +347,7 @@ items:
remote:
path: TinyLife/World/OpeningType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: World/OpeningType.cs
startLine: 96
@@ -410,7 +410,7 @@ items:
remote:
path: TinyLife/World/OpeningType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawUi
path: World/OpeningType.cs
startLine: 115
@@ -458,7 +458,7 @@ items:
remote:
path: TinyLife/World/OpeningType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct
path: World/OpeningType.cs
startLine: 128
@@ -500,7 +500,7 @@ items:
remote:
path: TinyLife/World/OpeningType.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: World/OpeningType.cs
startLine: 136
diff --git a/api/TinyLife.World.Roof.yml b/api/TinyLife.World.Roof.yml
index f7b8913..290ec16 100644
--- a/api/TinyLife.World.Roof.yml
+++ b/api/TinyLife.World.Roof.yml
@@ -25,7 +25,7 @@ items:
remote:
path: TinyLife/World/Roof.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Roof
path: World/Roof.cs
startLine: 232
@@ -83,7 +83,7 @@ items:
remote:
path: TinyLife/World/Roof.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: World/Roof.cs
startLine: 239
@@ -128,7 +128,7 @@ items:
remote:
path: TinyLife/World/Roof.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Rotation
path: World/Roof.cs
startLine: 244
@@ -175,7 +175,7 @@ items:
remote:
path: TinyLife/World/Roof.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Color
path: World/Roof.cs
startLine: 250
@@ -220,7 +220,7 @@ items:
remote:
path: TinyLife/World/Roof.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Area
path: World/Roof.cs
startLine: 254
@@ -267,7 +267,7 @@ items:
remote:
path: TinyLife/World/Roof.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Wallpaper
path: World/Roof.cs
startLine: 261
@@ -310,7 +310,7 @@ items:
remote:
path: TinyLife/World/Roof.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: World/Roof.cs
startLine: 270
@@ -355,7 +355,7 @@ items:
remote:
path: TinyLife/World/Roof.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPrice
path: World/Roof.cs
startLine: 279
@@ -392,7 +392,7 @@ items:
remote:
path: TinyLife/World/Roof.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: World/Roof.cs
startLine: 287
@@ -427,7 +427,7 @@ items:
remote:
path: TinyLife/World/Roof.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GenerateRoof
path: World/Roof.cs
startLine: 296
diff --git a/api/TinyLife.World.RoofStyle.yml b/api/TinyLife.World.RoofStyle.yml
index 4b50773..f0545e7 100644
--- a/api/TinyLife.World.RoofStyle.yml
+++ b/api/TinyLife.World.RoofStyle.yml
@@ -19,7 +19,7 @@ items:
remote:
path: TinyLife/World/Roof.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RoofStyle
path: World/Roof.cs
startLine: 341
@@ -54,7 +54,7 @@ items:
remote:
path: TinyLife/World/Roof.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Flat
path: World/Roof.cs
startLine: 346
@@ -88,7 +88,7 @@ items:
remote:
path: TinyLife/World/Roof.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Gable
path: World/Roof.cs
startLine: 350
@@ -122,7 +122,7 @@ items:
remote:
path: TinyLife/World/Roof.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Custom
path: World/Roof.cs
startLine: 354
diff --git a/api/TinyLife.World.RoofType.yml b/api/TinyLife.World.RoofType.yml
index 83a0953..77a9267 100644
--- a/api/TinyLife.World.RoofType.yml
+++ b/api/TinyLife.World.RoofType.yml
@@ -32,7 +32,7 @@ items:
remote:
path: TinyLife/World/Roof.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RoofType
path: World/Roof.cs
startLine: 26
@@ -83,7 +83,7 @@ items:
remote:
path: TinyLife/World/Roof.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: World/Roof.cs
startLine: 33
@@ -120,7 +120,7 @@ items:
remote:
path: TinyLife/World/Roof.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModernFlat
path: World/Roof.cs
startLine: 36
@@ -155,7 +155,7 @@ items:
remote:
path: TinyLife/World/Roof.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SquareShingles
path: World/Roof.cs
startLine: 37
@@ -190,7 +190,7 @@ items:
remote:
path: TinyLife/World/Roof.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Thatch
path: World/Roof.cs
startLine: 38
@@ -225,7 +225,7 @@ items:
remote:
path: TinyLife/World/Roof.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RoundedShingles
path: World/Roof.cs
startLine: 39
@@ -260,7 +260,7 @@ items:
remote:
path: TinyLife/World/Roof.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: World/Roof.cs
startLine: 45
@@ -295,7 +295,7 @@ items:
remote:
path: TinyLife/World/Roof.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Price
path: World/Roof.cs
startLine: 49
@@ -330,7 +330,7 @@ items:
remote:
path: TinyLife/World/Roof.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Colors
path: World/Roof.cs
startLine: 53
@@ -365,7 +365,7 @@ items:
remote:
path: TinyLife/World/Roof.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Texture
path: World/Roof.cs
startLine: 58
@@ -400,7 +400,7 @@ items:
remote:
path: TinyLife/World/Roof.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Style
path: World/Roof.cs
startLine: 63
@@ -435,7 +435,7 @@ items:
remote:
path: TinyLife/World/Roof.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: World/Roof.cs
startLine: 68
@@ -470,7 +470,7 @@ items:
remote:
path: TinyLife/World/Roof.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: World/Roof.cs
startLine: 79
@@ -521,7 +521,7 @@ items:
remote:
path: TinyLife/World/Roof.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawUi
path: World/Roof.cs
startLine: 95
@@ -568,7 +568,7 @@ items:
remote:
path: TinyLife/World/Roof.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: World/Roof.cs
startLine: 114
@@ -627,7 +627,7 @@ items:
remote:
path: TinyLife/World/Roof.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPrice
path: World/Roof.cs
startLine: 187
@@ -668,7 +668,7 @@ items:
remote:
path: TinyLife/World/Roof.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: World/Roof.cs
startLine: 196
diff --git a/api/TinyLife.World.Room.yml b/api/TinyLife.World.Room.yml
index 651b132..c65ba16 100644
--- a/api/TinyLife.World.Room.yml
+++ b/api/TinyLife.World.Room.yml
@@ -28,7 +28,7 @@ items:
remote:
path: TinyLife/World/Room.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Room
path: World/Room.cs
startLine: 10
@@ -73,7 +73,7 @@ items:
remote:
path: TinyLife/World/Room.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Map
path: World/Room.cs
startLine: 15
@@ -108,7 +108,7 @@ items:
remote:
path: TinyLife/World/Room.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Center
path: World/Room.cs
startLine: 20
@@ -143,7 +143,7 @@ items:
remote:
path: TinyLife/World/Room.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Tiles
path: World/Room.cs
startLine: 24
@@ -178,7 +178,7 @@ items:
remote:
path: TinyLife/World/Room.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CoveredSections
path: World/Room.cs
startLine: 28
@@ -213,7 +213,7 @@ items:
remote:
path: TinyLife/World/Room.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FullyRoofed
path: World/Room.cs
startLine: 34
@@ -250,7 +250,7 @@ items:
remote:
path: TinyLife/World/Room.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsSameRoom
path: World/Room.cs
startLine: 51
@@ -292,7 +292,7 @@ items:
remote:
path: TinyLife/World/Room.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: World/Room.cs
startLine: 61
@@ -327,7 +327,7 @@ items:
remote:
path: TinyLife/World/Room.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetWalls
path: World/Room.cs
startLine: 97
@@ -366,7 +366,7 @@ items:
remote:
path: TinyLife/World/Room.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetObjects
path: World/Room.cs
startLine: 121
@@ -408,7 +408,7 @@ items:
remote:
path: TinyLife/World/Room.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetLights
path: World/Room.cs
startLine: 140
@@ -443,7 +443,7 @@ items:
remote:
path: TinyLife/World/Room.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDecorativeRating
path: World/Room.cs
startLine: 156
@@ -478,7 +478,7 @@ items:
remote:
path: TinyLife/World/Room.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetConnectedRooms
path: World/Room.cs
startLine: 173
diff --git a/api/TinyLife.World.SwingingDoor.yml b/api/TinyLife.World.SwingingDoor.yml
index 833d781..fc05106 100644
--- a/api/TinyLife.World.SwingingDoor.yml
+++ b/api/TinyLife.World.SwingingDoor.yml
@@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/World/Opening.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SwingingDoor
path: World/Opening.cs
startLine: 97
@@ -77,7 +77,7 @@ items:
remote:
path: TinyLife/World/Opening.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Lock
path: World/Opening.cs
startLine: 103
@@ -120,7 +120,7 @@ items:
remote:
path: TinyLife/World/Opening.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: World/Opening.cs
startLine: 106
@@ -159,7 +159,7 @@ items:
remote:
path: TinyLife/World/Opening.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: World/Opening.cs
startLine: 110
@@ -225,7 +225,7 @@ items:
remote:
path: TinyLife/World/Opening.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanWalkThrough
path: World/Opening.cs
startLine: 121
@@ -268,7 +268,7 @@ items:
remote:
path: TinyLife/World/Opening.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsOpen
path: World/Opening.cs
startLine: 132
diff --git a/api/TinyLife.World.Tile.yml b/api/TinyLife.World.Tile.yml
index ebbb0cc..642270b 100644
--- a/api/TinyLife.World.Tile.yml
+++ b/api/TinyLife.World.Tile.yml
@@ -34,7 +34,7 @@ items:
remote:
path: TinyLife/World/Tile.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Tile
path: World/Tile.cs
startLine: 25
@@ -88,7 +88,7 @@ items:
remote:
path: TinyLife/World/Tile.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Tiles
path: World/Tile.cs
startLine: 32
@@ -125,7 +125,7 @@ items:
remote:
path: TinyLife/World/Tile.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Width
path: World/Tile.cs
startLine: 36
@@ -162,7 +162,7 @@ items:
remote:
path: TinyLife/World/Tile.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Height
path: World/Tile.cs
startLine: 40
@@ -199,7 +199,7 @@ items:
remote:
path: TinyLife/World/Tile.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReferencePrice
path: World/Tile.cs
startLine: 46
@@ -234,7 +234,7 @@ items:
remote:
path: TinyLife/World/Tile.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BaseName
path: World/Tile.cs
startLine: 74
@@ -269,7 +269,7 @@ items:
remote:
path: TinyLife/World/Tile.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: World/Tile.cs
startLine: 78
@@ -304,7 +304,7 @@ items:
remote:
path: TinyLife/World/Tile.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Price
path: World/Tile.cs
startLine: 82
@@ -339,7 +339,7 @@ items:
remote:
path: TinyLife/World/Tile.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColorSchemes
path: World/Tile.cs
startLine: 86
@@ -374,7 +374,7 @@ items:
remote:
path: TinyLife/World/Tile.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Colors
path: World/Tile.cs
startLine: 90
@@ -409,7 +409,7 @@ items:
remote:
path: TinyLife/World/Tile.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBuy
path: World/Tile.cs
startLine: 94
@@ -444,7 +444,7 @@ items:
remote:
path: TinyLife/World/Tile.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PathCostModifier
path: World/Tile.cs
startLine: 99
@@ -479,7 +479,7 @@ items:
remote:
path: TinyLife/World/Tile.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Natural
path: World/Tile.cs
startLine: 104
@@ -514,7 +514,7 @@ items:
remote:
path: TinyLife/World/Tile.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: World/Tile.cs
startLine: 109
@@ -549,7 +549,7 @@ items:
remote:
path: TinyLife/World/Tile.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: World/Tile.cs
startLine: 117
@@ -605,7 +605,7 @@ items:
remote:
path: TinyLife/World/Tile.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: World/Tile.cs
startLine: 138
@@ -655,7 +655,7 @@ items:
remote:
path: TinyLife/World/Tile.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawUi
path: World/Tile.cs
startLine: 163
@@ -699,7 +699,7 @@ items:
remote:
path: TinyLife/World/Tile.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPrice
path: World/Tile.cs
startLine: 170
@@ -738,7 +738,7 @@ items:
remote:
path: TinyLife/World/Tile.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: World/Tile.cs
startLine: 187
diff --git a/api/TinyLife.World.UpdateDelegate.yml b/api/TinyLife.World.UpdateDelegate.yml
index ec52bb3..4e2c3b6 100644
--- a/api/TinyLife.World.UpdateDelegate.yml
+++ b/api/TinyLife.World.UpdateDelegate.yml
@@ -16,7 +16,7 @@ items:
remote:
path: TinyLife/World/Map.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateDelegate
path: World/Map.cs
startLine: 1908
@@ -26,7 +26,7 @@ items:
summary: "\nA delegate used by events that are invoked when something is updated\n"
example: []
syntax:
- content: public delegate void UpdateDelegate(GameTime time, TimeSpan passedInGame, GameSpeed speed, EventPhase phase);
+ content: public delegate void UpdateDelegate(GameTime time, TimeSpan passedInGame, float speedMultiplier, EventPhase phase);
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -34,13 +34,13 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed, in in-game time
- - id: speed
- type: TinyLife.GameSpeed
- description: The game's current speed
+ - id: speedMultiplier
+ type: System.Single
+ description: The game speed multiplier, which represents how fast things should happen, which is usually determined by
- id: phase
type: TinyLife.Mods.EventPhase
description: The of this event
- content.vb: Public Delegate Sub UpdateDelegate(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed, phase As EventPhase)
+ content.vb: Public Delegate Sub UpdateDelegate(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single, phase As EventPhase)
extensionMethods:
- TinyLife.World.UpdateDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
@@ -50,6 +50,9 @@ items:
- Public
- Delegate
references:
+- uid: TinyLife.GameImpl.Speed
+ commentId: P:TinyLife.GameImpl.Speed
+ isExternal: true
- uid: TinyLife.Mods.EventPhase
commentId: T:TinyLife.Mods.EventPhase
parent: TinyLife.Mods
@@ -107,12 +110,13 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
-- uid: TinyLife.GameSpeed
- commentId: T:TinyLife.GameSpeed
- parent: TinyLife
- name: GameSpeed
- nameWithType: GameSpeed
- fullName: TinyLife.GameSpeed
+- uid: System.Single
+ commentId: T:System.Single
+ parent: System
+ isExternal: true
+ name: Single
+ nameWithType: Single
+ fullName: System.Single
- uid: TinyLife.Mods
commentId: N:TinyLife.Mods
name: TinyLife.Mods
@@ -172,11 +176,6 @@ references:
name: System
nameWithType: System
fullName: System
-- uid: TinyLife
- commentId: N:TinyLife
- name: TinyLife
- nameWithType: TinyLife
- fullName: TinyLife
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities
diff --git a/api/TinyLife.World.Wall.yml b/api/TinyLife.World.Wall.yml
index 811b68c..29fc071 100644
--- a/api/TinyLife.World.Wall.yml
+++ b/api/TinyLife.World.Wall.yml
@@ -35,7 +35,7 @@ items:
remote:
path: TinyLife/World/Wall.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Wall
path: World/Wall.cs
startLine: 17
@@ -99,7 +99,7 @@ items:
remote:
path: TinyLife/World/Wall.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisplayModes
path: World/Wall.cs
startLine: 23
@@ -136,7 +136,7 @@ items:
remote:
path: TinyLife/World/Wall.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Price
path: World/Wall.cs
startLine: 27
@@ -171,7 +171,7 @@ items:
remote:
path: TinyLife/World/Wall.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Positions
path: World/Wall.cs
startLine: 34
@@ -216,7 +216,7 @@ items:
remote:
path: TinyLife/World/Wall.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Wallpapers
path: World/Wall.cs
startLine: 39
@@ -261,7 +261,7 @@ items:
remote:
path: TinyLife/World/Wall.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Vertical
path: World/Wall.cs
startLine: 43
@@ -298,7 +298,7 @@ items:
remote:
path: TinyLife/World/Wall.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Opening
path: World/Wall.cs
startLine: 48
@@ -345,7 +345,7 @@ items:
remote:
path: TinyLife/World/Wall.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsStatic
path: World/Wall.cs
startLine: 54
@@ -392,7 +392,7 @@ items:
remote:
path: TinyLife/World/Wall.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: World/Wall.cs
startLine: 62
@@ -431,7 +431,7 @@ items:
remote:
path: TinyLife/World/Wall.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: World/Wall.cs
startLine: 79
@@ -482,7 +482,7 @@ items:
remote:
path: TinyLife/World/Wall.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsDown
path: World/Wall.cs
startLine: 97
@@ -517,7 +517,7 @@ items:
remote:
path: TinyLife/World/Wall.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetOpening
path: World/Wall.cs
startLine: 119
@@ -556,7 +556,7 @@ items:
remote:
path: TinyLife/World/Wall.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayMode
path: World/Wall.cs
startLine: 130
@@ -591,7 +591,7 @@ items:
remote:
path: TinyLife/World/Wall.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDepth
path: World/Wall.cs
startLine: 141
@@ -633,7 +633,7 @@ items:
remote:
path: TinyLife/World/Wall.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIndexForCamera
path: World/Wall.cs
startLine: 152
@@ -668,7 +668,7 @@ items:
remote:
path: TinyLife/World/Wall.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPositionForCamera
path: World/Wall.cs
startLine: 167
@@ -703,7 +703,7 @@ items:
remote:
path: TinyLife/World/Wall.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsVerticalForCamera
path: World/Wall.cs
startLine: 176
@@ -738,7 +738,7 @@ items:
remote:
path: TinyLife/World/Wall.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPrice
path: World/Wall.cs
startLine: 184
@@ -775,7 +775,7 @@ items:
remote:
path: TinyLife/World/Wall.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: World/Wall.cs
startLine: 192
@@ -810,7 +810,7 @@ items:
remote:
path: TinyLife/World/Wall.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeActionSpotInfo
path: World/Wall.cs
startLine: 205
diff --git a/api/TinyLife.World.WallMode.yml b/api/TinyLife.World.WallMode.yml
index c5f56f6..2593b41 100644
--- a/api/TinyLife.World.WallMode.yml
+++ b/api/TinyLife.World.WallMode.yml
@@ -23,7 +23,7 @@ items:
remote:
path: TinyLife/World/Wall.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WallMode
path: World/Wall.cs
startLine: 237
@@ -58,7 +58,7 @@ items:
remote:
path: TinyLife/World/Wall.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Full
path: World/Wall.cs
startLine: 242
@@ -92,7 +92,7 @@ items:
remote:
path: TinyLife/World/Wall.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SmallWindow
path: World/Wall.cs
startLine: 246
@@ -126,7 +126,7 @@ items:
remote:
path: TinyLife/World/Wall.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Door
path: World/Wall.cs
startLine: 250
@@ -160,7 +160,7 @@ items:
remote:
path: TinyLife/World/Wall.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Roof
path: World/Wall.cs
startLine: 254
@@ -194,7 +194,7 @@ items:
remote:
path: TinyLife/World/Wall.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RoofGable
path: World/Wall.cs
startLine: 258
@@ -228,7 +228,7 @@ items:
remote:
path: TinyLife/World/Wall.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RoofGableInverse
path: World/Wall.cs
startLine: 262
@@ -262,7 +262,7 @@ items:
remote:
path: TinyLife/World/Wall.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LongWindow
path: World/Wall.cs
startLine: 266
diff --git a/api/TinyLife.World.Wallpaper.yml b/api/TinyLife.World.Wallpaper.yml
index c440045..89a0cc0 100644
--- a/api/TinyLife.World.Wallpaper.yml
+++ b/api/TinyLife.World.Wallpaper.yml
@@ -27,7 +27,7 @@ items:
remote:
path: TinyLife/World/Wallpaper.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Wallpaper
path: World/Wallpaper.cs
startLine: 21
@@ -81,7 +81,7 @@ items:
remote:
path: TinyLife/World/Wallpaper.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Wallpapers
path: World/Wallpaper.cs
startLine: 29
@@ -118,7 +118,7 @@ items:
remote:
path: TinyLife/World/Wallpaper.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BaseName
path: World/Wallpaper.cs
startLine: 49
@@ -153,7 +153,7 @@ items:
remote:
path: TinyLife/World/Wallpaper.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: World/Wallpaper.cs
startLine: 53
@@ -188,7 +188,7 @@ items:
remote:
path: TinyLife/World/Wallpaper.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Price
path: World/Wallpaper.cs
startLine: 57
@@ -223,7 +223,7 @@ items:
remote:
path: TinyLife/World/Wallpaper.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColorSchemes
path: World/Wallpaper.cs
startLine: 62
@@ -258,7 +258,7 @@ items:
remote:
path: TinyLife/World/Wallpaper.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Colors
path: World/Wallpaper.cs
startLine: 67
@@ -293,7 +293,7 @@ items:
remote:
path: TinyLife/World/Wallpaper.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: World/Wallpaper.cs
startLine: 72
@@ -328,7 +328,7 @@ items:
remote:
path: TinyLife/World/Wallpaper.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: World/Wallpaper.cs
startLine: 100
@@ -338,7 +338,7 @@ items:
summary: "\nDraws this wallpaper on the given wall with the given data.\n"
example: []
syntax:
- content: public void Draw(GameTime time, SpriteBatch batch, Vector2 drawPos, WallMode mode, bool isDown, bool vertical, float scale, float depth, bool shadow, Color? overrideColor = null)
+ content: public void Draw(GameTime time, SpriteBatch batch, Vector2 drawPos, WallMode mode, bool isDown, bool vertical, float scale, float depth, bool shadow, Color? overrideColor = default(Color? ))
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@@ -394,7 +394,7 @@ items:
remote:
path: TinyLife/World/Wallpaper.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawUi
path: World/Wallpaper.cs
startLine: 124
@@ -439,7 +439,7 @@ items:
remote:
path: TinyLife/World/Wallpaper.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPrice
path: World/Wallpaper.cs
startLine: 132
@@ -476,7 +476,7 @@ items:
remote:
path: TinyLife/World/Wallpaper.cs
branch: master
- repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
+ repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: World/Wallpaper.cs
startLine: 146