This commit is contained in:
Ell 2021-11-26 23:42:22 +01:00
parent bf6ccad298
commit 8d8e6a519f
195 changed files with 6290 additions and 7046 deletions

View file

@ -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 # 0.18.0
![](media/changelog/0.18.0.png) ![](media/changelog/0.18.0.png)

View file

@ -15,7 +15,7 @@
"TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Action.yml", "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.TryForceFail(TinyLife.Actions.ActionType.CanExecuteResult)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.Type": "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.Action.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.ActionInfo": "TinyLife.Actions.ActionInfo.yml", "TinyLife.Actions.ActionInfo": "TinyLife.Actions.ActionInfo.yml",
"TinyLife.Actions.ActionInfo.ActionLocation": "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.#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.AndThenInitialize": "TinyLife.Actions.BehaviorMultiAction-1.yml",
"TinyLife.Actions.BehaviorMultiAction`1.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "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.Behavior": "TinyLife.Actions.BehaviorMultiAction-1.yml",
"TinyLife.Actions.BehaviorMultiAction`1.CreateFirstActions": "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", "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.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Behaviors.ActionBehavior.yml",
"TinyLife.Actions.Behaviors.ActionBehavior.Initialize": "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.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": "TinyLife.Actions.Behaviors.ComputerBehavior.yml",
"TinyLife.Actions.Behaviors.ComputerBehavior.#ctor(TinyLife.Actions.Action,System.String)": "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.Initialize": "TinyLife.Actions.Behaviors.ComputerBehavior.yml",
"TinyLife.Actions.Behaviors.ComputerBehavior.OnCompleted(TinyLife.Actions.CompletionType)": "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": "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.#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", "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.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.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml",
"TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Initialize": "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": "TinyLife.Actions.Behaviors.MultiActionBehavior.yml",
"TinyLife.Actions.Behaviors.MultiActionBehavior.#ctor(TinyLife.Actions.Action)": "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", "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.#ctor(TinyLife.Actions.Action)": "TinyLife.Actions.Behaviors.SinkBehavior.yml",
"TinyLife.Actions.Behaviors.SinkBehavior.CreateFirstActions": "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.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": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml",
"TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.#ctor(TinyLife.Actions.Action)": "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.CreateFirstActions": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml",
"TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.GetNextAction(TinyLife.Actions.CompletionType)": "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": "TinyLife.Actions.CompletionType.yml",
"TinyLife.Actions.CompletionType.Active": "TinyLife.Actions.CompletionType.yml", "TinyLife.Actions.CompletionType.Active": "TinyLife.Actions.CompletionType.yml",
"TinyLife.Actions.CompletionType.Canceled": "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.IsCompleted": "TinyLife.Actions.DieAction.yml",
"TinyLife.Actions.DieAction.OnCompleted(TinyLife.Actions.CompletionType)": "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.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": "TinyLife.Actions.Emote.yml",
"TinyLife.Actions.Emote.#ctor(MLEM.Textures.TextureRegion,TinyLife.Actions.EmoteCategory)": "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", "TinyLife.Actions.Emote.AllCategories": "TinyLife.Actions.Emote.yml",
@ -347,30 +347,30 @@
"TinyLife.Actions.MultiAction.AndThenInitialize": "TinyLife.Actions.MultiAction.yml", "TinyLife.Actions.MultiAction.AndThenInitialize": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.AndThenIsCompleted": "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.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.CanCancel(TinyLife.Actions.Action)": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.CreateFirstActions": "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.GoToActionLocation(TinyLife.Objects.ObjectCategory)": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.Handler": "TinyLife.Actions.MultiAction.yml", "TinyLife.Actions.MultiAction.Handler": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.Initialize": "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.IsCompleted": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.MainElapsedTime": "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.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.PreInitialize": "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.MultiAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiActionHandler": "TinyLife.Actions.MultiActionHandler.yml", "TinyLife.Actions.MultiActionHandler": "TinyLife.Actions.MultiActionHandler.yml",
"TinyLife.Actions.MultiActionHandler.Actions": "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.Initialize(System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction})": "TinyLife.Actions.MultiActionHandler.yml",
"TinyLife.Actions.MultiActionHandler.IsCompleted": "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.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.MultiActionHandler.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.MultiActionHandler.yml",
"TinyLife.Actions.OutOfTownAction": "TinyLife.Actions.OutOfTownAction.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.#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.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.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)": "TinyLife.Actions.OutOfTownAction.yml",
"TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed": "TinyLife.Actions.OutOfTownAction.yml", "TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed": "TinyLife.Actions.OutOfTownAction.yml",
"TinyLife.Actions.OutOfTownAction.CreateFirstActions": "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.Path": "TinyLife.Actions.PathfindAction.yml",
"TinyLife.Actions.PathfindAction.PathReady": "TinyLife.Actions.PathfindAction.yml", "TinyLife.Actions.PathfindAction.PathReady": "TinyLife.Actions.PathfindAction.yml",
"TinyLife.Actions.PathfindAction.SpeedMultiplier": "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.PathfindAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.PathfindAction.yml",
"TinyLife.Actions.PickUpOrSpawnAction": "TinyLife.Actions.PickUpOrSpawnAction.yml", "TinyLife.Actions.PickUpOrSpawnAction": "TinyLife.Actions.PickUpOrSpawnAction.yml",
"TinyLife.Actions.PickUpOrSpawnAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "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.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.SitAction.yml",
"TinyLife.Actions.SitAction.AndThenInitialize": "TinyLife.Actions.SitAction.yml", "TinyLife.Actions.SitAction.AndThenInitialize": "TinyLife.Actions.SitAction.yml",
"TinyLife.Actions.SitAction.AndThenIsCompleted": "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.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.SitAction.yml",
"TinyLife.Actions.SitAction.CreateFirstActions": "TinyLife.Actions.SitAction.yml", "TinyLife.Actions.SitAction.CreateFirstActions": "TinyLife.Actions.SitAction.yml",
"TinyLife.Actions.SocialAction": "TinyLife.Actions.SocialAction.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.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.ConversationTime": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.ConversationTime": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.GetDisplayName": "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.GetTimeWeWaitForPartner": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.Id": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.Id": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.Initialize": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.Initialize": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.InitializeConversation": "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.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.IsCompleted": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.IsCompleted": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.IsConversationCompleted": "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.Partner": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.PartnerAction": "TinyLife.Actions.SocialAction.yml", "TinyLife.Actions.SocialAction.PartnerAction": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.PartnerCompletion": "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.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,TinyLife.GameSpeed)": "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,TinyLife.GameSpeed)": "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.SocialAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.TalkAction": "TinyLife.Actions.TalkAction.yml", "TinyLife.Actions.TalkAction": "TinyLife.Actions.TalkAction.yml",
"TinyLife.Actions.TalkAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "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.SpeakStyle": "TinyLife.Actions.TalkAction.TalkSettings.yml",
"TinyLife.Actions.TalkAction.TalkSettings.SuccessEmotion": "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.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": "TinyLife.Actions.Typeless.yml",
"TinyLife.Actions.Typeless.SpawnItemInHandAction": "TinyLife.Actions.Typeless.SpawnItemInHandAction.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", "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.IsCompleted": "TinyLife.Actions.Typeless.SpawnItemInHandAction.yml",
"TinyLife.Actions.Typeless.SpawnItemInHandAction.ItemToSpawn": "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.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": "TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml",
"TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.#ctor(TinyLife.Actions.ActionInfo,System.Guid[])": "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", "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.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.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.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.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.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.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.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.Info": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Initialize": "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.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.IsUnderlying": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Map": "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", "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.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.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.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.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,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)": "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.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.Typeless.TypelessAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.UnderlyingActionHandler": "TinyLife.Actions.UnderlyingActionHandler.yml", "TinyLife.Actions.UnderlyingActionHandler": "TinyLife.Actions.UnderlyingActionHandler.yml",
"TinyLife.Actions.UnderlyingActionHandler.Action": "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.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.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.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.UnderlyingActionHandler.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.UnderlyingActionHandler.yml",
"TinyLife.Actions.WalkAction": "TinyLife.Actions.WalkAction.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.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.WalkAction.yml",
"TinyLife.Actions.WalkAction.DrainEnergy": "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.FindPath(Microsoft.Xna.Framework.Point)": "TinyLife.Actions.WalkAction.yml",
"TinyLife.Actions.WalkAction.GetSpeed": "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": "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.#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.AndThenInitialize": "TinyLife.Actions.WatchTvAction.yml",
"TinyLife.Actions.WatchTvAction.AndThenIsCompleted": "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.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.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.WatchTvAction.yml",
"TinyLife.Actions.WatchTvAction.Channel": "TinyLife.Actions.WatchTvAction.Channel.yml", "TinyLife.Actions.WatchTvAction.Channel": "TinyLife.Actions.WatchTvAction.Channel.yml",
"TinyLife.Actions.WatchTvAction.Channel.Cartoons": "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.News": "TinyLife.Actions.WatchTvAction.Channel.yml",
"TinyLife.Actions.WatchTvAction.Channel.Romance": "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.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.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.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.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": "TinyLife.Actions.WorkAction.yml",
"TinyLife.Actions.WorkAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "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", "TinyLife.Actions.WorkAction.AndThenInitialize": "TinyLife.Actions.WorkAction.yml",
@ -896,7 +896,7 @@
"TinyLife.Goals.ManualProgressGoal": "TinyLife.Goals.ManualProgressGoal.yml", "TinyLife.Goals.ManualProgressGoal": "TinyLife.Goals.ManualProgressGoal.yml",
"TinyLife.Goals.ManualProgressGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.GoalInfo)": "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.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.ManualProgressGoal.Reset": "TinyLife.Goals.ManualProgressGoal.yml",
"TinyLife.Goals.Project": "TinyLife.Goals.Project.yml", "TinyLife.Goals.Project": "TinyLife.Goals.Project.yml",
"TinyLife.Goals.Project.#ctor(TinyLife.Objects.Person,System.String,System.String)": "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.DailyPayReductionFactor": "TinyLife.Goals.Project.yml",
"TinyLife.Goals.Project.GetAndReduceDailyPay": "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.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.Name": "TinyLife.Goals.Project.yml",
"TinyLife.Goals.Project.Person": "TinyLife.Goals.Project.yml", "TinyLife.Goals.Project.Person": "TinyLife.Goals.Project.yml",
"TinyLife.Goals.Project.Progress": "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.AgeGroup.Child": "TinyLife.Objects.AgeGroup.yml",
"TinyLife.Objects.BreakableFurniture": "TinyLife.Objects.BreakableFurniture.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.#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.Broken": "TinyLife.Objects.BreakableFurniture.yml",
"TinyLife.Objects.BreakableFurniture.BrokenBehavior": "TinyLife.Objects.BreakableFurniture.BrokenBehavior.yml", "TinyLife.Objects.BreakableFurniture.BrokenBehavior": "TinyLife.Objects.BreakableFurniture.BrokenBehavior.yml",
"TinyLife.Objects.BreakableFurniture.BrokenBehavior.Dripping": "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.GetPrice": "TinyLife.Objects.BreakableFurniture.yml",
"TinyLife.Objects.BreakableFurniture.OnBreak": "TinyLife.Objects.BreakableFurniture.yml", "TinyLife.Objects.BreakableFurniture.OnBreak": "TinyLife.Objects.BreakableFurniture.yml",
"TinyLife.Objects.BreakableFurniture.OnWearDown": "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.BreakableFurniture.WearDown(System.TimeSpan)": "TinyLife.Objects.BreakableFurniture.yml",
"TinyLife.Objects.Clothes": "TinyLife.Objects.Clothes.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", "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.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.IsElectrical": "TinyLife.Objects.Fireplace.yml",
"TinyLife.Objects.Fireplace.LightSize": "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": "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.#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", "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.FoodType": "TinyLife.Objects.FoodTypedItem.yml",
"TinyLife.Objects.FoodTypedItem.GetHoverInfo": "TinyLife.Objects.FoodTypedItem.yml", "TinyLife.Objects.FoodTypedItem.GetHoverInfo": "TinyLife.Objects.FoodTypedItem.yml",
"TinyLife.Objects.FoodTypedItem.ServingSize": "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.FoodTypedItem.Validate": "TinyLife.Objects.FoodTypedItem.yml",
"TinyLife.Objects.Furniture": "TinyLife.Objects.Furniture.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.#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(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.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", "TinyLife.Objects.Furniture.Area": "TinyLife.Objects.Furniture.yml",
@ -1342,7 +1342,7 @@
"TinyLife.Objects.Gravestone.GetHoverInfo": "TinyLife.Objects.Gravestone.yml", "TinyLife.Objects.Gravestone.GetHoverInfo": "TinyLife.Objects.Gravestone.yml",
"TinyLife.Objects.Gravestone.Reason": "TinyLife.Objects.Gravestone.yml", "TinyLife.Objects.Gravestone.Reason": "TinyLife.Objects.Gravestone.yml",
"TinyLife.Objects.IUpdatingObject": "TinyLife.Objects.IUpdatingObject.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": "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.#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", "TinyLife.Objects.Light.CircleTexture": "TinyLife.Objects.Light.yml",
@ -1362,11 +1362,11 @@
"TinyLife.Objects.LightFurniture.Lights": "TinyLife.Objects.LightFurniture.yml", "TinyLife.Objects.LightFurniture.Lights": "TinyLife.Objects.LightFurniture.yml",
"TinyLife.Objects.LightFurniture.OnAdded": "TinyLife.Objects.LightFurniture.yml", "TinyLife.Objects.LightFurniture.OnAdded": "TinyLife.Objects.LightFurniture.yml",
"TinyLife.Objects.LightFurniture.OnRemoved": "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.LightFurniture.Validate": "TinyLife.Objects.LightFurniture.yml",
"TinyLife.Objects.MapObject": "TinyLife.Objects.MapObject.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.#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.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.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", "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.Spawn(TinyLife.Objects.Particle)": "TinyLife.Objects.Particle.yml",
"TinyLife.Objects.Particle.TimeLived": "TinyLife.Objects.Particle.yml", "TinyLife.Objects.Particle.TimeLived": "TinyLife.Objects.Particle.yml",
"TinyLife.Objects.Particle.TimeToLive": "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.UpwardsMotion": "TinyLife.Objects.Particle.yml",
"TinyLife.Objects.Particle.UpwardsOffset": "TinyLife.Objects.Particle.yml", "TinyLife.Objects.Particle.UpwardsOffset": "TinyLife.Objects.Particle.yml",
"TinyLife.Objects.Particle.VisualPosition": "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.InexplicableReasons": "TinyLife.Objects.Person.DeathReason.yml",
"TinyLife.Objects.Person.DeathReason.Starvation": "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.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.Description": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason,System.Boolean)": "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", "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.FirstName": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.FocusCameraOnEvent": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.FocusCameraOnEvent": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.FullName": "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.GetCategories(TinyLife.Objects.Person)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GetCurrentGoals": "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.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.GetFreeTalkingSpots(TinyLife.Objects.Person)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GetHeldActionInfo": "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.LifeGoal": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.LotEmployment": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.LotEmployment": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.LotVisitCooldown": "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.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.LowerEmotionModifier(TinyLife.Emotions.EmotionModifier,System.Single,TinyLife.GameSpeed)": "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.MaxRecentActionsAmount": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Money": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.Money": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Needs": "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.Relationships": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.RemoveEmotion(TinyLife.Emotions.EmotionModifier)": "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.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.Rotation": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.SetCurrentOutfit(System.Int32)": "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", "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.StopSpeaking": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Tint": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.Tint": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.ToCreatedByString": "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.Validate": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.VisitLot(TinyLife.World.Lot)": "TinyLife.Objects.Person.yml", "TinyLife.Objects.Person.VisitLot(TinyLife.World.Lot)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.VisualPosition": "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.OnRemoved": "TinyLife.Objects.Vehicle.yml",
"TinyLife.Objects.Vehicle.Rotation": "TinyLife.Objects.Vehicle.yml", "TinyLife.Objects.Vehicle.Rotation": "TinyLife.Objects.Vehicle.yml",
"TinyLife.Objects.Vehicle.Type": "TinyLife.Objects.Vehicle.yml", "TinyLife.Objects.Vehicle.Type": "TinyLife.Objects.Vehicle.yml",
"TinyLife.Objects.Vehicle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,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.UpdateDriving(TinyLife.Actions.PathfindAction)": "TinyLife.Objects.Vehicle.yml",
"TinyLife.Objects.Vehicle.Validate": "TinyLife.Objects.Vehicle.yml", "TinyLife.Objects.Vehicle.Validate": "TinyLife.Objects.Vehicle.yml",
"TinyLife.Objects.Vehicle.VehicleType": "TinyLife.Objects.Vehicle.VehicleType.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.Name": "TinyLife.World.Household.yml",
"TinyLife.World.Household.Remove(TinyLife.Objects.Person,System.Boolean)": "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.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.Household.Validate(TinyLife.World.Map)": "TinyLife.World.Household.yml",
"TinyLife.World.IPricedObject": "TinyLife.World.IPricedObject.yml", "TinyLife.World.IPricedObject": "TinyLife.World.IPricedObject.yml",
"TinyLife.World.IPricedObject.GetPrice": "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.Size": "TinyLife.World.Map.yml",
"TinyLife.World.Map.SizeInSections": "TinyLife.World.Map.yml", "TinyLife.World.Map.SizeInSections": "TinyLife.World.Map.yml",
"TinyLife.World.Map.StaticVersion": "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.UpdateExternalPeople": "TinyLife.World.Map.yml",
"TinyLife.World.Map.Validate(System.Action{System.String},System.Boolean)": "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", "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.Pos": "TinyLife.World.MapSection.yml",
"TinyLife.World.MapSection.SectionPos": "TinyLife.World.MapSection.yml", "TinyLife.World.MapSection.SectionPos": "TinyLife.World.MapSection.yml",
"TinyLife.World.MapSection.Size": "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.MapSection.Validate": "TinyLife.World.MapSection.yml",
"TinyLife.World.Opening": "TinyLife.World.Opening.yml", "TinyLife.World.Opening": "TinyLife.World.Opening.yml",
"TinyLife.World.Opening.#ctor(TinyLife.World.OpeningType,System.Int32)": "TinyLife.World.Opening.yml", "TinyLife.World.Opening.#ctor(TinyLife.World.OpeningType,System.Int32)": "TinyLife.World.Opening.yml",

View file

@ -18,7 +18,7 @@ items:
- TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.Action.TryForceFail(TinyLife.Actions.ActionType.CanExecuteResult) - TinyLife.Actions.Action.TryForceFail(TinyLife.Actions.ActionType.CanExecuteResult)
- TinyLife.Actions.Action.Type - 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) - TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
langs: langs:
- csharp - csharp
@ -31,7 +31,7 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Action id: Action
path: Actions/Action.cs path: Actions/Action.cs
startLine: 14 startLine: 14
@ -66,20 +66,20 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person - TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime - TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen - TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- TinyLife.Actions.Typeless.TypelessAction.InProgressTime
- TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail - TinyLife.Actions.Typeless.TypelessAction.ForceFail
- TinyLife.Actions.Typeless.TypelessAction.Initialize - TinyLife.Actions.Typeless.TypelessAction.Initialize
- TinyLife.Actions.Typeless.TypelessAction.IsCompleted - 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.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.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.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.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.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.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.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.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.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) - 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: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type id: Type
path: Actions/Action.cs path: Actions/Action.cs
startLine: 20 startLine: 20
@ -168,7 +168,7 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Actions/Action.cs path: Actions/Action.cs
startLine: 27 startLine: 27
@ -192,32 +192,32 @@ items:
- protected - protected
modifiers.vb: modifiers.vb:
- Protected - Protected
- 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)
commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
langs: langs:
- csharp - csharp
- vb - vb
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: Action.Update(GameTime, TimeSpan, GameSpeed) nameWithType: Action.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: Actions/Action.cs path: Actions/Action.cs
startLine: 34 startLine: 34
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the <xref href=\"TinyLife.Actions.Typeless.TypelessAction.ElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> is modified in this method and <xref href=\"TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action%2cMicrosoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> is called.\n" summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the <xref href=\"TinyLife.Actions.Typeless.TypelessAction.ElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> is modified in this method and <xref href=\"TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action%2cMicrosoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> is called.\n"
example: [] example: []
syntax: syntax:
content: public override void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed) content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters: parameters:
- id: time - id: time
type: Microsoft.Xna.Framework.GameTime type: Microsoft.Xna.Framework.GameTime
@ -225,11 +225,11 @@ items:
- id: passedInGame - id: passedInGame
type: System.TimeSpan type: System.TimeSpan
description: The amount of time that has passed, in game time description: The amount of time that has passed, in game time
- id: speed - id: speedMultiplier
type: TinyLife.GameSpeed type: System.Single
description: The game&apos;s current speed setting description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed) 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,TinyLife.GameSpeed) overridden: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.Action.Update* overload: TinyLife.Actions.Action.Update*
modifiers.csharp: modifiers.csharp:
- public - public
@ -252,7 +252,7 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: Actions/Action.cs path: Actions/Action.cs
startLine: 45 startLine: 45
@ -291,7 +291,7 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: Actions/Action.cs path: Actions/Action.cs
startLine: 56 startLine: 56
@ -333,7 +333,7 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask id: CanMultitask
path: Actions/Action.cs path: Actions/Action.cs
startLine: 68 startLine: 68
@ -374,7 +374,7 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel id: CanCancel
path: Actions/Action.cs path: Actions/Action.cs
startLine: 79 startLine: 79
@ -415,7 +415,7 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction id: GetNextAction
path: Actions/Action.cs path: Actions/Action.cs
startLine: 90 startLine: 90
@ -456,7 +456,7 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject id: GetIconObject
path: Actions/Action.cs path: Actions/Action.cs
startLine: 100 startLine: 100
@ -493,7 +493,7 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CausesExtremelyFastSpeed id: CausesExtremelyFastSpeed
path: Actions/Action.cs path: Actions/Action.cs
startLine: 109 startLine: 109
@ -530,7 +530,7 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName id: GetDisplayName
path: Actions/Action.cs path: Actions/Action.cs
startLine: 118 startLine: 118
@ -567,7 +567,7 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryForceFail id: TryForceFail
path: Actions/Action.cs path: Actions/Action.cs
startLine: 129 startLine: 129
@ -608,7 +608,7 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ApplyVariety id: ApplyVariety
path: Actions/Action.cs path: Actions/Action.cs
startLine: 140 startLine: 140
@ -646,7 +646,7 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanEnqueueConversation id: CanEnqueueConversation
path: Actions/Action.cs path: Actions/Action.cs
startLine: 151 startLine: 151
@ -690,7 +690,7 @@ items:
remote: remote:
path: TinyLife/Actions/Action.cs path: TinyLife/Actions/Action.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask id: CanMultitask
path: Actions/Action.cs path: Actions/Action.cs
startLine: 162 startLine: 162
@ -827,6 +827,18 @@ references:
name: PlayerPromptOpen name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.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 - uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
@ -889,62 +901,6 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) 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) - 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) commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
@ -1475,15 +1431,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true isExternal: true
name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32) fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1498,10 +1454,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1528,7 +1485,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1543,10 +1500,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1759,14 +1717,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: Sit(Person, Furniture, GameSpeed, ActionSpot) isExternal: true
nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot) name: Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.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: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -1787,10 +1746,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1802,7 +1762,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -1823,10 +1783,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -3314,15 +3275,15 @@ references:
name: ActionInfo name: ActionInfo
nameWithType: ActionInfo nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo fullName: TinyLife.Actions.ActionInfo
- 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)
commentId: M: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,System.Single)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: TypelessAction.Update(GameTime, TimeSpan, GameSpeed) nameWithType: TypelessAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: Update
nameWithType: TypelessAction.Update nameWithType: TypelessAction.Update
fullName: TinyLife.Actions.Typeless.TypelessAction.Update fullName: TinyLife.Actions.Typeless.TypelessAction.Update
@ -3345,15 +3306,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Update
nameWithType: TypelessAction.Update nameWithType: TypelessAction.Update
fullName: TinyLife.Actions.Typeless.TypelessAction.Update fullName: TinyLife.Actions.Typeless.TypelessAction.Update
@ -3376,10 +3338,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -3402,23 +3365,19 @@ references:
name: TimeSpan name: TimeSpan
nameWithType: TimeSpan nameWithType: TimeSpan
fullName: System.TimeSpan fullName: System.TimeSpan
- uid: TinyLife.GameSpeed - uid: System.Single
commentId: T:TinyLife.GameSpeed commentId: T:System.Single
parent: TinyLife parent: System
name: GameSpeed isExternal: true
nameWithType: GameSpeed name: Single
fullName: TinyLife.GameSpeed nameWithType: Single
fullName: System.Single
- uid: Microsoft.Xna.Framework - uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework commentId: N:Microsoft.Xna.Framework
isExternal: true isExternal: true
name: Microsoft.Xna.Framework name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework nameWithType: Microsoft.Xna.Framework
fullName: 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) - uid: TinyLife.Actions.Typeless.TypelessAction.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OnCompleted(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.Typeless.TypelessAction.OnCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction

View file

@ -31,7 +31,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionInfo id: ActionInfo
path: Actions/ActionInfo.cs path: Actions/ActionInfo.cs
startLine: 14 startLine: 14
@ -94,7 +94,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person id: Person
path: Actions/ActionInfo.cs path: Actions/ActionInfo.cs
startLine: 20 startLine: 20
@ -131,7 +131,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionLocation id: ActionLocation
path: Actions/ActionInfo.cs path: Actions/ActionInfo.cs
startLine: 27 startLine: 27
@ -176,7 +176,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionSpot id: ActionSpot
path: Actions/ActionInfo.cs path: Actions/ActionInfo.cs
startLine: 31 startLine: 31
@ -216,7 +216,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Map id: Map
path: Actions/ActionInfo.cs path: Actions/ActionInfo.cs
startLine: 38 startLine: 38
@ -253,7 +253,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetActionObject id: GetActionObject
path: Actions/ActionInfo.cs path: Actions/ActionInfo.cs
startLine: 65 startLine: 65
@ -294,14 +294,14 @@ items:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddAuxiliaryObject id: AddAuxiliaryObject
path: Actions/ActionInfo.cs path: Actions/ActionInfo.cs
startLine: 87 startLine: 87
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nAdds an additional object that, along with the <xref href=\"TinyLife.Actions.ActionInfo.actionObject\" data-throw-if-not-resolved=\"false\"></xref>, is involved in this action.\nAdding an auxiliary object causes <xref href=\"TinyLife.Actions.ActionInfo.GetInvolvedObjects%60%601(TinyLife.Objects.ObjectCategory%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> to consider it, as well as <xref href=\"TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action%2cMicrosoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> to be called for it.\n" summary: "\nAdds an additional object that, along with the <xref href=\"TinyLife.Actions.ActionInfo.actionObject\" data-throw-if-not-resolved=\"false\"></xref>, is involved in this action.\nAdding an auxiliary object causes <xref href=\"TinyLife.Actions.ActionInfo.GetInvolvedObjects%60%601(TinyLife.Objects.ObjectCategory%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> to consider it, as well as <xref href=\"TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action%2cMicrosoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> to be called for it.\n"
example: [] example: []
syntax: syntax:
content: public void AddAuxiliaryObject(MapObject o, ActionSpot spot = null) content: public void AddAuxiliaryObject(MapObject o, ActionSpot spot = null)
@ -333,7 +333,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInvolvedObjects id: GetInvolvedObjects
path: Actions/ActionInfo.cs path: Actions/ActionInfo.cs
startLine: 105 startLine: 105
@ -381,7 +381,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInvolvedObject id: GetInvolvedObject
path: Actions/ActionInfo.cs path: Actions/ActionInfo.cs
startLine: 123 startLine: 123
@ -434,7 +434,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInvolvedActionSpot id: GetInvolvedActionSpot
path: Actions/ActionInfo.cs path: Actions/ActionInfo.cs
startLine: 142 startLine: 142
@ -473,7 +473,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToFreeActionSpot id: ToFreeActionSpot
path: Actions/ActionInfo.cs path: Actions/ActionInfo.cs
startLine: 158 startLine: 158
@ -512,7 +512,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OccupyFreeActionSpot id: OccupyFreeActionSpot
path: Actions/ActionInfo.cs path: Actions/ActionInfo.cs
startLine: 174 startLine: 174
@ -522,7 +522,7 @@ items:
summary: "\nThis is a shorthand method for <xref href=\"TinyLife.Objects.Person.OccupyFreeActionSpot(TinyLife.Objects.Furniture%2cTinyLife.Objects.ObjectCategory%2cSystem.Boolean%2cSystem.Nullable%7bMLEM.Misc.Direction2%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\nNote that this method needs to be called every update frame for the person to keep occupying the action spot.\n" summary: "\nThis is a shorthand method for <xref href=\"TinyLife.Objects.Person.OccupyFreeActionSpot(TinyLife.Objects.Furniture%2cTinyLife.Objects.ObjectCategory%2cSystem.Boolean%2cSystem.Nullable%7bMLEM.Misc.Direction2%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\nNote that this method needs to be called every update frame for the person to keep occupying the action spot.\n"
example: [] example: []
syntax: 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: parameters:
- id: context - id: context
type: TinyLife.Objects.ObjectCategory type: TinyLife.Objects.ObjectCategory
@ -560,7 +560,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: Actions/ActionInfo.cs path: Actions/ActionInfo.cs
startLine: 184 startLine: 184
@ -596,7 +596,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromLocation id: FromLocation
path: Actions/ActionInfo.cs path: Actions/ActionInfo.cs
startLine: 230 startLine: 230
@ -640,7 +640,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromObjectGeneric id: FromObjectGeneric
path: Actions/ActionInfo.cs path: Actions/ActionInfo.cs
startLine: 240 startLine: 240
@ -684,7 +684,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionInfo.cs path: TinyLife/Actions/ActionInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromSelf id: FromSelf
path: Actions/ActionInfo.cs path: Actions/ActionInfo.cs
startLine: 249 startLine: 249
@ -1346,15 +1346,15 @@ references:
- uid: TinyLife.Actions.ActionInfo.GetInvolvedObjects``1(TinyLife.Objects.ObjectCategory,System.Boolean) - uid: TinyLife.Actions.ActionInfo.GetInvolvedObjects``1(TinyLife.Objects.ObjectCategory,System.Boolean)
commentId: M:TinyLife.Actions.ActionInfo.GetInvolvedObjects``1(TinyLife.Objects.ObjectCategory,System.Boolean) commentId: M:TinyLife.Actions.ActionInfo.GetInvolvedObjects``1(TinyLife.Objects.ObjectCategory,System.Boolean)
isExternal: true isExternal: true
- 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)
commentId: M: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,System.Single,System.Boolean)
parent: TinyLife.Objects.MapObject parent: TinyLife.Objects.MapObject
isExternal: true isExternal: true
name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean) name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
nameWithType: MapObject.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean) nameWithType: MapObject.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
fullName: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean) fullName: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
spec.csharp: 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 name: ActionUpdate
nameWithType: MapObject.ActionUpdate nameWithType: MapObject.ActionUpdate
fullName: TinyLife.Objects.MapObject.ActionUpdate fullName: TinyLife.Objects.MapObject.ActionUpdate
@ -1384,10 +1384,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1400,7 +1401,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: ActionUpdate
nameWithType: MapObject.ActionUpdate nameWithType: MapObject.ActionUpdate
fullName: TinyLife.Objects.MapObject.ActionUpdate fullName: TinyLife.Objects.MapObject.ActionUpdate
@ -1430,10 +1431,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '

View file

@ -21,7 +21,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AiSettings id: AiSettings
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 319 startLine: 319
@ -63,7 +63,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SolvedNeeds id: SolvedNeeds
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 326 startLine: 326
@ -96,7 +96,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassivePriority id: PassivePriority
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 333 startLine: 333
@ -129,7 +129,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanDoRandomly id: CanDoRandomly
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 340 startLine: 340
@ -162,7 +162,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanDoAtAnyPoint id: CanDoAtAnyPoint
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 347 startLine: 347
@ -195,7 +195,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedsFreeActionSpot id: NeedsFreeActionSpot
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 353 startLine: 353

View file

@ -16,7 +16,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteDelegate id: CanExecuteDelegate
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 180 startLine: 180

View file

@ -37,7 +37,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteResult id: CanExecuteResult
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 360 startLine: 360
@ -73,7 +73,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hidden id: Hidden
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 365 startLine: 365
@ -107,7 +107,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Valid id: Valid
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 369 startLine: 369
@ -141,7 +141,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HoldingItem id: HoldingItem
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 373 startLine: 373
@ -175,7 +175,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NoSpace id: NoSpace
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 377 startLine: 377
@ -209,7 +209,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NoChair id: NoChair
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 381 startLine: 381
@ -243,7 +243,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotEnoughMoney id: NotEnoughMoney
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 385 startLine: 385
@ -277,7 +277,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotEnoughSkill id: NotEnoughSkill
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 389 startLine: 389
@ -311,7 +311,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooFar id: TooFar
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 393 startLine: 393
@ -345,7 +345,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotYours id: NotYours
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 397 startLine: 397
@ -379,7 +379,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooUncomfortable id: TooUncomfortable
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 401 startLine: 401
@ -413,7 +413,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooEmbarrassed id: TooEmbarrassed
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 405 startLine: 405
@ -447,7 +447,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooSad id: TooSad
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 409 startLine: 409
@ -481,7 +481,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WrongRelationshipType id: WrongRelationshipType
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 413 startLine: 413
@ -515,7 +515,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ObjectBroken id: ObjectBroken
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 417 startLine: 417
@ -549,7 +549,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NoMatchingObjectAround id: NoMatchingObjectAround
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 421 startLine: 421
@ -583,7 +583,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UtilitiesDisabled id: UtilitiesDisabled
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 425 startLine: 425
@ -617,7 +617,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Expired id: Expired
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 429 startLine: 429
@ -651,7 +651,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BlockedByEmotionModifier id: BlockedByEmotionModifier
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 433 startLine: 433
@ -685,7 +685,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WaitingRequired id: WaitingRequired
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 437 startLine: 437
@ -719,7 +719,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooStunned id: TooStunned
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 441 startLine: 441
@ -753,7 +753,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AlreadyDone id: AlreadyDone
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 445 startLine: 445

View file

@ -37,7 +37,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TypeSettings id: TypeSettings
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 185 startLine: 185
@ -83,7 +83,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 190 startLine: 190
@ -116,7 +116,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NameWithoutCategory id: NameWithoutCategory
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 195 startLine: 195
@ -154,7 +154,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Categories id: Categories
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 200 startLine: 200
@ -192,7 +192,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Texture id: Texture
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 205 startLine: 205
@ -225,7 +225,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Context id: Context
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 210 startLine: 210
@ -258,7 +258,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecute id: CanExecute
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 216 startLine: 216
@ -291,7 +291,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructedType id: ConstructedType
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 221 startLine: 221
@ -324,7 +324,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructorArguments id: ConstructorArguments
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 226 startLine: 226
@ -357,7 +357,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Varieties id: Varieties
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 234 startLine: 234
@ -390,7 +390,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Ai id: Ai
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 239 startLine: 239
@ -423,7 +423,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsInappropriateElsewhere id: IsInappropriateElsewhere
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 244 startLine: 244
@ -456,7 +456,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IconName id: IconName
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 250 startLine: 250
@ -489,7 +489,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName id: GetDisplayName
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 256 startLine: 256
@ -522,7 +522,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredSkill id: RequiredSkill
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 262 startLine: 262
@ -555,7 +555,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredAges id: RequiredAges
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 266 startLine: 266
@ -588,7 +588,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredEmotion id: RequiredEmotion
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 271 startLine: 271
@ -621,7 +621,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPersonality id: RequiredPersonality
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 276 startLine: 276
@ -654,7 +654,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 286 startLine: 286
@ -696,7 +696,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetData id: SetData
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 297 startLine: 297
@ -734,7 +734,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetData id: GetData
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 303 startLine: 303
@ -777,7 +777,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionType.cs path: TinyLife/Actions/ActionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDataKeys id: GetDataKeys
path: Actions/ActionType.cs path: Actions/ActionType.cs
startLine: 308 startLine: 308

File diff suppressed because it is too large Load diff

View file

@ -31,7 +31,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionVariety id: ActionVariety
path: Actions/ActionVariety.cs path: Actions/ActionVariety.cs
startLine: 16 startLine: 16
@ -77,7 +77,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: Actions/ActionVariety.cs path: Actions/ActionVariety.cs
startLine: 21 startLine: 21
@ -110,7 +110,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassivePriority id: PassivePriority
path: Actions/ActionVariety.cs path: Actions/ActionVariety.cs
startLine: 27 startLine: 27
@ -143,7 +143,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecute id: CanExecute
path: Actions/ActionVariety.cs path: Actions/ActionVariety.cs
startLine: 33 startLine: 33
@ -176,7 +176,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisplayName id: DisplayName
path: Actions/ActionVariety.cs path: Actions/ActionVariety.cs
startLine: 38 startLine: 38
@ -209,7 +209,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Description id: Description
path: Actions/ActionVariety.cs path: Actions/ActionVariety.cs
startLine: 43 startLine: 43
@ -242,7 +242,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CustomLayout id: CustomLayout
path: Actions/ActionVariety.cs path: Actions/ActionVariety.cs
startLine: 49 startLine: 49
@ -275,7 +275,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Actions/ActionVariety.cs path: Actions/ActionVariety.cs
startLine: 57 startLine: 57
@ -311,7 +311,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName id: GetDisplayName
path: Actions/ActionVariety.cs path: Actions/ActionVariety.cs
startLine: 65 startLine: 65
@ -346,7 +346,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeExecuted id: CanBeExecuted
path: Actions/ActionVariety.cs path: Actions/ActionVariety.cs
startLine: 76 startLine: 76
@ -388,7 +388,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPassivePriority id: GetPassivePriority
path: Actions/ActionVariety.cs path: Actions/ActionVariety.cs
startLine: 92 startLine: 92
@ -427,7 +427,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetData id: SetData
path: Actions/ActionVariety.cs path: Actions/ActionVariety.cs
startLine: 97 startLine: 97
@ -465,7 +465,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetData id: GetData
path: Actions/ActionVariety.cs path: Actions/ActionVariety.cs
startLine: 103 startLine: 103
@ -508,7 +508,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDataKeys id: GetDataKeys
path: Actions/ActionVariety.cs path: Actions/ActionVariety.cs
startLine: 108 startLine: 108
@ -543,7 +543,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ImageLayout id: ImageLayout
path: Actions/ActionVariety.cs path: Actions/ActionVariety.cs
startLine: 122 startLine: 122
@ -590,7 +590,7 @@ items:
remote: remote:
path: TinyLife/Actions/ActionVariety.cs path: TinyLife/Actions/ActionVariety.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PortraitLayout id: PortraitLayout
path: Actions/ActionVariety.cs path: Actions/ActionVariety.cs
startLine: 141 startLine: 141

View file

@ -8,7 +8,7 @@ items:
- TinyLife.Actions.BehaviorMultiAction`1.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) - TinyLife.Actions.BehaviorMultiAction`1.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.BehaviorMultiAction`1.AndThenInitialize - TinyLife.Actions.BehaviorMultiAction`1.AndThenInitialize
- TinyLife.Actions.BehaviorMultiAction`1.AndThenOnCompleted(TinyLife.Actions.CompletionType) - 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.Behavior
- TinyLife.Actions.BehaviorMultiAction`1.CreateFirstActions - TinyLife.Actions.BehaviorMultiAction`1.CreateFirstActions
- TinyLife.Actions.BehaviorMultiAction`1.GetIconObject - TinyLife.Actions.BehaviorMultiAction`1.GetIconObject
@ -24,7 +24,7 @@ items:
remote: remote:
path: TinyLife/Actions/BehaviorMultiAction.cs path: TinyLife/Actions/BehaviorMultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BehaviorMultiAction id: BehaviorMultiAction
path: Actions/BehaviorMultiAction.cs path: Actions/BehaviorMultiAction.cs
startLine: 14 startLine: 14
@ -51,17 +51,17 @@ items:
implements: implements:
- MLEM.Misc.IGenericDataHolder - MLEM.Misc.IGenericDataHolder
inheritedMembers: inheritedMembers:
- TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.Handler - TinyLife.Actions.MultiAction.Handler
- TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.InProgressTime
- TinyLife.Actions.MultiAction.AndThenIsCompleted - TinyLife.Actions.MultiAction.AndThenIsCompleted
- TinyLife.Actions.MultiAction.PreInitialize - 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.Initialize
- TinyLife.Actions.MultiAction.IsCompleted - TinyLife.Actions.MultiAction.IsCompleted
- TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) - TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
- TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) - TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
- TinyLife.Actions.MultiAction.GetInProgressTime
- TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) - TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
- TinyLife.Actions.Action.Type - TinyLife.Actions.Action.Type
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
@ -79,17 +79,17 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person - TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime - TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen - TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail - 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.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.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.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.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.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.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.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.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.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) - 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: remote:
path: TinyLife/Actions/BehaviorMultiAction.cs path: TinyLife/Actions/BehaviorMultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Behavior id: Behavior
path: Actions/BehaviorMultiAction.cs path: Actions/BehaviorMultiAction.cs
startLine: 19 startLine: 19
@ -175,7 +175,7 @@ items:
remote: remote:
path: TinyLife/Actions/BehaviorMultiAction.cs path: TinyLife/Actions/BehaviorMultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Actions/BehaviorMultiAction.cs path: Actions/BehaviorMultiAction.cs
startLine: 29 startLine: 29
@ -216,7 +216,7 @@ items:
remote: remote:
path: TinyLife/Actions/BehaviorMultiAction.cs path: TinyLife/Actions/BehaviorMultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: Actions/BehaviorMultiAction.cs path: Actions/BehaviorMultiAction.cs
startLine: 33 startLine: 33
@ -256,7 +256,7 @@ items:
remote: remote:
path: TinyLife/Actions/BehaviorMultiAction.cs path: TinyLife/Actions/BehaviorMultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize id: AndThenInitialize
path: Actions/BehaviorMultiAction.cs path: Actions/BehaviorMultiAction.cs
startLine: 38 startLine: 38
@ -278,32 +278,32 @@ items:
- Protected - Protected
- Overrides - Overrides
fullName.vb: TinyLife.Actions.BehaviorMultiAction(Of T).AndThenInitialize() fullName.vb: TinyLife.Actions.BehaviorMultiAction(Of T).AndThenInitialize()
- uid: TinyLife.Actions.BehaviorMultiAction`1.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,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.BehaviorMultiAction`1.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.BehaviorMultiAction`1 parent: TinyLife.Actions.BehaviorMultiAction`1
langs: langs:
- csharp - csharp
- vb - vb
name: AndThenUpdate(GameTime, TimeSpan, GameSpeed) name: AndThenUpdate(GameTime, TimeSpan, Single)
nameWithType: BehaviorMultiAction<T>.AndThenUpdate(GameTime, TimeSpan, GameSpeed) nameWithType: BehaviorMultiAction<T>.AndThenUpdate(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.BehaviorMultiAction<T>.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.BehaviorMultiAction<T>.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Actions/BehaviorMultiAction.cs path: TinyLife/Actions/BehaviorMultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate id: AndThenUpdate
path: Actions/BehaviorMultiAction.cs path: Actions/BehaviorMultiAction.cs
startLine: 43 startLine: 43
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nMultiAction version of <xref href=\"TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed)\" data-throw-if-not-resolved=\"false\"></xref>.\nThis method is called every update frame while the main action is active.\nBy default, only <xref href=\"TinyLife.Actions.MultiAction.MainElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> is increased.\n" summary: "\nMultiAction version of <xref href=\"TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>.\nThis method is called every update frame while the main action is active.\nBy default, only <xref href=\"TinyLife.Actions.MultiAction.MainElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> is increased.\n"
example: [] example: []
syntax: syntax:
content: protected override void AndThenUpdate(GameTime time, TimeSpan passedInGame, GameSpeed speed) content: protected override void AndThenUpdate(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters: parameters:
- id: time - id: time
type: Microsoft.Xna.Framework.GameTime type: Microsoft.Xna.Framework.GameTime
@ -311,20 +311,20 @@ items:
- id: passedInGame - id: passedInGame
type: System.TimeSpan type: System.TimeSpan
description: The amount of time that has passed, in game time description: The amount of time that has passed, in game time
- id: speed - id: speedMultiplier
type: TinyLife.GameSpeed type: System.Single
description: The game&apos;s speed description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Protected Overrides Sub AndThenUpdate(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed) 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,TinyLife.GameSpeed) overridden: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.BehaviorMultiAction`1.AndThenUpdate* 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: modifiers.csharp:
- protected - protected
- override - override
modifiers.vb: modifiers.vb:
- Protected - Protected
- Overrides - 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 - uid: TinyLife.Actions.BehaviorMultiAction`1.GetIconObject
commentId: M:TinyLife.Actions.BehaviorMultiAction`1.GetIconObject commentId: M:TinyLife.Actions.BehaviorMultiAction`1.GetIconObject
id: GetIconObject id: GetIconObject
@ -340,7 +340,7 @@ items:
remote: remote:
path: TinyLife/Actions/BehaviorMultiAction.cs path: TinyLife/Actions/BehaviorMultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject id: GetIconObject
path: Actions/BehaviorMultiAction.cs path: Actions/BehaviorMultiAction.cs
startLine: 49 startLine: 49
@ -380,7 +380,7 @@ items:
remote: remote:
path: TinyLife/Actions/BehaviorMultiAction.cs path: TinyLife/Actions/BehaviorMultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted id: AndThenOnCompleted
path: Actions/BehaviorMultiAction.cs path: Actions/BehaviorMultiAction.cs
startLine: 54 startLine: 54
@ -421,7 +421,7 @@ items:
remote: remote:
path: TinyLife/Actions/BehaviorMultiAction.cs path: TinyLife/Actions/BehaviorMultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction id: GetNextAction
path: Actions/BehaviorMultiAction.cs path: Actions/BehaviorMultiAction.cs
startLine: 60 startLine: 60
@ -509,18 +509,24 @@ references:
name: IGenericDataHolder name: IGenericDataHolder
nameWithType: IGenericDataHolder nameWithType: IGenericDataHolder
fullName: MLEM.Misc.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 - uid: TinyLife.Actions.MultiAction.Handler
commentId: F:TinyLife.Actions.MultiAction.Handler commentId: F:TinyLife.Actions.MultiAction.Handler
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
name: Handler name: Handler
nameWithType: MultiAction.Handler nameWithType: MultiAction.Handler
fullName: TinyLife.Actions.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 - uid: TinyLife.Actions.MultiAction.AndThenIsCompleted
commentId: M:TinyLife.Actions.MultiAction.AndThenIsCompleted commentId: M:TinyLife.Actions.MultiAction.AndThenIsCompleted
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
@ -577,15 +583,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
isExternal: true isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: MultiAction.Update(GameTime, TimeSpan, GameSpeed) nameWithType: MultiAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: Update
nameWithType: MultiAction.Update nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update fullName: TinyLife.Actions.MultiAction.Update
@ -608,15 +614,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Update
nameWithType: MultiAction.Update nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update fullName: TinyLife.Actions.MultiAction.Update
@ -639,10 +646,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -810,34 +818,6 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) 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) - uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
@ -1192,40 +1172,18 @@ references:
name: PlayerPromptOpen name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.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 - uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail name: ForceFail
nameWithType: TypelessAction.ForceFail nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.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) - 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) commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
@ -1756,15 +1714,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true isExternal: true
name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32) fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1779,10 +1737,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1809,7 +1768,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1824,10 +1783,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -2040,14 +2000,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: Sit(Person, Furniture, GameSpeed, ActionSpot) isExternal: true
nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot) name: Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.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: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2068,10 +2029,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -2083,7 +2045,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2104,10 +2066,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -3777,15 +3740,15 @@ references:
fullName: TinyLife.Actions.BehaviorMultiAction<T>.AndThenInitialize fullName: TinyLife.Actions.BehaviorMultiAction<T>.AndThenInitialize
nameWithType.vb: BehaviorMultiAction(Of T).AndThenInitialize nameWithType.vb: BehaviorMultiAction(Of T).AndThenInitialize
fullName.vb: TinyLife.Actions.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) - 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,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
isExternal: true isExternal: true
name: AndThenUpdate(GameTime, TimeSpan, GameSpeed) name: AndThenUpdate(GameTime, TimeSpan, Single)
nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed) nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@ -3808,15 +3771,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@ -3839,10 +3803,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -3867,23 +3832,19 @@ references:
name: TimeSpan name: TimeSpan
nameWithType: TimeSpan nameWithType: TimeSpan
fullName: System.TimeSpan fullName: System.TimeSpan
- uid: TinyLife.GameSpeed - uid: System.Single
commentId: T:TinyLife.GameSpeed commentId: T:System.Single
parent: TinyLife parent: System
name: GameSpeed isExternal: true
nameWithType: GameSpeed name: Single
fullName: TinyLife.GameSpeed nameWithType: Single
fullName: System.Single
- uid: Microsoft.Xna.Framework - uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework commentId: N:Microsoft.Xna.Framework
isExternal: true isExternal: true
name: Microsoft.Xna.Framework name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework fullName: Microsoft.Xna.Framework
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.Actions.Action.GetIconObject - uid: TinyLife.Actions.Action.GetIconObject
commentId: M:TinyLife.Actions.Action.GetIconObject commentId: M:TinyLife.Actions.Action.GetIconObject
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action

View file

@ -12,7 +12,7 @@ items:
- TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType) - TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType)
- TinyLife.Actions.Behaviors.ActionBehavior.Initialize - TinyLife.Actions.Behaviors.ActionBehavior.Initialize
- TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType) - 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: langs:
- csharp - csharp
- vb - vb
@ -24,7 +24,7 @@ items:
remote: remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionBehavior id: ActionBehavior
path: Actions/Behaviors/ActionBehavior.cs path: Actions/Behaviors/ActionBehavior.cs
startLine: 11 startLine: 11
@ -73,7 +73,7 @@ items:
remote: remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Action id: Action
path: Actions/Behaviors/ActionBehavior.cs path: Actions/Behaviors/ActionBehavior.cs
startLine: 16 startLine: 16
@ -108,7 +108,7 @@ items:
remote: remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Actions/Behaviors/ActionBehavior.cs path: Actions/Behaviors/ActionBehavior.cs
startLine: 23 startLine: 23
@ -144,7 +144,7 @@ items:
remote: remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: Actions/Behaviors/ActionBehavior.cs path: Actions/Behaviors/ActionBehavior.cs
startLine: 31 startLine: 31
@ -163,32 +163,32 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- Overridable - Overridable
- 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)
commentId: M: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,System.Single)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Behaviors.ActionBehavior parent: TinyLife.Actions.Behaviors.ActionBehavior
langs: langs:
- csharp - csharp
- vb - vb
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: ActionBehavior.Update(GameTime, TimeSpan, GameSpeed) nameWithType: ActionBehavior.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: Actions/Behaviors/ActionBehavior.cs path: Actions/Behaviors/ActionBehavior.cs
startLine: 41 startLine: 41
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
summary: "\nUpdates this action behavior every update frame.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorMultiAction%601\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed)\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nUpdates this action behavior every update frame.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorMultiAction%601\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public virtual void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed) content: public virtual void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters: parameters:
- id: time - id: time
type: Microsoft.Xna.Framework.GameTime type: Microsoft.Xna.Framework.GameTime
@ -196,10 +196,10 @@ items:
- id: passedInGame - id: passedInGame
type: System.TimeSpan type: System.TimeSpan
description: The amount of time that has passed since the last update frame description: The amount of time that has passed since the last update frame
- id: speed - id: speedMultiplier
type: TinyLife.GameSpeed type: System.Single
description: The game speed description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Public Overridable Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed) content.vb: Public Overridable Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overload: TinyLife.Actions.Behaviors.ActionBehavior.Update* overload: TinyLife.Actions.Behaviors.ActionBehavior.Update*
modifiers.csharp: modifiers.csharp:
- public - public
@ -222,7 +222,7 @@ items:
remote: remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject id: GetIconObject
path: Actions/Behaviors/ActionBehavior.cs path: Actions/Behaviors/ActionBehavior.cs
startLine: 50 startLine: 50
@ -259,7 +259,7 @@ items:
remote: remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: Actions/Behaviors/ActionBehavior.cs path: Actions/Behaviors/ActionBehavior.cs
startLine: 59 startLine: 59
@ -297,7 +297,7 @@ items:
remote: remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction id: GetNextAction
path: Actions/Behaviors/ActionBehavior.cs path: Actions/Behaviors/ActionBehavior.cs
startLine: 68 startLine: 68
@ -338,7 +338,7 @@ items:
remote: remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateDefaultInstance id: CreateDefaultInstance
path: Actions/Behaviors/ActionBehavior.cs path: Actions/Behaviors/ActionBehavior.cs
startLine: 80 startLine: 80
@ -906,15 +906,15 @@ references:
name: MultiAction name: MultiAction
nameWithType: MultiAction nameWithType: MultiAction
fullName: TinyLife.Actions.MultiAction fullName: TinyLife.Actions.MultiAction
- 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)
commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
isExternal: true isExternal: true
name: AndThenUpdate(GameTime, TimeSpan, GameSpeed) name: AndThenUpdate(GameTime, TimeSpan, Single)
nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed) nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@ -937,15 +937,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@ -968,13 +969,17 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.GameImpl.Speed
commentId: P:TinyLife.GameImpl.Speed
isExternal: true
- uid: TinyLife.Actions.Behaviors.ActionBehavior.Update* - uid: TinyLife.Actions.Behaviors.ActionBehavior.Update*
commentId: Overload:TinyLife.Actions.Behaviors.ActionBehavior.Update commentId: Overload:TinyLife.Actions.Behaviors.ActionBehavior.Update
name: Update name: Update
@ -994,23 +999,19 @@ references:
name: TimeSpan name: TimeSpan
nameWithType: TimeSpan nameWithType: TimeSpan
fullName: System.TimeSpan fullName: System.TimeSpan
- uid: TinyLife.GameSpeed - uid: System.Single
commentId: T:TinyLife.GameSpeed commentId: T:System.Single
parent: TinyLife parent: System
name: GameSpeed isExternal: true
nameWithType: GameSpeed name: Single
fullName: TinyLife.GameSpeed nameWithType: Single
fullName: System.Single
- uid: Microsoft.Xna.Framework - uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework commentId: N:Microsoft.Xna.Framework
isExternal: true isExternal: true
name: Microsoft.Xna.Framework name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework fullName: Microsoft.Xna.Framework
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.Actions.Action.GetIconObject - uid: TinyLife.Actions.Action.GetIconObject
commentId: M:TinyLife.Actions.Action.GetIconObject commentId: M:TinyLife.Actions.Action.GetIconObject
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action

View file

@ -8,7 +8,7 @@ items:
- TinyLife.Actions.Behaviors.ComputerBehavior.#ctor(TinyLife.Actions.Action,System.String) - TinyLife.Actions.Behaviors.ComputerBehavior.#ctor(TinyLife.Actions.Action,System.String)
- TinyLife.Actions.Behaviors.ComputerBehavior.Initialize - TinyLife.Actions.Behaviors.ComputerBehavior.Initialize
- TinyLife.Actions.Behaviors.ComputerBehavior.OnCompleted(TinyLife.Actions.CompletionType) - 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: langs:
- csharp - csharp
- vb - vb
@ -20,7 +20,7 @@ items:
remote: remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ComputerBehavior id: ComputerBehavior
path: Actions/Behaviors/ComputerBehavior.cs path: Actions/Behaviors/ComputerBehavior.cs
startLine: 10 startLine: 10
@ -75,7 +75,7 @@ items:
remote: remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Actions/Behaviors/ComputerBehavior.cs path: Actions/Behaviors/ComputerBehavior.cs
startLine: 16 startLine: 16
@ -111,7 +111,7 @@ items:
remote: remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: Actions/Behaviors/ComputerBehavior.cs path: Actions/Behaviors/ComputerBehavior.cs
startLine: 21 startLine: 21
@ -131,32 +131,32 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- Overrides - Overrides
- uid: TinyLife.Actions.Behaviors.ComputerBehavior.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,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.Behaviors.ComputerBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Behaviors.ComputerBehavior parent: TinyLife.Actions.Behaviors.ComputerBehavior
langs: langs:
- csharp - csharp
- vb - vb
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: ComputerBehavior.Update(GameTime, TimeSpan, GameSpeed) nameWithType: ComputerBehavior.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.Behaviors.ComputerBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.Behaviors.ComputerBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: Actions/Behaviors/ComputerBehavior.cs path: Actions/Behaviors/ComputerBehavior.cs
startLine: 26 startLine: 26
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
summary: "\nUpdates this action behavior every update frame.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorMultiAction%601\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed)\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nUpdates this action behavior every update frame.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorMultiAction%601\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public override void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed) content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters: parameters:
- id: time - id: time
type: Microsoft.Xna.Framework.GameTime type: Microsoft.Xna.Framework.GameTime
@ -164,11 +164,11 @@ items:
- id: passedInGame - id: passedInGame
type: System.TimeSpan type: System.TimeSpan
description: The amount of time that has passed since the last update frame description: The amount of time that has passed since the last update frame
- id: speed - id: speedMultiplier
type: TinyLife.GameSpeed type: System.Single
description: The game speed description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed) 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,TinyLife.GameSpeed) overridden: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.Behaviors.ComputerBehavior.Update* overload: TinyLife.Actions.Behaviors.ComputerBehavior.Update*
modifiers.csharp: modifiers.csharp:
- public - public
@ -191,7 +191,7 @@ items:
remote: remote:
path: TinyLife/Actions/Behaviors/ComputerBehavior.cs path: TinyLife/Actions/Behaviors/ComputerBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: Actions/Behaviors/ComputerBehavior.cs path: Actions/Behaviors/ComputerBehavior.cs
startLine: 34 startLine: 34
@ -806,15 +806,15 @@ references:
name: Initialize name: Initialize
nameWithType: ComputerBehavior.Initialize nameWithType: ComputerBehavior.Initialize
fullName: TinyLife.Actions.Behaviors.ComputerBehavior.Initialize fullName: TinyLife.Actions.Behaviors.ComputerBehavior.Initialize
- 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)
commentId: M: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,System.Single)
parent: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior parent: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior
isExternal: true isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: WorkAtDeskObjectBehavior.Update(GameTime, TimeSpan, GameSpeed) nameWithType: WorkAtDeskObjectBehavior.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: Update
nameWithType: WorkAtDeskObjectBehavior.Update nameWithType: WorkAtDeskObjectBehavior.Update
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update
@ -837,15 +837,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Update
nameWithType: WorkAtDeskObjectBehavior.Update nameWithType: WorkAtDeskObjectBehavior.Update
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update
@ -868,10 +869,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -894,23 +896,19 @@ references:
name: TimeSpan name: TimeSpan
nameWithType: TimeSpan nameWithType: TimeSpan
fullName: System.TimeSpan fullName: System.TimeSpan
- uid: TinyLife.GameSpeed - uid: System.Single
commentId: T:TinyLife.GameSpeed commentId: T:System.Single
parent: TinyLife parent: System
name: GameSpeed isExternal: true
nameWithType: GameSpeed name: Single
fullName: TinyLife.GameSpeed nameWithType: Single
fullName: System.Single
- uid: Microsoft.Xna.Framework - uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework commentId: N:Microsoft.Xna.Framework
isExternal: true isExternal: true
name: Microsoft.Xna.Framework name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework nameWithType: Microsoft.Xna.Framework
fullName: 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) - uid: TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.Behaviors.ActionBehavior parent: TinyLife.Actions.Behaviors.ActionBehavior

View file

@ -12,7 +12,7 @@ items:
- TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetInteractingItemForAction``1(TinyLife.Actions.ActionInfo,TinyLife.Objects.FurnitureType[]) - TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetInteractingItemForAction``1(TinyLife.Actions.ActionInfo,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetNextAction(TinyLife.Actions.CompletionType) - TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetNextAction(TinyLife.Actions.CompletionType)
- TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Initialize - 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: langs:
- csharp - csharp
- vb - vb
@ -24,7 +24,7 @@ items:
remote: remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAndSitDownBehavior id: GetAndSitDownBehavior
path: Actions/Behaviors/GetAndSitDownBehavior.cs path: Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 15 startLine: 15
@ -76,7 +76,7 @@ items:
remote: remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Actions/Behaviors/GetAndSitDownBehavior.cs path: Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 28 startLine: 28
@ -124,7 +124,7 @@ items:
remote: remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: Actions/Behaviors/GetAndSitDownBehavior.cs path: Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 35 startLine: 35
@ -162,7 +162,7 @@ items:
remote: remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: Actions/Behaviors/GetAndSitDownBehavior.cs path: Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 92 startLine: 92
@ -182,32 +182,32 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- Overrides - Overrides
- uid: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.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,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Behaviors.GetAndSitDownBehavior parent: TinyLife.Actions.Behaviors.GetAndSitDownBehavior
langs: langs:
- csharp - csharp
- vb - vb
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: GetAndSitDownBehavior.Update(GameTime, TimeSpan, GameSpeed) nameWithType: GetAndSitDownBehavior.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: Actions/Behaviors/GetAndSitDownBehavior.cs path: Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 105 startLine: 105
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
summary: "\nUpdates this action behavior every update frame.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorMultiAction%601\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed)\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nUpdates this action behavior every update frame.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorMultiAction%601\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public override void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed) content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters: parameters:
- id: time - id: time
type: Microsoft.Xna.Framework.GameTime type: Microsoft.Xna.Framework.GameTime
@ -215,11 +215,11 @@ items:
- id: passedInGame - id: passedInGame
type: System.TimeSpan type: System.TimeSpan
description: The amount of time that has passed since the last update frame description: The amount of time that has passed since the last update frame
- id: speed - id: speedMultiplier
type: TinyLife.GameSpeed type: System.Single
description: The game speed description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed) 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,TinyLife.GameSpeed) overridden: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Update* overload: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Update*
modifiers.csharp: modifiers.csharp:
- public - public
@ -242,7 +242,7 @@ items:
remote: remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject id: GetIconObject
path: Actions/Behaviors/GetAndSitDownBehavior.cs path: Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 124 startLine: 124
@ -280,7 +280,7 @@ items:
remote: remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction id: GetNextAction
path: Actions/Behaviors/GetAndSitDownBehavior.cs path: Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 129 startLine: 129
@ -322,7 +322,7 @@ items:
remote: remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInteractingItem id: GetInteractingItem
path: Actions/Behaviors/GetAndSitDownBehavior.cs path: Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 143 startLine: 143
@ -365,7 +365,7 @@ items:
remote: remote:
path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs path: TinyLife/Actions/Behaviors/GetAndSitDownBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInteractingItemForAction id: GetInteractingItemForAction
path: Actions/Behaviors/GetAndSitDownBehavior.cs path: Actions/Behaviors/GetAndSitDownBehavior.cs
startLine: 169 startLine: 169
@ -1087,15 +1087,15 @@ references:
name: Initialize name: Initialize
nameWithType: GetAndSitDownBehavior.Initialize nameWithType: GetAndSitDownBehavior.Initialize
fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Initialize fullName: TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Initialize
- 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)
commentId: M: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,System.Single)
parent: TinyLife.Actions.Behaviors.ActionBehavior parent: TinyLife.Actions.Behaviors.ActionBehavior
isExternal: true isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: ActionBehavior.Update(GameTime, TimeSpan, GameSpeed) nameWithType: ActionBehavior.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: Update
nameWithType: ActionBehavior.Update nameWithType: ActionBehavior.Update
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update
@ -1118,15 +1118,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Update
nameWithType: ActionBehavior.Update nameWithType: ActionBehavior.Update
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update
@ -1149,10 +1150,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -1175,23 +1177,19 @@ references:
name: TimeSpan name: TimeSpan
nameWithType: TimeSpan nameWithType: TimeSpan
fullName: System.TimeSpan fullName: System.TimeSpan
- uid: TinyLife.GameSpeed - uid: System.Single
commentId: T:TinyLife.GameSpeed commentId: T:System.Single
parent: TinyLife parent: System
name: GameSpeed isExternal: true
nameWithType: GameSpeed name: Single
fullName: TinyLife.GameSpeed nameWithType: Single
fullName: System.Single
- uid: Microsoft.Xna.Framework - uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework commentId: N:Microsoft.Xna.Framework
isExternal: true isExternal: true
name: Microsoft.Xna.Framework name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework fullName: Microsoft.Xna.Framework
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject - uid: TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
parent: TinyLife.Actions.Behaviors.ActionBehavior parent: TinyLife.Actions.Behaviors.ActionBehavior

View file

@ -18,7 +18,7 @@ items:
remote: remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MultiActionBehavior id: MultiActionBehavior
path: Actions/Behaviors/ActionBehavior.cs path: Actions/Behaviors/ActionBehavior.cs
startLine: 93 startLine: 93
@ -42,7 +42,7 @@ items:
inheritedMembers: inheritedMembers:
- TinyLife.Actions.Behaviors.ActionBehavior.Action - TinyLife.Actions.Behaviors.ActionBehavior.Action
- TinyLife.Actions.Behaviors.ActionBehavior.Initialize - 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.GetIconObject
- TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType) - TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType)
@ -79,7 +79,7 @@ items:
remote: remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Actions/Behaviors/ActionBehavior.cs path: Actions/Behaviors/ActionBehavior.cs
startLine: 96 startLine: 96
@ -115,7 +115,7 @@ items:
remote: remote:
path: TinyLife/Actions/Behaviors/ActionBehavior.cs path: TinyLife/Actions/Behaviors/ActionBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: Actions/Behaviors/ActionBehavior.cs path: Actions/Behaviors/ActionBehavior.cs
startLine: 104 startLine: 104
@ -232,15 +232,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single)
parent: TinyLife.Actions.Behaviors.ActionBehavior parent: TinyLife.Actions.Behaviors.ActionBehavior
isExternal: true isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: ActionBehavior.Update(GameTime, TimeSpan, GameSpeed) nameWithType: ActionBehavior.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: Update
nameWithType: ActionBehavior.Update nameWithType: ActionBehavior.Update
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update
@ -263,15 +263,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Update
nameWithType: ActionBehavior.Update nameWithType: ActionBehavior.Update
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update
@ -294,10 +295,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )

View file

@ -8,7 +8,7 @@ items:
- TinyLife.Actions.Behaviors.SinkBehavior.#ctor(TinyLife.Actions.Action) - TinyLife.Actions.Behaviors.SinkBehavior.#ctor(TinyLife.Actions.Action)
- TinyLife.Actions.Behaviors.SinkBehavior.CreateFirstActions - TinyLife.Actions.Behaviors.SinkBehavior.CreateFirstActions
- TinyLife.Actions.Behaviors.SinkBehavior.OnCompleted(TinyLife.Actions.CompletionType) - 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: langs:
- csharp - csharp
- vb - vb
@ -20,7 +20,7 @@ items:
remote: remote:
path: TinyLife/Actions/Behaviors/SinkBehavior.cs path: TinyLife/Actions/Behaviors/SinkBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SinkBehavior id: SinkBehavior
path: Actions/Behaviors/SinkBehavior.cs path: Actions/Behaviors/SinkBehavior.cs
startLine: 15 startLine: 15
@ -74,7 +74,7 @@ items:
remote: remote:
path: TinyLife/Actions/Behaviors/SinkBehavior.cs path: TinyLife/Actions/Behaviors/SinkBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Actions/Behaviors/SinkBehavior.cs path: Actions/Behaviors/SinkBehavior.cs
startLine: 20 startLine: 20
@ -110,7 +110,7 @@ items:
remote: remote:
path: TinyLife/Actions/Behaviors/SinkBehavior.cs path: TinyLife/Actions/Behaviors/SinkBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: Actions/Behaviors/SinkBehavior.cs path: Actions/Behaviors/SinkBehavior.cs
startLine: 24 startLine: 24
@ -133,32 +133,32 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- Overrides - Overrides
- uid: TinyLife.Actions.Behaviors.SinkBehavior.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,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.Behaviors.SinkBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Behaviors.SinkBehavior parent: TinyLife.Actions.Behaviors.SinkBehavior
langs: langs:
- csharp - csharp
- vb - vb
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: SinkBehavior.Update(GameTime, TimeSpan, GameSpeed) nameWithType: SinkBehavior.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.Behaviors.SinkBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.Behaviors.SinkBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/SinkBehavior.cs path: TinyLife/Actions/Behaviors/SinkBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: Actions/Behaviors/SinkBehavior.cs path: Actions/Behaviors/SinkBehavior.cs
startLine: 31 startLine: 31
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
summary: "\nUpdates this action behavior every update frame.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorMultiAction%601\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed)\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nUpdates this action behavior every update frame.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorMultiAction%601\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public override void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed) content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters: parameters:
- id: time - id: time
type: Microsoft.Xna.Framework.GameTime type: Microsoft.Xna.Framework.GameTime
@ -166,11 +166,11 @@ items:
- id: passedInGame - id: passedInGame
type: System.TimeSpan type: System.TimeSpan
description: The amount of time that has passed since the last update frame description: The amount of time that has passed since the last update frame
- id: speed - id: speedMultiplier
type: TinyLife.GameSpeed type: System.Single
description: The game speed description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed) 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,TinyLife.GameSpeed) overridden: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.Behaviors.SinkBehavior.Update* overload: TinyLife.Actions.Behaviors.SinkBehavior.Update*
modifiers.csharp: modifiers.csharp:
- public - public
@ -193,7 +193,7 @@ items:
remote: remote:
path: TinyLife/Actions/Behaviors/SinkBehavior.cs path: TinyLife/Actions/Behaviors/SinkBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: Actions/Behaviors/SinkBehavior.cs path: Actions/Behaviors/SinkBehavior.cs
startLine: 42 startLine: 42
@ -957,15 +957,15 @@ references:
name: System.Collections.Generic name: System.Collections.Generic
nameWithType: System.Collections.Generic nameWithType: System.Collections.Generic
fullName: System.Collections.Generic fullName: System.Collections.Generic
- 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)
commentId: M: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,System.Single)
parent: TinyLife.Actions.Behaviors.ActionBehavior parent: TinyLife.Actions.Behaviors.ActionBehavior
isExternal: true isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: ActionBehavior.Update(GameTime, TimeSpan, GameSpeed) nameWithType: ActionBehavior.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: Update
nameWithType: ActionBehavior.Update nameWithType: ActionBehavior.Update
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update
@ -988,15 +988,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Update
nameWithType: ActionBehavior.Update nameWithType: ActionBehavior.Update
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update
@ -1019,10 +1020,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -1045,23 +1047,19 @@ references:
name: TimeSpan name: TimeSpan
nameWithType: TimeSpan nameWithType: TimeSpan
fullName: System.TimeSpan fullName: System.TimeSpan
- uid: TinyLife.GameSpeed - uid: System.Single
commentId: T:TinyLife.GameSpeed commentId: T:System.Single
parent: TinyLife parent: System
name: GameSpeed isExternal: true
nameWithType: GameSpeed name: Single
fullName: TinyLife.GameSpeed nameWithType: Single
fullName: System.Single
- uid: Microsoft.Xna.Framework - uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework commentId: N:Microsoft.Xna.Framework
isExternal: true isExternal: true
name: Microsoft.Xna.Framework name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework nameWithType: Microsoft.Xna.Framework
fullName: 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) - uid: TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.Behaviors.ActionBehavior parent: TinyLife.Actions.Behaviors.ActionBehavior

View file

@ -8,7 +8,7 @@ items:
- TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.#ctor(TinyLife.Actions.Action) - TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.#ctor(TinyLife.Actions.Action)
- TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.CreateFirstActions - TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.CreateFirstActions
- TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.GetNextAction(TinyLife.Actions.CompletionType) - 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: langs:
- csharp - csharp
- vb - vb
@ -20,7 +20,7 @@ items:
remote: remote:
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkAtDeskObjectBehavior id: WorkAtDeskObjectBehavior
path: Actions/Behaviors/WorkAtDeskObjectBehavior.cs path: Actions/Behaviors/WorkAtDeskObjectBehavior.cs
startLine: 15 startLine: 15
@ -76,7 +76,7 @@ items:
remote: remote:
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Actions/Behaviors/WorkAtDeskObjectBehavior.cs path: Actions/Behaviors/WorkAtDeskObjectBehavior.cs
startLine: 18 startLine: 18
@ -112,7 +112,7 @@ items:
remote: remote:
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: Actions/Behaviors/WorkAtDeskObjectBehavior.cs path: Actions/Behaviors/WorkAtDeskObjectBehavior.cs
startLine: 22 startLine: 22
@ -135,32 +135,32 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- Overrides - Overrides
- 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)
commentId: M: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,System.Single)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior parent: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior
langs: langs:
- csharp - csharp
- vb - vb
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: WorkAtDeskObjectBehavior.Update(GameTime, TimeSpan, GameSpeed) nameWithType: WorkAtDeskObjectBehavior.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: Actions/Behaviors/WorkAtDeskObjectBehavior.cs path: Actions/Behaviors/WorkAtDeskObjectBehavior.cs
startLine: 41 startLine: 41
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Behaviors namespace: TinyLife.Actions.Behaviors
summary: "\nUpdates this action behavior every update frame.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorMultiAction%601\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed)\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nUpdates this action behavior every update frame.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorMultiAction%601\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public override void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed) content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters: parameters:
- id: time - id: time
type: Microsoft.Xna.Framework.GameTime type: Microsoft.Xna.Framework.GameTime
@ -168,11 +168,11 @@ items:
- id: passedInGame - id: passedInGame
type: System.TimeSpan type: System.TimeSpan
description: The amount of time that has passed since the last update frame description: The amount of time that has passed since the last update frame
- id: speed - id: speedMultiplier
type: TinyLife.GameSpeed type: System.Single
description: The game speed description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed) 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,TinyLife.GameSpeed) overridden: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update* overload: TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update*
modifiers.csharp: modifiers.csharp:
- public - public
@ -195,7 +195,7 @@ items:
remote: remote:
path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs path: TinyLife/Actions/Behaviors/WorkAtDeskObjectBehavior.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction id: GetNextAction
path: Actions/Behaviors/WorkAtDeskObjectBehavior.cs path: Actions/Behaviors/WorkAtDeskObjectBehavior.cs
startLine: 54 startLine: 54
@ -894,15 +894,15 @@ references:
name: System.Collections.Generic name: System.Collections.Generic
nameWithType: System.Collections.Generic nameWithType: System.Collections.Generic
fullName: System.Collections.Generic fullName: System.Collections.Generic
- 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)
commentId: M: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,System.Single)
parent: TinyLife.Actions.Behaviors.ActionBehavior parent: TinyLife.Actions.Behaviors.ActionBehavior
isExternal: true isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: ActionBehavior.Update(GameTime, TimeSpan, GameSpeed) nameWithType: ActionBehavior.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: Update
nameWithType: ActionBehavior.Update nameWithType: ActionBehavior.Update
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update
@ -925,15 +925,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Update
nameWithType: ActionBehavior.Update nameWithType: ActionBehavior.Update
fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update fullName: TinyLife.Actions.Behaviors.ActionBehavior.Update
@ -956,10 +957,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -982,23 +984,19 @@ references:
name: TimeSpan name: TimeSpan
nameWithType: TimeSpan nameWithType: TimeSpan
fullName: System.TimeSpan fullName: System.TimeSpan
- uid: TinyLife.GameSpeed - uid: System.Single
commentId: T:TinyLife.GameSpeed commentId: T:System.Single
parent: TinyLife parent: System
name: GameSpeed isExternal: true
nameWithType: GameSpeed name: Single
fullName: TinyLife.GameSpeed nameWithType: Single
fullName: System.Single
- uid: Microsoft.Xna.Framework - uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework commentId: N:Microsoft.Xna.Framework
isExternal: true isExternal: true
name: Microsoft.Xna.Framework name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework nameWithType: Microsoft.Xna.Framework
fullName: 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) - uid: TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.Behaviors.ActionBehavior parent: TinyLife.Actions.Behaviors.ActionBehavior

View file

@ -20,7 +20,7 @@ items:
remote: remote:
path: TinyLife/Actions/CompletionType.cs path: TinyLife/Actions/CompletionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompletionType id: CompletionType
path: Actions/CompletionType.cs path: Actions/CompletionType.cs
startLine: 4 startLine: 4
@ -57,7 +57,7 @@ items:
remote: remote:
path: TinyLife/Actions/CompletionType.cs path: TinyLife/Actions/CompletionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Active id: Active
path: Actions/CompletionType.cs path: Actions/CompletionType.cs
startLine: 9 startLine: 9
@ -91,7 +91,7 @@ items:
remote: remote:
path: TinyLife/Actions/CompletionType.cs path: TinyLife/Actions/CompletionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Completed id: Completed
path: Actions/CompletionType.cs path: Actions/CompletionType.cs
startLine: 13 startLine: 13
@ -125,7 +125,7 @@ items:
remote: remote:
path: TinyLife/Actions/CompletionType.cs path: TinyLife/Actions/CompletionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Failed id: Failed
path: Actions/CompletionType.cs path: Actions/CompletionType.cs
startLine: 17 startLine: 17
@ -159,7 +159,7 @@ items:
remote: remote:
path: TinyLife/Actions/CompletionType.cs path: TinyLife/Actions/CompletionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Canceled id: Canceled
path: Actions/CompletionType.cs path: Actions/CompletionType.cs
startLine: 21 startLine: 21

View file

@ -14,7 +14,7 @@ items:
- TinyLife.Actions.DieAction.IsCompleted - TinyLife.Actions.DieAction.IsCompleted
- TinyLife.Actions.DieAction.OnCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.DieAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.DieAction.Reason - 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: langs:
- csharp - csharp
- vb - vb
@ -26,7 +26,7 @@ items:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DieAction id: DieAction
path: Actions/DieAction.cs path: Actions/DieAction.cs
startLine: 20 startLine: 20
@ -66,18 +66,18 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person - TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime - TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen - TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- TinyLife.Actions.Typeless.TypelessAction.InProgressTime
- TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail - 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.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.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.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.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.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.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.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.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.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) - 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: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reason id: Reason
path: Actions/DieAction.cs path: Actions/DieAction.cs
startLine: 26 startLine: 26
@ -162,7 +162,7 @@ items:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Actions/DieAction.cs path: Actions/DieAction.cs
startLine: 29 startLine: 29
@ -201,7 +201,7 @@ items:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: Actions/DieAction.cs path: Actions/DieAction.cs
startLine: 33 startLine: 33
@ -236,7 +236,7 @@ items:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName id: GetDisplayName
path: Actions/DieAction.cs path: Actions/DieAction.cs
startLine: 38 startLine: 38
@ -274,7 +274,7 @@ items:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel id: CanCancel
path: Actions/DieAction.cs path: Actions/DieAction.cs
startLine: 43 startLine: 43
@ -316,7 +316,7 @@ items:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanEnqueueConversation id: CanEnqueueConversation
path: Actions/DieAction.cs path: Actions/DieAction.cs
startLine: 48 startLine: 48
@ -346,32 +346,32 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- Overrides - Overrides
- uid: TinyLife.Actions.DieAction.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,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.DieAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.DieAction parent: TinyLife.Actions.DieAction
langs: langs:
- csharp - csharp
- vb - vb
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: DieAction.Update(GameTime, TimeSpan, GameSpeed) nameWithType: DieAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.DieAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.DieAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: Actions/DieAction.cs path: Actions/DieAction.cs
startLine: 53 startLine: 53
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the <xref href=\"TinyLife.Actions.Typeless.TypelessAction.ElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> is modified in this method and <xref href=\"TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action%2cMicrosoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> is called.\n" summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the <xref href=\"TinyLife.Actions.Typeless.TypelessAction.ElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> is modified in this method and <xref href=\"TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action%2cMicrosoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> is called.\n"
example: [] example: []
syntax: syntax:
content: public override void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed) content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters: parameters:
- id: time - id: time
type: Microsoft.Xna.Framework.GameTime type: Microsoft.Xna.Framework.GameTime
@ -379,11 +379,11 @@ items:
- id: passedInGame - id: passedInGame
type: System.TimeSpan type: System.TimeSpan
description: The amount of time that has passed, in game time description: The amount of time that has passed, in game time
- id: speed - id: speedMultiplier
type: TinyLife.GameSpeed type: System.Single
description: The game&apos;s current speed setting description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed) 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,TinyLife.GameSpeed) overridden: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.DieAction.Update* overload: TinyLife.Actions.DieAction.Update*
modifiers.csharp: modifiers.csharp:
- public - public
@ -406,7 +406,7 @@ items:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted id: IsCompleted
path: Actions/DieAction.cs path: Actions/DieAction.cs
startLine: 86 startLine: 86
@ -444,7 +444,7 @@ items:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: Actions/DieAction.cs path: Actions/DieAction.cs
startLine: 91 startLine: 91
@ -483,7 +483,7 @@ items:
remote: remote:
path: TinyLife/Actions/DieAction.cs path: TinyLife/Actions/DieAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Enqueue id: Enqueue
path: Actions/DieAction.cs path: Actions/DieAction.cs
startLine: 103 startLine: 103
@ -906,68 +906,24 @@ references:
name: PlayerPromptOpen name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.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 - uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail name: ForceFail
nameWithType: TypelessAction.ForceFail nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.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) - 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) commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
@ -1498,15 +1454,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true isExternal: true
name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32) fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1521,10 +1477,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1551,7 +1508,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1566,10 +1523,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1782,14 +1740,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: Sit(Person, Furniture, GameSpeed, ActionSpot) isExternal: true
nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot) name: Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.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: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -1810,10 +1769,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1825,7 +1785,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -1846,10 +1806,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -3519,15 +3480,15 @@ references:
name: CanEnqueueConversation name: CanEnqueueConversation
nameWithType: DieAction.CanEnqueueConversation nameWithType: DieAction.CanEnqueueConversation
fullName: TinyLife.Actions.DieAction.CanEnqueueConversation fullName: TinyLife.Actions.DieAction.CanEnqueueConversation
- 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)
commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
isExternal: true isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: Action.Update(GameTime, TimeSpan, GameSpeed) nameWithType: Action.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: Update
nameWithType: Action.Update nameWithType: Action.Update
fullName: TinyLife.Actions.Action.Update fullName: TinyLife.Actions.Action.Update
@ -3550,15 +3511,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Update
nameWithType: Action.Update nameWithType: Action.Update
fullName: TinyLife.Actions.Action.Update fullName: TinyLife.Actions.Action.Update
@ -3581,10 +3543,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -3607,23 +3570,19 @@ references:
name: TimeSpan name: TimeSpan
nameWithType: TimeSpan nameWithType: TimeSpan
fullName: System.TimeSpan fullName: System.TimeSpan
- uid: TinyLife.GameSpeed - uid: System.Single
commentId: T:TinyLife.GameSpeed commentId: T:System.Single
parent: TinyLife parent: System
name: GameSpeed isExternal: true
nameWithType: GameSpeed name: Single
fullName: TinyLife.GameSpeed nameWithType: Single
fullName: System.Single
- uid: Microsoft.Xna.Framework - uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework commentId: N:Microsoft.Xna.Framework
isExternal: true isExternal: true
name: Microsoft.Xna.Framework name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework fullName: Microsoft.Xna.Framework
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.Actions.Typeless.TypelessAction.IsCompleted - uid: TinyLife.Actions.Typeless.TypelessAction.IsCompleted
commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsCompleted commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsCompleted
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction

View file

@ -23,7 +23,7 @@ items:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Emote id: Emote
path: Actions/Emote.cs path: Actions/Emote.cs
startLine: 14 startLine: 14
@ -68,7 +68,7 @@ items:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AllCategories id: AllCategories
path: Actions/Emote.cs path: Actions/Emote.cs
startLine: 19 startLine: 19
@ -105,7 +105,7 @@ items:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Texture id: Texture
path: Actions/Emote.cs path: Actions/Emote.cs
startLine: 55 startLine: 55
@ -140,7 +140,7 @@ items:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Categories id: Categories
path: Actions/Emote.cs path: Actions/Emote.cs
startLine: 59 startLine: 59
@ -175,7 +175,7 @@ items:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Actions/Emote.cs path: Actions/Emote.cs
startLine: 66 startLine: 66
@ -214,7 +214,7 @@ items:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRandomEmote id: GetRandomEmote
path: Actions/Emote.cs path: Actions/Emote.cs
startLine: 76 startLine: 76
@ -255,7 +255,7 @@ items:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetEmotes id: GetEmotes
path: Actions/Emote.cs path: Actions/Emote.cs
startLine: 85 startLine: 85
@ -296,7 +296,7 @@ items:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register id: Register
path: Actions/Emote.cs path: Actions/Emote.cs
startLine: 100 startLine: 100

View file

@ -21,7 +21,7 @@ items:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmoteCategory id: EmoteCategory
path: Actions/Emote.cs path: Actions/Emote.cs
startLine: 117 startLine: 117
@ -66,7 +66,7 @@ items:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: General id: General
path: Actions/Emote.cs path: Actions/Emote.cs
startLine: 123 startLine: 123
@ -100,7 +100,7 @@ items:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Travel id: Travel
path: Actions/Emote.cs path: Actions/Emote.cs
startLine: 127 startLine: 127
@ -134,7 +134,7 @@ items:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Negative id: Negative
path: Actions/Emote.cs path: Actions/Emote.cs
startLine: 131 startLine: 131
@ -168,7 +168,7 @@ items:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Flirty id: Flirty
path: Actions/Emote.cs path: Actions/Emote.cs
startLine: 135 startLine: 135
@ -202,7 +202,7 @@ items:
remote: remote:
path: TinyLife/Actions/Emote.cs path: TinyLife/Actions/Emote.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Unable id: Unable
path: Actions/Emote.cs path: Actions/Emote.cs
startLine: 139 startLine: 139

View file

@ -21,7 +21,7 @@ items:
remote: remote:
path: TinyLife/Actions/GoHereAction.cs path: TinyLife/Actions/GoHereAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoHereAction id: GoHereAction
path: Actions/GoHereAction.cs path: Actions/GoHereAction.cs
startLine: 11 startLine: 11
@ -45,17 +45,17 @@ items:
implements: implements:
- MLEM.Misc.IGenericDataHolder - MLEM.Misc.IGenericDataHolder
inheritedMembers: inheritedMembers:
- TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.Handler - 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.AndThenOnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.PreInitialize - 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.Initialize
- TinyLife.Actions.MultiAction.IsCompleted - TinyLife.Actions.MultiAction.IsCompleted
- TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) - TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
- TinyLife.Actions.MultiAction.GetInProgressTime
- TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) - TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
- TinyLife.Actions.Action.Type - TinyLife.Actions.Action.Type
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
@ -75,17 +75,17 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person - TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime - TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen - TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail - 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.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.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.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.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.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.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.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.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.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) - 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: remote:
path: TinyLife/Actions/GoHereAction.cs path: TinyLife/Actions/GoHereAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Actions/GoHereAction.cs path: Actions/GoHereAction.cs
startLine: 14 startLine: 14
@ -166,7 +166,7 @@ items:
remote: remote:
path: TinyLife/Actions/GoHereAction.cs path: TinyLife/Actions/GoHereAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: Actions/GoHereAction.cs path: Actions/GoHereAction.cs
startLine: 18 startLine: 18
@ -204,7 +204,7 @@ items:
remote: remote:
path: TinyLife/Actions/GoHereAction.cs path: TinyLife/Actions/GoHereAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize id: AndThenInitialize
path: Actions/GoHereAction.cs path: Actions/GoHereAction.cs
startLine: 54 startLine: 54
@ -239,7 +239,7 @@ items:
remote: remote:
path: TinyLife/Actions/GoHereAction.cs path: TinyLife/Actions/GoHereAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted id: AndThenIsCompleted
path: Actions/GoHereAction.cs path: Actions/GoHereAction.cs
startLine: 58 startLine: 58
@ -277,7 +277,7 @@ items:
remote: remote:
path: TinyLife/Actions/GoHereAction.cs path: TinyLife/Actions/GoHereAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel id: CanCancel
path: Actions/GoHereAction.cs path: Actions/GoHereAction.cs
startLine: 63 startLine: 63
@ -352,27 +352,33 @@ references:
name: IGenericDataHolder name: IGenericDataHolder
nameWithType: IGenericDataHolder nameWithType: IGenericDataHolder
fullName: MLEM.Misc.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 - uid: TinyLife.Actions.MultiAction.Handler
commentId: F:TinyLife.Actions.MultiAction.Handler commentId: F:TinyLife.Actions.MultiAction.Handler
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
name: Handler name: Handler
nameWithType: MultiAction.Handler nameWithType: MultiAction.Handler
fullName: TinyLife.Actions.MultiAction.Handler fullName: TinyLife.Actions.MultiAction.Handler
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) - uid: TinyLife.Actions.MultiAction.MainElapsedTime
commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) 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 parent: TinyLife.Actions.MultiAction
isExternal: true isExternal: true
name: AndThenUpdate(GameTime, TimeSpan, GameSpeed) name: AndThenUpdate(GameTime, TimeSpan, Single)
nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed) nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@ -395,15 +401,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@ -426,10 +433,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -497,15 +505,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
isExternal: true isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: MultiAction.Update(GameTime, TimeSpan, GameSpeed) nameWithType: MultiAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: Update
nameWithType: MultiAction.Update nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update fullName: TinyLife.Actions.MultiAction.Update
@ -528,15 +536,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Update
nameWithType: MultiAction.Update nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update fullName: TinyLife.Actions.MultiAction.Update
@ -559,10 +568,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -694,34 +704,6 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) 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) - uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
@ -1140,40 +1122,18 @@ references:
name: PlayerPromptOpen name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.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 - uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail name: ForceFail
nameWithType: TypelessAction.ForceFail nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.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) - 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) commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
@ -1704,15 +1664,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true isExternal: true
name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32) fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1727,10 +1687,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1757,7 +1718,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1772,10 +1733,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1988,14 +1950,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: Sit(Person, Furniture, GameSpeed, ActionSpot) isExternal: true
nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot) name: Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.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: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2016,10 +1979,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -2031,7 +1995,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2052,10 +2016,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '

View file

@ -9,18 +9,18 @@ items:
- TinyLife.Actions.MultiAction.AndThenInitialize - TinyLife.Actions.MultiAction.AndThenInitialize
- TinyLife.Actions.MultiAction.AndThenIsCompleted - TinyLife.Actions.MultiAction.AndThenIsCompleted
- TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) - 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.CanCancel(TinyLife.Actions.Action)
- TinyLife.Actions.MultiAction.CreateFirstActions - TinyLife.Actions.MultiAction.CreateFirstActions
- TinyLife.Actions.MultiAction.GetInProgressTime
- TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) - TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
- TinyLife.Actions.MultiAction.Handler - TinyLife.Actions.MultiAction.Handler
- TinyLife.Actions.MultiAction.Initialize - TinyLife.Actions.MultiAction.Initialize
- TinyLife.Actions.MultiAction.InProgressTime
- TinyLife.Actions.MultiAction.IsCompleted - TinyLife.Actions.MultiAction.IsCompleted
- TinyLife.Actions.MultiAction.MainElapsedTime - TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.PreInitialize - 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) - TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
langs: langs:
- csharp - csharp
@ -33,7 +33,7 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MultiAction id: MultiAction
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 12 startLine: 12
@ -83,17 +83,17 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person - TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime - TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen - TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail - 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.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.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.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.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.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.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.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.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.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) - 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 - Public
- MustInherit - MustInherit
- Class - 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 <xref href=\"TinyLife.Actions.MultiActionHandler\" data-throw-if-not-resolved=\"false\"></xref> that handles the actions created in <xref href=\"TinyLife.Actions.MultiAction.CreateFirstActions\" data-throw-if-not-resolved=\"false\"></xref>\n"
example: []
syntax:
content: >-
[DataMember]
public readonly MultiActionHandler Handler
return:
type: TinyLife.Actions.MultiActionHandler
content.vb: >-
<DataMember>
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 - uid: TinyLife.Actions.MultiAction.MainElapsedTime
commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
id: MainElapsedTime id: MainElapsedTime
@ -137,10 +182,10 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MainElapsedTime id: MainElapsedTime
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 17 startLine: 23
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -171,50 +216,46 @@ items:
- Public - Public
- Get - Get
- Protected Set - Protected Set
- uid: TinyLife.Actions.MultiAction.Handler - uid: TinyLife.Actions.MultiAction.InProgressTime
commentId: F:TinyLife.Actions.MultiAction.Handler commentId: P:TinyLife.Actions.MultiAction.InProgressTime
id: Handler id: InProgressTime
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
langs: langs:
- csharp - csharp
- vb - vb
name: Handler name: InProgressTime
nameWithType: MultiAction.Handler nameWithType: MultiAction.InProgressTime
fullName: TinyLife.Actions.MultiAction.Handler fullName: TinyLife.Actions.MultiAction.InProgressTime
type: Field type: Property
source: source:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Handler id: InProgressTime
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 23 startLine: 27
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nThe <xref href=\"TinyLife.Actions.MultiActionHandler\" data-throw-if-not-resolved=\"false\"></xref> that handles the actions created in <xref href=\"TinyLife.Actions.MultiAction.CreateFirstActions\" data-throw-if-not-resolved=\"false\"></xref>\n" summary: "\nRepresents the amount of time that this action has &quot;properly&quot; been in progress for.\nThis is used by <xref href=\"TinyLife.Actions.MultiAction\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Actions.SocialAction\" data-throw-if-not-resolved=\"false\"></xref> and returns true only once the first actions are completed or the conversation has started, respectively.\nBy default, <xref href=\"TinyLife.Actions.Typeless.TypelessAction.ElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> is returned.\n"
example: [] example: []
syntax: syntax:
content: >- content: public override TimeSpan InProgressTime { get; }
[DataMember] parameters: []
public readonly MultiActionHandler Handler
return: return:
type: TinyLife.Actions.MultiActionHandler type: System.TimeSpan
content.vb: >- description: The amount of time that this action has properly been in progress for
<DataMember> content.vb: Public Overrides ReadOnly Property InProgressTime As TimeSpan
overridden: TinyLife.Actions.Typeless.TypelessAction.InProgressTime
Public ReadOnly Handler As MultiActionHandler overload: TinyLife.Actions.MultiAction.InProgressTime*
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
modifiers.csharp: modifiers.csharp:
- public - public
- readonly - override
- get
modifiers.vb: modifiers.vb:
- Public - Public
- Overrides
- ReadOnly - ReadOnly
- uid: TinyLife.Actions.MultiAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) - uid: TinyLife.Actions.MultiAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
commentId: M: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: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 26 startLine: 30
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -270,10 +311,10 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 37 startLine: 41
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -307,10 +348,10 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize id: AndThenInitialize
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 43 startLine: 47
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -341,10 +382,10 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted id: AndThenIsCompleted
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 50 startLine: 54
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -363,32 +404,32 @@ items:
modifiers.vb: modifiers.vb:
- Protected - Protected
- MustOverride - MustOverride
- 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)
commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
langs: langs:
- csharp - csharp
- vb - vb
name: AndThenUpdate(GameTime, TimeSpan, GameSpeed) name: AndThenUpdate(GameTime, TimeSpan, Single)
nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed) nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate id: AndThenUpdate
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 60 startLine: 64
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nMultiAction version of <xref href=\"TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed)\" data-throw-if-not-resolved=\"false\"></xref>.\nThis method is called every update frame while the main action is active.\nBy default, only <xref href=\"TinyLife.Actions.MultiAction.MainElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> is increased.\n" summary: "\nMultiAction version of <xref href=\"TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>.\nThis method is called every update frame while the main action is active.\nBy default, only <xref href=\"TinyLife.Actions.MultiAction.MainElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> is increased.\n"
example: [] example: []
syntax: syntax:
content: protected virtual void AndThenUpdate(GameTime time, TimeSpan passedInGame, GameSpeed speed) content: protected virtual void AndThenUpdate(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters: parameters:
- id: time - id: time
type: Microsoft.Xna.Framework.GameTime type: Microsoft.Xna.Framework.GameTime
@ -396,10 +437,10 @@ items:
- id: passedInGame - id: passedInGame
type: System.TimeSpan type: System.TimeSpan
description: The amount of time that has passed, in game time description: The amount of time that has passed, in game time
- id: speed - id: speedMultiplier
type: TinyLife.GameSpeed type: System.Single
description: The game&apos;s speed description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Protected Overridable Sub AndThenUpdate(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed) content.vb: Protected Overridable Sub AndThenUpdate(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overload: TinyLife.Actions.MultiAction.AndThenUpdate* overload: TinyLife.Actions.MultiAction.AndThenUpdate*
modifiers.csharp: modifiers.csharp:
- protected - protected
@ -422,10 +463,10 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted id: AndThenOnCompleted
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 69 startLine: 73
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -460,10 +501,10 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PreInitialize id: PreInitialize
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 76 startLine: 80
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -479,32 +520,32 @@ items:
modifiers.vb: modifiers.vb:
- Protected - Protected
- Overridable - Overridable
- 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)
commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
langs: langs:
- csharp - csharp
- vb - vb
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: MultiAction.Update(GameTime, TimeSpan, GameSpeed) nameWithType: MultiAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 80 startLine: 84
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the <xref href=\"TinyLife.Actions.Typeless.TypelessAction.ElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> is modified in this method and <xref href=\"TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action%2cMicrosoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> is called.\n" summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the <xref href=\"TinyLife.Actions.Typeless.TypelessAction.ElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> is modified in this method and <xref href=\"TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action%2cMicrosoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> is called.\n"
example: [] example: []
syntax: 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: parameters:
- id: time - id: time
type: Microsoft.Xna.Framework.GameTime type: Microsoft.Xna.Framework.GameTime
@ -512,11 +553,11 @@ items:
- id: passedInGame - id: passedInGame
type: System.TimeSpan type: System.TimeSpan
description: The amount of time that has passed, in game time description: The amount of time that has passed, in game time
- id: speed - id: speedMultiplier
type: TinyLife.GameSpeed type: System.Single
description: The game&apos;s current speed setting description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Public NotOverridable Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed) 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,TinyLife.GameSpeed) overridden: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.MultiAction.Update* overload: TinyLife.Actions.MultiAction.Update*
modifiers.csharp: modifiers.csharp:
- public - public
@ -541,10 +582,10 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 95 startLine: 99
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -578,10 +619,10 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted id: IsCompleted
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 103 startLine: 107
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -618,10 +659,10 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 112 startLine: 116
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -659,10 +700,10 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 119 startLine: 123
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -701,10 +742,10 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel id: CanCancel
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 124 startLine: 128
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -728,44 +769,6 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- Overrides - 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 &quot;properly&quot; been in progress for.\nThis is used by <xref href=\"TinyLife.Actions.MultiAction\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Actions.SocialAction\" data-throw-if-not-resolved=\"false\"></xref> and returns true only once the first actions are completed or the conversation has started, respectively.\nBy default, <xref href=\"TinyLife.Actions.Typeless.TypelessAction.ElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> 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) - uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
id: GoToActionLocation(TinyLife.Objects.ObjectCategory) id: GoToActionLocation(TinyLife.Objects.ObjectCategory)
@ -781,10 +784,10 @@ items:
remote: remote:
path: TinyLife/Actions/MultiAction.cs path: TinyLife/Actions/MultiAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoToActionLocation id: GoToActionLocation
path: Actions/MultiAction.cs path: Actions/MultiAction.cs
startLine: 139 startLine: 138
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1232,40 +1235,18 @@ references:
name: PlayerPromptOpen name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.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 - uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail name: ForceFail
nameWithType: TypelessAction.ForceFail nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.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) - 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) commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
@ -1796,15 +1777,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true isExternal: true
name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32) fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1819,10 +1800,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1849,7 +1831,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1864,10 +1846,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -2080,14 +2063,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: Sit(Person, Furniture, GameSpeed, ActionSpot) isExternal: true
nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot) name: Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.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: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2108,10 +2092,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -2123,7 +2108,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2144,10 +2129,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -3624,30 +3610,6 @@ references:
name: TinyLife.Utilities name: TinyLife.Utilities
nameWithType: TinyLife.Utilities nameWithType: TinyLife.Utilities
fullName: 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 - uid: TinyLife.Actions.MultiActionHandler
commentId: T:TinyLife.Actions.MultiActionHandler commentId: T:TinyLife.Actions.MultiActionHandler
parent: TinyLife.Actions parent: TinyLife.Actions
@ -3682,6 +3644,41 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) 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* - uid: TinyLife.Actions.MultiAction.#ctor*
commentId: Overload:TinyLife.Actions.MultiAction.#ctor commentId: Overload:TinyLife.Actions.MultiAction.#ctor
name: MultiAction name: MultiAction
@ -3835,15 +3832,15 @@ references:
name: CompletionType name: CompletionType
nameWithType: CompletionType nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType fullName: TinyLife.Actions.CompletionType
- 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)
commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
isExternal: true isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: MultiAction.Update(GameTime, TimeSpan, GameSpeed) nameWithType: MultiAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: Update
nameWithType: MultiAction.Update nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update fullName: TinyLife.Actions.MultiAction.Update
@ -3866,15 +3863,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Update
nameWithType: MultiAction.Update nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update fullName: TinyLife.Actions.MultiAction.Update
@ -3897,10 +3895,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -3910,6 +3909,9 @@ references:
name: MainElapsedTime name: MainElapsedTime
nameWithType: MultiAction.MainElapsedTime nameWithType: MultiAction.MainElapsedTime
fullName: TinyLife.Actions.MultiAction.MainElapsedTime fullName: TinyLife.Actions.MultiAction.MainElapsedTime
- uid: TinyLife.GameImpl.Speed
commentId: P:TinyLife.GameImpl.Speed
isExternal: true
- uid: TinyLife.Actions.MultiAction.AndThenUpdate* - uid: TinyLife.Actions.MultiAction.AndThenUpdate*
commentId: Overload:TinyLife.Actions.MultiAction.AndThenUpdate commentId: Overload:TinyLife.Actions.MultiAction.AndThenUpdate
name: AndThenUpdate name: AndThenUpdate
@ -3922,23 +3924,19 @@ references:
name: GameTime name: GameTime
nameWithType: GameTime nameWithType: GameTime
fullName: Microsoft.Xna.Framework.GameTime fullName: Microsoft.Xna.Framework.GameTime
- uid: TinyLife.GameSpeed - uid: System.Single
commentId: T:TinyLife.GameSpeed commentId: T:System.Single
parent: TinyLife parent: System
name: GameSpeed isExternal: true
nameWithType: GameSpeed name: Single
fullName: TinyLife.GameSpeed nameWithType: Single
fullName: System.Single
- uid: Microsoft.Xna.Framework - uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework commentId: N:Microsoft.Xna.Framework
isExternal: true isExternal: true
name: Microsoft.Xna.Framework name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework nameWithType: Microsoft.Xna.Framework
fullName: 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) - uid: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
@ -4013,15 +4011,15 @@ references:
name: PreInitialize name: PreInitialize
nameWithType: MultiAction.PreInitialize nameWithType: MultiAction.PreInitialize
fullName: TinyLife.Actions.MultiAction.PreInitialize fullName: TinyLife.Actions.MultiAction.PreInitialize
- 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)
commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
isExternal: true isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: Action.Update(GameTime, TimeSpan, GameSpeed) nameWithType: Action.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: Update
nameWithType: Action.Update nameWithType: Action.Update
fullName: TinyLife.Actions.Action.Update fullName: TinyLife.Actions.Action.Update
@ -4044,15 +4042,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Update
nameWithType: Action.Update nameWithType: Action.Update
fullName: TinyLife.Actions.Action.Update fullName: TinyLife.Actions.Action.Update
@ -4075,10 +4074,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -4283,39 +4283,6 @@ references:
name: CanCancel name: CanCancel
nameWithType: MultiAction.CanCancel nameWithType: MultiAction.CanCancel
fullName: TinyLife.Actions.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 - uid: TinyLife.Actions.ActionType.GoHere
commentId: F:TinyLife.Actions.ActionType.GoHere commentId: F:TinyLife.Actions.ActionType.GoHere
isExternal: true isExternal: true

View file

@ -9,7 +9,7 @@ items:
- TinyLife.Actions.MultiActionHandler.Initialize(System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction}) - TinyLife.Actions.MultiActionHandler.Initialize(System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction})
- TinyLife.Actions.MultiActionHandler.IsCompleted - TinyLife.Actions.MultiActionHandler.IsCompleted
- TinyLife.Actions.MultiActionHandler.OnCompleted(TinyLife.Actions.CompletionType) - 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) - TinyLife.Actions.MultiActionHandler.Validate(TinyLife.Objects.Person)
langs: langs:
- csharp - csharp
@ -22,14 +22,14 @@ items:
remote: remote:
path: TinyLife/Actions/MultiActionHandler.cs path: TinyLife/Actions/MultiActionHandler.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MultiActionHandler id: MultiActionHandler
path: Actions/MultiActionHandler.cs path: Actions/MultiActionHandler.cs
startLine: 13 startLine: 13
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nA multi action handler is a handler that is used by <xref href=\"TinyLife.Actions.MultiAction\" data-throw-if-not-resolved=\"false\"></xref>, which handles a set of underlying actions that should be executed in a row.\nNote that, when using this class, <xref href=\"TinyLife.Actions.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed)\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Actions.MultiActionHandler.Validate(TinyLife.Objects.Person)\" data-throw-if-not-resolved=\"false\"></xref> and especially <xref href=\"TinyLife.Actions.MultiActionHandler.OnCompleted(TinyLife.Actions.CompletionType)\" data-throw-if-not-resolved=\"false\"></xref> have to be called in the appropriate places.\n" summary: "\nA multi action handler is a handler that is used by <xref href=\"TinyLife.Actions.MultiAction\" data-throw-if-not-resolved=\"false\"></xref>, which handles a set of underlying actions that should be executed in a row.\nNote that, when using this class, <xref href=\"TinyLife.Actions.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Actions.MultiActionHandler.Validate(TinyLife.Objects.Person)\" data-throw-if-not-resolved=\"false\"></xref> and especially <xref href=\"TinyLife.Actions.MultiActionHandler.OnCompleted(TinyLife.Actions.CompletionType)\" data-throw-if-not-resolved=\"false\"></xref> have to be called in the appropriate places.\n"
example: [] example: []
syntax: syntax:
content: >- content: >-
@ -77,7 +77,7 @@ items:
remote: remote:
path: TinyLife/Actions/MultiActionHandler.cs path: TinyLife/Actions/MultiActionHandler.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Actions id: Actions
path: Actions/MultiActionHandler.cs path: Actions/MultiActionHandler.cs
startLine: 20 startLine: 20
@ -124,7 +124,7 @@ items:
remote: remote:
path: TinyLife/Actions/MultiActionHandler.cs path: TinyLife/Actions/MultiActionHandler.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: Actions/MultiActionHandler.cs path: Actions/MultiActionHandler.cs
startLine: 29 startLine: 29
@ -148,32 +148,32 @@ items:
- Public - Public
fullName.vb: TinyLife.Actions.MultiActionHandler.Initialize(System.Collections.Generic.IEnumerable(Of TinyLife.Actions.Typeless.TypelessAction)) fullName.vb: TinyLife.Actions.MultiActionHandler.Initialize(System.Collections.Generic.IEnumerable(Of TinyLife.Actions.Typeless.TypelessAction))
name.vb: Initialize(IEnumerable(Of TypelessAction)) name.vb: Initialize(IEnumerable(Of TypelessAction))
- uid: 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,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiActionHandler parent: TinyLife.Actions.MultiActionHandler
langs: langs:
- csharp - csharp
- vb - vb
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: MultiActionHandler.Update(GameTime, TimeSpan, GameSpeed) nameWithType: MultiActionHandler.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Actions/MultiActionHandler.cs path: TinyLife/Actions/MultiActionHandler.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: Actions/MultiActionHandler.cs path: Actions/MultiActionHandler.cs
startLine: 56 startLine: 56
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nUpdates this multi action handler, advancing all of the <xref href=\"TinyLife.Actions.MultiActionHandler.Actions\" data-throw-if-not-resolved=\"false\"></xref>, if there are any\nThis action should be called at the end of <xref href=\"TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed)\" data-throw-if-not-resolved=\"false\"></xref> or any derived methods.\n" summary: "\nUpdates this multi action handler, advancing all of the <xref href=\"TinyLife.Actions.MultiActionHandler.Actions\" data-throw-if-not-resolved=\"false\"></xref>, if there are any\nThis action should be called at the end of <xref href=\"TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref> or any derived methods.\n"
example: [] example: []
syntax: syntax:
content: public void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed) content: public void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters: parameters:
- id: time - id: time
type: Microsoft.Xna.Framework.GameTime type: Microsoft.Xna.Framework.GameTime
@ -181,10 +181,10 @@ items:
- id: passedInGame - id: passedInGame
type: System.TimeSpan type: System.TimeSpan
description: The amount of time that has passed in game since the last time this method was called description: The amount of time that has passed in game since the last time this method was called
- id: speed - id: speedMultiplier
type: TinyLife.GameSpeed type: System.Single
description: The game&apos;s current speed description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Public Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed) content.vb: Public Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overload: TinyLife.Actions.MultiActionHandler.Update* overload: TinyLife.Actions.MultiActionHandler.Update*
modifiers.csharp: modifiers.csharp:
- public - public
@ -205,7 +205,7 @@ items:
remote: remote:
path: TinyLife/Actions/MultiActionHandler.cs path: TinyLife/Actions/MultiActionHandler.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: Actions/MultiActionHandler.cs path: Actions/MultiActionHandler.cs
startLine: 77 startLine: 77
@ -244,7 +244,7 @@ items:
remote: remote:
path: TinyLife/Actions/MultiActionHandler.cs path: TinyLife/Actions/MultiActionHandler.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted id: IsCompleted
path: Actions/MultiActionHandler.cs path: Actions/MultiActionHandler.cs
startLine: 94 startLine: 94
@ -279,7 +279,7 @@ items:
remote: remote:
path: TinyLife/Actions/MultiActionHandler.cs path: TinyLife/Actions/MultiActionHandler.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: Actions/MultiActionHandler.cs path: Actions/MultiActionHandler.cs
startLine: 111 startLine: 111
@ -310,8 +310,8 @@ references:
name: MultiAction name: MultiAction
nameWithType: MultiAction nameWithType: MultiAction
fullName: TinyLife.Actions.MultiAction fullName: TinyLife.Actions.MultiAction
- uid: 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,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
isExternal: true isExternal: true
- uid: TinyLife.Actions.MultiActionHandler.Validate(TinyLife.Objects.Person) - uid: TinyLife.Actions.MultiActionHandler.Validate(TinyLife.Objects.Person)
commentId: M: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 - uid: TinyLife.Actions.MultiActionHandler.Actions
commentId: P:TinyLife.Actions.MultiActionHandler.Actions commentId: P:TinyLife.Actions.MultiActionHandler.Actions
isExternal: true isExternal: true
- 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)
commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
isExternal: true isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: Action.Update(GameTime, TimeSpan, GameSpeed) nameWithType: Action.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: Update
nameWithType: Action.Update nameWithType: Action.Update
fullName: TinyLife.Actions.Action.Update fullName: TinyLife.Actions.Action.Update
@ -916,15 +916,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Update
nameWithType: Action.Update nameWithType: Action.Update
fullName: TinyLife.Actions.Action.Update fullName: TinyLife.Actions.Action.Update
@ -947,13 +948,17 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.GameImpl.Speed
commentId: P:TinyLife.GameImpl.Speed
isExternal: true
- uid: TinyLife.Actions.MultiActionHandler.Update* - uid: TinyLife.Actions.MultiActionHandler.Update*
commentId: Overload:TinyLife.Actions.MultiActionHandler.Update commentId: Overload:TinyLife.Actions.MultiActionHandler.Update
name: Update name: Update
@ -973,12 +978,13 @@ references:
name: TimeSpan name: TimeSpan
nameWithType: TimeSpan nameWithType: TimeSpan
fullName: System.TimeSpan fullName: System.TimeSpan
- uid: TinyLife.GameSpeed - uid: System.Single
commentId: T:TinyLife.GameSpeed commentId: T:System.Single
parent: TinyLife parent: System
name: GameSpeed isExternal: true
nameWithType: GameSpeed name: Single
fullName: TinyLife.GameSpeed nameWithType: Single
fullName: System.Single
- uid: TinyLife.Actions.Action - uid: TinyLife.Actions.Action
commentId: T:TinyLife.Actions.Action commentId: T:TinyLife.Actions.Action
parent: TinyLife.Actions parent: TinyLife.Actions
@ -991,11 +997,6 @@ references:
name: Microsoft.Xna.Framework name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework nameWithType: Microsoft.Xna.Framework
fullName: 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) - uid: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.Validate(TinyLife.Objects.Person) commentId: M:TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action

View file

@ -7,7 +7,7 @@ items:
children: children:
- TinyLife.Actions.OutOfTownAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType[]) - TinyLife.Actions.OutOfTownAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType[])
- TinyLife.Actions.OutOfTownAction.AndThenInitialize - 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.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
- TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed - TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed
- TinyLife.Actions.OutOfTownAction.CreateFirstActions - TinyLife.Actions.OutOfTownAction.CreateFirstActions
@ -25,7 +25,7 @@ items:
remote: remote:
path: TinyLife/Actions/OutOfTownAction.cs path: TinyLife/Actions/OutOfTownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OutOfTownAction id: OutOfTownAction
path: Actions/OutOfTownAction.cs path: Actions/OutOfTownAction.cs
startLine: 15 startLine: 15
@ -51,18 +51,18 @@ items:
implements: implements:
- MLEM.Misc.IGenericDataHolder - MLEM.Misc.IGenericDataHolder
inheritedMembers: inheritedMembers:
- TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.Handler - TinyLife.Actions.MultiAction.Handler
- TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.InProgressTime
- TinyLife.Actions.MultiAction.AndThenIsCompleted - TinyLife.Actions.MultiAction.AndThenIsCompleted
- TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.PreInitialize - 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.Initialize
- TinyLife.Actions.MultiAction.IsCompleted - TinyLife.Actions.MultiAction.IsCompleted
- TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) - TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
- TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) - TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
- TinyLife.Actions.MultiAction.GetInProgressTime
- TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) - TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
- TinyLife.Actions.Action.Type - TinyLife.Actions.Action.Type
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
@ -79,17 +79,17 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person - TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime - TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen - TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail - 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.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.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.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.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.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.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.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.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.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) - 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: remote:
path: TinyLife/Actions/OutOfTownAction.cs path: TinyLife/Actions/OutOfTownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedsToTakeCareOf id: NeedsToTakeCareOf
path: Actions/OutOfTownAction.cs path: Actions/OutOfTownAction.cs
startLine: 22 startLine: 22
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions 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 <xref href=\"TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed)\" data-throw-if-not-resolved=\"false\"></xref> 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 <xref href=\"TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref> if it is below 35%.\nNote that this value is not saved to disk, and should be provided by a subclass constructor.\n"
example: [] example: []
syntax: syntax:
content: protected readonly NeedType[] NeedsToTakeCareOf content: protected readonly NeedType[] NeedsToTakeCareOf
@ -168,7 +168,7 @@ items:
remote: remote:
path: TinyLife/Actions/OutOfTownAction.cs path: TinyLife/Actions/OutOfTownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Actions/OutOfTownAction.cs path: Actions/OutOfTownAction.cs
startLine: 35 startLine: 35
@ -216,7 +216,7 @@ items:
remote: remote:
path: TinyLife/Actions/OutOfTownAction.cs path: TinyLife/Actions/OutOfTownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: Actions/OutOfTownAction.cs path: Actions/OutOfTownAction.cs
startLine: 41 startLine: 41
@ -254,7 +254,7 @@ items:
remote: remote:
path: TinyLife/Actions/OutOfTownAction.cs path: TinyLife/Actions/OutOfTownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize id: AndThenInitialize
path: Actions/OutOfTownAction.cs path: Actions/OutOfTownAction.cs
startLine: 50 startLine: 50
@ -274,32 +274,32 @@ items:
modifiers.vb: modifiers.vb:
- Protected - Protected
- Overrides - Overrides
- 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)
commentId: M:TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.OutOfTownAction parent: TinyLife.Actions.OutOfTownAction
langs: langs:
- csharp - csharp
- vb - vb
name: AndThenUpdate(GameTime, TimeSpan, GameSpeed) name: AndThenUpdate(GameTime, TimeSpan, Single)
nameWithType: OutOfTownAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed) nameWithType: OutOfTownAction.AndThenUpdate(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Actions/OutOfTownAction.cs path: TinyLife/Actions/OutOfTownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate id: AndThenUpdate
path: Actions/OutOfTownAction.cs path: Actions/OutOfTownAction.cs
startLine: 56 startLine: 56
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nMultiAction version of <xref href=\"TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed)\" data-throw-if-not-resolved=\"false\"></xref>.\nThis method is called every update frame while the main action is active.\nBy default, only <xref href=\"TinyLife.Actions.MultiAction.MainElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> is increased.\n" summary: "\nMultiAction version of <xref href=\"TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>.\nThis method is called every update frame while the main action is active.\nBy default, only <xref href=\"TinyLife.Actions.MultiAction.MainElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> is increased.\n"
example: [] example: []
syntax: syntax:
content: protected override void AndThenUpdate(GameTime time, TimeSpan passedInGame, GameSpeed speed) content: protected override void AndThenUpdate(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters: parameters:
- id: time - id: time
type: Microsoft.Xna.Framework.GameTime type: Microsoft.Xna.Framework.GameTime
@ -307,11 +307,11 @@ items:
- id: passedInGame - id: passedInGame
type: System.TimeSpan type: System.TimeSpan
description: The amount of time that has passed, in game time description: The amount of time that has passed, in game time
- id: speed - id: speedMultiplier
type: TinyLife.GameSpeed type: System.Single
description: The game&apos;s speed description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Protected Overrides Sub AndThenUpdate(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed) 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,TinyLife.GameSpeed) overridden: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.OutOfTownAction.AndThenUpdate* overload: TinyLife.Actions.OutOfTownAction.AndThenUpdate*
modifiers.csharp: modifiers.csharp:
- protected - protected
@ -334,7 +334,7 @@ items:
remote: remote:
path: TinyLife/Actions/OutOfTownAction.cs path: TinyLife/Actions/OutOfTownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction id: GetNextAction
path: Actions/OutOfTownAction.cs path: Actions/OutOfTownAction.cs
startLine: 78 startLine: 78
@ -376,7 +376,7 @@ items:
remote: remote:
path: TinyLife/Actions/OutOfTownAction.cs path: TinyLife/Actions/OutOfTownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanEnqueueConversation id: CanEnqueueConversation
path: Actions/OutOfTownAction.cs path: Actions/OutOfTownAction.cs
startLine: 83 startLine: 83
@ -421,7 +421,7 @@ items:
remote: remote:
path: TinyLife/Actions/OutOfTownAction.cs path: TinyLife/Actions/OutOfTownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CausesExtremelyFastSpeed id: CausesExtremelyFastSpeed
path: Actions/OutOfTownAction.cs path: Actions/OutOfTownAction.cs
startLine: 88 startLine: 88
@ -459,7 +459,7 @@ items:
remote: remote:
path: TinyLife/Actions/OutOfTownAction.cs path: TinyLife/Actions/OutOfTownAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetClosestExitRoad id: GetClosestExitRoad
path: Actions/OutOfTownAction.cs path: Actions/OutOfTownAction.cs
startLine: 97 startLine: 97
@ -530,18 +530,24 @@ references:
name: IGenericDataHolder name: IGenericDataHolder
nameWithType: IGenericDataHolder nameWithType: IGenericDataHolder
fullName: MLEM.Misc.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 - uid: TinyLife.Actions.MultiAction.Handler
commentId: F:TinyLife.Actions.MultiAction.Handler commentId: F:TinyLife.Actions.MultiAction.Handler
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
name: Handler name: Handler
nameWithType: MultiAction.Handler nameWithType: MultiAction.Handler
fullName: TinyLife.Actions.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 - uid: TinyLife.Actions.MultiAction.AndThenIsCompleted
commentId: M:TinyLife.Actions.MultiAction.AndThenIsCompleted commentId: M:TinyLife.Actions.MultiAction.AndThenIsCompleted
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
@ -634,15 +640,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
isExternal: true isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: MultiAction.Update(GameTime, TimeSpan, GameSpeed) nameWithType: MultiAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: Update
nameWithType: MultiAction.Update nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update fullName: TinyLife.Actions.MultiAction.Update
@ -665,15 +671,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Update
nameWithType: MultiAction.Update nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update fullName: TinyLife.Actions.MultiAction.Update
@ -696,10 +703,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -867,34 +875,6 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) 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) - uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
@ -1199,40 +1179,18 @@ references:
name: PlayerPromptOpen name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.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 - uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail name: ForceFail
nameWithType: TypelessAction.ForceFail nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.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) - 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) commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
@ -1763,15 +1721,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true isExternal: true
name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32) fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1786,10 +1744,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1816,7 +1775,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1831,10 +1790,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -2047,14 +2007,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: Sit(Person, Furniture, GameSpeed, ActionSpot) isExternal: true
nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot) name: Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.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: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2075,10 +2036,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -2090,7 +2052,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2111,10 +2073,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -3591,15 +3554,15 @@ references:
name: TinyLife.Utilities name: TinyLife.Utilities
nameWithType: TinyLife.Utilities nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities fullName: TinyLife.Utilities
- 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)
commentId: M:TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.OutOfTownAction parent: TinyLife.Actions.OutOfTownAction
isExternal: true isExternal: true
name: AndThenUpdate(GameTime, TimeSpan, GameSpeed) name: AndThenUpdate(GameTime, TimeSpan, Single)
nameWithType: OutOfTownAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed) nameWithType: OutOfTownAction.AndThenUpdate(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: AndThenUpdate
nameWithType: OutOfTownAction.AndThenUpdate nameWithType: OutOfTownAction.AndThenUpdate
fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate
@ -3622,15 +3585,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: AndThenUpdate
nameWithType: OutOfTownAction.AndThenUpdate nameWithType: OutOfTownAction.AndThenUpdate
fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate
@ -3653,10 +3617,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -3867,15 +3832,15 @@ references:
name: AndThenInitialize name: AndThenInitialize
nameWithType: OutOfTownAction.AndThenInitialize nameWithType: OutOfTownAction.AndThenInitialize
fullName: TinyLife.Actions.OutOfTownAction.AndThenInitialize fullName: TinyLife.Actions.OutOfTownAction.AndThenInitialize
- 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)
commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
isExternal: true isExternal: true
name: AndThenUpdate(GameTime, TimeSpan, GameSpeed) name: AndThenUpdate(GameTime, TimeSpan, Single)
nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed) nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@ -3898,15 +3863,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@ -3929,10 +3895,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -3955,23 +3922,19 @@ references:
name: TimeSpan name: TimeSpan
nameWithType: TimeSpan nameWithType: TimeSpan
fullName: System.TimeSpan fullName: System.TimeSpan
- uid: TinyLife.GameSpeed - uid: System.Single
commentId: T:TinyLife.GameSpeed commentId: T:System.Single
parent: TinyLife parent: System
name: GameSpeed isExternal: true
nameWithType: GameSpeed name: Single
fullName: TinyLife.GameSpeed nameWithType: Single
fullName: System.Single
- uid: Microsoft.Xna.Framework - uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework commentId: N:Microsoft.Xna.Framework
isExternal: true isExternal: true
name: Microsoft.Xna.Framework name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework nameWithType: Microsoft.Xna.Framework
fullName: 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) - uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action

View file

@ -15,7 +15,7 @@ items:
- TinyLife.Actions.PathfindAction.Path - TinyLife.Actions.PathfindAction.Path
- TinyLife.Actions.PathfindAction.PathReady - TinyLife.Actions.PathfindAction.PathReady
- TinyLife.Actions.PathfindAction.SpeedMultiplier - 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) - TinyLife.Actions.PathfindAction.Validate(TinyLife.Objects.Person)
langs: langs:
- csharp - csharp
@ -28,7 +28,7 @@ items:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PathfindAction id: PathfindAction
path: Actions/PathfindAction.cs path: Actions/PathfindAction.cs
startLine: 16 startLine: 16
@ -72,18 +72,18 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person - TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime - TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen - TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- TinyLife.Actions.Typeless.TypelessAction.InProgressTime
- TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail - 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.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.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.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.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.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.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.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.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.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) - 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: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeedMultiplier id: SpeedMultiplier
path: Actions/PathfindAction.cs path: Actions/PathfindAction.cs
startLine: 23 startLine: 23
@ -170,7 +170,7 @@ items:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Path id: Path
path: Actions/PathfindAction.cs path: Actions/PathfindAction.cs
startLine: 29 startLine: 29
@ -207,7 +207,7 @@ items:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PathReady id: PathReady
path: Actions/PathfindAction.cs path: Actions/PathfindAction.cs
startLine: 33 startLine: 33
@ -244,7 +244,7 @@ items:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Actions/PathfindAction.cs path: Actions/PathfindAction.cs
startLine: 36 startLine: 36
@ -283,7 +283,7 @@ items:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindPath id: FindPath
path: Actions/PathfindAction.cs path: Actions/PathfindAction.cs
startLine: 44 startLine: 44
@ -324,7 +324,7 @@ items:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSpeed id: GetSpeed
path: Actions/PathfindAction.cs path: Actions/PathfindAction.cs
startLine: 50 startLine: 50
@ -361,7 +361,7 @@ items:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnPathReady id: OnPathReady
path: Actions/PathfindAction.cs path: Actions/PathfindAction.cs
startLine: 56 startLine: 56
@ -395,7 +395,7 @@ items:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: Actions/PathfindAction.cs path: Actions/PathfindAction.cs
startLine: 60 startLine: 60
@ -415,32 +415,32 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- Overrides - Overrides
- 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)
commentId: M:TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.PathfindAction parent: TinyLife.Actions.PathfindAction
langs: langs:
- csharp - csharp
- vb - vb
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: PathfindAction.Update(GameTime, TimeSpan, GameSpeed) nameWithType: PathfindAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: Actions/PathfindAction.cs path: Actions/PathfindAction.cs
startLine: 72 startLine: 72
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the <xref href=\"TinyLife.Actions.Typeless.TypelessAction.ElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> is modified in this method and <xref href=\"TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action%2cMicrosoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> is called.\n" summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the <xref href=\"TinyLife.Actions.Typeless.TypelessAction.ElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> is modified in this method and <xref href=\"TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action%2cMicrosoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> is called.\n"
example: [] example: []
syntax: syntax:
content: public override void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed) content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters: parameters:
- id: time - id: time
type: Microsoft.Xna.Framework.GameTime type: Microsoft.Xna.Framework.GameTime
@ -448,11 +448,11 @@ items:
- id: passedInGame - id: passedInGame
type: System.TimeSpan type: System.TimeSpan
description: The amount of time that has passed, in game time description: The amount of time that has passed, in game time
- id: speed - id: speedMultiplier
type: TinyLife.GameSpeed type: System.Single
description: The game&apos;s current speed setting description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed) 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,TinyLife.GameSpeed) overridden: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.PathfindAction.Update* overload: TinyLife.Actions.PathfindAction.Update*
modifiers.csharp: modifiers.csharp:
- public - public
@ -475,7 +475,7 @@ items:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted id: IsCompleted
path: Actions/PathfindAction.cs path: Actions/PathfindAction.cs
startLine: 98 startLine: 98
@ -513,7 +513,7 @@ items:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: Actions/PathfindAction.cs path: Actions/PathfindAction.cs
startLine: 109 startLine: 109
@ -552,7 +552,7 @@ items:
remote: remote:
path: TinyLife/Actions/PathfindAction.cs path: TinyLife/Actions/PathfindAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: Actions/PathfindAction.cs path: Actions/PathfindAction.cs
startLine: 120 startLine: 120
@ -1039,68 +1039,24 @@ references:
name: PlayerPromptOpen name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.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 - uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail name: ForceFail
nameWithType: TypelessAction.ForceFail nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.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) - 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) commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
@ -1631,15 +1587,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true isExternal: true
name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32) fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1654,10 +1610,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1684,7 +1641,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1699,10 +1656,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1915,14 +1873,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: Sit(Person, Furniture, GameSpeed, ActionSpot) isExternal: true
nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot) name: Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.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: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -1943,10 +1902,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1958,7 +1918,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -1979,10 +1939,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -3844,15 +3805,15 @@ references:
name: Initialize name: Initialize
nameWithType: PathfindAction.Initialize nameWithType: PathfindAction.Initialize
fullName: TinyLife.Actions.PathfindAction.Initialize fullName: TinyLife.Actions.PathfindAction.Initialize
- 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)
commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
isExternal: true isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: Action.Update(GameTime, TimeSpan, GameSpeed) nameWithType: Action.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: Update
nameWithType: Action.Update nameWithType: Action.Update
fullName: TinyLife.Actions.Action.Update fullName: TinyLife.Actions.Action.Update
@ -3875,15 +3836,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Update
nameWithType: Action.Update nameWithType: Action.Update
fullName: TinyLife.Actions.Action.Update fullName: TinyLife.Actions.Action.Update
@ -3906,10 +3868,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -3932,17 +3895,6 @@ references:
name: TimeSpan name: TimeSpan
nameWithType: TimeSpan nameWithType: TimeSpan
fullName: System.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 - uid: TinyLife.Actions.Typeless.TypelessAction.IsCompleted
commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsCompleted commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsCompleted
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction

View file

@ -22,7 +22,7 @@ items:
remote: remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PickUpOrSpawnAction id: PickUpOrSpawnAction
path: Actions/PickUpOrSpawnAction.cs path: Actions/PickUpOrSpawnAction.cs
startLine: 9 startLine: 9
@ -46,20 +46,20 @@ items:
implements: implements:
- MLEM.Misc.IGenericDataHolder - MLEM.Misc.IGenericDataHolder
inheritedMembers: inheritedMembers:
- TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.Handler - TinyLife.Actions.MultiAction.Handler
- TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.InProgressTime
- TinyLife.Actions.MultiAction.AndThenInitialize - TinyLife.Actions.MultiAction.AndThenInitialize
- TinyLife.Actions.MultiAction.AndThenIsCompleted - 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.AndThenOnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.PreInitialize - 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.Initialize
- TinyLife.Actions.MultiAction.IsCompleted - TinyLife.Actions.MultiAction.IsCompleted
- TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) - TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
- TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) - TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
- TinyLife.Actions.MultiAction.GetInProgressTime
- TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) - TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
- TinyLife.Actions.Action.Type - TinyLife.Actions.Action.Type
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
@ -78,17 +78,17 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person - TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime - TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen - TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail - 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.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.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.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.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.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.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.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.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.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) - 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: remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ItemCategory id: ItemCategory
path: Actions/PickUpOrSpawnAction.cs path: Actions/PickUpOrSpawnAction.cs
startLine: 14 startLine: 14
@ -171,7 +171,7 @@ items:
remote: remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ItemToSpawn id: ItemToSpawn
path: Actions/PickUpOrSpawnAction.cs path: Actions/PickUpOrSpawnAction.cs
startLine: 18 startLine: 18
@ -210,7 +210,7 @@ items:
remote: remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColorsToSpawn id: ColorsToSpawn
path: Actions/PickUpOrSpawnAction.cs path: Actions/PickUpOrSpawnAction.cs
startLine: 23 startLine: 23
@ -249,7 +249,7 @@ items:
remote: remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Actions/PickUpOrSpawnAction.cs path: Actions/PickUpOrSpawnAction.cs
startLine: 26 startLine: 26
@ -288,7 +288,7 @@ items:
remote: remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: Actions/PickUpOrSpawnAction.cs path: Actions/PickUpOrSpawnAction.cs
startLine: 30 startLine: 30
@ -326,7 +326,7 @@ items:
remote: remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject id: GetIconObject
path: Actions/PickUpOrSpawnAction.cs path: Actions/PickUpOrSpawnAction.cs
startLine: 44 startLine: 44
@ -403,18 +403,24 @@ references:
name: IGenericDataHolder name: IGenericDataHolder
nameWithType: IGenericDataHolder nameWithType: IGenericDataHolder
fullName: MLEM.Misc.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 - uid: TinyLife.Actions.MultiAction.Handler
commentId: F:TinyLife.Actions.MultiAction.Handler commentId: F:TinyLife.Actions.MultiAction.Handler
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
name: Handler name: Handler
nameWithType: MultiAction.Handler nameWithType: MultiAction.Handler
fullName: TinyLife.Actions.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 - uid: TinyLife.Actions.MultiAction.AndThenInitialize
commentId: M:TinyLife.Actions.MultiAction.AndThenInitialize commentId: M:TinyLife.Actions.MultiAction.AndThenInitialize
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
@ -471,15 +477,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
isExternal: true isExternal: true
name: AndThenUpdate(GameTime, TimeSpan, GameSpeed) name: AndThenUpdate(GameTime, TimeSpan, Single)
nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed) nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@ -502,15 +508,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@ -533,10 +540,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -604,15 +612,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
isExternal: true isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: MultiAction.Update(GameTime, TimeSpan, GameSpeed) nameWithType: MultiAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: Update
nameWithType: MultiAction.Update nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update fullName: TinyLife.Actions.MultiAction.Update
@ -635,15 +643,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Update
nameWithType: MultiAction.Update nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update fullName: TinyLife.Actions.MultiAction.Update
@ -666,10 +675,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -837,34 +847,6 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) 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) - uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
@ -1255,40 +1237,18 @@ references:
name: PlayerPromptOpen name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.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 - uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail name: ForceFail
nameWithType: TypelessAction.ForceFail nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.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) - 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) commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
@ -1819,15 +1779,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true isExternal: true
name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32) fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1842,10 +1802,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1872,7 +1833,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1887,10 +1848,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -2103,14 +2065,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: Sit(Person, Furniture, GameSpeed, ActionSpot) isExternal: true
nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot) name: Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.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: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2131,10 +2094,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -2146,7 +2110,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2167,10 +2131,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '

View file

@ -21,7 +21,7 @@ items:
remote: remote:
path: TinyLife/Actions/PutAwayAction.cs path: TinyLife/Actions/PutAwayAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PutAwayAction id: PutAwayAction
path: Actions/PutAwayAction.cs path: Actions/PutAwayAction.cs
startLine: 10 startLine: 10
@ -45,18 +45,18 @@ items:
implements: implements:
- MLEM.Misc.IGenericDataHolder - MLEM.Misc.IGenericDataHolder
inheritedMembers: inheritedMembers:
- TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.Handler - 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.AndThenOnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.PreInitialize - 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.Initialize
- TinyLife.Actions.MultiAction.IsCompleted - TinyLife.Actions.MultiAction.IsCompleted
- TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) - TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
- TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) - TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
- TinyLife.Actions.MultiAction.GetInProgressTime
- TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) - TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
- TinyLife.Actions.Action.Type - TinyLife.Actions.Action.Type
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
@ -76,17 +76,17 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person - TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime - TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen - TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail - 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.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.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.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.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.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.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.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.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.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) - 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: remote:
path: TinyLife/Actions/PutAwayAction.cs path: TinyLife/Actions/PutAwayAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Items id: Items
path: Actions/PutAwayAction.cs path: Actions/PutAwayAction.cs
startLine: 17 startLine: 17
@ -165,7 +165,7 @@ items:
remote: remote:
path: TinyLife/Actions/PutAwayAction.cs path: TinyLife/Actions/PutAwayAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Actions/PutAwayAction.cs path: Actions/PutAwayAction.cs
startLine: 23 startLine: 23
@ -204,7 +204,7 @@ items:
remote: remote:
path: TinyLife/Actions/PutAwayAction.cs path: TinyLife/Actions/PutAwayAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: Actions/PutAwayAction.cs path: Actions/PutAwayAction.cs
startLine: 27 startLine: 27
@ -242,7 +242,7 @@ items:
remote: remote:
path: TinyLife/Actions/PutAwayAction.cs path: TinyLife/Actions/PutAwayAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize id: AndThenInitialize
path: Actions/PutAwayAction.cs path: Actions/PutAwayAction.cs
startLine: 57 startLine: 57
@ -277,7 +277,7 @@ items:
remote: remote:
path: TinyLife/Actions/PutAwayAction.cs path: TinyLife/Actions/PutAwayAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted id: AndThenIsCompleted
path: Actions/PutAwayAction.cs path: Actions/PutAwayAction.cs
startLine: 62 startLine: 62
@ -351,27 +351,33 @@ references:
name: IGenericDataHolder name: IGenericDataHolder
nameWithType: IGenericDataHolder nameWithType: IGenericDataHolder
fullName: MLEM.Misc.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 - uid: TinyLife.Actions.MultiAction.Handler
commentId: F:TinyLife.Actions.MultiAction.Handler commentId: F:TinyLife.Actions.MultiAction.Handler
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
name: Handler name: Handler
nameWithType: MultiAction.Handler nameWithType: MultiAction.Handler
fullName: TinyLife.Actions.MultiAction.Handler fullName: TinyLife.Actions.MultiAction.Handler
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) - uid: TinyLife.Actions.MultiAction.MainElapsedTime
commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) 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 parent: TinyLife.Actions.MultiAction
isExternal: true isExternal: true
name: AndThenUpdate(GameTime, TimeSpan, GameSpeed) name: AndThenUpdate(GameTime, TimeSpan, Single)
nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed) nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@ -394,15 +400,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@ -425,10 +432,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -496,15 +504,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
isExternal: true isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: MultiAction.Update(GameTime, TimeSpan, GameSpeed) nameWithType: MultiAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: Update
nameWithType: MultiAction.Update nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update fullName: TinyLife.Actions.MultiAction.Update
@ -527,15 +535,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Update
nameWithType: MultiAction.Update nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update fullName: TinyLife.Actions.MultiAction.Update
@ -558,10 +567,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -729,34 +739,6 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) 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) - uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
@ -1175,40 +1157,18 @@ references:
name: PlayerPromptOpen name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.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 - uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail name: ForceFail
nameWithType: TypelessAction.ForceFail nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.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) - 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) commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
@ -1739,15 +1699,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true isExternal: true
name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32) fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1762,10 +1722,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1792,7 +1753,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1807,10 +1768,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -2023,14 +1985,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: Sit(Person, Furniture, GameSpeed, ActionSpot) isExternal: true
nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot) name: Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.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: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2051,10 +2014,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -2066,7 +2030,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2087,10 +2051,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '

View file

@ -21,7 +21,7 @@ items:
remote: remote:
path: TinyLife/Actions/SellAction.cs path: TinyLife/Actions/SellAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SellAction id: SellAction
path: Actions/SellAction.cs path: Actions/SellAction.cs
startLine: 11 startLine: 11
@ -45,18 +45,18 @@ items:
implements: implements:
- MLEM.Misc.IGenericDataHolder - MLEM.Misc.IGenericDataHolder
inheritedMembers: inheritedMembers:
- TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.Handler - 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.AndThenOnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.PreInitialize - 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.Initialize
- TinyLife.Actions.MultiAction.IsCompleted - TinyLife.Actions.MultiAction.IsCompleted
- TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) - TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
- TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) - TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
- TinyLife.Actions.MultiAction.GetInProgressTime
- TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) - TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
- TinyLife.Actions.Action.Type - TinyLife.Actions.Action.Type
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
@ -76,17 +76,17 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person - TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime - TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen - TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail - 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.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.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.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.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.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.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.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.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.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) - 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: remote:
path: TinyLife/Actions/SellAction.cs path: TinyLife/Actions/SellAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Actions/SellAction.cs path: Actions/SellAction.cs
startLine: 14 startLine: 14
@ -167,7 +167,7 @@ items:
remote: remote:
path: TinyLife/Actions/SellAction.cs path: TinyLife/Actions/SellAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: Actions/SellAction.cs path: Actions/SellAction.cs
startLine: 18 startLine: 18
@ -205,7 +205,7 @@ items:
remote: remote:
path: TinyLife/Actions/SellAction.cs path: TinyLife/Actions/SellAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize id: AndThenInitialize
path: Actions/SellAction.cs path: Actions/SellAction.cs
startLine: 34 startLine: 34
@ -240,7 +240,7 @@ items:
remote: remote:
path: TinyLife/Actions/SellAction.cs path: TinyLife/Actions/SellAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted id: AndThenIsCompleted
path: Actions/SellAction.cs path: Actions/SellAction.cs
startLine: 45 startLine: 45
@ -278,7 +278,7 @@ items:
remote: remote:
path: TinyLife/Actions/SellAction.cs path: TinyLife/Actions/SellAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSoldObject id: GetSoldObject
path: Actions/SellAction.cs path: Actions/SellAction.cs
startLine: 56 startLine: 56
@ -360,27 +360,33 @@ references:
name: IGenericDataHolder name: IGenericDataHolder
nameWithType: IGenericDataHolder nameWithType: IGenericDataHolder
fullName: MLEM.Misc.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 - uid: TinyLife.Actions.MultiAction.Handler
commentId: F:TinyLife.Actions.MultiAction.Handler commentId: F:TinyLife.Actions.MultiAction.Handler
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
name: Handler name: Handler
nameWithType: MultiAction.Handler nameWithType: MultiAction.Handler
fullName: TinyLife.Actions.MultiAction.Handler fullName: TinyLife.Actions.MultiAction.Handler
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) - uid: TinyLife.Actions.MultiAction.MainElapsedTime
commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) 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 parent: TinyLife.Actions.MultiAction
isExternal: true isExternal: true
name: AndThenUpdate(GameTime, TimeSpan, GameSpeed) name: AndThenUpdate(GameTime, TimeSpan, Single)
nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed) nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@ -403,15 +409,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@ -434,10 +441,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -505,15 +513,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
isExternal: true isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: MultiAction.Update(GameTime, TimeSpan, GameSpeed) nameWithType: MultiAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: Update
nameWithType: MultiAction.Update nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update fullName: TinyLife.Actions.MultiAction.Update
@ -536,15 +544,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Update
nameWithType: MultiAction.Update nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update fullName: TinyLife.Actions.MultiAction.Update
@ -567,10 +576,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -738,34 +748,6 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) 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) - uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
@ -1184,40 +1166,18 @@ references:
name: PlayerPromptOpen name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.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 - uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail name: ForceFail
nameWithType: TypelessAction.ForceFail nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.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) - 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) commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
@ -1748,15 +1708,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true isExternal: true
name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32) fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1771,10 +1731,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1801,7 +1762,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1816,10 +1777,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -2032,14 +1994,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: Sit(Person, Furniture, GameSpeed, ActionSpot) isExternal: true
nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot) name: Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.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: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2060,10 +2023,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -2075,7 +2039,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2096,10 +2060,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '

View file

@ -8,7 +8,7 @@ items:
- TinyLife.Actions.SitAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) - TinyLife.Actions.SitAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.SitAction.AndThenInitialize - TinyLife.Actions.SitAction.AndThenInitialize
- TinyLife.Actions.SitAction.AndThenIsCompleted - 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.CanMultitask(TinyLife.Actions.Action)
- TinyLife.Actions.SitAction.CreateFirstActions - TinyLife.Actions.SitAction.CreateFirstActions
langs: langs:
@ -22,7 +22,7 @@ items:
remote: remote:
path: TinyLife/Actions/SitAction.cs path: TinyLife/Actions/SitAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SitAction id: SitAction
path: Actions/SitAction.cs path: Actions/SitAction.cs
startLine: 15 startLine: 15
@ -46,17 +46,17 @@ items:
implements: implements:
- MLEM.Misc.IGenericDataHolder - MLEM.Misc.IGenericDataHolder
inheritedMembers: inheritedMembers:
- TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.Handler - TinyLife.Actions.MultiAction.Handler
- TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.InProgressTime
- TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.PreInitialize - 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.Initialize
- TinyLife.Actions.MultiAction.IsCompleted - TinyLife.Actions.MultiAction.IsCompleted
- TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) - TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
- TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) - TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
- TinyLife.Actions.MultiAction.GetInProgressTime
- TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) - TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
- TinyLife.Actions.Action.Type - TinyLife.Actions.Action.Type
- TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) - TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
@ -75,17 +75,17 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person - TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime - TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen - TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail - 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.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.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.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.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.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.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.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.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.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) - 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: remote:
path: TinyLife/Actions/SitAction.cs path: TinyLife/Actions/SitAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Actions/SitAction.cs path: Actions/SitAction.cs
startLine: 18 startLine: 18
@ -166,7 +166,7 @@ items:
remote: remote:
path: TinyLife/Actions/SitAction.cs path: TinyLife/Actions/SitAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: Actions/SitAction.cs path: Actions/SitAction.cs
startLine: 22 startLine: 22
@ -204,7 +204,7 @@ items:
remote: remote:
path: TinyLife/Actions/SitAction.cs path: TinyLife/Actions/SitAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize id: AndThenInitialize
path: Actions/SitAction.cs path: Actions/SitAction.cs
startLine: 27 startLine: 27
@ -224,32 +224,32 @@ items:
modifiers.vb: modifiers.vb:
- Protected - Protected
- Overrides - Overrides
- uid: TinyLife.Actions.SitAction.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,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.SitAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.SitAction parent: TinyLife.Actions.SitAction
langs: langs:
- csharp - csharp
- vb - vb
name: AndThenUpdate(GameTime, TimeSpan, GameSpeed) name: AndThenUpdate(GameTime, TimeSpan, Single)
nameWithType: SitAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed) nameWithType: SitAction.AndThenUpdate(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.SitAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.SitAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Actions/SitAction.cs path: TinyLife/Actions/SitAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate id: AndThenUpdate
path: Actions/SitAction.cs path: Actions/SitAction.cs
startLine: 31 startLine: 31
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nMultiAction version of <xref href=\"TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed)\" data-throw-if-not-resolved=\"false\"></xref>.\nThis method is called every update frame while the main action is active.\nBy default, only <xref href=\"TinyLife.Actions.MultiAction.MainElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> is increased.\n" summary: "\nMultiAction version of <xref href=\"TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>.\nThis method is called every update frame while the main action is active.\nBy default, only <xref href=\"TinyLife.Actions.MultiAction.MainElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> is increased.\n"
example: [] example: []
syntax: syntax:
content: protected override void AndThenUpdate(GameTime time, TimeSpan passedInGame, GameSpeed speed) content: protected override void AndThenUpdate(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters: parameters:
- id: time - id: time
type: Microsoft.Xna.Framework.GameTime type: Microsoft.Xna.Framework.GameTime
@ -257,11 +257,11 @@ items:
- id: passedInGame - id: passedInGame
type: System.TimeSpan type: System.TimeSpan
description: The amount of time that has passed, in game time description: The amount of time that has passed, in game time
- id: speed - id: speedMultiplier
type: TinyLife.GameSpeed type: System.Single
description: The game&apos;s speed description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Protected Overrides Sub AndThenUpdate(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed) 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,TinyLife.GameSpeed) overridden: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.SitAction.AndThenUpdate* overload: TinyLife.Actions.SitAction.AndThenUpdate*
modifiers.csharp: modifiers.csharp:
- protected - protected
@ -284,7 +284,7 @@ items:
remote: remote:
path: TinyLife/Actions/SitAction.cs path: TinyLife/Actions/SitAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted id: AndThenIsCompleted
path: Actions/SitAction.cs path: Actions/SitAction.cs
startLine: 38 startLine: 38
@ -322,7 +322,7 @@ items:
remote: remote:
path: TinyLife/Actions/SitAction.cs path: TinyLife/Actions/SitAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask id: CanMultitask
path: Actions/SitAction.cs path: Actions/SitAction.cs
startLine: 51 startLine: 51
@ -408,18 +408,24 @@ references:
name: IGenericDataHolder name: IGenericDataHolder
nameWithType: IGenericDataHolder nameWithType: IGenericDataHolder
fullName: MLEM.Misc.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 - uid: TinyLife.Actions.MultiAction.Handler
commentId: F:TinyLife.Actions.MultiAction.Handler commentId: F:TinyLife.Actions.MultiAction.Handler
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
name: Handler name: Handler
nameWithType: MultiAction.Handler nameWithType: MultiAction.Handler
fullName: TinyLife.Actions.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) - uid: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
@ -484,15 +490,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
isExternal: true isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: MultiAction.Update(GameTime, TimeSpan, GameSpeed) nameWithType: MultiAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: Update
nameWithType: MultiAction.Update nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update fullName: TinyLife.Actions.MultiAction.Update
@ -515,15 +521,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Update
nameWithType: MultiAction.Update nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update fullName: TinyLife.Actions.MultiAction.Update
@ -546,10 +553,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -717,34 +725,6 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) 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) - uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
@ -1127,40 +1107,18 @@ references:
name: PlayerPromptOpen name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.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 - uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail name: ForceFail
nameWithType: TypelessAction.ForceFail nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.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) - 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) commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
@ -1691,15 +1649,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true isExternal: true
name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32) fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1714,10 +1672,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1744,7 +1703,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1759,10 +1718,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1975,14 +1935,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: Sit(Person, Furniture, GameSpeed, ActionSpot) isExternal: true
nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot) name: Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.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: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2003,10 +1964,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -2018,7 +1980,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2039,10 +2001,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -3689,15 +3652,15 @@ references:
name: AndThenInitialize name: AndThenInitialize
nameWithType: SitAction.AndThenInitialize nameWithType: SitAction.AndThenInitialize
fullName: TinyLife.Actions.SitAction.AndThenInitialize fullName: TinyLife.Actions.SitAction.AndThenInitialize
- 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)
commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
isExternal: true isExternal: true
name: AndThenUpdate(GameTime, TimeSpan, GameSpeed) name: AndThenUpdate(GameTime, TimeSpan, Single)
nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed) nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@ -3720,15 +3683,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@ -3751,10 +3715,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -3777,23 +3742,19 @@ references:
name: TimeSpan name: TimeSpan
nameWithType: TimeSpan nameWithType: TimeSpan
fullName: System.TimeSpan fullName: System.TimeSpan
- uid: TinyLife.GameSpeed - uid: System.Single
commentId: T:TinyLife.GameSpeed commentId: T:System.Single
parent: TinyLife parent: System
name: GameSpeed isExternal: true
nameWithType: GameSpeed name: Single
fullName: TinyLife.GameSpeed nameWithType: Single
fullName: System.Single
- uid: Microsoft.Xna.Framework - uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework commentId: N:Microsoft.Xna.Framework
isExternal: true isExternal: true
name: Microsoft.Xna.Framework name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework fullName: Microsoft.Xna.Framework
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.Actions.MultiAction.AndThenIsCompleted - uid: TinyLife.Actions.MultiAction.AndThenIsCompleted
commentId: M:TinyLife.Actions.MultiAction.AndThenIsCompleted commentId: M:TinyLife.Actions.MultiAction.AndThenIsCompleted
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction

View file

@ -10,11 +10,11 @@ items:
- TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action) - TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action)
- TinyLife.Actions.SocialAction.ConversationTime - TinyLife.Actions.SocialAction.ConversationTime
- TinyLife.Actions.SocialAction.GetDisplayName - TinyLife.Actions.SocialAction.GetDisplayName
- TinyLife.Actions.SocialAction.GetInProgressTime
- TinyLife.Actions.SocialAction.GetTimeWeWaitForPartner - TinyLife.Actions.SocialAction.GetTimeWeWaitForPartner
- TinyLife.Actions.SocialAction.Id - TinyLife.Actions.SocialAction.Id
- TinyLife.Actions.SocialAction.Initialize - TinyLife.Actions.SocialAction.Initialize
- TinyLife.Actions.SocialAction.InitializeConversation - TinyLife.Actions.SocialAction.InitializeConversation
- TinyLife.Actions.SocialAction.InProgressTime
- TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) - TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
- TinyLife.Actions.SocialAction.IsCompleted - TinyLife.Actions.SocialAction.IsCompleted
- TinyLife.Actions.SocialAction.IsConversationCompleted - TinyLife.Actions.SocialAction.IsConversationCompleted
@ -23,9 +23,9 @@ items:
- TinyLife.Actions.SocialAction.Partner - TinyLife.Actions.SocialAction.Partner
- TinyLife.Actions.SocialAction.PartnerAction - TinyLife.Actions.SocialAction.PartnerAction
- TinyLife.Actions.SocialAction.PartnerCompletion - 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.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,TinyLife.GameSpeed) - TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) - TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.SocialAction.Validate(TinyLife.Objects.Person) - TinyLife.Actions.SocialAction.Validate(TinyLife.Objects.Person)
langs: langs:
- csharp - csharp
@ -38,7 +38,7 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SocialAction id: SocialAction
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 14 startLine: 14
@ -79,17 +79,17 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person - TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime - TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen - TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail - 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.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.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.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.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.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.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.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.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.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) - 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: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsMain id: IsMain
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 20 startLine: 20
@ -182,7 +182,7 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Partner id: Partner
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 25 startLine: 25
@ -219,7 +219,7 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PartnerAction id: PartnerAction
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 29 startLine: 29
@ -256,7 +256,7 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConversationTime id: ConversationTime
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 34 startLine: 34
@ -290,6 +290,47 @@ items:
- Public - Public
- Get - Get
- Protected Set - 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 &quot;properly&quot; been in progress for.\nThis is used by <xref href=\"TinyLife.Actions.MultiAction\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Actions.SocialAction\" data-throw-if-not-resolved=\"false\"></xref> and returns true only once the first actions are completed or the conversation has started, respectively.\nBy default, <xref href=\"TinyLife.Actions.Typeless.TypelessAction.ElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> 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 - uid: TinyLife.Actions.SocialAction.Id
commentId: P:TinyLife.Actions.SocialAction.Id commentId: P:TinyLife.Actions.SocialAction.Id
id: Id id: Id
@ -305,10 +346,10 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Id id: Id
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 40 startLine: 43
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -352,10 +393,10 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PartnerCompletion id: PartnerCompletion
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 46 startLine: 49
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -385,10 +426,10 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 53 startLine: 56
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -409,32 +450,32 @@ items:
- public - public
modifiers.vb: modifiers.vb:
- Public - Public
- 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)
commentId: M:TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) id: UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.SocialAction parent: TinyLife.Actions.SocialAction
langs: langs:
- csharp - csharp
- vb - vb
name: UpdateConversation(GameTime, TimeSpan, GameSpeed) name: UpdateConversation(GameTime, TimeSpan, Single)
nameWithType: SocialAction.UpdateConversation(GameTime, TimeSpan, GameSpeed) nameWithType: SocialAction.UpdateConversation(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateConversation id: UpdateConversation
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 64 startLine: 67
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nSocialAction version of <xref href=\"TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed)\" data-throw-if-not-resolved=\"false\"></xref>.\nThis method is called every update frame during an active conversation for both conversation partners.\nBy default, this method only increases <xref href=\"TinyLife.Actions.SocialAction.ConversationTime\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nSocialAction version of <xref href=\"TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>.\nThis method is called every update frame during an active conversation for both conversation partners.\nBy default, this method only increases <xref href=\"TinyLife.Actions.SocialAction.ConversationTime\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: protected virtual void UpdateConversation(GameTime time, TimeSpan passedInGame, GameSpeed speed) content: protected virtual void UpdateConversation(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters: parameters:
- id: time - id: time
type: Microsoft.Xna.Framework.GameTime type: Microsoft.Xna.Framework.GameTime
@ -442,10 +483,10 @@ items:
- id: passedInGame - id: passedInGame
type: System.TimeSpan type: System.TimeSpan
description: The amount of time passed in game time description: The amount of time passed in game time
- id: speed - id: speedMultiplier
type: TinyLife.GameSpeed type: System.Single
description: The current game speed description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Protected Overridable Sub UpdateConversation(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed) content.vb: Protected Overridable Sub UpdateConversation(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overload: TinyLife.Actions.SocialAction.UpdateConversation* overload: TinyLife.Actions.SocialAction.UpdateConversation*
modifiers.csharp: modifiers.csharp:
- protected - protected
@ -468,10 +509,10 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsConversationCompleted id: IsConversationCompleted
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 74 startLine: 77
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -505,10 +546,10 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitializeConversation id: InitializeConversation
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 83 startLine: 86
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -539,10 +580,10 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetTimeWeWaitForPartner id: GetTimeWeWaitForPartner
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 91 startLine: 94
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -576,10 +617,10 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 98 startLine: 101
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -611,10 +652,10 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 107 startLine: 110
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -638,32 +679,32 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- Overrides - Overrides
- 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)
commentId: M:TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.SocialAction parent: TinyLife.Actions.SocialAction
langs: langs:
- csharp - csharp
- vb - vb
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: SocialAction.Update(GameTime, TimeSpan, GameSpeed) nameWithType: SocialAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 113 startLine: 116
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the <xref href=\"TinyLife.Actions.Typeless.TypelessAction.ElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> is modified in this method and <xref href=\"TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action%2cMicrosoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> is called.\n" summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the <xref href=\"TinyLife.Actions.Typeless.TypelessAction.ElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> is modified in this method and <xref href=\"TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action%2cMicrosoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> is called.\n"
example: [] example: []
syntax: syntax:
content: public override void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed) content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters: parameters:
- id: time - id: time
type: Microsoft.Xna.Framework.GameTime type: Microsoft.Xna.Framework.GameTime
@ -671,11 +712,11 @@ items:
- id: passedInGame - id: passedInGame
type: System.TimeSpan type: System.TimeSpan
description: The amount of time that has passed, in game time description: The amount of time that has passed, in game time
- id: speed - id: speedMultiplier
type: TinyLife.GameSpeed type: System.Single
description: The game&apos;s current speed setting description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed) 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,TinyLife.GameSpeed) overridden: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.SocialAction.Update* overload: TinyLife.Actions.SocialAction.Update*
modifiers.csharp: modifiers.csharp:
- public - public
@ -698,10 +739,10 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted id: IsCompleted
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 174 startLine: 177
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -738,10 +779,10 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel id: CanCancel
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 201 startLine: 204
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -780,10 +821,10 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 208 startLine: 211
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -819,10 +860,10 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask id: CanMultitask
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 216 startLine: 219
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -861,10 +902,10 @@ items:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName id: GetDisplayName
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 227 startLine: 230
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -884,77 +925,39 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- Overrides - Overrides
- uid: TinyLife.Actions.SocialAction.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.GetInProgressTime 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: GetInProgressTime 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 parent: TinyLife.Actions.SocialAction
langs: langs:
- csharp - csharp
- vb - vb
name: GetInProgressTime() name: SpeakInConversation(GameTime, Single, EmoteCategory, SpeakStyle, Nullable<EmoteCategory>, Nullable<SpeakStyle>, Int32)
nameWithType: SocialAction.GetInProgressTime() nameWithType: SocialAction.SpeakInConversation(GameTime, Single, EmoteCategory, SpeakStyle, Nullable<EmoteCategory>, Nullable<SpeakStyle>, Int32)
fullName: TinyLife.Actions.SocialAction.GetInProgressTime() fullName: 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)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInProgressTime
path: Actions/SocialAction.cs
startLine: 234
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nReturns the amount of time that this action has &quot;properly&quot; been in progress for.\nThis is used by <xref href=\"TinyLife.Actions.MultiAction\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Actions.SocialAction\" data-throw-if-not-resolved=\"false\"></xref> and returns true only once the first actions are completed or the conversation has started, respectively.\nBy default, <xref href=\"TinyLife.Actions.Typeless.TypelessAction.ElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> 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<EmoteCategory>, Nullable<SpeakStyle>, Int32)
nameWithType: SocialAction.SpeakInConversation(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Nullable<EmoteCategory>, Nullable<SpeakStyle>, Int32)
fullName: 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)
type: Method
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: SpeakInConversation id: SpeakInConversation
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 249 startLine: 247
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions 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" 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: [] example: []
syntax: 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: parameters:
- id: time - id: time
type: Microsoft.Xna.Framework.GameTime type: Microsoft.Xna.Framework.GameTime
description: The current game time description: The current game time
- id: speed - id: speedMultiplier
type: TinyLife.GameSpeed type: System.Single
description: The game&apos;s current speed description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
- id: emoteCategories - id: emoteCategories
type: TinyLife.Actions.EmoteCategory type: TinyLife.Actions.EmoteCategory
description: A combined flag representing the categories that emotes can be picked from description: A combined flag representing the categories that emotes can be picked from
@ -973,15 +976,15 @@ items:
return: return:
type: System.Boolean type: System.Boolean
description: If <code data-dev-comment-type="paramref" class="paramref">totalAmount</code> is set, true is returned if the emote back-and-forth is completed description: If <code data-dev-comment-type="paramref" class="paramref">totalAmount</code> 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* 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: modifiers.csharp:
- protected - protected
modifiers.vb: modifiers.vb:
- Protected - 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) 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, GameSpeed, EmoteCategory, SpeakStyle, Nullable(Of EmoteCategory), Nullable(Of SpeakStyle), 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}) - 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}) commentId: M:TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
id: 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: remote:
path: TinyLife/Actions/SocialAction.cs path: TinyLife/Actions/SocialAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InvokeForBoth id: InvokeForBoth
path: Actions/SocialAction.cs path: Actions/SocialAction.cs
startLine: 264 startLine: 262
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -1390,40 +1393,18 @@ references:
name: PlayerPromptOpen name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.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 - uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail name: ForceFail
nameWithType: TypelessAction.ForceFail nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.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) - 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) commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
@ -1954,15 +1935,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true isExternal: true
name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32) fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1977,10 +1958,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -2007,7 +1989,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -2022,10 +2004,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -2238,14 +2221,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: Sit(Person, Furniture, GameSpeed, ActionSpot) isExternal: true
nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot) name: Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.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: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2266,10 +2250,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -2281,7 +2266,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2302,10 +2287,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -3834,6 +3820,17 @@ references:
name: TimeSpan name: TimeSpan
nameWithType: TimeSpan nameWithType: TimeSpan
fullName: System.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* - uid: TinyLife.Actions.SocialAction.Id*
commentId: Overload:TinyLife.Actions.SocialAction.Id commentId: Overload:TinyLife.Actions.SocialAction.Id
name: Id name: Id
@ -3944,15 +3941,15 @@ references:
name: ActionInfo name: ActionInfo
nameWithType: ActionInfo nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo fullName: TinyLife.Actions.ActionInfo
- 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)
commentId: M:TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.SocialAction parent: TinyLife.Actions.SocialAction
isExternal: true isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: SocialAction.Update(GameTime, TimeSpan, GameSpeed) nameWithType: SocialAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: Update
nameWithType: SocialAction.Update nameWithType: SocialAction.Update
fullName: TinyLife.Actions.SocialAction.Update fullName: TinyLife.Actions.SocialAction.Update
@ -3975,15 +3972,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Update
nameWithType: SocialAction.Update nameWithType: SocialAction.Update
fullName: TinyLife.Actions.SocialAction.Update fullName: TinyLife.Actions.SocialAction.Update
@ -4006,10 +4004,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -4019,6 +4018,9 @@ references:
name: ConversationTime name: ConversationTime
nameWithType: SocialAction.ConversationTime nameWithType: SocialAction.ConversationTime
fullName: TinyLife.Actions.SocialAction.ConversationTime fullName: TinyLife.Actions.SocialAction.ConversationTime
- uid: TinyLife.GameImpl.Speed
commentId: P:TinyLife.GameImpl.Speed
isExternal: true
- uid: TinyLife.Actions.SocialAction.UpdateConversation* - uid: TinyLife.Actions.SocialAction.UpdateConversation*
commentId: Overload:TinyLife.Actions.SocialAction.UpdateConversation commentId: Overload:TinyLife.Actions.SocialAction.UpdateConversation
name: UpdateConversation name: UpdateConversation
@ -4031,23 +4033,19 @@ references:
name: GameTime name: GameTime
nameWithType: GameTime nameWithType: GameTime
fullName: Microsoft.Xna.Framework.GameTime fullName: Microsoft.Xna.Framework.GameTime
- uid: TinyLife.GameSpeed - uid: System.Single
commentId: T:TinyLife.GameSpeed commentId: T:System.Single
parent: TinyLife parent: System
name: GameSpeed isExternal: true
nameWithType: GameSpeed name: Single
fullName: TinyLife.GameSpeed nameWithType: Single
fullName: System.Single
- uid: Microsoft.Xna.Framework - uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework commentId: N:Microsoft.Xna.Framework
isExternal: true isExternal: true
name: Microsoft.Xna.Framework name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework fullName: Microsoft.Xna.Framework
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.Actions.SocialAction.IsCompleted - uid: TinyLife.Actions.SocialAction.IsCompleted
commentId: M:TinyLife.Actions.SocialAction.IsCompleted commentId: M:TinyLife.Actions.SocialAction.IsCompleted
parent: TinyLife.Actions.SocialAction parent: TinyLife.Actions.SocialAction
@ -4202,15 +4200,15 @@ references:
name: Validate name: Validate
nameWithType: SocialAction.Validate nameWithType: SocialAction.Validate
fullName: TinyLife.Actions.SocialAction.Validate fullName: TinyLife.Actions.SocialAction.Validate
- 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)
commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
isExternal: true isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: Action.Update(GameTime, TimeSpan, GameSpeed) nameWithType: Action.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: Update
nameWithType: Action.Update nameWithType: Action.Update
fullName: TinyLife.Actions.Action.Update fullName: TinyLife.Actions.Action.Update
@ -4233,15 +4231,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Update
nameWithType: Action.Update nameWithType: Action.Update
fullName: TinyLife.Actions.Action.Update fullName: TinyLife.Actions.Action.Update
@ -4264,10 +4263,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -4472,39 +4472,6 @@ references:
name: String name: String
nameWithType: String nameWithType: String
fullName: System.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* - uid: TinyLife.Actions.SocialAction.SpeakInConversation*
commentId: Overload:TinyLife.Actions.SocialAction.SpeakInConversation commentId: Overload:TinyLife.Actions.SocialAction.SpeakInConversation
name: SpeakInConversation name: SpeakInConversation

View file

@ -16,7 +16,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EvaluationResult id: EvaluationResult
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 383 startLine: 383

View file

@ -41,7 +41,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TalkSettings id: TalkSettings
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 104 startLine: 104
@ -95,7 +95,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendshipGain id: FriendshipGain
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 110 startLine: 110
@ -128,7 +128,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoBadlyChance id: GoBadlyChance
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 115 startLine: 115
@ -161,7 +161,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TalkMinutes id: TalkMinutes
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 119 startLine: 119
@ -194,7 +194,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmoteCategory id: EmoteCategory
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 123 startLine: 123
@ -227,7 +227,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakStyle id: SpeakStyle
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 127 startLine: 127
@ -260,7 +260,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PartnerEmoteCategory id: PartnerEmoteCategory
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 132 startLine: 132
@ -293,7 +293,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PartnerSpeakStyle id: PartnerSpeakStyle
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 137 startLine: 137
@ -326,7 +326,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GainedSkill id: GainedSkill
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 141 startLine: 141
@ -359,7 +359,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GainSkillOnFailure id: GainSkillOnFailure
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 146 startLine: 146
@ -392,7 +392,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RestoredNeed id: RestoredNeed
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 151 startLine: 151
@ -425,7 +425,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredEmotion id: RequiredEmotion
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 156 startLine: 156
@ -458,7 +458,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPersonality id: RequiredPersonality
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 161 startLine: 161
@ -491,7 +491,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredSkill id: RequiredSkill
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 167 startLine: 167
@ -524,7 +524,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredAges id: RequiredAges
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 172 startLine: 172
@ -557,7 +557,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPartnerAges id: RequiredPartnerAges
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 177 startLine: 177
@ -590,7 +590,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecute id: CanExecute
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 182 startLine: 182
@ -623,7 +623,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FailEmotion id: FailEmotion
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 187 startLine: 187
@ -656,7 +656,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SuccessEmotion id: SuccessEmotion
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 191 startLine: 191
@ -689,7 +689,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GainRomancePercentage id: GainRomancePercentage
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 197 startLine: 197
@ -722,14 +722,14 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LoweredEmotion id: LoweredEmotion
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 202 startLine: 202
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nAn <xref href=\"TinyLife.Emotions.EmotionType\" data-throw-if-not-resolved=\"false\"></xref> that is lowered when this action is successful for both conversation partners.\nThis uses <xref href=\"TinyLife.Objects.Person.LowerEmotion(TinyLife.Emotions.EmotionType%2cSystem.Single%2cTinyLife.GameSpeed)\" data-throw-if-not-resolved=\"false\"></xref> internally.\n" summary: "\nAn <xref href=\"TinyLife.Emotions.EmotionType\" data-throw-if-not-resolved=\"false\"></xref> that is lowered when this action is successful for both conversation partners.\nThis uses <xref href=\"TinyLife.Objects.Person.LowerEmotion(TinyLife.Emotions.EmotionType%2cSystem.Single%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref> internally.\n"
example: [] example: []
syntax: syntax:
content: public (EmotionType Type, float Amount) LoweredEmotion content: public (EmotionType Type, float Amount) LoweredEmotion
@ -755,7 +755,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnSuccess id: OnSuccess
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 206 startLine: 206
@ -788,7 +788,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnFailure id: OnFailure
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 210 startLine: 210
@ -821,7 +821,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanDoRandomly id: CanDoRandomly
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 215 startLine: 215
@ -854,7 +854,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CheckCanExecute id: CheckCanExecute
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 224 startLine: 224
@ -896,7 +896,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Evaluate id: Evaluate
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 237 startLine: 237
@ -2183,8 +2183,8 @@ references:
- uid: TinyLife.Relationship.FriendLevel - uid: TinyLife.Relationship.FriendLevel
commentId: P:TinyLife.Relationship.FriendLevel commentId: P:TinyLife.Relationship.FriendLevel
isExternal: true isExternal: true
- uid: 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,TinyLife.GameSpeed) commentId: M:TinyLife.Objects.Person.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,System.Single)
isExternal: true isExternal: true
- uid: System.ValueTuple{TinyLife.Emotions.EmotionType,System.Single} - uid: System.ValueTuple{TinyLife.Emotions.EmotionType,System.Single}
commentId: T:System.ValueTuple{TinyLife.Emotions.EmotionType,System.Single} commentId: T:System.ValueTuple{TinyLife.Emotions.EmotionType,System.Single}

View file

@ -13,7 +13,7 @@ items:
- TinyLife.Actions.TalkAction.OnTalkFailure - TinyLife.Actions.TalkAction.OnTalkFailure
- TinyLife.Actions.TalkAction.OnTalkSuccess - TinyLife.Actions.TalkAction.OnTalkSuccess
- TinyLife.Actions.TalkAction.Settings - 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: langs:
- csharp - csharp
- vb - vb
@ -25,7 +25,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TalkAction id: TalkAction
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 16 startLine: 16
@ -53,19 +53,19 @@ items:
- TinyLife.Actions.SocialAction.Partner - TinyLife.Actions.SocialAction.Partner
- TinyLife.Actions.SocialAction.PartnerAction - TinyLife.Actions.SocialAction.PartnerAction
- TinyLife.Actions.SocialAction.ConversationTime - TinyLife.Actions.SocialAction.ConversationTime
- TinyLife.Actions.SocialAction.InProgressTime
- TinyLife.Actions.SocialAction.Id - TinyLife.Actions.SocialAction.Id
- TinyLife.Actions.SocialAction.PartnerCompletion - TinyLife.Actions.SocialAction.PartnerCompletion
- TinyLife.Actions.SocialAction.InitializeConversation - TinyLife.Actions.SocialAction.InitializeConversation
- TinyLife.Actions.SocialAction.GetTimeWeWaitForPartner - TinyLife.Actions.SocialAction.GetTimeWeWaitForPartner
- TinyLife.Actions.SocialAction.Initialize - TinyLife.Actions.SocialAction.Initialize
- TinyLife.Actions.SocialAction.Validate(TinyLife.Objects.Person) - 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.IsCompleted
- TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action) - TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action)
- TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action) - TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action)
- TinyLife.Actions.SocialAction.GetDisplayName - TinyLife.Actions.SocialAction.GetDisplayName
- TinyLife.Actions.SocialAction.GetInProgressTime - 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.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.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) - TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
- TinyLife.Actions.Action.Type - TinyLife.Actions.Action.Type
- TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) - TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
@ -83,17 +83,17 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person - TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime - TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen - TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail - 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.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.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.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.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.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.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.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.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.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) - 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: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnEvaluate id: OnEvaluate
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 22 startLine: 22
@ -170,7 +170,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnTalkSuccess id: OnTalkSuccess
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 27 startLine: 27
@ -205,7 +205,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnTalkFailure id: OnTalkFailure
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 32 startLine: 32
@ -240,7 +240,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Settings id: Settings
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 37 startLine: 37
@ -277,7 +277,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 40 startLine: 40
@ -301,32 +301,32 @@ items:
- public - public
modifiers.vb: modifiers.vb:
- Public - Public
- uid: TinyLife.Actions.TalkAction.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,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.TalkAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) id: UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.TalkAction parent: TinyLife.Actions.TalkAction
langs: langs:
- csharp - csharp
- vb - vb
name: UpdateConversation(GameTime, TimeSpan, GameSpeed) name: UpdateConversation(GameTime, TimeSpan, Single)
nameWithType: TalkAction.UpdateConversation(GameTime, TimeSpan, GameSpeed) nameWithType: TalkAction.UpdateConversation(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.TalkAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.TalkAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateConversation id: UpdateConversation
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 44 startLine: 44
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nSocialAction version of <xref href=\"TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed)\" data-throw-if-not-resolved=\"false\"></xref>.\nThis method is called every update frame during an active conversation for both conversation partners.\nBy default, this method only increases <xref href=\"TinyLife.Actions.SocialAction.ConversationTime\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nSocialAction version of <xref href=\"TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>.\nThis method is called every update frame during an active conversation for both conversation partners.\nBy default, this method only increases <xref href=\"TinyLife.Actions.SocialAction.ConversationTime\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: protected override void UpdateConversation(GameTime time, TimeSpan passedInGame, GameSpeed speed) content: protected override void UpdateConversation(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters: parameters:
- id: time - id: time
type: Microsoft.Xna.Framework.GameTime type: Microsoft.Xna.Framework.GameTime
@ -334,11 +334,11 @@ items:
- id: passedInGame - id: passedInGame
type: System.TimeSpan type: System.TimeSpan
description: The amount of time passed in game time description: The amount of time passed in game time
- id: speed - id: speedMultiplier
type: TinyLife.GameSpeed type: System.Single
description: The current game speed description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Protected Overrides Sub UpdateConversation(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed) 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,TinyLife.GameSpeed) overridden: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.TalkAction.UpdateConversation* overload: TinyLife.Actions.TalkAction.UpdateConversation*
modifiers.csharp: modifiers.csharp:
- protected - protected
@ -361,7 +361,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 55 startLine: 55
@ -400,7 +400,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsConversationCompleted id: IsConversationCompleted
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 63 startLine: 63
@ -438,7 +438,7 @@ items:
remote: remote:
path: TinyLife/Actions/TalkAction.cs path: TinyLife/Actions/TalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Create id: Create
path: Actions/TalkAction.cs path: Actions/TalkAction.cs
startLine: 74 startLine: 74
@ -560,6 +560,12 @@ references:
name: ConversationTime name: ConversationTime
nameWithType: SocialAction.ConversationTime nameWithType: SocialAction.ConversationTime
fullName: TinyLife.Actions.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 - uid: TinyLife.Actions.SocialAction.Id
commentId: P:TinyLife.Actions.SocialAction.Id commentId: P:TinyLife.Actions.SocialAction.Id
parent: TinyLife.Actions.SocialAction parent: TinyLife.Actions.SocialAction
@ -692,15 +698,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M:TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.SocialAction parent: TinyLife.Actions.SocialAction
isExternal: true isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: SocialAction.Update(GameTime, TimeSpan, GameSpeed) nameWithType: SocialAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: Update
nameWithType: SocialAction.Update nameWithType: SocialAction.Update
fullName: TinyLife.Actions.SocialAction.Update fullName: TinyLife.Actions.SocialAction.Update
@ -723,15 +729,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Update
nameWithType: SocialAction.Update nameWithType: SocialAction.Update
fullName: TinyLife.Actions.SocialAction.Update fullName: TinyLife.Actions.SocialAction.Update
@ -754,10 +761,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -889,46 +897,18 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.Actions.SocialAction.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.GetInProgressTime 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
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)
parent: TinyLife.Actions.SocialAction parent: TinyLife.Actions.SocialAction
isExternal: true isExternal: true
name: SpeakInConversation(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Nullable<EmoteCategory>, Nullable<SpeakStyle>, Int32) name: SpeakInConversation(GameTime, Single, EmoteCategory, SpeakStyle, Nullable<EmoteCategory>, Nullable<SpeakStyle>, Int32)
nameWithType: SocialAction.SpeakInConversation(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Nullable<EmoteCategory>, Nullable<SpeakStyle>, Int32) nameWithType: SocialAction.SpeakInConversation(GameTime, Single, EmoteCategory, SpeakStyle, Nullable<EmoteCategory>, Nullable<SpeakStyle>, Int32)
fullName: 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) fullName: 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)
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)
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) 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, GameSpeed, EmoteCategory, SpeakStyle, Nullable(Of EmoteCategory), Nullable(Of SpeakStyle), Int32) name.vb: SpeakInConversation(GameTime, Single, EmoteCategory, SpeakStyle, Nullable(Of EmoteCategory), Nullable(Of SpeakStyle), Int32)
spec.csharp: 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 name: SpeakInConversation
nameWithType: SocialAction.SpeakInConversation nameWithType: SocialAction.SpeakInConversation
fullName: TinyLife.Actions.SocialAction.SpeakInConversation fullName: TinyLife.Actions.SocialAction.SpeakInConversation
@ -943,10 +923,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1009,7 +990,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: SpeakInConversation
nameWithType: SocialAction.SpeakInConversation nameWithType: SocialAction.SpeakInConversation
fullName: TinyLife.Actions.SocialAction.SpeakInConversation fullName: TinyLife.Actions.SocialAction.SpeakInConversation
@ -1024,10 +1005,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1483,40 +1465,18 @@ references:
name: PlayerPromptOpen name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.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 - uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail name: ForceFail
nameWithType: TypelessAction.ForceFail nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.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) - 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) commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
@ -2047,15 +2007,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true isExternal: true
name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32) fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -2070,10 +2030,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -2100,7 +2061,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -2115,10 +2076,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -2331,14 +2293,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: Sit(Person, Furniture, GameSpeed, ActionSpot) isExternal: true
nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot) name: Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.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: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2359,10 +2322,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -2374,7 +2338,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2395,10 +2359,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -3999,15 +3964,15 @@ references:
name: ActionInfo name: ActionInfo
nameWithType: ActionInfo nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo fullName: TinyLife.Actions.ActionInfo
- 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)
commentId: M:TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.SocialAction parent: TinyLife.Actions.SocialAction
isExternal: true isExternal: true
name: UpdateConversation(GameTime, TimeSpan, GameSpeed) name: UpdateConversation(GameTime, TimeSpan, Single)
nameWithType: SocialAction.UpdateConversation(GameTime, TimeSpan, GameSpeed) nameWithType: SocialAction.UpdateConversation(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: UpdateConversation
nameWithType: SocialAction.UpdateConversation nameWithType: SocialAction.UpdateConversation
fullName: TinyLife.Actions.SocialAction.UpdateConversation fullName: TinyLife.Actions.SocialAction.UpdateConversation
@ -4030,15 +3995,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: UpdateConversation
nameWithType: SocialAction.UpdateConversation nameWithType: SocialAction.UpdateConversation
fullName: TinyLife.Actions.SocialAction.UpdateConversation fullName: TinyLife.Actions.SocialAction.UpdateConversation
@ -4061,10 +4027,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -4087,12 +4054,13 @@ references:
name: TimeSpan name: TimeSpan
nameWithType: TimeSpan nameWithType: TimeSpan
fullName: System.TimeSpan fullName: System.TimeSpan
- uid: TinyLife.GameSpeed - uid: System.Single
commentId: T:TinyLife.GameSpeed commentId: T:System.Single
parent: TinyLife parent: System
name: GameSpeed isExternal: true
nameWithType: GameSpeed name: Single
fullName: TinyLife.GameSpeed nameWithType: Single
fullName: System.Single
- uid: Microsoft.Xna.Framework - uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework commentId: N:Microsoft.Xna.Framework
isExternal: true isExternal: true

View file

@ -11,7 +11,7 @@ items:
- TinyLife.Actions.Typeless.SpawnItemInHandAction.IsCompleted - TinyLife.Actions.Typeless.SpawnItemInHandAction.IsCompleted
- TinyLife.Actions.Typeless.SpawnItemInHandAction.ItemToSpawn - TinyLife.Actions.Typeless.SpawnItemInHandAction.ItemToSpawn
- TinyLife.Actions.Typeless.SpawnItemInHandAction.OnCompleted(TinyLife.Actions.CompletionType) - 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: langs:
- csharp - csharp
- vb - vb
@ -23,7 +23,7 @@ items:
remote: remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpawnItemInHandAction id: SpawnItemInHandAction
path: Actions/Typeless/SpawnItemInHandAction.cs path: Actions/Typeless/SpawnItemInHandAction.cs
startLine: 11 startLine: 11
@ -53,19 +53,19 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person - TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime - TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen - TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- TinyLife.Actions.Typeless.TypelessAction.InProgressTime
- TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail - TinyLife.Actions.Typeless.TypelessAction.ForceFail
- TinyLife.Actions.Typeless.TypelessAction.Validate(TinyLife.Objects.Person) - 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.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.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.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.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.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.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.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.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.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) - 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: remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ItemToSpawn id: ItemToSpawn
path: Actions/Typeless/SpawnItemInHandAction.cs path: Actions/Typeless/SpawnItemInHandAction.cs
startLine: 17 startLine: 17
@ -150,7 +150,7 @@ items:
remote: remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColorsToSpawn id: ColorsToSpawn
path: Actions/Typeless/SpawnItemInHandAction.cs path: Actions/Typeless/SpawnItemInHandAction.cs
startLine: 23 startLine: 23
@ -197,7 +197,7 @@ items:
remote: remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Actions/Typeless/SpawnItemInHandAction.cs path: Actions/Typeless/SpawnItemInHandAction.cs
startLine: 26 startLine: 26
@ -238,7 +238,7 @@ items:
remote: remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: Actions/Typeless/SpawnItemInHandAction.cs path: Actions/Typeless/SpawnItemInHandAction.cs
startLine: 32 startLine: 32
@ -273,7 +273,7 @@ items:
remote: remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted id: IsCompleted
path: Actions/Typeless/SpawnItemInHandAction.cs path: Actions/Typeless/SpawnItemInHandAction.cs
startLine: 36 startLine: 36
@ -296,32 +296,32 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- Overrides - Overrides
- uid: TinyLife.Actions.Typeless.SpawnItemInHandAction.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,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.Typeless.SpawnItemInHandAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Typeless.SpawnItemInHandAction parent: TinyLife.Actions.Typeless.SpawnItemInHandAction
langs: langs:
- csharp - csharp
- vb - vb
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: SpawnItemInHandAction.Update(GameTime, TimeSpan, GameSpeed) nameWithType: SpawnItemInHandAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.Typeless.SpawnItemInHandAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.Typeless.SpawnItemInHandAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: Actions/Typeless/SpawnItemInHandAction.cs path: Actions/Typeless/SpawnItemInHandAction.cs
startLine: 41 startLine: 41
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions.Typeless namespace: TinyLife.Actions.Typeless
summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the <xref href=\"TinyLife.Actions.Typeless.TypelessAction.ElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> is modified in this method and <xref href=\"TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action%2cMicrosoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> is called.\n" summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the <xref href=\"TinyLife.Actions.Typeless.TypelessAction.ElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> is modified in this method and <xref href=\"TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action%2cMicrosoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> is called.\n"
example: [] example: []
syntax: syntax:
content: public override void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed) content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters: parameters:
- id: time - id: time
type: Microsoft.Xna.Framework.GameTime type: Microsoft.Xna.Framework.GameTime
@ -329,11 +329,11 @@ items:
- id: passedInGame - id: passedInGame
type: System.TimeSpan type: System.TimeSpan
description: The amount of time that has passed, in game time description: The amount of time that has passed, in game time
- id: speed - id: speedMultiplier
type: TinyLife.GameSpeed type: System.Single
description: The game&apos;s current speed setting description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed) 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,TinyLife.GameSpeed) overridden: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.Typeless.SpawnItemInHandAction.Update* overload: TinyLife.Actions.Typeless.SpawnItemInHandAction.Update*
modifiers.csharp: modifiers.csharp:
- public - public
@ -356,7 +356,7 @@ items:
remote: remote:
path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs path: TinyLife/Actions/Typeless/SpawnItemInHandAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: Actions/Typeless/SpawnItemInHandAction.cs path: Actions/Typeless/SpawnItemInHandAction.cs
startLine: 47 startLine: 47
@ -472,6 +472,18 @@ references:
name: PlayerPromptOpen name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.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 - uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
@ -514,62 +526,6 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) 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) - 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) commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
@ -1100,15 +1056,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true isExternal: true
name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32) fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1123,10 +1079,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1153,7 +1110,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1168,10 +1125,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1384,14 +1342,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: Sit(Person, Furniture, GameSpeed, ActionSpot) isExternal: true
nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot) name: Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.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: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -1412,10 +1371,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1427,7 +1387,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -1448,10 +1408,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -3046,15 +3007,15 @@ references:
name: CompletionType name: CompletionType
nameWithType: CompletionType nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType fullName: TinyLife.Actions.CompletionType
- 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)
commentId: M: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,System.Single)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: TypelessAction.Update(GameTime, TimeSpan, GameSpeed) nameWithType: TypelessAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: Update
nameWithType: TypelessAction.Update nameWithType: TypelessAction.Update
fullName: TinyLife.Actions.Typeless.TypelessAction.Update fullName: TinyLife.Actions.Typeless.TypelessAction.Update
@ -3077,15 +3038,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Update
nameWithType: TypelessAction.Update nameWithType: TypelessAction.Update
fullName: TinyLife.Actions.Typeless.TypelessAction.Update fullName: TinyLife.Actions.Typeless.TypelessAction.Update
@ -3108,10 +3070,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -3134,23 +3097,19 @@ references:
name: TimeSpan name: TimeSpan
nameWithType: TimeSpan nameWithType: TimeSpan
fullName: System.TimeSpan fullName: System.TimeSpan
- uid: TinyLife.GameSpeed - uid: System.Single
commentId: T:TinyLife.GameSpeed commentId: T:System.Single
parent: TinyLife parent: System
name: GameSpeed isExternal: true
nameWithType: GameSpeed name: Single
fullName: TinyLife.GameSpeed nameWithType: Single
fullName: System.Single
- uid: Microsoft.Xna.Framework - uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework commentId: N:Microsoft.Xna.Framework
isExternal: true isExternal: true
name: Microsoft.Xna.Framework name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework nameWithType: Microsoft.Xna.Framework
fullName: 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) - uid: TinyLife.Actions.Typeless.TypelessAction.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.OnCompleted(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.Typeless.TypelessAction.OnCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction

View file

@ -22,7 +22,7 @@ items:
remote: remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TellPeopleToLeaveRoomAction id: TellPeopleToLeaveRoomAction
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
startLine: 15 startLine: 15
@ -52,20 +52,20 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person - TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime - TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen - TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- TinyLife.Actions.Typeless.TypelessAction.InProgressTime
- TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail - 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.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.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.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.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.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.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.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.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.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.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) - 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: remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExcludedPeople id: ExcludedPeople
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
startLine: 21 startLine: 21
@ -152,7 +152,7 @@ items:
remote: remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
startLine: 24 startLine: 24
@ -191,7 +191,7 @@ items:
remote: remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
startLine: 29 startLine: 29
@ -226,7 +226,7 @@ items:
remote: remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted id: IsCompleted
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
startLine: 39 startLine: 39
@ -264,7 +264,7 @@ items:
remote: remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
startLine: 46 startLine: 46
@ -303,7 +303,7 @@ items:
remote: remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryToLeaveRoom id: TryToLeaveRoom
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
startLine: 71 startLine: 71
@ -422,21 +422,33 @@ references:
name: PlayerPromptOpen name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.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 - uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail name: ForceFail
nameWithType: TypelessAction.ForceFail nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.TypelessAction.ForceFail fullName: TinyLife.Actions.Typeless.TypelessAction.ForceFail
- 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)
commentId: M: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,System.Single)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: TypelessAction.Update(GameTime, TimeSpan, GameSpeed) nameWithType: TypelessAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: Update
nameWithType: TypelessAction.Update nameWithType: TypelessAction.Update
fullName: TinyLife.Actions.Typeless.TypelessAction.Update fullName: TinyLife.Actions.Typeless.TypelessAction.Update
@ -459,15 +471,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Update
nameWithType: TypelessAction.Update nameWithType: TypelessAction.Update
fullName: TinyLife.Actions.Typeless.TypelessAction.Update fullName: TinyLife.Actions.Typeless.TypelessAction.Update
@ -490,10 +503,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -533,62 +547,6 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) 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) - 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) commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
@ -1119,15 +1077,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true isExternal: true
name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32) fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1142,10 +1100,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1172,7 +1131,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1187,10 +1146,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1403,14 +1363,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: Sit(Person, Furniture, GameSpeed, ActionSpot) isExternal: true
nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot) name: Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.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: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -1431,10 +1392,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1446,7 +1408,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -1467,10 +1429,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '

File diff suppressed because it is too large Load diff

View file

@ -9,7 +9,7 @@ items:
- TinyLife.Actions.UnderlyingActionHandler.Initialize(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) - 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.InitializeExact(TinyLife.Actions.Typeless.TypelessAction,System.Boolean)
- TinyLife.Actions.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType) - 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) - TinyLife.Actions.UnderlyingActionHandler.Validate(TinyLife.Objects.Person)
langs: langs:
- csharp - csharp
@ -22,14 +22,14 @@ items:
remote: remote:
path: TinyLife/Actions/UnderlyingActionHandler.cs path: TinyLife/Actions/UnderlyingActionHandler.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UnderlyingActionHandler id: UnderlyingActionHandler
path: Actions/UnderlyingActionHandler.cs path: Actions/UnderlyingActionHandler.cs
startLine: 13 startLine: 13
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nAn UnderlyingAction is a class that can instantiate a single <xref href=\"TinyLife.Actions.UnderlyingActionHandler.Action\" data-throw-if-not-resolved=\"false\"></xref> that will be executed as part of the action it is used in.\nNote that, when using this class, <xref href=\"TinyLife.Actions.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed)\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Actions.UnderlyingActionHandler.Validate(TinyLife.Objects.Person)\" data-throw-if-not-resolved=\"false\"></xref> and especially <xref href=\"TinyLife.Actions.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)\" data-throw-if-not-resolved=\"false\"></xref> have to be called in the appropriate places.\n" summary: "\nAn UnderlyingAction is a class that can instantiate a single <xref href=\"TinyLife.Actions.UnderlyingActionHandler.Action\" data-throw-if-not-resolved=\"false\"></xref> that will be executed as part of the action it is used in.\nNote that, when using this class, <xref href=\"TinyLife.Actions.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Actions.UnderlyingActionHandler.Validate(TinyLife.Objects.Person)\" data-throw-if-not-resolved=\"false\"></xref> and especially <xref href=\"TinyLife.Actions.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)\" data-throw-if-not-resolved=\"false\"></xref> have to be called in the appropriate places.\n"
example: [] example: []
syntax: syntax:
content: >- content: >-
@ -77,7 +77,7 @@ items:
remote: remote:
path: TinyLife/Actions/UnderlyingActionHandler.cs path: TinyLife/Actions/UnderlyingActionHandler.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Action id: Action
path: Actions/UnderlyingActionHandler.cs path: Actions/UnderlyingActionHandler.cs
startLine: 20 startLine: 20
@ -128,7 +128,7 @@ items:
remote: remote:
path: TinyLife/Actions/UnderlyingActionHandler.cs path: TinyLife/Actions/UnderlyingActionHandler.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: Actions/UnderlyingActionHandler.cs path: Actions/UnderlyingActionHandler.cs
startLine: 32 startLine: 32
@ -175,7 +175,7 @@ items:
remote: remote:
path: TinyLife/Actions/UnderlyingActionHandler.cs path: TinyLife/Actions/UnderlyingActionHandler.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitializeExact id: InitializeExact
path: Actions/UnderlyingActionHandler.cs path: Actions/UnderlyingActionHandler.cs
startLine: 45 startLine: 45
@ -199,32 +199,32 @@ items:
- public - public
modifiers.vb: modifiers.vb:
- Public - Public
- uid: 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,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.UnderlyingActionHandler parent: TinyLife.Actions.UnderlyingActionHandler
langs: langs:
- csharp - csharp
- vb - vb
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: UnderlyingActionHandler.Update(GameTime, TimeSpan, GameSpeed) nameWithType: UnderlyingActionHandler.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Actions/UnderlyingActionHandler.cs path: TinyLife/Actions/UnderlyingActionHandler.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: Actions/UnderlyingActionHandler.cs path: Actions/UnderlyingActionHandler.cs
startLine: 63 startLine: 63
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nUpdates the <xref href=\"TinyLife.Actions.UnderlyingActionHandler.Action\" data-throw-if-not-resolved=\"false\"></xref>, if it exists.\nThis action should be called at the end of <xref href=\"TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed)\" data-throw-if-not-resolved=\"false\"></xref> or any derived methods.\n" summary: "\nUpdates the <xref href=\"TinyLife.Actions.UnderlyingActionHandler.Action\" data-throw-if-not-resolved=\"false\"></xref>, if it exists.\nThis action should be called at the end of <xref href=\"TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref> or any derived methods.\n"
example: [] example: []
syntax: syntax:
content: public void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed) content: public void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters: parameters:
- id: time - id: time
type: Microsoft.Xna.Framework.GameTime type: Microsoft.Xna.Framework.GameTime
@ -232,10 +232,10 @@ items:
- id: passedInGame - id: passedInGame
type: System.TimeSpan type: System.TimeSpan
description: The amount of time that has passed, in game time description: The amount of time that has passed, in game time
- id: speed - id: speedMultiplier
type: TinyLife.GameSpeed type: System.Single
description: The game&apos;s current speed setting description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Public Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed) content.vb: Public Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overload: TinyLife.Actions.UnderlyingActionHandler.Update* overload: TinyLife.Actions.UnderlyingActionHandler.Update*
modifiers.csharp: modifiers.csharp:
- public - public
@ -256,7 +256,7 @@ items:
remote: remote:
path: TinyLife/Actions/UnderlyingActionHandler.cs path: TinyLife/Actions/UnderlyingActionHandler.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: Actions/UnderlyingActionHandler.cs path: Actions/UnderlyingActionHandler.cs
startLine: 78 startLine: 78
@ -292,7 +292,7 @@ items:
remote: remote:
path: TinyLife/Actions/UnderlyingActionHandler.cs path: TinyLife/Actions/UnderlyingActionHandler.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: Actions/UnderlyingActionHandler.cs path: Actions/UnderlyingActionHandler.cs
startLine: 92 startLine: 92
@ -317,8 +317,8 @@ references:
- uid: TinyLife.Actions.UnderlyingActionHandler.Action - uid: TinyLife.Actions.UnderlyingActionHandler.Action
commentId: P:TinyLife.Actions.UnderlyingActionHandler.Action commentId: P:TinyLife.Actions.UnderlyingActionHandler.Action
isExternal: true isExternal: true
- uid: 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,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
isExternal: true isExternal: true
- uid: TinyLife.Actions.UnderlyingActionHandler.Validate(TinyLife.Objects.Person) - uid: TinyLife.Actions.UnderlyingActionHandler.Validate(TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.UnderlyingActionHandler.Validate(TinyLife.Objects.Person) commentId: M:TinyLife.Actions.UnderlyingActionHandler.Validate(TinyLife.Objects.Person)
@ -759,15 +759,15 @@ references:
name: InitializeExact name: InitializeExact
nameWithType: UnderlyingActionHandler.InitializeExact nameWithType: UnderlyingActionHandler.InitializeExact
fullName: TinyLife.Actions.UnderlyingActionHandler.InitializeExact fullName: TinyLife.Actions.UnderlyingActionHandler.InitializeExact
- 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)
commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action
isExternal: true isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: Action.Update(GameTime, TimeSpan, GameSpeed) nameWithType: Action.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: Update
nameWithType: Action.Update nameWithType: Action.Update
fullName: TinyLife.Actions.Action.Update fullName: TinyLife.Actions.Action.Update
@ -790,15 +790,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Update
nameWithType: Action.Update nameWithType: Action.Update
fullName: TinyLife.Actions.Action.Update fullName: TinyLife.Actions.Action.Update
@ -821,13 +822,17 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: TinyLife.GameImpl.Speed
commentId: P:TinyLife.GameImpl.Speed
isExternal: true
- uid: TinyLife.Actions.UnderlyingActionHandler.Update* - uid: TinyLife.Actions.UnderlyingActionHandler.Update*
commentId: Overload:TinyLife.Actions.UnderlyingActionHandler.Update commentId: Overload:TinyLife.Actions.UnderlyingActionHandler.Update
name: Update name: Update
@ -847,12 +852,13 @@ references:
name: TimeSpan name: TimeSpan
nameWithType: TimeSpan nameWithType: TimeSpan
fullName: System.TimeSpan fullName: System.TimeSpan
- uid: TinyLife.GameSpeed - uid: System.Single
commentId: T:TinyLife.GameSpeed commentId: T:System.Single
parent: TinyLife parent: System
name: GameSpeed isExternal: true
nameWithType: GameSpeed name: Single
fullName: TinyLife.GameSpeed nameWithType: Single
fullName: System.Single
- uid: TinyLife.Actions.Action - uid: TinyLife.Actions.Action
commentId: T:TinyLife.Actions.Action commentId: T:TinyLife.Actions.Action
parent: TinyLife.Actions parent: TinyLife.Actions
@ -865,11 +871,6 @@ references:
name: Microsoft.Xna.Framework name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework nameWithType: Microsoft.Xna.Framework
fullName: 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) - uid: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.Validate(TinyLife.Objects.Person) commentId: M:TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
parent: TinyLife.Actions.Action parent: TinyLife.Actions.Action

View file

@ -9,7 +9,7 @@ items:
- TinyLife.Actions.WalkAction.DrainEnergy - TinyLife.Actions.WalkAction.DrainEnergy
- TinyLife.Actions.WalkAction.FindPath(Microsoft.Xna.Framework.Point) - TinyLife.Actions.WalkAction.FindPath(Microsoft.Xna.Framework.Point)
- TinyLife.Actions.WalkAction.GetSpeed - 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: langs:
- csharp - csharp
- vb - vb
@ -21,7 +21,7 @@ items:
remote: remote:
path: TinyLife/Actions/WalkAction.cs path: TinyLife/Actions/WalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WalkAction id: WalkAction
path: Actions/WalkAction.cs path: Actions/WalkAction.cs
startLine: 11 startLine: 11
@ -72,18 +72,18 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person - TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime - TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen - TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- TinyLife.Actions.Typeless.TypelessAction.InProgressTime
- TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail - 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.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.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.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.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.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.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.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.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.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) - 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: remote:
path: TinyLife/Actions/WalkAction.cs path: TinyLife/Actions/WalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrainEnergy id: DrainEnergy
path: Actions/WalkAction.cs path: Actions/WalkAction.cs
startLine: 18 startLine: 18
@ -168,7 +168,7 @@ items:
remote: remote:
path: TinyLife/Actions/WalkAction.cs path: TinyLife/Actions/WalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Actions/WalkAction.cs path: Actions/WalkAction.cs
startLine: 21 startLine: 21
@ -207,7 +207,7 @@ items:
remote: remote:
path: TinyLife/Actions/WalkAction.cs path: TinyLife/Actions/WalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FindPath id: FindPath
path: Actions/WalkAction.cs path: Actions/WalkAction.cs
startLine: 25 startLine: 25
@ -249,7 +249,7 @@ items:
remote: remote:
path: TinyLife/Actions/WalkAction.cs path: TinyLife/Actions/WalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSpeed id: GetSpeed
path: Actions/WalkAction.cs path: Actions/WalkAction.cs
startLine: 30 startLine: 30
@ -272,32 +272,32 @@ items:
modifiers.vb: modifiers.vb:
- Protected - Protected
- Overrides - Overrides
- uid: TinyLife.Actions.WalkAction.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,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.WalkAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.WalkAction parent: TinyLife.Actions.WalkAction
langs: langs:
- csharp - csharp
- vb - vb
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: WalkAction.Update(GameTime, TimeSpan, GameSpeed) nameWithType: WalkAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.WalkAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.WalkAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Actions/WalkAction.cs path: TinyLife/Actions/WalkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: Actions/WalkAction.cs path: Actions/WalkAction.cs
startLine: 35 startLine: 35
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the <xref href=\"TinyLife.Actions.Typeless.TypelessAction.ElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> is modified in this method and <xref href=\"TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action%2cMicrosoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> is called.\n" summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the <xref href=\"TinyLife.Actions.Typeless.TypelessAction.ElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> is modified in this method and <xref href=\"TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action%2cMicrosoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> is called.\n"
example: [] example: []
syntax: syntax:
content: public override void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed) content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters: parameters:
- id: time - id: time
type: Microsoft.Xna.Framework.GameTime type: Microsoft.Xna.Framework.GameTime
@ -305,11 +305,11 @@ items:
- id: passedInGame - id: passedInGame
type: System.TimeSpan type: System.TimeSpan
description: The amount of time that has passed, in game time description: The amount of time that has passed, in game time
- id: speed - id: speedMultiplier
type: TinyLife.GameSpeed type: System.Single
description: The game&apos;s current speed setting description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed) 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,TinyLife.GameSpeed) overridden: TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.WalkAction.Update* overload: TinyLife.Actions.WalkAction.Update*
modifiers.csharp: modifiers.csharp:
- public - public
@ -957,68 +957,24 @@ references:
name: PlayerPromptOpen name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.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 - uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail name: ForceFail
nameWithType: TypelessAction.ForceFail nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.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) - 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) commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
@ -1549,15 +1505,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true isExternal: true
name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32) fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1572,10 +1528,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1602,7 +1559,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1617,10 +1574,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1833,14 +1791,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: Sit(Person, Furniture, GameSpeed, ActionSpot) isExternal: true
nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot) name: Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.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: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -1861,10 +1820,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1876,7 +1836,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -1897,10 +1857,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -3618,15 +3579,15 @@ references:
name: Single name: Single
nameWithType: Single nameWithType: Single
fullName: System.Single fullName: System.Single
- 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)
commentId: M:TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.PathfindAction parent: TinyLife.Actions.PathfindAction
isExternal: true isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: PathfindAction.Update(GameTime, TimeSpan, GameSpeed) nameWithType: PathfindAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: Update
nameWithType: PathfindAction.Update nameWithType: PathfindAction.Update
fullName: TinyLife.Actions.PathfindAction.Update fullName: TinyLife.Actions.PathfindAction.Update
@ -3649,15 +3610,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Update
nameWithType: PathfindAction.Update nameWithType: PathfindAction.Update
fullName: TinyLife.Actions.PathfindAction.Update fullName: TinyLife.Actions.PathfindAction.Update
@ -3680,10 +3642,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -3706,14 +3669,3 @@ references:
name: TimeSpan name: TimeSpan
nameWithType: TimeSpan nameWithType: TimeSpan
fullName: System.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

View file

@ -22,10 +22,10 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Channel id: Channel
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 189 startLine: 187
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -57,10 +57,10 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Comedy id: Comedy
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 194 startLine: 192
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -91,10 +91,10 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cooking id: Cooking
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 198 startLine: 196
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -125,10 +125,10 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Romance id: Romance
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 202 startLine: 200
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -159,10 +159,10 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Drama id: Drama
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 206 startLine: 204
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -193,10 +193,10 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: News id: News
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 210 startLine: 208
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -227,10 +227,10 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cartoons id: Cartoons
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 214 startLine: 212
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -9,13 +9,13 @@ items:
- TinyLife.Actions.WatchTvAction.AndThenInitialize - TinyLife.Actions.WatchTvAction.AndThenInitialize
- TinyLife.Actions.WatchTvAction.AndThenIsCompleted - TinyLife.Actions.WatchTvAction.AndThenIsCompleted
- TinyLife.Actions.WatchTvAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) - 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.CanMultitask(TinyLife.Actions.Action)
- TinyLife.Actions.WatchTvAction.CreateFirstActions - TinyLife.Actions.WatchTvAction.CreateFirstActions
- TinyLife.Actions.WatchTvAction.FullyInProgress
- TinyLife.Actions.WatchTvAction.GetSeating(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Int32) - TinyLife.Actions.WatchTvAction.GetSeating(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Int32)
- TinyLife.Actions.WatchTvAction.GetViewers(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.GetViewingArea(TinyLife.Objects.Furniture,System.Int32)
- TinyLife.Actions.WatchTvAction.IsFullyInProgress
langs: langs:
- csharp - csharp
- vb - vb
@ -27,7 +27,7 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WatchTvAction id: WatchTvAction
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 20 startLine: 20
@ -51,16 +51,16 @@ items:
implements: implements:
- MLEM.Misc.IGenericDataHolder - MLEM.Misc.IGenericDataHolder
inheritedMembers: inheritedMembers:
- TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.Handler - TinyLife.Actions.MultiAction.Handler
- TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.InProgressTime
- TinyLife.Actions.MultiAction.PreInitialize - 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.Initialize
- TinyLife.Actions.MultiAction.IsCompleted - TinyLife.Actions.MultiAction.IsCompleted
- TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) - TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
- TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) - TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
- TinyLife.Actions.MultiAction.GetInProgressTime
- TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) - TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
- TinyLife.Actions.Action.Type - TinyLife.Actions.Action.Type
- TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) - 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.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.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.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.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.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.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.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.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) - 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: modifiers.vb:
- Public - Public
- Class - 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 &quot;properly&quot; in progress.\nThis is used by <xref href=\"TinyLife.Actions.MultiAction\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Actions.SocialAction\" data-throw-if-not-resolved=\"false\"></xref> and returns true only once the first actions are completed or the conversation has started, respectively.\nBy default, this property is true if <xref href=\"TinyLife.Actions.Typeless.TypelessAction.InProgressTime\" data-throw-if-not-resolved=\"false\"></xref> is greater than <xref href=\"System.TimeSpan.Zero\" data-throw-if-not-resolved=\"false\"></xref>.\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) - 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) 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)' id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.WatchTvAction.Channel)'
@ -130,10 +171,10 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 32 startLine: 35
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -168,10 +209,10 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions id: CreateFirstActions
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 37 startLine: 40
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -206,10 +247,10 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize id: AndThenInitialize
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 65 startLine: 68
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -226,32 +267,32 @@ items:
modifiers.vb: modifiers.vb:
- Protected - Protected
- Overrides - Overrides
- uid: TinyLife.Actions.WatchTvAction.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,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.WatchTvAction parent: TinyLife.Actions.WatchTvAction
langs: langs:
- csharp - csharp
- vb - vb
name: AndThenUpdate(GameTime, TimeSpan, GameSpeed) name: AndThenUpdate(GameTime, TimeSpan, Single)
nameWithType: WatchTvAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed) nameWithType: WatchTvAction.AndThenUpdate(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate id: AndThenUpdate
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 72 startLine: 75
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
summary: "\nMultiAction version of <xref href=\"TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed)\" data-throw-if-not-resolved=\"false\"></xref>.\nThis method is called every update frame while the main action is active.\nBy default, only <xref href=\"TinyLife.Actions.MultiAction.MainElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> is increased.\n" summary: "\nMultiAction version of <xref href=\"TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>.\nThis method is called every update frame while the main action is active.\nBy default, only <xref href=\"TinyLife.Actions.MultiAction.MainElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> is increased.\n"
example: [] example: []
syntax: syntax:
content: protected override void AndThenUpdate(GameTime time, TimeSpan passedInGame, GameSpeed speed) content: protected override void AndThenUpdate(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters: parameters:
- id: time - id: time
type: Microsoft.Xna.Framework.GameTime type: Microsoft.Xna.Framework.GameTime
@ -259,11 +300,11 @@ items:
- id: passedInGame - id: passedInGame
type: System.TimeSpan type: System.TimeSpan
description: The amount of time that has passed, in game time description: The amount of time that has passed, in game time
- id: speed - id: speedMultiplier
type: TinyLife.GameSpeed type: System.Single
description: The game&apos;s speed description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Protected Overrides Sub AndThenUpdate(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed) 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,TinyLife.GameSpeed) overridden: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.WatchTvAction.AndThenUpdate* overload: TinyLife.Actions.WatchTvAction.AndThenUpdate*
modifiers.csharp: modifiers.csharp:
- protected - protected
@ -286,10 +327,10 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted id: AndThenIsCompleted
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 95 startLine: 98
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -324,10 +365,10 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask id: CanMultitask
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 104 startLine: 107
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -351,44 +392,6 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- Overrides - 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 &quot;properly&quot; in progress.\nThis is used by <xref href=\"TinyLife.Actions.MultiAction\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Actions.SocialAction\" data-throw-if-not-resolved=\"false\"></xref> and returns true only once the first actions are completed or the conversation has started, respectively.\nBy default, this method returns true if <xref href=\"TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime\" data-throw-if-not-resolved=\"false\"></xref> is greater than <xref href=\"System.TimeSpan.Zero\" data-throw-if-not-resolved=\"false\"></xref>.\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) - uid: TinyLife.Actions.WatchTvAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.WatchTvAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.WatchTvAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
id: AndThenOnCompleted(TinyLife.Actions.CompletionType) id: AndThenOnCompleted(TinyLife.Actions.CompletionType)
@ -404,10 +407,10 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted id: AndThenOnCompleted
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 119 startLine: 117
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -443,10 +446,10 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetViewingArea id: GetViewingArea
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 154 startLine: 152
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -487,10 +490,10 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSeating id: GetSeating
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 167 startLine: 165
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -534,10 +537,10 @@ items:
remote: remote:
path: TinyLife/Actions/WatchTvAction.cs path: TinyLife/Actions/WatchTvAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetViewers id: GetViewers
path: Actions/WatchTvAction.cs path: Actions/WatchTvAction.cs
startLine: 181 startLine: 179
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -620,18 +623,24 @@ references:
name: IGenericDataHolder name: IGenericDataHolder
nameWithType: IGenericDataHolder nameWithType: IGenericDataHolder
fullName: MLEM.Misc.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 - uid: TinyLife.Actions.MultiAction.Handler
commentId: F:TinyLife.Actions.MultiAction.Handler commentId: F:TinyLife.Actions.MultiAction.Handler
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
name: Handler name: Handler
nameWithType: MultiAction.Handler nameWithType: MultiAction.Handler
fullName: TinyLife.Actions.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 - uid: TinyLife.Actions.MultiAction.PreInitialize
commentId: M:TinyLife.Actions.MultiAction.PreInitialize commentId: M:TinyLife.Actions.MultiAction.PreInitialize
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
@ -660,15 +669,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
isExternal: true isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: MultiAction.Update(GameTime, TimeSpan, GameSpeed) nameWithType: MultiAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: Update
nameWithType: MultiAction.Update nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update fullName: TinyLife.Actions.MultiAction.Update
@ -691,15 +700,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Update
nameWithType: MultiAction.Update nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update fullName: TinyLife.Actions.MultiAction.Update
@ -722,10 +732,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -893,34 +904,6 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) 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) - uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
@ -1839,15 +1822,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true isExternal: true
name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32) fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1862,10 +1845,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1892,7 +1876,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1907,10 +1891,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -2123,14 +2108,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: Sit(Person, Furniture, GameSpeed, ActionSpot) isExternal: true
nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot) name: Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.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: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2151,10 +2137,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -2166,7 +2153,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2187,10 +2174,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -3662,6 +3650,24 @@ references:
name: TinyLife.Utilities name: TinyLife.Utilities
nameWithType: TinyLife.Utilities nameWithType: TinyLife.Utilities
fullName: 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* - uid: TinyLife.Actions.WatchTvAction.#ctor*
commentId: Overload:TinyLife.Actions.WatchTvAction.#ctor commentId: Overload:TinyLife.Actions.WatchTvAction.#ctor
name: WatchTvAction name: WatchTvAction
@ -3838,15 +3844,15 @@ references:
name: AndThenInitialize name: AndThenInitialize
nameWithType: WatchTvAction.AndThenInitialize nameWithType: WatchTvAction.AndThenInitialize
fullName: TinyLife.Actions.WatchTvAction.AndThenInitialize fullName: TinyLife.Actions.WatchTvAction.AndThenInitialize
- 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)
commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
isExternal: true isExternal: true
name: AndThenUpdate(GameTime, TimeSpan, GameSpeed) name: AndThenUpdate(GameTime, TimeSpan, Single)
nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed) nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@ -3869,15 +3875,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@ -3900,10 +3907,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -3926,23 +3934,19 @@ references:
name: TimeSpan name: TimeSpan
nameWithType: TimeSpan nameWithType: TimeSpan
fullName: System.TimeSpan fullName: System.TimeSpan
- uid: TinyLife.GameSpeed - uid: System.Single
commentId: T:TinyLife.GameSpeed commentId: T:System.Single
parent: TinyLife parent: System
name: GameSpeed isExternal: true
nameWithType: GameSpeed name: Single
fullName: TinyLife.GameSpeed nameWithType: Single
fullName: System.Single
- uid: Microsoft.Xna.Framework - uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework commentId: N:Microsoft.Xna.Framework
isExternal: true isExternal: true
name: Microsoft.Xna.Framework name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework fullName: Microsoft.Xna.Framework
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.Actions.MultiAction.AndThenIsCompleted - uid: TinyLife.Actions.MultiAction.AndThenIsCompleted
commentId: M:TinyLife.Actions.MultiAction.AndThenIsCompleted commentId: M:TinyLife.Actions.MultiAction.AndThenIsCompleted
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
@ -4023,46 +4027,6 @@ references:
name: CanMultitask name: CanMultitask
nameWithType: WatchTvAction.CanMultitask nameWithType: WatchTvAction.CanMultitask
fullName: TinyLife.Actions.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) - uid: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction

View file

@ -20,7 +20,7 @@ items:
remote: remote:
path: TinyLife/Actions/WorkAction.cs path: TinyLife/Actions/WorkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkAction id: WorkAction
path: Actions/WorkAction.cs path: Actions/WorkAction.cs
startLine: 7 startLine: 7
@ -47,21 +47,21 @@ items:
inheritedMembers: inheritedMembers:
- TinyLife.Actions.OutOfTownAction.NeedsToTakeCareOf - TinyLife.Actions.OutOfTownAction.NeedsToTakeCareOf
- TinyLife.Actions.OutOfTownAction.CreateFirstActions - 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.GetNextAction(TinyLife.Actions.CompletionType)
- TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) - TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
- TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed - TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed
- TinyLife.Actions.OutOfTownAction.GetClosestExitRoad - TinyLife.Actions.OutOfTownAction.GetClosestExitRoad
- TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.Handler - TinyLife.Actions.MultiAction.Handler
- TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.InProgressTime
- TinyLife.Actions.MultiAction.PreInitialize - 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.Initialize
- TinyLife.Actions.MultiAction.IsCompleted - TinyLife.Actions.MultiAction.IsCompleted
- TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) - TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
- TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action) - TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
- TinyLife.Actions.MultiAction.GetInProgressTime
- TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) - TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
- TinyLife.Actions.Action.Type - TinyLife.Actions.Action.Type
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
@ -78,17 +78,17 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person - TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime - TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen - TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail - 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.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.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.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.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.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.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.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.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.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) - 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: remote:
path: TinyLife/Actions/WorkAction.cs path: TinyLife/Actions/WorkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Actions/WorkAction.cs path: Actions/WorkAction.cs
startLine: 10 startLine: 10
@ -166,7 +166,7 @@ items:
remote: remote:
path: TinyLife/Actions/WorkAction.cs path: TinyLife/Actions/WorkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize id: AndThenInitialize
path: Actions/WorkAction.cs path: Actions/WorkAction.cs
startLine: 15 startLine: 15
@ -201,7 +201,7 @@ items:
remote: remote:
path: TinyLife/Actions/WorkAction.cs path: TinyLife/Actions/WorkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted id: AndThenIsCompleted
path: Actions/WorkAction.cs path: Actions/WorkAction.cs
startLine: 21 startLine: 21
@ -239,7 +239,7 @@ items:
remote: remote:
path: TinyLife/Actions/WorkAction.cs path: TinyLife/Actions/WorkAction.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted id: AndThenOnCompleted
path: Actions/WorkAction.cs path: Actions/WorkAction.cs
startLine: 28 startLine: 28
@ -354,15 +354,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M:TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.OutOfTownAction parent: TinyLife.Actions.OutOfTownAction
isExternal: true isExternal: true
name: AndThenUpdate(GameTime, TimeSpan, GameSpeed) name: AndThenUpdate(GameTime, TimeSpan, Single)
nameWithType: OutOfTownAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed) nameWithType: OutOfTownAction.AndThenUpdate(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: AndThenUpdate
nameWithType: OutOfTownAction.AndThenUpdate nameWithType: OutOfTownAction.AndThenUpdate
fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate
@ -385,15 +385,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: AndThenUpdate
nameWithType: OutOfTownAction.AndThenUpdate nameWithType: OutOfTownAction.AndThenUpdate
fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate
@ -416,10 +417,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -565,18 +567,24 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) 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 - uid: TinyLife.Actions.MultiAction.Handler
commentId: F:TinyLife.Actions.MultiAction.Handler commentId: F:TinyLife.Actions.MultiAction.Handler
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
name: Handler name: Handler
nameWithType: MultiAction.Handler nameWithType: MultiAction.Handler
fullName: TinyLife.Actions.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 - uid: TinyLife.Actions.MultiAction.PreInitialize
commentId: M:TinyLife.Actions.MultiAction.PreInitialize commentId: M:TinyLife.Actions.MultiAction.PreInitialize
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
@ -605,15 +613,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
isExternal: true isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: MultiAction.Update(GameTime, TimeSpan, GameSpeed) nameWithType: MultiAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: Update
nameWithType: MultiAction.Update nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update fullName: TinyLife.Actions.MultiAction.Update
@ -636,15 +644,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Update
nameWithType: MultiAction.Update nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update fullName: TinyLife.Actions.MultiAction.Update
@ -667,10 +676,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -838,34 +848,6 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) 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) - uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory) commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
parent: TinyLife.Actions.MultiAction parent: TinyLife.Actions.MultiAction
@ -1170,40 +1152,18 @@ references:
name: PlayerPromptOpen name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.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 - uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail name: ForceFail
nameWithType: TypelessAction.ForceFail nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.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) - 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) commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
@ -1734,15 +1694,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true isExternal: true
name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32) nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32) fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1757,10 +1717,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1787,7 +1748,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1802,10 +1763,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -2018,14 +1980,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: Sit(Person, Furniture, GameSpeed, ActionSpot) isExternal: true
nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot) name: Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.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: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2046,10 +2009,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -2061,7 +2025,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2082,10 +2046,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '

View file

@ -16,10 +16,10 @@ items:
remote: remote:
path: TinyLife/Debug.cs path: TinyLife/Debug.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CheatDelegate id: CheatDelegate
path: Debug.cs path: Debug.cs
startLine: 493 startLine: 508
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -16,10 +16,10 @@ items:
remote: remote:
path: TinyLife/Debug.cs path: TinyLife/Debug.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DebugDelegate id: DebugDelegate
path: Debug.cs path: Debug.cs
startLine: 498 startLine: 513
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -18,7 +18,7 @@ items:
remote: remote:
path: TinyLife/Debug.cs path: TinyLife/Debug.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Debug id: Debug
path: Debug.cs path: Debug.cs
startLine: 36 startLine: 36
@ -63,7 +63,7 @@ items:
remote: remote:
path: TinyLife/Debug.cs path: TinyLife/Debug.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cheats id: Cheats
path: Debug.cs path: Debug.cs
startLine: 43 startLine: 43
@ -100,7 +100,7 @@ items:
remote: remote:
path: TinyLife/Debug.cs path: TinyLife/Debug.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DebugLines id: DebugLines
path: Debug.cs path: Debug.cs
startLine: 49 startLine: 49

View file

@ -23,7 +23,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance id: Instance
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 234 startLine: 234
@ -78,7 +78,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type id: Type
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 241 startLine: 241
@ -123,7 +123,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Amount id: Amount
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 246 startLine: 246
@ -168,7 +168,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TotalTime id: TotalTime
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 251 startLine: 251
@ -213,7 +213,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Time id: Time
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 255 startLine: 255
@ -260,7 +260,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Source id: Source
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 261 startLine: 261
@ -297,7 +297,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassTime id: PassTime
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 280 startLine: 280
@ -333,7 +333,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 294 startLine: 294

View file

@ -122,7 +122,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmotionModifier id: EmotionModifier
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 21 startLine: 21
@ -173,7 +173,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types id: Types
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 28 startLine: 28
@ -210,7 +210,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Asleep id: Asleep
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 32 startLine: 32
@ -245,7 +245,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PeedSelf id: PeedSelf
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 33 startLine: 33
@ -280,7 +280,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassedOut id: PassedOut
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 34 startLine: 34
@ -315,7 +315,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadBook id: ReadBook
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 35 startLine: 35
@ -350,7 +350,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FailedJoke id: FailedJoke
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 36 startLine: 36
@ -385,7 +385,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DirtyDishes id: DirtyDishes
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 37 startLine: 37
@ -420,7 +420,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BadCreation id: BadCreation
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 38 startLine: 38
@ -455,7 +455,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BadCreationAngry id: BadCreationAngry
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 39 startLine: 39
@ -490,7 +490,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PerfectCreation id: PerfectCreation
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 40 startLine: 40
@ -525,7 +525,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendDied id: FriendDied
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 41 startLine: 41
@ -560,7 +560,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SleptOutside id: SleptOutside
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 42 startLine: 42
@ -595,7 +595,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DirtyConversationPartner id: DirtyConversationPartner
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 43 startLine: 43
@ -630,7 +630,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CaughtBeingInappropriate id: CaughtBeingInappropriate
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 44 startLine: 44
@ -665,7 +665,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BoringWork id: BoringWork
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 45 startLine: 45
@ -700,7 +700,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SawSomethingPersonal id: SawSomethingPersonal
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 46 startLine: 46
@ -735,7 +735,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoodFood id: GoodFood
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 47 startLine: 47
@ -770,7 +770,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PleasantInteraction id: PleasantInteraction
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 48 startLine: 48
@ -805,7 +805,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LovelyInteraction id: LovelyInteraction
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 49 startLine: 49
@ -840,7 +840,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FailedRomance id: FailedRomance
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 50 startLine: 50
@ -875,7 +875,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StartedDating id: StartedDating
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 51 startLine: 51
@ -910,7 +910,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BrokenUpWith id: BrokenUpWith
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 52 startLine: 52
@ -945,7 +945,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Promoted id: Promoted
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 53 startLine: 53
@ -980,7 +980,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Demoted id: Demoted
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 54 startLine: 54
@ -1015,7 +1015,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fired id: Fired
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 55 startLine: 55
@ -1050,7 +1050,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BadFood id: BadFood
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 56 startLine: 56
@ -1085,7 +1085,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FunFoolingAround id: FunFoolingAround
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 57 startLine: 57
@ -1120,7 +1120,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FinishedMod id: FinishedMod
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 58 startLine: 58
@ -1155,7 +1155,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HackingFail id: HackingFail
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 59 startLine: 59
@ -1190,7 +1190,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PositiveGauge id: PositiveGauge
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 60 startLine: 60
@ -1225,7 +1225,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NegativeGauge id: NegativeGauge
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 61 startLine: 61
@ -1260,7 +1260,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MeanConversationPartner id: MeanConversationPartner
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 62 startLine: 62
@ -1295,7 +1295,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RepairFail id: RepairFail
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 63 startLine: 63
@ -1330,7 +1330,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoolAroundFail id: FoolAroundFail
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 64 startLine: 64
@ -1365,7 +1365,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WritersBlock id: WritersBlock
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 65 startLine: 65
@ -1400,7 +1400,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FinishedBook id: FinishedBook
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 66 startLine: 66
@ -1435,7 +1435,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ScrappedBook id: ScrappedBook
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 67 startLine: 67
@ -1470,7 +1470,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SuccessfullyPublished id: SuccessfullyPublished
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 68 startLine: 68
@ -1505,7 +1505,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FailedPublishing id: FailedPublishing
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 69 startLine: 69
@ -1540,7 +1540,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InspiringIdeas id: InspiringIdeas
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 70 startLine: 70
@ -1575,7 +1575,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreativelyInspired id: CreativelyInspired
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 71 startLine: 71
@ -1610,7 +1610,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StrokeOfGenius id: StrokeOfGenius
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 72 startLine: 72
@ -1645,7 +1645,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IntrovertedOverstimulated id: IntrovertedOverstimulated
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 73 startLine: 73
@ -1680,7 +1680,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InspiredByPride id: InspiredByPride
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 74 startLine: 74
@ -1715,7 +1715,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TvInspiredToCook id: TvInspiredToCook
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 75 startLine: 75
@ -1750,7 +1750,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TvSaddenedByNews id: TvSaddenedByNews
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 76 startLine: 76
@ -1785,7 +1785,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TvExcitedByNews id: TvExcitedByNews
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 77 startLine: 77
@ -1820,7 +1820,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TvRomantic id: TvRomantic
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 78 startLine: 78
@ -1855,7 +1855,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoodWalkthrough id: GoodWalkthrough
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 79 startLine: 79
@ -1890,7 +1890,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BoringWalkthrough id: BoringWalkthrough
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 80 startLine: 80
@ -1925,7 +1925,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BadTeammates id: BadTeammates
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 81 startLine: 81
@ -1960,7 +1960,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RageQuit id: RageQuit
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 82 startLine: 82
@ -1995,7 +1995,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WonTournament id: WonTournament
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 83 startLine: 83
@ -2030,7 +2030,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LostTournament id: LostTournament
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 84 startLine: 84
@ -2065,7 +2065,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AsexualFoolingPartner id: AsexualFoolingPartner
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 85 startLine: 85
@ -2100,7 +2100,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AsexualFoolingDeclined id: AsexualFoolingDeclined
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 86 startLine: 86
@ -2135,7 +2135,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoolingDeclined id: FoolingDeclined
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 87 startLine: 87
@ -2170,7 +2170,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EnergizingJog id: EnergizingJog
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 88 startLine: 88
@ -2205,7 +2205,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EnergizingDumbbells id: EnergizingDumbbells
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 89 startLine: 89
@ -2240,7 +2240,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PulledMuscle id: PulledMuscle
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 90 startLine: 90
@ -2275,7 +2275,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StandingDeskPositive id: StandingDeskPositive
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 91 startLine: 91
@ -2310,7 +2310,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StandingDeskSore id: StandingDeskSore
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 92 startLine: 92
@ -2345,7 +2345,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FitnessLevelUp id: FitnessLevelUp
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 93 startLine: 93
@ -2380,7 +2380,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LazyWorkout id: LazyWorkout
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 94 startLine: 94
@ -2415,7 +2415,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeEnergetic id: ProteinShakeEnergetic
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 95 startLine: 95
@ -2450,7 +2450,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeFrisky id: ProteinShakeFrisky
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 96 startLine: 96
@ -2485,7 +2485,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeFocused id: ProteinShakeFocused
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 97 startLine: 97
@ -2520,7 +2520,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeFine id: ProteinShakeFine
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 98 startLine: 98
@ -2555,7 +2555,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooMuchProtein id: TooMuchProtein
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 99 startLine: 99
@ -2590,7 +2590,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProteinShakeFriskyAsexual id: ProteinShakeFriskyAsexual
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 100 startLine: 100
@ -2625,7 +2625,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DirtyHandsAfterToilet id: DirtyHandsAfterToilet
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 101 startLine: 101
@ -2660,7 +2660,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DarkRoom id: DarkRoom
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 102 startLine: 102
@ -2695,7 +2695,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ThrewAwayInsteadOfCleaning id: ThrewAwayInsteadOfCleaning
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 103 startLine: 103
@ -2730,7 +2730,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IntrovertedCloseConversation id: IntrovertedCloseConversation
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 104 startLine: 104
@ -2765,7 +2765,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IntrovertedStrangerDanger id: IntrovertedStrangerDanger
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 105 startLine: 105
@ -2800,7 +2800,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IntrovertedHomeLong id: IntrovertedHomeLong
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 106 startLine: 106
@ -2835,7 +2835,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExtrovertedNewRelationship id: ExtrovertedNewRelationship
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 107 startLine: 107
@ -2870,7 +2870,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExtrovertedConfusedByIntroversion id: ExtrovertedConfusedByIntroversion
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 108 startLine: 108
@ -2905,7 +2905,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DirtyObject id: DirtyObject
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 109 startLine: 109
@ -2940,7 +2940,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UncomfortableCraftedFurniture id: UncomfortableCraftedFurniture
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 110 startLine: 110
@ -2975,7 +2975,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AmazingCraftedFurniture id: AmazingCraftedFurniture
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 111 startLine: 111
@ -3010,7 +3010,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelfCraftedFurniture id: SelfCraftedFurniture
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 112 startLine: 112
@ -3045,7 +3045,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WoodworkingSplinter id: WoodworkingSplinter
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 113 startLine: 113
@ -3080,7 +3080,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ScrappedSomeonesProject id: ScrappedSomeonesProject
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 114 startLine: 114
@ -3115,7 +3115,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RoughSchoolDay id: RoughSchoolDay
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 115 startLine: 115
@ -3150,7 +3150,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FunSchoolDay id: FunSchoolDay
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 116 startLine: 116
@ -3185,7 +3185,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TerribleAtSchool id: TerribleAtSchool
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 117 startLine: 117
@ -3220,7 +3220,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GradesDown id: GradesDown
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 118 startLine: 118
@ -3255,7 +3255,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GradesUp id: GradesUp
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 119 startLine: 119
@ -3290,7 +3290,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BoringHomework id: BoringHomework
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 120 startLine: 120
@ -3325,7 +3325,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ForgotHomework id: ForgotHomework
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 121 startLine: 121
@ -3360,7 +3360,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InterestingStory id: InterestingStory
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 122 startLine: 122
@ -3395,7 +3395,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FunnyCartoons id: FunnyCartoons
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 123 startLine: 123
@ -3430,7 +3430,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FunPlaying id: FunPlaying
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 124 startLine: 124
@ -3465,7 +3465,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InspiringPlaying id: InspiringPlaying
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 125 startLine: 125
@ -3500,7 +3500,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PsychedUp id: PsychedUp
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 126 startLine: 126
@ -3535,7 +3535,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AggravatingConversation id: AggravatingConversation
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 127 startLine: 127
@ -3570,7 +3570,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpsettingConversation id: UpsettingConversation
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 128 startLine: 128
@ -3605,7 +3605,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 150 startLine: 150
@ -3640,7 +3640,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon id: Icon
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 154 startLine: 154
@ -3675,7 +3675,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Emotion id: Emotion
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 159 startLine: 159
@ -3710,7 +3710,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Condition id: Condition
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 165 startLine: 165
@ -3745,7 +3745,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 174 startLine: 174
@ -3793,7 +3793,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 188 startLine: 188
@ -3841,7 +3841,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCausedEmotion id: GetCausedEmotion
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 198 startLine: 198
@ -3880,7 +3880,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionModifier.cs path: TinyLife/Emotions/EmotionModifier.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register id: Register
path: Emotions/EmotionModifier.cs path: Emotions/EmotionModifier.cs
startLine: 213 startLine: 213

View file

@ -19,7 +19,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TypeCategory id: TypeCategory
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 90 startLine: 90
@ -54,7 +54,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Negative id: Negative
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 95 startLine: 95
@ -88,7 +88,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Positive id: Positive
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 99 startLine: 99
@ -122,7 +122,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Neutral id: Neutral
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 103 startLine: 103

View file

@ -36,7 +36,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmotionType id: EmotionType
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 17 startLine: 17
@ -87,7 +87,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types id: Types
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 24 startLine: 24
@ -124,7 +124,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fine id: Fine
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 27 startLine: 27
@ -159,7 +159,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Uncomfortable id: Uncomfortable
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 28 startLine: 28
@ -194,7 +194,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Asleep id: Asleep
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 29 startLine: 29
@ -229,7 +229,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Happy id: Happy
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 30 startLine: 30
@ -264,7 +264,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Embarrassed id: Embarrassed
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 31 startLine: 31
@ -299,7 +299,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sad id: Sad
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 32 startLine: 32
@ -334,7 +334,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Bored id: Bored
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 33 startLine: 33
@ -369,7 +369,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Frisky id: Frisky
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 34 startLine: 34
@ -404,7 +404,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Creative id: Creative
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 35 startLine: 35
@ -439,7 +439,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Focused id: Focused
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 36 startLine: 36
@ -474,7 +474,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Stunned id: Stunned
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 37 startLine: 37
@ -509,7 +509,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Angry id: Angry
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 38 startLine: 38
@ -544,7 +544,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Energetic id: Energetic
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 39 startLine: 39
@ -579,7 +579,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 45 startLine: 45
@ -614,7 +614,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon id: Icon
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 49 startLine: 49
@ -649,7 +649,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Color id: Color
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 54 startLine: 54
@ -684,7 +684,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Category id: Category
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 59 startLine: 59
@ -719,7 +719,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 68 startLine: 68
@ -764,7 +764,7 @@ items:
remote: remote:
path: TinyLife/Emotions/EmotionType.cs path: TinyLife/Emotions/EmotionType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register id: Register
path: Emotions/EmotionType.cs path: Emotions/EmotionType.cs
startLine: 80 startLine: 80

View file

@ -17,7 +17,7 @@ items:
remote: remote:
path: TinyLife/Emotions/IEmotionSource.cs path: TinyLife/Emotions/IEmotionSource.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IEmotionSource id: IEmotionSource
path: Emotions/IEmotionSource.cs path: Emotions/IEmotionSource.cs
startLine: 10 startLine: 10
@ -52,7 +52,7 @@ items:
remote: remote:
path: TinyLife/Emotions/IEmotionSource.cs path: TinyLife/Emotions/IEmotionSource.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString id: SourceString
path: Emotions/IEmotionSource.cs path: Emotions/IEmotionSource.cs
startLine: 15 startLine: 15

View file

@ -20,10 +20,10 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameMode id: GameMode
path: GameImpl.cs path: GameImpl.cs
startLine: 693 startLine: 694
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -55,10 +55,10 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MainMenu id: MainMenu
path: GameImpl.cs path: GameImpl.cs
startLine: 696 startLine: 697
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -89,10 +89,10 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelectHousehold id: SelectHousehold
path: GameImpl.cs path: GameImpl.cs
startLine: 698 startLine: 699
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -123,10 +123,10 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InGameHousehold id: InGameHousehold
path: GameImpl.cs path: GameImpl.cs
startLine: 700 startLine: 701
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -157,10 +157,10 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BuildOnly id: BuildOnly
path: GameImpl.cs path: GameImpl.cs
startLine: 702 startLine: 703
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -42,7 +42,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameImpl id: GameImpl
path: GameImpl.cs path: GameImpl.cs
startLine: 50 startLine: 50
@ -138,7 +138,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Version id: Version
path: GameImpl.cs path: GameImpl.cs
startLine: 55 startLine: 55
@ -175,7 +175,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance id: Instance
path: GameImpl.cs path: GameImpl.cs
startLine: 61 startLine: 61
@ -214,7 +214,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GraphicsMetrics id: GraphicsMetrics
path: GameImpl.cs path: GameImpl.cs
startLine: 65 startLine: 65
@ -251,7 +251,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Camera id: Camera
path: GameImpl.cs path: GameImpl.cs
startLine: 69 startLine: 69
@ -288,7 +288,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Listener id: Listener
path: GameImpl.cs path: GameImpl.cs
startLine: 73 startLine: 73
@ -325,7 +325,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Map id: Map
path: GameImpl.cs path: GameImpl.cs
startLine: 77 startLine: 77
@ -362,7 +362,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentTool id: CurrentTool
path: GameImpl.cs path: GameImpl.cs
startLine: 81 startLine: 81
@ -399,7 +399,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentTime id: CurrentTime
path: GameImpl.cs path: GameImpl.cs
startLine: 96 startLine: 96
@ -432,7 +432,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Weekday id: Weekday
path: GameImpl.cs path: GameImpl.cs
startLine: 100 startLine: 100
@ -469,7 +469,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentHousehold id: CurrentHousehold
path: GameImpl.cs path: GameImpl.cs
startLine: 104 startLine: 104
@ -506,7 +506,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Money id: Money
path: GameImpl.cs path: GameImpl.cs
startLine: 108 startLine: 108
@ -543,7 +543,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentLot id: CurrentLot
path: GameImpl.cs path: GameImpl.cs
startLine: 118 startLine: 118
@ -580,7 +580,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Speed id: Speed
path: GameImpl.cs path: GameImpl.cs
startLine: 124 startLine: 124
@ -617,7 +617,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FollowingPerson id: FollowingPerson
path: GameImpl.cs path: GameImpl.cs
startLine: 137 startLine: 137
@ -654,7 +654,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SaveName id: SaveName
path: GameImpl.cs path: GameImpl.cs
startLine: 149 startLine: 149
@ -691,7 +691,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mode id: Mode
path: GameImpl.cs path: GameImpl.cs
startLine: 153 startLine: 153
@ -728,7 +728,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LoadContent id: LoadContent
path: GameImpl.cs path: GameImpl.cs
startLine: 192 startLine: 192
@ -762,7 +762,7 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoUpdate id: DoUpdate
path: GameImpl.cs path: GameImpl.cs
startLine: 300 startLine: 300
@ -799,10 +799,10 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoDraw id: DoDraw
path: GameImpl.cs path: GameImpl.cs
startLine: 401 startLine: 402
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -836,10 +836,10 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dispose id: Dispose
path: GameImpl.cs path: GameImpl.cs
startLine: 439 startLine: 440
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -873,10 +873,10 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsMouseOnUi id: IsMouseOnUi
path: GameImpl.cs path: GameImpl.cs
startLine: 454 startLine: 455
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -908,10 +908,10 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SwitchGameMode id: SwitchGameMode
path: GameImpl.cs path: GameImpl.cs
startLine: 463 startLine: 464
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -944,10 +944,10 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeExtremelyFast id: CanBeExtremelyFast
path: GameImpl.cs path: GameImpl.cs
startLine: 528 startLine: 529
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -979,10 +979,10 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanSaveOrSwitchModes id: CanSaveOrSwitchModes
path: GameImpl.cs path: GameImpl.cs
startLine: 539 startLine: 540
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1014,10 +1014,10 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FadeKeyboardLighting id: FadeKeyboardLighting
path: GameImpl.cs path: GameImpl.cs
startLine: 556 startLine: 557
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1050,17 +1050,17 @@ items:
remote: remote:
path: TinyLife/GameImpl.cs path: TinyLife/GameImpl.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeScreenshot id: TakeScreenshot
path: GameImpl.cs path: GameImpl.cs
startLine: 580 startLine: 581
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife 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" summary: "\nTakes a screenshot and stores it in the default location, using a file name that contains the current date and time\n"
example: [] example: []
syntax: 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: parameters:
- id: size - id: size
type: Microsoft.Xna.Framework.Point type: Microsoft.Xna.Framework.Point

View file

@ -21,7 +21,7 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameSpeed id: GameSpeed
path: Options.cs path: Options.cs
startLine: 315 startLine: 315
@ -56,7 +56,7 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Paused id: Paused
path: Options.cs path: Options.cs
startLine: 320 startLine: 320
@ -90,7 +90,7 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Regular id: Regular
path: Options.cs path: Options.cs
startLine: 324 startLine: 324
@ -124,7 +124,7 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fast id: Fast
path: Options.cs path: Options.cs
startLine: 328 startLine: 328
@ -158,7 +158,7 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VeryFast id: VeryFast
path: Options.cs path: Options.cs
startLine: 332 startLine: 332
@ -192,7 +192,7 @@ items:
remote: remote:
path: TinyLife/Options.cs path: TinyLife/Options.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExtremelyFast id: ExtremelyFast
path: Options.cs path: Options.cs
startLine: 337 startLine: 337

View file

@ -25,7 +25,7 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GenealogyType id: GenealogyType
path: Relationship.cs path: Relationship.cs
startLine: 237 startLine: 237
@ -61,7 +61,7 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Unrelated id: Unrelated
path: Relationship.cs path: Relationship.cs
startLine: 242 startLine: 242
@ -95,7 +95,7 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Parent id: Parent
path: Relationship.cs path: Relationship.cs
startLine: 246 startLine: 246
@ -129,7 +129,7 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Child id: Child
path: Relationship.cs path: Relationship.cs
startLine: 250 startLine: 250
@ -163,7 +163,7 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sibling id: Sibling
path: Relationship.cs path: Relationship.cs
startLine: 254 startLine: 254
@ -197,7 +197,7 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Nibling id: Nibling
path: Relationship.cs path: Relationship.cs
startLine: 258 startLine: 258
@ -231,7 +231,7 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pibling id: Pibling
path: Relationship.cs path: Relationship.cs
startLine: 262 startLine: 262
@ -265,7 +265,7 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Grandparent id: Grandparent
path: Relationship.cs path: Relationship.cs
startLine: 266 startLine: 266
@ -299,7 +299,7 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Grandchild id: Grandchild
path: Relationship.cs path: Relationship.cs
startLine: 270 startLine: 270
@ -333,7 +333,7 @@ items:
remote: remote:
path: TinyLife/Relationship.cs path: TinyLife/Relationship.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DistantlyRelated id: DistantlyRelated
path: Relationship.cs path: Relationship.cs
startLine: 274 startLine: 274

View file

@ -21,7 +21,7 @@ items:
remote: remote:
path: TinyLife/Goals/AmountGoal.cs path: TinyLife/Goals/AmountGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AmountGoal id: AmountGoal
path: Goals/AmountGoal.cs path: Goals/AmountGoal.cs
startLine: 8 startLine: 8
@ -84,7 +84,7 @@ items:
remote: remote:
path: TinyLife/Goals/AmountGoal.cs path: TinyLife/Goals/AmountGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Goals/AmountGoal.cs path: Goals/AmountGoal.cs
startLine: 14 startLine: 14
@ -120,7 +120,7 @@ items:
remote: remote:
path: TinyLife/Goals/AmountGoal.cs path: TinyLife/Goals/AmountGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress id: GetProgress
path: Goals/AmountGoal.cs path: Goals/AmountGoal.cs
startLine: 20 startLine: 20
@ -158,7 +158,7 @@ items:
remote: remote:
path: TinyLife/Goals/AmountGoal.cs path: TinyLife/Goals/AmountGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset id: Reset
path: Goals/AmountGoal.cs path: Goals/AmountGoal.cs
startLine: 25 startLine: 25
@ -193,7 +193,7 @@ items:
remote: remote:
path: TinyLife/Goals/AmountGoal.cs path: TinyLife/Goals/AmountGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayedProgress id: GetDisplayedProgress
path: Goals/AmountGoal.cs path: Goals/AmountGoal.cs
startLine: 30 startLine: 30
@ -231,7 +231,7 @@ items:
remote: remote:
path: TinyLife/Goals/AmountGoal.cs path: TinyLife/Goals/AmountGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger id: Trigger
path: Goals/AmountGoal.cs path: Goals/AmountGoal.cs
startLine: 35 startLine: 35

View file

@ -21,7 +21,7 @@ items:
remote: remote:
path: TinyLife/Goals/GoalInfo.cs path: TinyLife/Goals/GoalInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AutoGoalInfo id: AutoGoalInfo
path: Goals/GoalInfo.cs path: Goals/GoalInfo.cs
startLine: 44 startLine: 44
@ -78,7 +78,7 @@ items:
remote: remote:
path: TinyLife/Goals/GoalInfo.cs path: TinyLife/Goals/GoalInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Timed id: Timed
path: Goals/GoalInfo.cs path: Goals/GoalInfo.cs
startLine: 64 startLine: 64
@ -134,7 +134,7 @@ items:
remote: remote:
path: TinyLife/Goals/GoalInfo.cs path: TinyLife/Goals/GoalInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Amount id: Amount
path: Goals/GoalInfo.cs path: Goals/GoalInfo.cs
startLine: 78 startLine: 78
@ -190,7 +190,7 @@ items:
remote: remote:
path: TinyLife/Goals/GoalInfo.cs path: TinyLife/Goals/GoalInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Distinct id: Distinct
path: Goals/GoalInfo.cs path: Goals/GoalInfo.cs
startLine: 94 startLine: 94
@ -249,7 +249,7 @@ items:
remote: remote:
path: TinyLife/Goals/GoalInfo.cs path: TinyLife/Goals/GoalInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Distinct id: Distinct
path: Goals/GoalInfo.cs path: Goals/GoalInfo.cs
startLine: 113 startLine: 113
@ -308,7 +308,7 @@ items:
remote: remote:
path: TinyLife/Goals/GoalInfo.cs path: TinyLife/Goals/GoalInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Conditioned id: Conditioned
path: Goals/GoalInfo.cs path: Goals/GoalInfo.cs
startLine: 129 startLine: 129

View file

@ -22,7 +22,7 @@ items:
remote: remote:
path: TinyLife/Goals/AutoTriggerGoal.cs path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AutoTriggerGoal id: AutoTriggerGoal
path: Goals/AutoTriggerGoal.cs path: Goals/AutoTriggerGoal.cs
startLine: 8 startLine: 8
@ -96,7 +96,7 @@ items:
remote: remote:
path: TinyLife/Goals/AutoTriggerGoal.cs path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AutoInfo id: AutoInfo
path: Goals/AutoTriggerGoal.cs path: Goals/AutoTriggerGoal.cs
startLine: 13 startLine: 13
@ -131,7 +131,7 @@ items:
remote: remote:
path: TinyLife/Goals/AutoTriggerGoal.cs path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Goals/AutoTriggerGoal.cs path: Goals/AutoTriggerGoal.cs
startLine: 16 startLine: 16
@ -169,7 +169,7 @@ items:
remote: remote:
path: TinyLife/Goals/AutoTriggerGoal.cs path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger id: Trigger
path: Goals/AutoTriggerGoal.cs path: Goals/AutoTriggerGoal.cs
startLine: 25 startLine: 25
@ -209,7 +209,7 @@ items:
remote: remote:
path: TinyLife/Goals/AutoTriggerGoal.cs path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: Goals/AutoTriggerGoal.cs path: Goals/AutoTriggerGoal.cs
startLine: 28 startLine: 28
@ -253,7 +253,7 @@ items:
remote: remote:
path: TinyLife/Goals/AutoTriggerGoal.cs path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger id: Trigger
path: Goals/AutoTriggerGoal.cs path: Goals/AutoTriggerGoal.cs
startLine: 44 startLine: 44
@ -302,7 +302,7 @@ items:
remote: remote:
path: TinyLife/Goals/AutoTriggerGoal.cs path: TinyLife/Goals/AutoTriggerGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger id: Trigger
path: Goals/AutoTriggerGoal.cs path: Goals/AutoTriggerGoal.cs
startLine: 61 startLine: 61

View file

@ -21,7 +21,7 @@ items:
remote: remote:
path: TinyLife/Goals/ConditionedGoal.cs path: TinyLife/Goals/ConditionedGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConditionedGoal id: ConditionedGoal
path: Goals/ConditionedGoal.cs path: Goals/ConditionedGoal.cs
startLine: 7 startLine: 7
@ -84,7 +84,7 @@ items:
remote: remote:
path: TinyLife/Goals/ConditionedGoal.cs path: TinyLife/Goals/ConditionedGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Goals/ConditionedGoal.cs path: Goals/ConditionedGoal.cs
startLine: 13 startLine: 13
@ -120,7 +120,7 @@ items:
remote: remote:
path: TinyLife/Goals/ConditionedGoal.cs path: TinyLife/Goals/ConditionedGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress id: GetProgress
path: Goals/ConditionedGoal.cs path: Goals/ConditionedGoal.cs
startLine: 17 startLine: 17
@ -158,7 +158,7 @@ items:
remote: remote:
path: TinyLife/Goals/ConditionedGoal.cs path: TinyLife/Goals/ConditionedGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset id: Reset
path: Goals/ConditionedGoal.cs path: Goals/ConditionedGoal.cs
startLine: 22 startLine: 22
@ -193,7 +193,7 @@ items:
remote: remote:
path: TinyLife/Goals/ConditionedGoal.cs path: TinyLife/Goals/ConditionedGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayedProgress id: GetDisplayedProgress
path: Goals/ConditionedGoal.cs path: Goals/ConditionedGoal.cs
startLine: 27 startLine: 27
@ -231,7 +231,7 @@ items:
remote: remote:
path: TinyLife/Goals/ConditionedGoal.cs path: TinyLife/Goals/ConditionedGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger id: Trigger
path: Goals/ConditionedGoal.cs path: Goals/ConditionedGoal.cs
startLine: 32 startLine: 32

View file

@ -22,7 +22,7 @@ items:
remote: remote:
path: TinyLife/Goals/DistinctGoal.cs path: TinyLife/Goals/DistinctGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DistinctGoal id: DistinctGoal
path: Goals/DistinctGoal.cs path: Goals/DistinctGoal.cs
startLine: 9 startLine: 9
@ -84,7 +84,7 @@ items:
remote: remote:
path: TinyLife/Goals/DistinctGoal.cs path: TinyLife/Goals/DistinctGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Goals/DistinctGoal.cs path: Goals/DistinctGoal.cs
startLine: 16 startLine: 16
@ -120,7 +120,7 @@ items:
remote: remote:
path: TinyLife/Goals/DistinctGoal.cs path: TinyLife/Goals/DistinctGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress id: GetProgress
path: Goals/DistinctGoal.cs path: Goals/DistinctGoal.cs
startLine: 22 startLine: 22
@ -158,7 +158,7 @@ items:
remote: remote:
path: TinyLife/Goals/DistinctGoal.cs path: TinyLife/Goals/DistinctGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset id: Reset
path: Goals/DistinctGoal.cs path: Goals/DistinctGoal.cs
startLine: 27 startLine: 27
@ -193,7 +193,7 @@ items:
remote: remote:
path: TinyLife/Goals/DistinctGoal.cs path: TinyLife/Goals/DistinctGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayedProgress id: GetDisplayedProgress
path: Goals/DistinctGoal.cs path: Goals/DistinctGoal.cs
startLine: 32 startLine: 32
@ -231,7 +231,7 @@ items:
remote: remote:
path: TinyLife/Goals/DistinctGoal.cs path: TinyLife/Goals/DistinctGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: Goals/DistinctGoal.cs path: Goals/DistinctGoal.cs
startLine: 37 startLine: 37
@ -273,7 +273,7 @@ items:
remote: remote:
path: TinyLife/Goals/DistinctGoal.cs path: TinyLife/Goals/DistinctGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger id: Trigger
path: Goals/DistinctGoal.cs path: Goals/DistinctGoal.cs
startLine: 47 startLine: 47

View file

@ -24,7 +24,7 @@ items:
remote: remote:
path: TinyLife/Goals/Goal.cs path: TinyLife/Goals/Goal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goal id: Goal
path: Goals/Goal.cs path: Goals/Goal.cs
startLine: 8 startLine: 8
@ -92,7 +92,7 @@ items:
remote: remote:
path: TinyLife/Goals/Goal.cs path: TinyLife/Goals/Goal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: Goals/Goal.cs path: Goals/Goal.cs
startLine: 15 startLine: 15
@ -137,7 +137,7 @@ items:
remote: remote:
path: TinyLife/Goals/Goal.cs path: TinyLife/Goals/Goal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Set id: Set
path: Goals/Goal.cs path: Goals/Goal.cs
startLine: 19 startLine: 19
@ -174,7 +174,7 @@ items:
remote: remote:
path: TinyLife/Goals/Goal.cs path: TinyLife/Goals/Goal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Info id: Info
path: Goals/Goal.cs path: Goals/Goal.cs
startLine: 23 startLine: 23
@ -211,7 +211,7 @@ items:
remote: remote:
path: TinyLife/Goals/Goal.cs path: TinyLife/Goals/Goal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Goals/Goal.cs path: Goals/Goal.cs
startLine: 30 startLine: 30
@ -250,7 +250,7 @@ items:
remote: remote:
path: TinyLife/Goals/Goal.cs path: TinyLife/Goals/Goal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress id: GetProgress
path: Goals/Goal.cs path: Goals/Goal.cs
startLine: 40 startLine: 40
@ -287,7 +287,7 @@ items:
remote: remote:
path: TinyLife/Goals/Goal.cs path: TinyLife/Goals/Goal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset id: Reset
path: Goals/Goal.cs path: Goals/Goal.cs
startLine: 45 startLine: 45
@ -321,7 +321,7 @@ items:
remote: remote:
path: TinyLife/Goals/Goal.cs path: TinyLife/Goals/Goal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayedProgress id: GetDisplayedProgress
path: Goals/Goal.cs path: Goals/Goal.cs
startLine: 52 startLine: 52
@ -358,7 +358,7 @@ items:
remote: remote:
path: TinyLife/Goals/Goal.cs path: TinyLife/Goals/Goal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: Goals/Goal.cs path: Goals/Goal.cs
startLine: 61 startLine: 61

View file

@ -19,7 +19,7 @@ items:
remote: remote:
path: TinyLife/Goals/GoalInfo.cs path: TinyLife/Goals/GoalInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoalInfo id: GoalInfo
path: Goals/GoalInfo.cs path: Goals/GoalInfo.cs
startLine: 10 startLine: 10
@ -75,7 +75,7 @@ items:
remote: remote:
path: TinyLife/Goals/GoalInfo.cs path: TinyLife/Goals/GoalInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: Goals/GoalInfo.cs path: Goals/GoalInfo.cs
startLine: 15 startLine: 15
@ -110,7 +110,7 @@ items:
remote: remote:
path: TinyLife/Goals/GoalInfo.cs path: TinyLife/Goals/GoalInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Goals/GoalInfo.cs path: Goals/GoalInfo.cs
startLine: 23 startLine: 23
@ -152,7 +152,7 @@ items:
remote: remote:
path: TinyLife/Goals/GoalInfo.cs path: TinyLife/Goals/GoalInfo.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct id: Construct
path: Goals/GoalInfo.cs path: Goals/GoalInfo.cs
startLine: 34 startLine: 34

View file

@ -27,7 +27,7 @@ items:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoalSet id: GoalSet
path: Goals/GoalSet.cs path: Goals/GoalSet.cs
startLine: 45 startLine: 45
@ -90,7 +90,7 @@ items:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Info id: Info
path: Goals/GoalSet.cs path: Goals/GoalSet.cs
startLine: 53 startLine: 53
@ -127,7 +127,7 @@ items:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person id: Person
path: Goals/GoalSet.cs path: Goals/GoalSet.cs
startLine: 57 startLine: 57
@ -164,7 +164,7 @@ items:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Goals/GoalSet.cs path: Goals/GoalSet.cs
startLine: 64 startLine: 64
@ -203,7 +203,7 @@ items:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress id: GetProgress
path: Goals/GoalSet.cs path: Goals/GoalSet.cs
startLine: 74 startLine: 74
@ -238,7 +238,7 @@ items:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted id: IsCompleted
path: Goals/GoalSet.cs path: Goals/GoalSet.cs
startLine: 86 startLine: 86
@ -273,7 +273,7 @@ items:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset id: Reset
path: Goals/GoalSet.cs path: Goals/GoalSet.cs
startLine: 93 startLine: 93
@ -305,7 +305,7 @@ items:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetGoals id: GetGoals
path: Goals/GoalSet.cs path: Goals/GoalSet.cs
startLine: 103 startLine: 103
@ -348,7 +348,7 @@ items:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetGoal id: GetGoal
path: Goals/GoalSet.cs path: Goals/GoalSet.cs
startLine: 113 startLine: 113
@ -395,7 +395,7 @@ items:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetGoal id: GetGoal
path: Goals/GoalSet.cs path: Goals/GoalSet.cs
startLine: 123 startLine: 123
@ -438,7 +438,7 @@ items:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplay id: GetDisplay
path: Goals/GoalSet.cs path: Goals/GoalSet.cs
startLine: 132 startLine: 132
@ -477,7 +477,7 @@ items:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: Goals/GoalSet.cs path: Goals/GoalSet.cs
startLine: 153 startLine: 153

View file

@ -19,7 +19,7 @@ items:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoalSetInfo id: GoalSetInfo
path: Goals/GoalSet.cs path: Goals/GoalSet.cs
startLine: 15 startLine: 15
@ -73,7 +73,7 @@ items:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Configurations id: Configurations
path: Goals/GoalSet.cs path: Goals/GoalSet.cs
startLine: 20 startLine: 20
@ -108,7 +108,7 @@ items:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Goals/GoalSet.cs path: Goals/GoalSet.cs
startLine: 26 startLine: 26
@ -147,7 +147,7 @@ items:
remote: remote:
path: TinyLife/Goals/GoalSet.cs path: TinyLife/Goals/GoalSet.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct id: Construct
path: Goals/GoalSet.cs path: Goals/GoalSet.cs
startLine: 35 startLine: 35

View file

@ -21,7 +21,7 @@ items:
remote: remote:
path: TinyLife/Goals/GoalTrigger.cs path: TinyLife/Goals/GoalTrigger.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoalTrigger id: GoalTrigger
path: Goals/GoalTrigger.cs path: Goals/GoalTrigger.cs
startLine: 8 startLine: 8
@ -66,14 +66,14 @@ items:
remote: remote:
path: TinyLife/Goals/GoalTrigger.cs path: TinyLife/Goals/GoalTrigger.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PersonUpdate id: PersonUpdate
path: Goals/GoalTrigger.cs path: Goals/GoalTrigger.cs
startLine: 15 startLine: 15
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
summary: "\nA goal trigger for when a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed)\" data-throw-if-not-resolved=\"false\"></xref> method is called.\nThis trigger is supported by <xref href=\"TinyLife.Goals.TimedGoal\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Goals.ConditionedGoal\" data-throw-if-not-resolved=\"false\"></xref> using the <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> type parameter.\n" summary: "\nA goal trigger for when a <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref> method is called.\nThis trigger is supported by <xref href=\"TinyLife.Goals.TimedGoal\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Goals.ConditionedGoal\" data-throw-if-not-resolved=\"false\"></xref> using the <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> type parameter.\n"
example: [] example: []
syntax: syntax:
content: PersonUpdate = 1 content: PersonUpdate = 1
@ -100,7 +100,7 @@ items:
remote: remote:
path: TinyLife/Goals/GoalTrigger.cs path: TinyLife/Goals/GoalTrigger.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FurnitureCreated id: FurnitureCreated
path: Goals/GoalTrigger.cs path: Goals/GoalTrigger.cs
startLine: 21 startLine: 21
@ -134,7 +134,7 @@ items:
remote: remote:
path: TinyLife/Goals/GoalTrigger.cs path: TinyLife/Goals/GoalTrigger.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionCompleted id: ActionCompleted
path: Goals/GoalTrigger.cs path: Goals/GoalTrigger.cs
startLine: 26 startLine: 26
@ -168,7 +168,7 @@ items:
remote: remote:
path: TinyLife/Goals/GoalTrigger.cs path: TinyLife/Goals/GoalTrigger.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionUpdate id: ActionUpdate
path: Goals/GoalTrigger.cs path: Goals/GoalTrigger.cs
startLine: 31 startLine: 31
@ -202,7 +202,7 @@ items:
remote: remote:
path: TinyLife/Goals/GoalTrigger.cs path: TinyLife/Goals/GoalTrigger.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EarnMoney id: EarnMoney
path: Goals/GoalTrigger.cs path: Goals/GoalTrigger.cs
startLine: 36 startLine: 36
@ -361,8 +361,8 @@ references:
name: Person name: Person
nameWithType: Person nameWithType: Person
fullName: TinyLife.Objects.Person fullName: TinyLife.Objects.Person
- uid: 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,TinyLife.GameSpeed) commentId: M:TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
isExternal: true isExternal: true
- uid: TinyLife.Goals.TimedGoal - uid: TinyLife.Goals.TimedGoal
commentId: T:TinyLife.Goals.TimedGoal commentId: T:TinyLife.Goals.TimedGoal

View file

@ -28,7 +28,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Job id: Job
path: Goals/Job.cs path: Goals/Job.cs
startLine: 16 startLine: 16
@ -91,7 +91,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type id: Type
path: Goals/Job.cs path: Goals/Job.cs
startLine: 23 startLine: 23
@ -136,7 +136,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person id: Person
path: Goals/Job.cs path: Goals/Job.cs
startLine: 27 startLine: 27
@ -173,7 +173,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Performance id: Performance
path: Goals/Job.cs path: Goals/Job.cs
startLine: 32 startLine: 32
@ -220,7 +220,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Level id: Level
path: Goals/Job.cs path: Goals/Job.cs
startLine: 38 startLine: 38
@ -267,7 +267,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyTasks id: DailyTasks
path: Goals/Job.cs path: Goals/Job.cs
startLine: 43 startLine: 43
@ -314,7 +314,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentHourlyPay id: CurrentHourlyPay
path: Goals/Job.cs path: Goals/Job.cs
startLine: 48 startLine: 48
@ -351,7 +351,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Goals/Job.cs path: Goals/Job.cs
startLine: 56 startLine: 56
@ -393,14 +393,14 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: Goals/Job.cs path: Goals/Job.cs
startLine: 69 startLine: 69
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
summary: "\nUpdates this job, changing the <xref href=\"TinyLife.Goals.Job.Performance\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Goals.Job.Level\" data-throw-if-not-resolved=\"false\"></xref> according to this job&apos;s person&apos;s current actions.\nThis is called in <xref href=\"TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed)\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nUpdates this job, changing the <xref href=\"TinyLife.Goals.Job.Performance\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Goals.Job.Level\" data-throw-if-not-resolved=\"false\"></xref> according to this job&apos;s person&apos;s current actions.\nThis is called in <xref href=\"TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public void Update(TimeSpan passedInGame) content: public void Update(TimeSpan passedInGame)
@ -429,7 +429,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddPerformance id: AddPerformance
path: Goals/Job.cs path: Goals/Job.cs
startLine: 100 startLine: 100
@ -465,7 +465,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddLevel id: AddLevel
path: Goals/Job.cs path: Goals/Job.cs
startLine: 119 startLine: 119
@ -501,7 +501,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasRequiredPromotionSkills id: HasRequiredPromotionSkills
path: Goals/Job.cs path: Goals/Job.cs
startLine: 158 startLine: 158
@ -536,7 +536,7 @@ items:
remote: remote:
path: TinyLife/Goals/Job.cs path: TinyLife/Goals/Job.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: Goals/Job.cs path: Goals/Job.cs
startLine: 170 startLine: 170
@ -1185,8 +1185,8 @@ references:
- uid: TinyLife.Goals.Job.Performance - uid: TinyLife.Goals.Job.Performance
commentId: P:TinyLife.Goals.Job.Performance commentId: P:TinyLife.Goals.Job.Performance
isExternal: true isExternal: true
- uid: 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,TinyLife.GameSpeed) commentId: M:TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
isExternal: true isExternal: true
- uid: TinyLife.Goals.Job.Update* - uid: TinyLife.Goals.Job.Update*
commentId: Overload:TinyLife.Goals.Job.Update commentId: Overload:TinyLife.Goals.Job.Update

View file

@ -40,7 +40,7 @@ items:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JobType id: JobType
path: Goals/JobType.cs path: Goals/JobType.cs
startLine: 23 startLine: 23
@ -101,7 +101,7 @@ items:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types id: Types
path: Goals/JobType.cs path: Goals/JobType.cs
startLine: 31 startLine: 31
@ -138,7 +138,7 @@ items:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: Goals/JobType.cs path: Goals/JobType.cs
startLine: 71 startLine: 71
@ -173,7 +173,7 @@ items:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HourlyPay id: HourlyPay
path: Goals/JobType.cs path: Goals/JobType.cs
startLine: 76 startLine: 76
@ -208,7 +208,7 @@ items:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkHours id: WorkHours
path: Goals/JobType.cs path: Goals/JobType.cs
startLine: 81 startLine: 81
@ -243,7 +243,7 @@ items:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OffWorkDays id: OffWorkDays
path: Goals/JobType.cs path: Goals/JobType.cs
startLine: 86 startLine: 86
@ -278,7 +278,7 @@ items:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPromotionSkills id: RequiredPromotionSkills
path: Goals/JobType.cs path: Goals/JobType.cs
startLine: 91 startLine: 91
@ -315,7 +315,7 @@ items:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MaxLevel id: MaxLevel
path: Goals/JobType.cs path: Goals/JobType.cs
startLine: 95 startLine: 95
@ -352,7 +352,7 @@ items:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasSpecialLocalization id: HasSpecialLocalization
path: Goals/JobType.cs path: Goals/JobType.cs
startLine: 100 startLine: 100
@ -389,7 +389,7 @@ items:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredAges id: RequiredAges
path: Goals/JobType.cs path: Goals/JobType.cs
startLine: 105 startLine: 105
@ -426,7 +426,7 @@ items:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanQuitOrBeFired id: CanQuitOrBeFired
path: Goals/JobType.cs path: Goals/JobType.cs
startLine: 110 startLine: 110
@ -463,7 +463,7 @@ items:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyTasks id: DailyTasks
path: Goals/JobType.cs path: Goals/JobType.cs
startLine: 115 startLine: 115
@ -500,7 +500,7 @@ items:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyTaskImportance id: DailyTaskImportance
path: Goals/JobType.cs path: Goals/JobType.cs
startLine: 120 startLine: 120
@ -537,7 +537,7 @@ items:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Goals/JobType.cs path: Goals/JobType.cs
startLine: 129 startLine: 129
@ -585,7 +585,7 @@ items:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct id: Construct
path: Goals/JobType.cs path: Goals/JobType.cs
startLine: 142 startLine: 142
@ -627,7 +627,7 @@ items:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsTimeToWork id: IsTimeToWork
path: Goals/JobType.cs path: Goals/JobType.cs
startLine: 152 startLine: 152
@ -637,7 +637,7 @@ items:
summary: "\nReturns whether the given time (or the game&apos;s current time) is in the bounds of <xref href=\"TinyLife.Goals.JobType.WorkHours\" data-throw-if-not-resolved=\"false\"></xref> and outside of the bounds of <xref href=\"TinyLife.Goals.JobType.OffWorkDays\" data-throw-if-not-resolved=\"false\"></xref>.\nIf this method returns true, <xref href=\"TinyLife.Actions.WorkAction\" data-throw-if-not-resolved=\"false\"></xref> can be started.\n" summary: "\nReturns whether the given time (or the game&apos;s current time) is in the bounds of <xref href=\"TinyLife.Goals.JobType.WorkHours\" data-throw-if-not-resolved=\"false\"></xref> and outside of the bounds of <xref href=\"TinyLife.Goals.JobType.OffWorkDays\" data-throw-if-not-resolved=\"false\"></xref>.\nIf this method returns true, <xref href=\"TinyLife.Actions.WorkAction\" data-throw-if-not-resolved=\"false\"></xref> can be started.\n"
example: [] example: []
syntax: syntax:
content: public virtual bool IsTimeToWork(TimeSpan? time = null) content: public virtual bool IsTimeToWork(TimeSpan? time = default(TimeSpan? ))
parameters: parameters:
- id: time - id: time
type: System.Nullable{System.TimeSpan} type: System.Nullable{System.TimeSpan}
@ -671,7 +671,7 @@ items:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToScheduleString id: ToScheduleString
path: Goals/JobType.cs path: Goals/JobType.cs
startLine: 162 startLine: 162
@ -708,7 +708,7 @@ items:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName id: GetDisplayName
path: Goals/JobType.cs path: Goals/JobType.cs
startLine: 176 startLine: 176
@ -718,7 +718,7 @@ items:
summary: "\nReturns the display name of this <xref href=\"TinyLife.Goals.JobType\" data-throw-if-not-resolved=\"false\"></xref>, based on the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">level</code>.\nIf no level is given, the job&apos;s regular name, without the level-based suffix, is returned.\n" summary: "\nReturns the display name of this <xref href=\"TinyLife.Goals.JobType\" data-throw-if-not-resolved=\"false\"></xref>, based on the given <code data-dev-comment-type=\"paramref\" class=\"paramref\">level</code>.\nIf no level is given, the job&apos;s regular name, without the level-based suffix, is returned.\n"
example: [] example: []
syntax: syntax:
content: public virtual string GetDisplayName(int? level = null) content: public virtual string GetDisplayName(int? level = default(int? ))
parameters: parameters:
- id: level - id: level
type: System.Nullable{System.Int32} type: System.Nullable{System.Int32}
@ -752,7 +752,7 @@ items:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRequiredPromotionSkills id: GetRequiredPromotionSkills
path: Goals/JobType.cs path: Goals/JobType.cs
startLine: 188 startLine: 188
@ -793,7 +793,7 @@ items:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkStartsInAnHour id: OnWorkStartsInAnHour
path: Goals/JobType.cs path: Goals/JobType.cs
startLine: 203 startLine: 203
@ -831,7 +831,7 @@ items:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkHoursOver id: OnWorkHoursOver
path: Goals/JobType.cs path: Goals/JobType.cs
startLine: 214 startLine: 214
@ -869,7 +869,7 @@ items:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkFinished id: OnWorkFinished
path: Goals/JobType.cs path: Goals/JobType.cs
startLine: 224 startLine: 224
@ -910,7 +910,7 @@ items:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkStarted id: OnWorkStarted
path: Goals/JobType.cs path: Goals/JobType.cs
startLine: 235 startLine: 235
@ -951,7 +951,7 @@ items:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnLevelChanged id: OnLevelChanged
path: Goals/JobType.cs path: Goals/JobType.cs
startLine: 244 startLine: 244
@ -992,7 +992,7 @@ items:
remote: remote:
path: TinyLife/Goals/JobType.cs path: TinyLife/Goals/JobType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register id: Register
path: Goals/JobType.cs path: Goals/JobType.cs
startLine: 257 startLine: 257

View file

@ -26,7 +26,7 @@ items:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance id: Instance
path: Goals/LifeGoal.cs path: Goals/LifeGoal.cs
startLine: 172 startLine: 172
@ -81,7 +81,7 @@ items:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goal id: Goal
path: Goals/LifeGoal.cs path: Goals/LifeGoal.cs
startLine: 179 startLine: 179
@ -126,7 +126,7 @@ items:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentGoals id: CurrentGoals
path: Goals/LifeGoal.cs path: Goals/LifeGoal.cs
startLine: 183 startLine: 183
@ -173,7 +173,7 @@ items:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StageIndex id: StageIndex
path: Goals/LifeGoal.cs path: Goals/LifeGoal.cs
startLine: 190 startLine: 190
@ -220,7 +220,7 @@ items:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person id: Person
path: Goals/LifeGoal.cs path: Goals/LifeGoal.cs
startLine: 195 startLine: 195
@ -257,7 +257,7 @@ items:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Stage id: Stage
path: Goals/LifeGoal.cs path: Goals/LifeGoal.cs
startLine: 200 startLine: 200
@ -294,7 +294,7 @@ items:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Completed id: Completed
path: Goals/LifeGoal.cs path: Goals/LifeGoal.cs
startLine: 204 startLine: 204
@ -331,7 +331,7 @@ items:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Goals/LifeGoal.cs path: Goals/LifeGoal.cs
startLine: 212 startLine: 212
@ -373,7 +373,7 @@ items:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: Goals/LifeGoal.cs path: Goals/LifeGoal.cs
startLine: 222 startLine: 222
@ -405,7 +405,7 @@ items:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Advance id: Advance
path: Goals/LifeGoal.cs path: Goals/LifeGoal.cs
startLine: 232 startLine: 232
@ -437,7 +437,7 @@ items:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: Goals/LifeGoal.cs path: Goals/LifeGoal.cs
startLine: 257 startLine: 257

View file

@ -31,7 +31,7 @@ items:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LifeGoal id: LifeGoal
path: Goals/LifeGoal.cs path: Goals/LifeGoal.cs
startLine: 23 startLine: 23
@ -82,7 +82,7 @@ items:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goals id: Goals
path: Goals/LifeGoal.cs path: Goals/LifeGoal.cs
startLine: 30 startLine: 30
@ -119,7 +119,7 @@ items:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Chef id: Chef
path: Goals/LifeGoal.cs path: Goals/LifeGoal.cs
startLine: 33 startLine: 33
@ -154,7 +154,7 @@ items:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GymRat id: GymRat
path: Goals/LifeGoal.cs path: Goals/LifeGoal.cs
startLine: 61 startLine: 61
@ -189,7 +189,7 @@ items:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HouseholdHero id: HouseholdHero
path: Goals/LifeGoal.cs path: Goals/LifeGoal.cs
startLine: 73 startLine: 73
@ -224,7 +224,7 @@ items:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ComputerAddict id: ComputerAddict
path: Goals/LifeGoal.cs path: Goals/LifeGoal.cs
startLine: 85 startLine: 85
@ -259,7 +259,7 @@ items:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FriendOfEveryone id: FriendOfEveryone
path: Goals/LifeGoal.cs path: Goals/LifeGoal.cs
startLine: 97 startLine: 97
@ -294,7 +294,7 @@ items:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnAdvanced id: OnAdvanced
path: Goals/LifeGoal.cs path: Goals/LifeGoal.cs
startLine: 112 startLine: 112
@ -329,7 +329,7 @@ items:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: Goals/LifeGoal.cs path: Goals/LifeGoal.cs
startLine: 116 startLine: 116
@ -364,7 +364,7 @@ items:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: Goals/LifeGoal.cs path: Goals/LifeGoal.cs
startLine: 121 startLine: 121
@ -399,7 +399,7 @@ items:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Stages id: Stages
path: Goals/LifeGoal.cs path: Goals/LifeGoal.cs
startLine: 125 startLine: 125
@ -434,7 +434,7 @@ items:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RewardPersonality id: RewardPersonality
path: Goals/LifeGoal.cs path: Goals/LifeGoal.cs
startLine: 130 startLine: 130
@ -469,7 +469,7 @@ items:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AllowedAges id: AllowedAges
path: Goals/LifeGoal.cs path: Goals/LifeGoal.cs
startLine: 135 startLine: 135
@ -506,7 +506,7 @@ items:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Goals/LifeGoal.cs path: Goals/LifeGoal.cs
startLine: 143 startLine: 143
@ -551,7 +551,7 @@ items:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted id: IsCompleted
path: Goals/LifeGoal.cs path: Goals/LifeGoal.cs
startLine: 154 startLine: 154
@ -590,7 +590,7 @@ items:
remote: remote:
path: TinyLife/Goals/LifeGoal.cs path: TinyLife/Goals/LifeGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register id: Register
path: Goals/LifeGoal.cs path: Goals/LifeGoal.cs
startLine: 163 startLine: 163

View file

@ -7,7 +7,7 @@ items:
children: children:
- TinyLife.Goals.ManualProgressGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.GoalInfo) - TinyLife.Goals.ManualProgressGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.GoalInfo)
- TinyLife.Goals.ManualProgressGoal.GetProgress - 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 - TinyLife.Goals.ManualProgressGoal.Reset
langs: langs:
- csharp - csharp
@ -20,14 +20,14 @@ items:
remote: remote:
path: TinyLife/Goals/ManualProgressGoal.cs path: TinyLife/Goals/ManualProgressGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ManualProgressGoal id: ManualProgressGoal
path: Goals/ManualProgressGoal.cs path: Goals/ManualProgressGoal.cs
startLine: 10 startLine: 10
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
summary: "\nA manual progress goal is a <xref href=\"TinyLife.Goals.Goal\" data-throw-if-not-resolved=\"false\"></xref> that is not automatically triggered.\nIts progress goes between 0 and 1, and can be advanced using <xref href=\"TinyLife.Goals.ManualProgressGoal.MakeProgress(System.Single%2cTinyLife.GameSpeed%2cTinyLife.Actions.ActionInfo%2cTinyLife.Skills.SkillType%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nA manual progress goal is a <xref href=\"TinyLife.Goals.Goal\" data-throw-if-not-resolved=\"false\"></xref> that is not automatically triggered.\nIts progress goes between 0 and 1, and can be advanced using <xref href=\"TinyLife.Goals.ManualProgressGoal.MakeProgress(System.Single%2cSystem.Single%2cTinyLife.Actions.ActionInfo%2cTinyLife.Skills.SkillType%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: 'public class ManualProgressGoal : Goal, IGenericDataHolder' content: 'public class ManualProgressGoal : Goal, IGenericDataHolder'
@ -80,7 +80,7 @@ items:
remote: remote:
path: TinyLife/Goals/ManualProgressGoal.cs path: TinyLife/Goals/ManualProgressGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Goals/ManualProgressGoal.cs path: Goals/ManualProgressGoal.cs
startLine: 16 startLine: 16
@ -119,7 +119,7 @@ items:
remote: remote:
path: TinyLife/Goals/ManualProgressGoal.cs path: TinyLife/Goals/ManualProgressGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress id: GetProgress
path: Goals/ManualProgressGoal.cs path: Goals/ManualProgressGoal.cs
startLine: 20 startLine: 20
@ -157,7 +157,7 @@ items:
remote: remote:
path: TinyLife/Goals/ManualProgressGoal.cs path: TinyLife/Goals/ManualProgressGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset id: Reset
path: Goals/ManualProgressGoal.cs path: Goals/ManualProgressGoal.cs
startLine: 25 startLine: 25
@ -177,39 +177,39 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- Overrides - Overrides
- uid: 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,TinyLife.GameSpeed,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,TinyLife.GameSpeed,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 parent: TinyLife.Goals.ManualProgressGoal
langs: langs:
- csharp - csharp
- vb - vb
name: MakeProgress(Single, GameSpeed, ActionInfo, SkillType, Single) name: MakeProgress(Single, Single, ActionInfo, SkillType, Single)
nameWithType: ManualProgressGoal.MakeProgress(Single, GameSpeed, ActionInfo, SkillType, Single) nameWithType: ManualProgressGoal.MakeProgress(Single, Single, ActionInfo, SkillType, Single)
fullName: TinyLife.Goals.ManualProgressGoal.MakeProgress(System.Single, TinyLife.GameSpeed, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, System.Single) fullName: TinyLife.Goals.ManualProgressGoal.MakeProgress(System.Single, System.Single, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, System.Single)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Goals/ManualProgressGoal.cs path: TinyLife/Goals/ManualProgressGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeProgress id: MakeProgress
path: Goals/ManualProgressGoal.cs path: Goals/ManualProgressGoal.cs
startLine: 37 startLine: 37
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
summary: "\nMakes progress on this manual progress goal based on the underlying <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo%2cTinyLife.Skills.SkillType%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>\n" summary: "\nMakes progress on this manual progress goal based on the underlying <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"TinyLife.Objects.Person.GetEfficiencyModifier(System.Single%2cTinyLife.Actions.ActionInfo%2cTinyLife.Skills.SkillType%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>\n"
example: [] example: []
syntax: 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: parameters:
- id: amount - id: amount
type: System.Single type: System.Single
description: The amount of progress to make description: The amount of progress to make
- id: speed - id: speedMultiplier
type: TinyLife.GameSpeed type: System.Single
description: The game&apos;s current speed description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
- id: info - id: info
type: TinyLife.Actions.ActionInfo type: TinyLife.Actions.ActionInfo
description: The action information that influences this goal&apos;s progress description: The action information that influences this goal&apos;s progress
@ -219,7 +219,7 @@ items:
- id: levelModifier - id: levelModifier
type: System.Single type: System.Single
description: The amount by which each skill level influences this goal&apos;s progress description: The amount by which each skill level influences this goal&apos;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* overload: TinyLife.Goals.ManualProgressGoal.MakeProgress*
modifiers.csharp: modifiers.csharp:
- public - public
@ -232,8 +232,8 @@ references:
name: Goal name: Goal
nameWithType: Goal nameWithType: Goal
fullName: TinyLife.Goals.Goal fullName: TinyLife.Goals.Goal
- uid: 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,TinyLife.GameSpeed,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 isExternal: true
- uid: TinyLife.Goals - uid: TinyLife.Goals
commentId: N:TinyLife.Goals commentId: N:TinyLife.Goals
@ -947,20 +947,17 @@ references:
name: Person name: Person
nameWithType: Person nameWithType: Person
fullName: TinyLife.Objects.Person fullName: TinyLife.Objects.Person
- uid: 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(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 isExternal: true
- uid: TinyLife.Goals.ManualProgressGoal.MakeProgress* - uid: TinyLife.Goals.ManualProgressGoal.MakeProgress*
commentId: Overload:TinyLife.Goals.ManualProgressGoal.MakeProgress commentId: Overload:TinyLife.Goals.ManualProgressGoal.MakeProgress
name: MakeProgress name: MakeProgress
nameWithType: ManualProgressGoal.MakeProgress nameWithType: ManualProgressGoal.MakeProgress
fullName: TinyLife.Goals.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 - uid: TinyLife.Actions.ActionInfo
commentId: T:TinyLife.Actions.ActionInfo commentId: T:TinyLife.Actions.ActionInfo
parent: TinyLife.Actions parent: TinyLife.Actions
@ -978,11 +975,6 @@ references:
name: TinyLife.Objects name: TinyLife.Objects
nameWithType: TinyLife.Objects nameWithType: TinyLife.Objects
fullName: TinyLife.Objects fullName: TinyLife.Objects
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.Actions - uid: TinyLife.Actions
commentId: N:TinyLife.Actions commentId: N:TinyLife.Actions
name: TinyLife.Actions name: TinyLife.Actions

View file

@ -28,7 +28,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionSettings id: ActionSettings
path: Goals/Project.cs path: Goals/Project.cs
startLine: 204 startLine: 204
@ -70,7 +70,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: Goals/Project.cs path: Goals/Project.cs
startLine: 209 startLine: 209
@ -103,7 +103,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Context id: Context
path: Goals/Project.cs path: Goals/Project.cs
startLine: 213 startLine: 213
@ -136,7 +136,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type id: Type
path: Goals/Project.cs path: Goals/Project.cs
startLine: 217 startLine: 217
@ -169,7 +169,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructedType id: ConstructedType
path: Goals/Project.cs path: Goals/Project.cs
startLine: 221 startLine: 221
@ -202,7 +202,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructedTypeScrap id: ConstructedTypeScrap
path: Goals/Project.cs path: Goals/Project.cs
startLine: 226 startLine: 226
@ -235,7 +235,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecute id: CanExecute
path: Goals/Project.cs path: Goals/Project.cs
startLine: 230 startLine: 230
@ -268,7 +268,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredSkill id: RequiredSkill
path: Goals/Project.cs path: Goals/Project.cs
startLine: 236 startLine: 236
@ -301,7 +301,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredAges id: RequiredAges
path: Goals/Project.cs path: Goals/Project.cs
startLine: 241 startLine: 241
@ -334,7 +334,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ProjectDisplayName id: ProjectDisplayName
path: Goals/Project.cs path: Goals/Project.cs
startLine: 246 startLine: 246
@ -367,7 +367,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanContinue id: CanContinue
path: Goals/Project.cs path: Goals/Project.cs
startLine: 250 startLine: 250
@ -400,7 +400,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IncludeProject id: IncludeProject
path: Goals/Project.cs path: Goals/Project.cs
startLine: 254 startLine: 254
@ -433,7 +433,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Goals/Project.cs path: Goals/Project.cs
startLine: 263 startLine: 263

View file

@ -11,7 +11,7 @@ items:
- TinyLife.Goals.Project.DailyPayReductionFactor - TinyLife.Goals.Project.DailyPayReductionFactor
- TinyLife.Goals.Project.GetAndReduceDailyPay - 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.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.Name
- TinyLife.Goals.Project.Person - TinyLife.Goals.Project.Person
- TinyLife.Goals.Project.Progress - TinyLife.Goals.Project.Progress
@ -31,7 +31,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Project id: Project
path: Goals/Project.cs path: Goals/Project.cs
startLine: 19 startLine: 19
@ -94,7 +94,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type id: Type
path: Goals/Project.cs path: Goals/Project.cs
startLine: 27 startLine: 27
@ -139,7 +139,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: Goals/Project.cs path: Goals/Project.cs
startLine: 32 startLine: 32
@ -184,7 +184,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Quality id: Quality
path: Goals/Project.cs path: Goals/Project.cs
startLine: 37 startLine: 37
@ -231,7 +231,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Progress id: Progress
path: Goals/Project.cs path: Goals/Project.cs
startLine: 42 startLine: 42
@ -280,7 +280,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyPay id: DailyPay
path: Goals/Project.cs path: Goals/Project.cs
startLine: 48 startLine: 48
@ -333,7 +333,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyPayReductionFactor id: DailyPayReductionFactor
path: Goals/Project.cs path: Goals/Project.cs
startLine: 54 startLine: 54
@ -386,7 +386,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person id: Person
path: Goals/Project.cs path: Goals/Project.cs
startLine: 59 startLine: 59
@ -425,7 +425,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Goals/Project.cs path: Goals/Project.cs
startLine: 67 startLine: 67
@ -467,7 +467,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: Goals/Project.cs path: Goals/Project.cs
startLine: 78 startLine: 78
@ -493,22 +493,22 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- Overridable - Overridable
- uid: TinyLife.Goals.Project.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,TinyLife.GameSpeed,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,TinyLife.GameSpeed,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 parent: TinyLife.Goals.Project
langs: langs:
- csharp - csharp
- vb - vb
name: MakeProgress(Single, GameSpeed, ActionInfo, SkillType, Single) name: MakeProgress(Single, Single, ActionInfo, SkillType, Single)
nameWithType: Project.MakeProgress(Single, GameSpeed, ActionInfo, SkillType, Single) nameWithType: Project.MakeProgress(Single, Single, ActionInfo, SkillType, Single)
fullName: TinyLife.Goals.Project.MakeProgress(System.Single, TinyLife.GameSpeed, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, System.Single) fullName: TinyLife.Goals.Project.MakeProgress(System.Single, System.Single, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, System.Single)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeProgress id: MakeProgress
path: Goals/Project.cs path: Goals/Project.cs
startLine: 91 startLine: 91
@ -518,24 +518,24 @@ items:
summary: "\nMakes progress on the project, updating the <xref href=\"TinyLife.Goals.Project.Progress\" data-throw-if-not-resolved=\"false\"></xref> value based on the <xref href=\"TinyLife.Goals.Project.Person\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"TinyLife.Skills.Skill\" data-throw-if-not-resolved=\"false\"></xref> and general efficiency modifier\n" summary: "\nMakes progress on the project, updating the <xref href=\"TinyLife.Goals.Project.Progress\" data-throw-if-not-resolved=\"false\"></xref> value based on the <xref href=\"TinyLife.Goals.Project.Person\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"TinyLife.Skills.Skill\" data-throw-if-not-resolved=\"false\"></xref> and general efficiency modifier\n"
example: [] example: []
syntax: 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: parameters:
- id: amount - id: amount
type: System.Single type: System.Single
description: The amount to add to the <xref href="TinyLife.Goals.Project.Progress" data-throw-if-not-resolved="false"></xref> description: The amount to add to the <xref href="TinyLife.Goals.Project.Progress" data-throw-if-not-resolved="false"></xref>
- id: speed - id: speedMultiplier
type: TinyLife.GameSpeed type: System.Single
description: The current game speed description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
- id: info - id: info
type: TinyLife.Actions.ActionInfo type: TinyLife.Actions.ActionInfo
description: The action informatio nthat optionally influences progress gain using <xref href="TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo%2cTinyLife.Skills.SkillType%2cSystem.Single)" data-throw-if-not-resolved="false"></xref> description: The action informatio nthat optionally influences progress gain using <xref href="TinyLife.Objects.Person.GetEfficiencyModifier(System.Single%2cTinyLife.Actions.ActionInfo%2cTinyLife.Skills.SkillType%2cSystem.Single)" data-throw-if-not-resolved="false"></xref>
- id: skill - id: skill
type: TinyLife.Skills.SkillType type: TinyLife.Skills.SkillType
description: The (optional) skill that influences progress gain using <xref href="TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo%2cTinyLife.Skills.SkillType%2cSystem.Single)" data-throw-if-not-resolved="false"></xref> description: The (optional) skill that influences progress gain using <xref href="TinyLife.Objects.Person.GetEfficiencyModifier(System.Single%2cTinyLife.Actions.ActionInfo%2cTinyLife.Skills.SkillType%2cSystem.Single)" data-throw-if-not-resolved="false"></xref>
- id: levelModifier - id: levelModifier
type: System.Single type: System.Single
description: The (optiona) amount that each level of the <code data-dev-comment-type="paramref" class="paramref">skill</code> influences progress gain. Defaults to 0.1. description: The (optiona) amount that each level of the <code data-dev-comment-type="paramref" class="paramref">skill</code> 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* overload: TinyLife.Goals.Project.MakeProgress*
modifiers.csharp: modifiers.csharp:
- public - public
@ -558,7 +558,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Remove id: Remove
path: Goals/Project.cs path: Goals/Project.cs
startLine: 98 startLine: 98
@ -592,7 +592,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAndReduceDailyPay id: GetAndReduceDailyPay
path: Goals/Project.cs path: Goals/Project.cs
startLine: 108 startLine: 108
@ -629,7 +629,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetDailyPay id: SetDailyPay
path: Goals/Project.cs path: Goals/Project.cs
startLine: 123 startLine: 123
@ -671,7 +671,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateActions id: CreateActions
path: Goals/Project.cs path: Goals/Project.cs
startLine: 138 startLine: 138
@ -712,7 +712,7 @@ items:
remote: remote:
path: TinyLife/Goals/Project.cs path: TinyLife/Goals/Project.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetVarieties id: GetVarieties
path: Goals/Project.cs path: Goals/Project.cs
startLine: 175 startLine: 175
@ -1545,20 +1545,17 @@ references:
name: Skill name: Skill
nameWithType: Skill nameWithType: Skill
fullName: TinyLife.Skills.Skill fullName: TinyLife.Skills.Skill
- uid: TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single) - uid: TinyLife.GameImpl.Speed
commentId: M:TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single) 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 isExternal: true
- uid: TinyLife.Goals.Project.MakeProgress* - uid: TinyLife.Goals.Project.MakeProgress*
commentId: Overload:TinyLife.Goals.Project.MakeProgress commentId: Overload:TinyLife.Goals.Project.MakeProgress
name: MakeProgress name: MakeProgress
nameWithType: Project.MakeProgress nameWithType: Project.MakeProgress
fullName: TinyLife.Goals.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 - uid: TinyLife.Actions.ActionInfo
commentId: T:TinyLife.Actions.ActionInfo commentId: T:TinyLife.Actions.ActionInfo
parent: TinyLife.Actions parent: TinyLife.Actions
@ -1571,11 +1568,6 @@ references:
name: SkillType name: SkillType
nameWithType: SkillType nameWithType: SkillType
fullName: TinyLife.Skills.SkillType fullName: TinyLife.Skills.SkillType
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.Actions - uid: TinyLife.Actions
commentId: N:TinyLife.Actions commentId: N:TinyLife.Actions
name: TinyLife.Actions name: TinyLife.Actions

View file

@ -19,7 +19,7 @@ items:
remote: remote:
path: TinyLife/Goals/StudentJobType.cs path: TinyLife/Goals/StudentJobType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StudentJobType id: StudentJobType
path: Goals/StudentJobType.cs path: Goals/StudentJobType.cs
startLine: 10 startLine: 10
@ -95,7 +95,7 @@ items:
remote: remote:
path: TinyLife/Goals/StudentJobType.cs path: TinyLife/Goals/StudentJobType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Goals/StudentJobType.cs path: Goals/StudentJobType.cs
startLine: 13 startLine: 13
@ -143,7 +143,7 @@ items:
remote: remote:
path: TinyLife/Goals/StudentJobType.cs path: TinyLife/Goals/StudentJobType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkFinished id: OnWorkFinished
path: Goals/StudentJobType.cs path: Goals/StudentJobType.cs
startLine: 23 startLine: 23
@ -185,7 +185,7 @@ items:
remote: remote:
path: TinyLife/Goals/StudentJobType.cs path: TinyLife/Goals/StudentJobType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnLevelChanged id: OnLevelChanged
path: Goals/StudentJobType.cs path: Goals/StudentJobType.cs
startLine: 37 startLine: 37

View file

@ -21,7 +21,7 @@ items:
remote: remote:
path: TinyLife/Goals/TimedGoal.cs path: TinyLife/Goals/TimedGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TimedGoal id: TimedGoal
path: Goals/TimedGoal.cs path: Goals/TimedGoal.cs
startLine: 9 startLine: 9
@ -84,7 +84,7 @@ items:
remote: remote:
path: TinyLife/Goals/TimedGoal.cs path: TinyLife/Goals/TimedGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Goals/TimedGoal.cs path: Goals/TimedGoal.cs
startLine: 15 startLine: 15
@ -120,7 +120,7 @@ items:
remote: remote:
path: TinyLife/Goals/TimedGoal.cs path: TinyLife/Goals/TimedGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetProgress id: GetProgress
path: Goals/TimedGoal.cs path: Goals/TimedGoal.cs
startLine: 21 startLine: 21
@ -158,7 +158,7 @@ items:
remote: remote:
path: TinyLife/Goals/TimedGoal.cs path: TinyLife/Goals/TimedGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reset id: Reset
path: Goals/TimedGoal.cs path: Goals/TimedGoal.cs
startLine: 26 startLine: 26
@ -193,7 +193,7 @@ items:
remote: remote:
path: TinyLife/Goals/TimedGoal.cs path: TinyLife/Goals/TimedGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayedProgress id: GetDisplayedProgress
path: Goals/TimedGoal.cs path: Goals/TimedGoal.cs
startLine: 31 startLine: 31
@ -231,7 +231,7 @@ items:
remote: remote:
path: TinyLife/Goals/TimedGoal.cs path: TinyLife/Goals/TimedGoal.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Trigger id: Trigger
path: Goals/TimedGoal.cs path: Goals/TimedGoal.cs
startLine: 37 startLine: 37

View file

@ -29,7 +29,7 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LnCategory id: LnCategory
path: Localization.cs path: Localization.cs
startLine: 140 startLine: 140
@ -64,7 +64,7 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Ui id: Ui
path: Localization.cs path: Localization.cs
startLine: 143 startLine: 143
@ -98,7 +98,7 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Actions id: Actions
path: Localization.cs path: Localization.cs
startLine: 145 startLine: 145
@ -132,7 +132,7 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BuildMode id: BuildMode
path: Localization.cs path: Localization.cs
startLine: 147 startLine: 147
@ -166,7 +166,7 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Clothes id: Clothes
path: Localization.cs path: Localization.cs
startLine: 149 startLine: 149
@ -200,7 +200,7 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Food id: Food
path: Localization.cs path: Localization.cs
startLine: 151 startLine: 151
@ -234,7 +234,7 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Personalities id: Personalities
path: Localization.cs path: Localization.cs
startLine: 153 startLine: 153
@ -268,7 +268,7 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Skills id: Skills
path: Localization.cs path: Localization.cs
startLine: 155 startLine: 155
@ -302,7 +302,7 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Jobs id: Jobs
path: Localization.cs path: Localization.cs
startLine: 157 startLine: 157
@ -336,7 +336,7 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Emotions id: Emotions
path: Localization.cs path: Localization.cs
startLine: 159 startLine: 159
@ -370,7 +370,7 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hints id: Hints
path: Localization.cs path: Localization.cs
startLine: 161 startLine: 161
@ -404,7 +404,7 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InGameHints id: InGameHints
path: Localization.cs path: Localization.cs
startLine: 163 startLine: 163
@ -438,7 +438,7 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Goals id: Goals
path: Localization.cs path: Localization.cs
startLine: 165 startLine: 165
@ -472,7 +472,7 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Names id: Names
path: Localization.cs path: Localization.cs
startLine: 167 startLine: 167

View file

@ -22,7 +22,7 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Localization id: Localization
path: Localization.cs path: Localization.cs
startLine: 20 startLine: 20
@ -66,7 +66,7 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LanguageNames id: LanguageNames
path: Localization.cs path: Localization.cs
startLine: 25 startLine: 25
@ -103,7 +103,7 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Names id: Names
path: Localization.cs path: Localization.cs
startLine: 30 startLine: 30
@ -140,7 +140,7 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetLanguage id: SetLanguage
path: Localization.cs path: Localization.cs
startLine: 42 startLine: 42
@ -178,7 +178,7 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Get id: Get
path: Localization.cs path: Localization.cs
startLine: 62 startLine: 62
@ -222,7 +222,7 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Get id: Get
path: Localization.cs path: Localization.cs
startLine: 81 startLine: 81
@ -272,7 +272,7 @@ items:
remote: remote:
path: TinyLife/Localization.cs path: TinyLife/Localization.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetKeys id: GetKeys
path: Localization.cs path: Localization.cs
startLine: 90 startLine: 90

View file

@ -18,7 +18,7 @@ items:
remote: remote:
path: TinyLife/Mods/EventPhase.cs path: TinyLife/Mods/EventPhase.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EventPhase id: EventPhase
path: Mods/EventPhase.cs path: Mods/EventPhase.cs
startLine: 4 startLine: 4
@ -53,7 +53,7 @@ items:
remote: remote:
path: TinyLife/Mods/EventPhase.cs path: TinyLife/Mods/EventPhase.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pre id: Pre
path: Mods/EventPhase.cs path: Mods/EventPhase.cs
startLine: 9 startLine: 9
@ -87,7 +87,7 @@ items:
remote: remote:
path: TinyLife/Mods/EventPhase.cs path: TinyLife/Mods/EventPhase.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Post id: Post
path: Mods/EventPhase.cs path: Mods/EventPhase.cs
startLine: 13 startLine: 13

View file

@ -22,7 +22,7 @@ items:
remote: remote:
path: TinyLife/Mods/Mod.cs path: TinyLife/Mods/Mod.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mod id: Mod
path: Mods/Mod.cs path: Mods/Mod.cs
startLine: 17 startLine: 17
@ -69,7 +69,7 @@ items:
remote: remote:
path: TinyLife/Mods/Mod.cs path: TinyLife/Mods/Mod.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: Mods/Mod.cs path: Mods/Mod.cs
startLine: 22 startLine: 22
@ -108,7 +108,7 @@ items:
remote: remote:
path: TinyLife/Mods/Mod.cs path: TinyLife/Mods/Mod.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Description id: Description
path: Mods/Mod.cs path: Mods/Mod.cs
startLine: 27 startLine: 27
@ -147,7 +147,7 @@ items:
remote: remote:
path: TinyLife/Mods/Mod.cs path: TinyLife/Mods/Mod.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon id: Icon
path: Mods/Mod.cs path: Mods/Mod.cs
startLine: 32 startLine: 32
@ -186,7 +186,7 @@ items:
remote: remote:
path: TinyLife/Mods/Mod.cs path: TinyLife/Mods/Mod.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize id: Initialize
path: Mods/Mod.cs path: Mods/Mod.cs
startLine: 41 startLine: 41
@ -230,7 +230,7 @@ items:
remote: remote:
path: TinyLife/Mods/Mod.cs path: TinyLife/Mods/Mod.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddGameContent id: AddGameContent
path: Mods/Mod.cs path: Mods/Mod.cs
startLine: 54 startLine: 54
@ -268,7 +268,7 @@ items:
remote: remote:
path: TinyLife/Mods/Mod.cs path: TinyLife/Mods/Mod.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCustomFurnitureTextures id: GetCustomFurnitureTextures
path: Mods/Mod.cs path: Mods/Mod.cs
startLine: 62 startLine: 62

View file

@ -22,7 +22,7 @@ items:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModInfo id: ModInfo
path: Mods/ModLoader.cs path: Mods/ModLoader.cs
startLine: 100 startLine: 100
@ -71,7 +71,7 @@ items:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Id id: Id
path: Mods/ModLoader.cs path: Mods/ModLoader.cs
startLine: 105 startLine: 105
@ -106,7 +106,7 @@ items:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mod id: Mod
path: Mods/ModLoader.cs path: Mods/ModLoader.cs
startLine: 109 startLine: 109
@ -141,7 +141,7 @@ items:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Logger id: Logger
path: Mods/ModLoader.cs path: Mods/ModLoader.cs
startLine: 114 startLine: 114
@ -176,7 +176,7 @@ items:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Content id: Content
path: Mods/ModLoader.cs path: Mods/ModLoader.cs
startLine: 119 startLine: 119
@ -211,7 +211,7 @@ items:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Finalize id: Finalize
path: Mods/ModLoader.cs path: Mods/ModLoader.cs
startLine: 131 startLine: 131
@ -242,7 +242,7 @@ items:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dispose id: Dispose
path: Mods/ModLoader.cs path: Mods/ModLoader.cs
startLine: 136 startLine: 136

View file

@ -18,7 +18,7 @@ items:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ModLoader id: ModLoader
path: Mods/ModLoader.cs path: Mods/ModLoader.cs
startLine: 13 startLine: 13
@ -62,7 +62,7 @@ items:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryGetModInfo id: TryGetModInfo
path: Mods/ModLoader.cs path: Mods/ModLoader.cs
startLine: 24 startLine: 24
@ -109,7 +109,7 @@ items:
remote: remote:
path: TinyLife/Mods/ModLoader.cs path: TinyLife/Mods/ModLoader.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetModsFolder id: GetModsFolder
path: Mods/ModLoader.cs path: Mods/ModLoader.cs
startLine: 32 startLine: 32

View file

@ -21,7 +21,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Need id: Need
path: Need.cs path: Need.cs
startLine: 19 startLine: 19
@ -76,7 +76,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Max id: Max
path: Need.cs path: Need.cs
startLine: 25 startLine: 25
@ -111,7 +111,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type id: Type
path: Need.cs path: Need.cs
startLine: 31 startLine: 31
@ -156,7 +156,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Value id: Value
path: Need.cs path: Need.cs
startLine: 36 startLine: 36
@ -203,7 +203,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Percentage id: Percentage
path: Need.cs path: Need.cs
startLine: 44 startLine: 44
@ -240,7 +240,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Need.cs path: Need.cs
startLine: 54 startLine: 54

View file

@ -31,7 +31,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedType id: NeedType
path: Need.cs path: Need.cs
startLine: 65 startLine: 65
@ -85,7 +85,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types id: Types
path: Need.cs path: Need.cs
startLine: 73 startLine: 73
@ -122,7 +122,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Energy id: Energy
path: Need.cs path: Need.cs
startLine: 75 startLine: 75
@ -157,7 +157,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hunger id: Hunger
path: Need.cs path: Need.cs
startLine: 80 startLine: 80
@ -192,7 +192,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Social id: Social
path: Need.cs path: Need.cs
startLine: 81 startLine: 81
@ -227,7 +227,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Toilet id: Toilet
path: Need.cs path: Need.cs
startLine: 84 startLine: 84
@ -262,7 +262,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hygiene id: Hygiene
path: Need.cs path: Need.cs
startLine: 85 startLine: 85
@ -297,7 +297,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Entertainment id: Entertainment
path: Need.cs path: Need.cs
startLine: 86 startLine: 86
@ -332,7 +332,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: Need.cs path: Need.cs
startLine: 93 startLine: 93
@ -367,7 +367,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassiveReduction id: PassiveReduction
path: Need.cs path: Need.cs
startLine: 97 startLine: 97
@ -402,7 +402,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedLowAction id: NeedLowAction
path: Need.cs path: Need.cs
startLine: 101 startLine: 101
@ -437,7 +437,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedLowTime id: NeedLowTime
path: Need.cs path: Need.cs
startLine: 105 startLine: 105
@ -472,7 +472,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SolveImportance id: SolveImportance
path: Need.cs path: Need.cs
startLine: 110 startLine: 110
@ -507,7 +507,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SourceString id: SourceString
path: Need.cs path: Need.cs
startLine: 112 startLine: 112
@ -546,7 +546,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Need.cs path: Need.cs
startLine: 122 startLine: 122
@ -597,7 +597,7 @@ items:
remote: remote:
path: TinyLife/Need.cs path: TinyLife/Need.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register id: Register
path: Need.cs path: Need.cs
startLine: 135 startLine: 135

View file

@ -26,7 +26,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AbstractSpot id: AbstractSpot
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 14 startLine: 14
@ -76,7 +76,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: YOffset id: YOffset
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 19 startLine: 19
@ -113,7 +113,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Offset id: Offset
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 23 startLine: 23
@ -146,7 +146,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VisualOffset id: VisualOffset
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 28 startLine: 28
@ -179,14 +179,14 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ValidDirections id: ValidDirections
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 34 startLine: 34
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nThe <xref href=\"MLEM.Misc.Direction2\" data-throw-if-not-resolved=\"false\"></xref> values that this spot can be accessed from.\nThese directions are relative to the owning <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"MLEM.Misc.Direction2.Up\" data-throw-if-not-resolved=\"false\"></xref> direction.\nNote that, for a lot of actions, including <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person%2cTinyLife.Objects.Furniture%2cTinyLife.GameSpeed%2cTinyLife.Objects.ActionSpot)\" data-throw-if-not-resolved=\"false\"></xref>, the first entry in this array will be chosen as the <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>&apos;s rotation.\n" summary: "\nThe <xref href=\"MLEM.Misc.Direction2\" data-throw-if-not-resolved=\"false\"></xref> values that this spot can be accessed from.\nThese directions are relative to the owning <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"MLEM.Misc.Direction2.Up\" data-throw-if-not-resolved=\"false\"></xref> direction.\nNote that, for a lot of actions, including <xref href=\"TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person%2cTinyLife.Objects.Furniture%2cSystem.Single%2cTinyLife.Objects.ActionSpot)\" data-throw-if-not-resolved=\"false\"></xref>, the first entry in this array will be chosen as the <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref>&apos;s rotation.\n"
example: [] example: []
syntax: syntax:
content: protected readonly Direction2[] ValidDirections content: protected readonly Direction2[] ValidDirections
@ -214,7 +214,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Group id: Group
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 41 startLine: 41
@ -247,7 +247,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawLayer id: DrawLayer
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 46 startLine: 46
@ -280,7 +280,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 57 startLine: 57
@ -328,7 +328,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetValidDirections id: GetValidDirections
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 69 startLine: 69
@ -367,7 +367,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetLocation id: GetLocation
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 80 startLine: 80
@ -409,7 +409,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoGroupsOverlap id: DoGroupsOverlap
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 91 startLine: 91
@ -881,14 +881,15 @@ references:
- uid: MLEM.Misc.Direction2.Up - uid: MLEM.Misc.Direction2.Up
commentId: F:MLEM.Misc.Direction2.Up commentId: F:MLEM.Misc.Direction2.Up
isExternal: true isExternal: true
- 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)
commentId: M: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,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction parent: TinyLife.Actions.Typeless.TypelessAction
name: Sit(Person, Furniture, GameSpeed, ActionSpot) isExternal: true
nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot) name: Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.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: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -909,10 +910,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -924,7 +926,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Sit
nameWithType: TypelessAction.Sit nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -945,10 +947,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '

View file

@ -27,7 +27,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionSpot id: ActionSpot
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 100 startLine: 100
@ -84,7 +84,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CategoryRestriction id: CategoryRestriction
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 107 startLine: 107
@ -117,7 +117,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 114 startLine: 114
@ -159,7 +159,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 124 startLine: 124
@ -204,7 +204,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 135 startLine: 135
@ -252,7 +252,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeDirections id: GetFreeDirections
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 147 startLine: 147
@ -294,7 +294,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetOccupants id: GetOccupants
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 167 startLine: 167
@ -336,7 +336,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BedSpots id: BedSpots
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 181 startLine: 181
@ -377,7 +377,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BenchSpots id: BenchSpots
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 208 startLine: 208
@ -418,7 +418,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PicnicTableSpots id: PicnicTableSpots
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 229 startLine: 229
@ -459,7 +459,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AllSpots id: AllSpots
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 252 startLine: 252
@ -503,7 +503,7 @@ items:
remote: remote:
path: TinyLife/Objects/ActionSpot.cs path: TinyLife/Objects/ActionSpot.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPicnicBenchDrawLayer id: GetPicnicBenchDrawLayer
path: Objects/ActionSpot.cs path: Objects/ActionSpot.cs
startLine: 267 startLine: 267

View file

@ -18,10 +18,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AgeGroup id: AgeGroup
path: Objects/Person.cs path: Objects/Person.cs
startLine: 2297 startLine: 2298
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -63,10 +63,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Child id: Child
path: Objects/Person.cs path: Objects/Person.cs
startLine: 2305 startLine: 2306
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
@ -97,10 +97,10 @@ items:
remote: remote:
path: TinyLife/Objects/Person.cs path: TinyLife/Objects/Person.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Adult id: Adult
path: Objects/Person.cs path: Objects/Person.cs
startLine: 2311 startLine: 2312
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects

View file

@ -21,7 +21,7 @@ items:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BrokenBehavior id: BrokenBehavior
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 150 startLine: 150
@ -66,7 +66,7 @@ items:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Puddles id: Puddles
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 156 startLine: 156
@ -100,7 +100,7 @@ items:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dripping id: Dripping
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 160 startLine: 160
@ -134,7 +134,7 @@ items:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ElectricityCrackle id: ElectricityCrackle
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 164 startLine: 164
@ -168,7 +168,7 @@ items:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Smoke id: Smoke
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 168 startLine: 168
@ -202,7 +202,7 @@ items:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Electrocution id: Electrocution
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 172 startLine: 172

View file

@ -6,14 +6,14 @@ items:
parent: TinyLife.Objects parent: TinyLife.Objects
children: children:
- TinyLife.Objects.BreakableFurniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) - 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.Broken
- TinyLife.Objects.BreakableFurniture.GetDecorativeRating(TinyLife.World.Room) - TinyLife.Objects.BreakableFurniture.GetDecorativeRating(TinyLife.World.Room)
- TinyLife.Objects.BreakableFurniture.GetDescription - TinyLife.Objects.BreakableFurniture.GetDescription
- TinyLife.Objects.BreakableFurniture.GetPrice - TinyLife.Objects.BreakableFurniture.GetPrice
- TinyLife.Objects.BreakableFurniture.OnBreak - TinyLife.Objects.BreakableFurniture.OnBreak
- TinyLife.Objects.BreakableFurniture.OnWearDown - 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) - TinyLife.Objects.BreakableFurniture.WearDown(System.TimeSpan)
langs: langs:
- csharp - csharp
@ -26,7 +26,7 @@ items:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BreakableFurniture id: BreakableFurniture
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 17 startLine: 17
@ -157,7 +157,7 @@ items:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWearDown id: OnWearDown
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 23 startLine: 23
@ -190,7 +190,7 @@ items:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnBreak id: OnBreak
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 28 startLine: 28
@ -223,7 +223,7 @@ items:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Broken id: Broken
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 34 startLine: 34
@ -266,7 +266,7 @@ items:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 40 startLine: 40
@ -302,22 +302,22 @@ items:
- Public - Public
fullName.vb: TinyLife.Objects.BreakableFurniture.BreakableFurniture(System.Guid, TinyLife.Objects.FurnitureType, System.Int32(), TinyLife.World.Map, Microsoft.Xna.Framework.Vector2) 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) name.vb: BreakableFurniture(Guid, FurnitureType, Int32(), Map, Vector2)
- 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)
commentId: M:TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Objects.BreakableFurniture parent: TinyLife.Objects.BreakableFurniture
langs: langs:
- csharp - csharp
- vb - vb
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: BreakableFurniture.Update(GameTime, TimeSpan, GameSpeed) nameWithType: BreakableFurniture.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 44 startLine: 44
@ -327,7 +327,7 @@ items:
summary: "\nThe update method, which is called every update frame by the underlying <xref href=\"TinyLife.World.Map\" data-throw-if-not-resolved=\"false\"></xref>\n" summary: "\nThe update method, which is called every update frame by the underlying <xref href=\"TinyLife.World.Map\" data-throw-if-not-resolved=\"false\"></xref>\n"
example: [] example: []
syntax: syntax:
content: public virtual void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed) content: public virtual void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters: parameters:
- id: time - id: time
type: Microsoft.Xna.Framework.GameTime type: Microsoft.Xna.Framework.GameTime
@ -335,13 +335,13 @@ items:
- id: passedInGame - id: passedInGame
type: System.TimeSpan type: System.TimeSpan
description: The amount of time that has passed since the last call description: The amount of time that has passed since the last call
- id: speed - id: speedMultiplier
type: TinyLife.GameSpeed type: System.Single
description: The game&apos;s speed description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Public Overridable Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed) content.vb: Public Overridable Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overload: TinyLife.Objects.BreakableFurniture.Update* overload: TinyLife.Objects.BreakableFurniture.Update*
implements: 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: modifiers.csharp:
- public - public
- virtual - virtual
@ -363,7 +363,7 @@ items:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WearDown id: WearDown
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 99 startLine: 99
@ -386,32 +386,32 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- Overridable - Overridable
- 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)
commentId: M: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,System.Single,System.Boolean)
id: 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,System.Single,System.Boolean)
parent: TinyLife.Objects.BreakableFurniture parent: TinyLife.Objects.BreakableFurniture
langs: langs:
- csharp - csharp
- vb - vb
name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean) name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
nameWithType: BreakableFurniture.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean) nameWithType: BreakableFurniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
fullName: TinyLife.Objects.BreakableFurniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean) fullName: TinyLife.Objects.BreakableFurniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionUpdate id: ActionUpdate
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 113 startLine: 113
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nThis method is called when an <xref href=\"TinyLife.Actions.Action\" data-throw-if-not-resolved=\"false\"></xref> that this object is involved in updates, which is every <xref href=\"Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime)\" data-throw-if-not-resolved=\"false\"></xref> frame. Note that this includes actions that are underlying (<xref href=\"TinyLife.Actions.Typeless.TypelessAction.IsUnderlying\" data-throw-if-not-resolved=\"false\"></xref>) and actions that aren&apos;t fully in progress yet (<xref href=\"TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress\" data-throw-if-not-resolved=\"false\"></xref>).\nThis object counts as involved in the action if its <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"TinyLife.Actions.ActionInfo.GetInvolvedObjects%60%601(TinyLife.Objects.ObjectCategory%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> includes this object.\nIn general, the base method should be called for <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> objects, since it sets deals with <xref href=\"TinyLife.Objects.Furniture.Dirty\" data-throw-if-not-resolved=\"false\"></xref> objects.\n" summary: "\nThis method is called when an <xref href=\"TinyLife.Actions.Action\" data-throw-if-not-resolved=\"false\"></xref> that this object is involved in updates, which is every <xref href=\"Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime)\" data-throw-if-not-resolved=\"false\"></xref> frame. Note that this includes actions that are underlying (<xref href=\"TinyLife.Actions.Typeless.TypelessAction.IsUnderlying\" data-throw-if-not-resolved=\"false\"></xref>) and actions that aren&apos;t fully in progress yet (<xref href=\"TinyLife.Actions.Typeless.TypelessAction.FullyInProgress\" data-throw-if-not-resolved=\"false\"></xref>).\nThis object counts as involved in the action if its <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"TinyLife.Actions.ActionInfo.GetInvolvedObjects%60%601(TinyLife.Objects.ObjectCategory%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> includes this object.\nIn general, the base method should be called for <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> objects, since it sets deals with <xref href=\"TinyLife.Objects.Furniture.Dirty\" data-throw-if-not-resolved=\"false\"></xref> objects.\n"
example: [] example: []
syntax: 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: parameters:
- id: action - id: action
type: TinyLife.Actions.Action type: TinyLife.Actions.Action
@ -422,14 +422,14 @@ items:
- id: passedInGame - id: passedInGame
type: System.TimeSpan type: System.TimeSpan
description: The amount of time that has passed, in game time description: The amount of time that has passed, in game time
- id: speed - id: speedMultiplier
type: TinyLife.GameSpeed type: System.Single
description: The game&apos;s current speed setting description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
- id: isAuxiliary - id: isAuxiliary
type: System.Boolean type: System.Boolean
description: Whether this object counts as an auxiliary object. If this value is false, the object is th e<xref href="TinyLife.Actions.ActionInfo.GetActionObject%60%601" data-throw-if-not-resolved="false"></xref> description: Whether this object counts as an auxiliary object. If this value is false, the object is th e<xref href="TinyLife.Actions.ActionInfo.GetActionObject%60%601" data-throw-if-not-resolved="false"></xref>
content.vb: Public Overrides Sub ActionUpdate(action As Action, time As GameTime, passedInGame As TimeSpan, speed As GameSpeed, isAuxiliary As 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,TinyLife.GameSpeed,System.Boolean) overridden: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
overload: TinyLife.Objects.BreakableFurniture.ActionUpdate* overload: TinyLife.Objects.BreakableFurniture.ActionUpdate*
modifiers.csharp: modifiers.csharp:
- public - public
@ -452,7 +452,7 @@ items:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPrice id: GetPrice
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 127 startLine: 127
@ -490,7 +490,7 @@ items:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDescription id: GetDescription
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 132 startLine: 132
@ -528,7 +528,7 @@ items:
remote: remote:
path: TinyLife/Objects/BreakableFurniture.cs path: TinyLife/Objects/BreakableFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDecorativeRating id: GetDecorativeRating
path: Objects/BreakableFurniture.cs path: Objects/BreakableFurniture.cs
startLine: 143 startLine: 143
@ -4201,15 +4201,15 @@ references:
name: Update name: Update
nameWithType: BreakableFurniture.Update nameWithType: BreakableFurniture.Update
fullName: TinyLife.Objects.BreakableFurniture.Update fullName: TinyLife.Objects.BreakableFurniture.Update
- 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)
commentId: M:TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Objects.IUpdatingObject parent: TinyLife.Objects.IUpdatingObject
isExternal: true isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: IUpdatingObject.Update(GameTime, TimeSpan, GameSpeed) nameWithType: IUpdatingObject.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: Update
nameWithType: IUpdatingObject.Update nameWithType: IUpdatingObject.Update
fullName: TinyLife.Objects.IUpdatingObject.Update fullName: TinyLife.Objects.IUpdatingObject.Update
@ -4232,15 +4232,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Update
nameWithType: IUpdatingObject.Update nameWithType: IUpdatingObject.Update
fullName: TinyLife.Objects.IUpdatingObject.Update fullName: TinyLife.Objects.IUpdatingObject.Update
@ -4263,10 +4264,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -4284,31 +4286,27 @@ references:
name: TimeSpan name: TimeSpan
nameWithType: TimeSpan nameWithType: TimeSpan
fullName: System.TimeSpan fullName: System.TimeSpan
- uid: TinyLife.GameSpeed - uid: System.Single
commentId: T:TinyLife.GameSpeed commentId: T:System.Single
parent: TinyLife parent: System
name: GameSpeed isExternal: true
nameWithType: GameSpeed name: Single
fullName: TinyLife.GameSpeed nameWithType: Single
- uid: TinyLife fullName: System.Single
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.Objects.BreakableFurniture.WearDown* - uid: TinyLife.Objects.BreakableFurniture.WearDown*
commentId: Overload:TinyLife.Objects.BreakableFurniture.WearDown commentId: Overload:TinyLife.Objects.BreakableFurniture.WearDown
name: WearDown name: WearDown
nameWithType: BreakableFurniture.WearDown nameWithType: BreakableFurniture.WearDown
fullName: TinyLife.Objects.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) - 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,TinyLife.GameSpeed,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 parent: TinyLife.Objects.Furniture
isExternal: true isExternal: true
name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean) name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean) nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean) fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
spec.csharp: 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 name: ActionUpdate
nameWithType: Furniture.ActionUpdate nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate fullName: TinyLife.Objects.Furniture.ActionUpdate
@ -4338,10 +4336,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -4354,7 +4353,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: ActionUpdate
nameWithType: Furniture.ActionUpdate nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate fullName: TinyLife.Objects.Furniture.ActionUpdate
@ -4384,10 +4383,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -4448,13 +4448,6 @@ references:
name: GetPrice name: GetPrice
nameWithType: BreakableFurniture.GetPrice nameWithType: BreakableFurniture.GetPrice
fullName: TinyLife.Objects.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 - uid: TinyLife.Objects.Furniture.GetDescription
commentId: M:TinyLife.Objects.Furniture.GetDescription commentId: M:TinyLife.Objects.Furniture.GetDescription
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture

View file

@ -37,7 +37,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Clothes id: Clothes
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 25 startLine: 25
@ -91,7 +91,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Layers id: Layers
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 31 startLine: 31
@ -128,7 +128,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types id: Types
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 35 startLine: 35
@ -165,7 +165,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReferencePrice id: ReferencePrice
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 41 startLine: 41
@ -200,7 +200,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 159 startLine: 159
@ -235,7 +235,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Layer id: Layer
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 163 startLine: 163
@ -270,7 +270,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TextureRegions id: TextureRegions
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 169 startLine: 169
@ -305,7 +305,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Colors id: Colors
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 174 startLine: 174
@ -340,7 +340,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Price id: Price
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 179 startLine: 179
@ -375,7 +375,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Intentions id: Intentions
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 184 startLine: 184
@ -410,7 +410,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon id: Icon
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 189 startLine: 189
@ -447,7 +447,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NonBuyable id: NonBuyable
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 194 startLine: 194
@ -484,7 +484,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Ages id: Ages
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 199 startLine: 199
@ -521,7 +521,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DepthFunction id: DepthFunction
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 204 startLine: 204
@ -558,7 +558,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TextureBehaviorLayer id: TextureBehaviorLayer
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 209 startLine: 209
@ -595,7 +595,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 220 startLine: 220
@ -649,7 +649,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPrice id: GetPrice
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 233 startLine: 233
@ -686,7 +686,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIntentionDescription id: GetIntentionDescription
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 241 startLine: 241
@ -721,7 +721,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register id: Register
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 252 startLine: 252
@ -759,7 +759,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetClothes id: GetClothes
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 263 startLine: 263
@ -803,7 +803,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIntentionPercentage id: GetIntentionPercentage
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 277 startLine: 277
@ -850,7 +850,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIntentionMatchingOutfit id: GetIntentionMatchingOutfit
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 296 startLine: 296

View file

@ -25,7 +25,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ClothesIntention id: ClothesIntention
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 409 startLine: 409
@ -70,7 +70,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: None id: None
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 413 startLine: 413
@ -102,7 +102,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Everyday id: Everyday
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 414 startLine: 414
@ -134,7 +134,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Party id: Party
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 415 startLine: 415
@ -166,7 +166,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Formal id: Formal
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 416 startLine: 416
@ -198,7 +198,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Workout id: Workout
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 417 startLine: 417
@ -230,7 +230,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Swimwear id: Swimwear
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 418 startLine: 418
@ -262,7 +262,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sleep id: Sleep
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 419 startLine: 419
@ -294,7 +294,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Summer id: Summer
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 420 startLine: 420
@ -326,7 +326,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Winter id: Winter
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 421 startLine: 421

View file

@ -24,7 +24,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ClothesLayer id: ClothesLayer
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 367 startLine: 367
@ -72,7 +72,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Body id: Body
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 373 startLine: 373
@ -106,7 +106,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Eyes id: Eyes
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 377 startLine: 377
@ -140,7 +140,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pants id: Pants
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 381 startLine: 381
@ -174,7 +174,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Arms id: Arms
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 385 startLine: 385
@ -208,7 +208,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Shirt id: Shirt
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 389 startLine: 389
@ -242,7 +242,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Hair id: Hair
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 393 startLine: 393
@ -276,7 +276,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Accessories id: Accessories
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 397 startLine: 397
@ -310,7 +310,7 @@ items:
remote: remote:
path: TinyLife/Objects/Clothes.cs path: TinyLife/Objects/Clothes.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Shoes id: Shoes
path: Objects/Clothes.cs path: Objects/Clothes.cs
startLine: 401 startLine: 401

View file

@ -19,7 +19,7 @@ items:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Counter id: Counter
path: Objects/CornerFurniture.cs path: Objects/CornerFurniture.cs
startLine: 96 startLine: 96
@ -77,7 +77,7 @@ items:
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.Furniture.GetVisibility - TinyLife.Objects.Furniture.GetVisibility
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) - 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.GetPrice
- TinyLife.Objects.Furniture.GetDescription - TinyLife.Objects.Furniture.GetDescription
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) - TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
@ -152,7 +152,7 @@ items:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Objects/CornerFurniture.cs path: Objects/CornerFurniture.cs
startLine: 99 startLine: 99
@ -203,7 +203,7 @@ items:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldConnectTo id: ShouldConnectTo
path: Objects/CornerFurniture.cs path: Objects/CornerFurniture.cs
startLine: 103 startLine: 103
@ -245,7 +245,7 @@ items:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCornerStatus id: GetCornerStatus
path: Objects/CornerFurniture.cs path: Objects/CornerFurniture.cs
startLine: 108 startLine: 108
@ -1168,15 +1168,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,System.Boolean)
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
isExternal: true isExternal: true
name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean) name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean) nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean) fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
spec.csharp: 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 name: ActionUpdate
nameWithType: Furniture.ActionUpdate nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate fullName: TinyLife.Objects.Furniture.ActionUpdate
@ -1206,10 +1206,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1222,7 +1223,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: ActionUpdate
nameWithType: Furniture.ActionUpdate nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate fullName: TinyLife.Objects.Furniture.ActionUpdate
@ -1252,10 +1253,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '

View file

@ -22,7 +22,7 @@ items:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CornerFurniture id: CornerFurniture
path: Objects/CornerFurniture.cs path: Objects/CornerFurniture.cs
startLine: 17 startLine: 17
@ -78,7 +78,7 @@ items:
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.Furniture.GetVisibility - TinyLife.Objects.Furniture.GetVisibility
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) - 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.GetPrice
- TinyLife.Objects.Furniture.GetDescription - TinyLife.Objects.Furniture.GetDescription
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) - TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
@ -153,7 +153,7 @@ items:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Objects/CornerFurniture.cs path: Objects/CornerFurniture.cs
startLine: 23 startLine: 23
@ -204,7 +204,7 @@ items:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldConnectTo id: ShouldConnectTo
path: Objects/CornerFurniture.cs path: Objects/CornerFurniture.cs
startLine: 34 startLine: 34
@ -245,7 +245,7 @@ items:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCornerStatus id: GetCornerStatus
path: Objects/CornerFurniture.cs path: Objects/CornerFurniture.cs
startLine: 44 startLine: 44
@ -289,7 +289,7 @@ items:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw id: Draw
path: Objects/CornerFurniture.cs path: Objects/CornerFurniture.cs
startLine: 62 startLine: 62
@ -367,7 +367,7 @@ items:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnNeighborChanged id: OnNeighborChanged
path: Objects/CornerFurniture.cs path: Objects/CornerFurniture.cs
startLine: 70 startLine: 70
@ -406,7 +406,7 @@ items:
remote: remote:
path: TinyLife/Objects/CornerFurniture.cs path: TinyLife/Objects/CornerFurniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: Objects/CornerFurniture.cs path: Objects/CornerFurniture.cs
startLine: 75 startLine: 75
@ -1121,15 +1121,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,System.Boolean)
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
isExternal: true isExternal: true
name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean) name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean) nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean) fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
spec.csharp: 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 name: ActionUpdate
nameWithType: Furniture.ActionUpdate nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate fullName: TinyLife.Objects.Furniture.ActionUpdate
@ -1159,10 +1159,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1175,7 +1176,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: ActionUpdate
nameWithType: Furniture.ActionUpdate nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate fullName: TinyLife.Objects.Furniture.ActionUpdate
@ -1205,10 +1206,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '

View file

@ -21,7 +21,7 @@ items:
remote: remote:
path: TinyLife/Objects/Fence.cs path: TinyLife/Objects/Fence.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fence id: Fence
path: Objects/Fence.cs path: Objects/Fence.cs
startLine: 13 startLine: 13
@ -75,7 +75,7 @@ items:
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.Furniture.GetVisibility - TinyLife.Objects.Furniture.GetVisibility
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) - 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.GetPrice
- TinyLife.Objects.Furniture.GetDescription - TinyLife.Objects.Furniture.GetDescription
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) - TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
@ -150,7 +150,7 @@ items:
remote: remote:
path: TinyLife/Objects/Fence.cs path: TinyLife/Objects/Fence.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Objects/Fence.cs path: Objects/Fence.cs
startLine: 19 startLine: 19
@ -201,7 +201,7 @@ items:
remote: remote:
path: TinyLife/Objects/Fence.cs path: TinyLife/Objects/Fence.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw id: Draw
path: Objects/Fence.cs path: Objects/Fence.cs
startLine: 25 startLine: 25
@ -279,7 +279,7 @@ items:
remote: remote:
path: TinyLife/Objects/Fence.cs path: TinyLife/Objects/Fence.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: Objects/Fence.cs path: Objects/Fence.cs
startLine: 37 startLine: 37
@ -317,7 +317,7 @@ items:
remote: remote:
path: TinyLife/Objects/Fence.cs path: TinyLife/Objects/Fence.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnNeighborChanged id: OnNeighborChanged
path: Objects/Fence.cs path: Objects/Fence.cs
startLine: 43 startLine: 43
@ -356,7 +356,7 @@ items:
remote: remote:
path: TinyLife/Objects/Fence.cs path: TinyLife/Objects/Fence.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldConnectTo id: ShouldConnectTo
path: Objects/Fence.cs path: Objects/Fence.cs
startLine: 53 startLine: 53
@ -956,15 +956,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,System.Boolean)
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
isExternal: true isExternal: true
name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean) name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean) nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean) fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
spec.csharp: 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 name: ActionUpdate
nameWithType: Furniture.ActionUpdate nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate fullName: TinyLife.Objects.Furniture.ActionUpdate
@ -994,10 +994,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1010,7 +1011,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: ActionUpdate
nameWithType: Furniture.ActionUpdate nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate fullName: TinyLife.Objects.Furniture.ActionUpdate
@ -1040,10 +1041,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '

View file

@ -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.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.IsElectrical
- TinyLife.Objects.Fireplace.LightSize - 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: langs:
- csharp - csharp
- vb - vb
@ -22,7 +22,7 @@ items:
remote: remote:
path: TinyLife/Objects/Fireplace.cs path: TinyLife/Objects/Fireplace.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fireplace id: Fireplace
path: Objects/Fireplace.cs path: Objects/Fireplace.cs
startLine: 16 startLine: 16
@ -81,7 +81,7 @@ items:
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.Furniture.GetVisibility - TinyLife.Objects.Furniture.GetVisibility
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) - 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.GetPrice
- TinyLife.Objects.Furniture.GetDescription - TinyLife.Objects.Furniture.GetDescription
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) - TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
@ -157,7 +157,7 @@ items:
remote: remote:
path: TinyLife/Objects/Fireplace.cs path: TinyLife/Objects/Fireplace.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsElectrical id: IsElectrical
path: Objects/Fireplace.cs path: Objects/Fireplace.cs
startLine: 19 startLine: 19
@ -197,7 +197,7 @@ items:
remote: remote:
path: TinyLife/Objects/Fireplace.cs path: TinyLife/Objects/Fireplace.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LightSize id: LightSize
path: Objects/Fireplace.cs path: Objects/Fireplace.cs
startLine: 24 startLine: 24
@ -236,7 +236,7 @@ items:
remote: remote:
path: TinyLife/Objects/Fireplace.cs path: TinyLife/Objects/Fireplace.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Objects/Fireplace.cs path: Objects/Fireplace.cs
startLine: 30 startLine: 30
@ -287,7 +287,7 @@ items:
remote: remote:
path: TinyLife/Objects/Fireplace.cs path: TinyLife/Objects/Fireplace.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw id: Draw
path: Objects/Fireplace.cs path: Objects/Fireplace.cs
startLine: 40 startLine: 40
@ -350,22 +350,22 @@ items:
- Overrides - 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) 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) 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) - 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,TinyLife.GameSpeed) commentId: M:TinyLife.Objects.Fireplace.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Objects.Fireplace parent: TinyLife.Objects.Fireplace
langs: langs:
- csharp - csharp
- vb - vb
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: Fireplace.Update(GameTime, TimeSpan, GameSpeed) nameWithType: Fireplace.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Objects.Fireplace.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Objects.Fireplace.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Objects/Fireplace.cs path: TinyLife/Objects/Fireplace.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: Objects/Fireplace.cs path: Objects/Fireplace.cs
startLine: 50 startLine: 50
@ -375,7 +375,7 @@ items:
summary: "\nThe update method, which is called every update frame by the underlying <xref href=\"TinyLife.World.Map\" data-throw-if-not-resolved=\"false\"></xref>\n" summary: "\nThe update method, which is called every update frame by the underlying <xref href=\"TinyLife.World.Map\" data-throw-if-not-resolved=\"false\"></xref>\n"
example: [] example: []
syntax: syntax:
content: public override void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed) content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters: parameters:
- id: time - id: time
type: Microsoft.Xna.Framework.GameTime type: Microsoft.Xna.Framework.GameTime
@ -383,11 +383,11 @@ items:
- id: passedInGame - id: passedInGame
type: System.TimeSpan type: System.TimeSpan
description: The amount of time that has passed since the last call description: The amount of time that has passed since the last call
- id: speed - id: speedMultiplier
type: TinyLife.GameSpeed type: System.Single
description: The game&apos;s speed description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed) 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,TinyLife.GameSpeed) overridden: TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Objects.Fireplace.Update* overload: TinyLife.Objects.Fireplace.Update*
modifiers.csharp: modifiers.csharp:
- public - public
@ -410,7 +410,7 @@ items:
remote: remote:
path: TinyLife/Objects/Fireplace.cs path: TinyLife/Objects/Fireplace.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateLights id: CreateLights
path: Objects/Fireplace.cs path: Objects/Fireplace.cs
startLine: 62 startLine: 62
@ -1059,15 +1059,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,System.Boolean)
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
isExternal: true isExternal: true
name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean) name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean) nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean) fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
spec.csharp: 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 name: ActionUpdate
nameWithType: Furniture.ActionUpdate nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate fullName: TinyLife.Objects.Furniture.ActionUpdate
@ -1097,10 +1097,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1113,7 +1114,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: ActionUpdate
nameWithType: Furniture.ActionUpdate nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate fullName: TinyLife.Objects.Furniture.ActionUpdate
@ -1143,10 +1144,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -4292,15 +4294,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M:TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Objects.LightFurniture parent: TinyLife.Objects.LightFurniture
isExternal: true isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: LightFurniture.Update(GameTime, TimeSpan, GameSpeed) nameWithType: LightFurniture.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: Update
nameWithType: LightFurniture.Update nameWithType: LightFurniture.Update
fullName: TinyLife.Objects.LightFurniture.Update fullName: TinyLife.Objects.LightFurniture.Update
@ -4323,15 +4325,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Update
nameWithType: LightFurniture.Update nameWithType: LightFurniture.Update
fullName: TinyLife.Objects.LightFurniture.Update fullName: TinyLife.Objects.LightFurniture.Update
@ -4354,10 +4357,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -4373,17 +4377,6 @@ references:
name: TimeSpan name: TimeSpan
nameWithType: TimeSpan nameWithType: TimeSpan
fullName: System.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 - uid: TinyLife.Objects.LightFurniture.CreateLights
commentId: M:TinyLife.Objects.LightFurniture.CreateLights commentId: M:TinyLife.Objects.LightFurniture.CreateLights
parent: TinyLife.Objects.LightFurniture parent: TinyLife.Objects.LightFurniture

View file

@ -20,7 +20,7 @@ items:
remote: remote:
path: TinyLife/Objects/Food.cs path: TinyLife/Objects/Food.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Food id: Food
path: Objects/Food.cs path: Objects/Food.cs
startLine: 13 startLine: 13
@ -51,7 +51,7 @@ items:
- TinyLife.Objects.FoodTypedItem.ServingSize - TinyLife.Objects.FoodTypedItem.ServingSize
- TinyLife.Objects.FoodTypedItem.Expired - TinyLife.Objects.FoodTypedItem.Expired
- TinyLife.Objects.FoodTypedItem.Validate - 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.Random
- TinyLife.Objects.Furniture.OnGetDescription - TinyLife.Objects.Furniture.OnGetDescription
- TinyLife.Objects.Furniture.OnSetCreator - TinyLife.Objects.Furniture.OnSetCreator
@ -82,7 +82,7 @@ items:
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.Furniture.GetVisibility - TinyLife.Objects.Furniture.GetVisibility
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) - 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.GetPrice
- TinyLife.Objects.Furniture.GetDescription - TinyLife.Objects.Furniture.GetDescription
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room) - TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
@ -157,7 +157,7 @@ items:
remote: remote:
path: TinyLife/Objects/Food.cs path: TinyLife/Objects/Food.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoodLeft id: FoodLeft
path: Objects/Food.cs path: Objects/Food.cs
startLine: 20 startLine: 20
@ -200,7 +200,7 @@ items:
remote: remote:
path: TinyLife/Objects/Food.cs path: TinyLife/Objects/Food.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Objects/Food.cs path: Objects/Food.cs
startLine: 23 startLine: 23
@ -251,7 +251,7 @@ items:
remote: remote:
path: TinyLife/Objects/Food.cs path: TinyLife/Objects/Food.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw id: Draw
path: Objects/Food.cs path: Objects/Food.cs
startLine: 28 startLine: 28
@ -329,7 +329,7 @@ items:
remote: remote:
path: TinyLife/Objects/Food.cs path: TinyLife/Objects/Food.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHoverInfo id: GetHoverInfo
path: Objects/Food.cs path: Objects/Food.cs
startLine: 40 startLine: 40
@ -461,15 +461,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M:TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Objects.FoodTypedItem parent: TinyLife.Objects.FoodTypedItem
isExternal: true isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: FoodTypedItem.Update(GameTime, TimeSpan, GameSpeed) nameWithType: FoodTypedItem.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: Update
nameWithType: FoodTypedItem.Update nameWithType: FoodTypedItem.Update
fullName: TinyLife.Objects.FoodTypedItem.Update fullName: TinyLife.Objects.FoodTypedItem.Update
@ -492,15 +492,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Update
nameWithType: FoodTypedItem.Update nameWithType: FoodTypedItem.Update
fullName: TinyLife.Objects.FoodTypedItem.Update fullName: TinyLife.Objects.FoodTypedItem.Update
@ -523,10 +524,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -1050,15 +1052,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,System.Boolean)
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
isExternal: true isExternal: true
name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean) name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean) nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean) fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
spec.csharp: 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 name: ActionUpdate
nameWithType: Furniture.ActionUpdate nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate fullName: TinyLife.Objects.Furniture.ActionUpdate
@ -1088,10 +1090,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1104,7 +1107,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: ActionUpdate
nameWithType: Furniture.ActionUpdate nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate fullName: TinyLife.Objects.Furniture.ActionUpdate
@ -1134,10 +1137,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '

View file

@ -11,7 +11,7 @@ items:
- TinyLife.Objects.FoodTypedItem.FoodType - TinyLife.Objects.FoodTypedItem.FoodType
- TinyLife.Objects.FoodTypedItem.GetHoverInfo - TinyLife.Objects.FoodTypedItem.GetHoverInfo
- TinyLife.Objects.FoodTypedItem.ServingSize - 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 - TinyLife.Objects.FoodTypedItem.Validate
langs: langs:
- csharp - csharp
@ -24,7 +24,7 @@ items:
remote: remote:
path: TinyLife/Objects/FoodTypedItem.cs path: TinyLife/Objects/FoodTypedItem.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoodTypedItem id: FoodTypedItem
path: Objects/FoodTypedItem.cs path: Objects/FoodTypedItem.cs
startLine: 12 startLine: 12
@ -81,7 +81,7 @@ items:
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.Furniture.GetVisibility - TinyLife.Objects.Furniture.GetVisibility
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) - 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.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.GetPrice
- TinyLife.Objects.Furniture.GetDescription - TinyLife.Objects.Furniture.GetDescription
@ -157,7 +157,7 @@ items:
remote: remote:
path: TinyLife/Objects/FoodTypedItem.cs path: TinyLife/Objects/FoodTypedItem.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoodType id: FoodType
path: Objects/FoodTypedItem.cs path: Objects/FoodTypedItem.cs
startLine: 18 startLine: 18
@ -200,7 +200,7 @@ items:
remote: remote:
path: TinyLife/Objects/FoodTypedItem.cs path: TinyLife/Objects/FoodTypedItem.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExpirationTime id: ExpirationTime
path: Objects/FoodTypedItem.cs path: Objects/FoodTypedItem.cs
startLine: 24 startLine: 24
@ -243,7 +243,7 @@ items:
remote: remote:
path: TinyLife/Objects/FoodTypedItem.cs path: TinyLife/Objects/FoodTypedItem.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ServingSize id: ServingSize
path: Objects/FoodTypedItem.cs path: Objects/FoodTypedItem.cs
startLine: 30 startLine: 30
@ -286,7 +286,7 @@ items:
remote: remote:
path: TinyLife/Objects/FoodTypedItem.cs path: TinyLife/Objects/FoodTypedItem.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Expired id: Expired
path: Objects/FoodTypedItem.cs path: Objects/FoodTypedItem.cs
startLine: 35 startLine: 35
@ -323,7 +323,7 @@ items:
remote: remote:
path: TinyLife/Objects/FoodTypedItem.cs path: TinyLife/Objects/FoodTypedItem.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Objects/FoodTypedItem.cs path: Objects/FoodTypedItem.cs
startLine: 38 startLine: 38
@ -374,7 +374,7 @@ items:
remote: remote:
path: TinyLife/Objects/FoodTypedItem.cs path: TinyLife/Objects/FoodTypedItem.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: Objects/FoodTypedItem.cs path: Objects/FoodTypedItem.cs
startLine: 43 startLine: 43
@ -412,7 +412,7 @@ items:
remote: remote:
path: TinyLife/Objects/FoodTypedItem.cs path: TinyLife/Objects/FoodTypedItem.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHoverInfo id: GetHoverInfo
path: Objects/FoodTypedItem.cs path: Objects/FoodTypedItem.cs
startLine: 48 startLine: 48
@ -435,22 +435,22 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- Overrides - Overrides
- 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)
commentId: M:TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Objects.FoodTypedItem parent: TinyLife.Objects.FoodTypedItem
langs: langs:
- csharp - csharp
- vb - vb
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: FoodTypedItem.Update(GameTime, TimeSpan, GameSpeed) nameWithType: FoodTypedItem.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Objects/FoodTypedItem.cs path: TinyLife/Objects/FoodTypedItem.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: Objects/FoodTypedItem.cs path: Objects/FoodTypedItem.cs
startLine: 58 startLine: 58
@ -460,7 +460,7 @@ items:
summary: "\nThe update method, which is called every update frame by the underlying <xref href=\"TinyLife.World.Map\" data-throw-if-not-resolved=\"false\"></xref>\n" summary: "\nThe update method, which is called every update frame by the underlying <xref href=\"TinyLife.World.Map\" data-throw-if-not-resolved=\"false\"></xref>\n"
example: [] example: []
syntax: syntax:
content: public void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed) content: public void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters: parameters:
- id: time - id: time
type: Microsoft.Xna.Framework.GameTime type: Microsoft.Xna.Framework.GameTime
@ -468,13 +468,13 @@ items:
- id: passedInGame - id: passedInGame
type: System.TimeSpan type: System.TimeSpan
description: The amount of time that has passed since the last call description: The amount of time that has passed since the last call
- id: speed - id: speedMultiplier
type: TinyLife.GameSpeed type: System.Single
description: The game&apos;s speed description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Public Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed) content.vb: Public Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overload: TinyLife.Objects.FoodTypedItem.Update* overload: TinyLife.Objects.FoodTypedItem.Update*
implements: 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: modifiers.csharp:
- public - public
modifiers.vb: modifiers.vb:
@ -1050,15 +1050,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,System.Boolean)
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
isExternal: true isExternal: true
name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean) name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean) nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean) fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
spec.csharp: 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 name: ActionUpdate
nameWithType: Furniture.ActionUpdate nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate fullName: TinyLife.Objects.Furniture.ActionUpdate
@ -1088,10 +1088,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -1104,7 +1105,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: ActionUpdate
nameWithType: Furniture.ActionUpdate nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate fullName: TinyLife.Objects.Furniture.ActionUpdate
@ -1134,10 +1135,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -4243,15 +4245,15 @@ references:
name: Update name: Update
nameWithType: FoodTypedItem.Update nameWithType: FoodTypedItem.Update
fullName: TinyLife.Objects.FoodTypedItem.Update fullName: TinyLife.Objects.FoodTypedItem.Update
- 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)
commentId: M:TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Objects.IUpdatingObject parent: TinyLife.Objects.IUpdatingObject
isExternal: true isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: IUpdatingObject.Update(GameTime, TimeSpan, GameSpeed) nameWithType: IUpdatingObject.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp: 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 name: Update
nameWithType: IUpdatingObject.Update nameWithType: IUpdatingObject.Update
fullName: TinyLife.Objects.IUpdatingObject.Update fullName: TinyLife.Objects.IUpdatingObject.Update
@ -4274,15 +4276,16 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: Update
nameWithType: IUpdatingObject.Update nameWithType: IUpdatingObject.Update
fullName: TinyLife.Objects.IUpdatingObject.Update fullName: TinyLife.Objects.IUpdatingObject.Update
@ -4305,10 +4308,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
@ -4319,14 +4323,10 @@ references:
name: GameTime name: GameTime
nameWithType: GameTime nameWithType: GameTime
fullName: Microsoft.Xna.Framework.GameTime fullName: Microsoft.Xna.Framework.GameTime
- uid: TinyLife.GameSpeed - uid: System.Single
commentId: T:TinyLife.GameSpeed commentId: T:System.Single
parent: TinyLife parent: System
name: GameSpeed isExternal: true
nameWithType: GameSpeed name: Single
fullName: TinyLife.GameSpeed nameWithType: Single
- uid: TinyLife fullName: System.Single
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife

View file

@ -6,7 +6,7 @@ items:
parent: TinyLife.Objects parent: TinyLife.Objects
children: children:
- TinyLife.Objects.Furniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) - 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(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.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Objects.Furniture.Area - TinyLife.Objects.Furniture.Area
@ -74,7 +74,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Furniture id: Furniture
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 26 startLine: 26
@ -158,7 +158,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Random id: Random
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 32 startLine: 32
@ -195,7 +195,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnGetDescription id: OnGetDescription
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 39 startLine: 39
@ -228,7 +228,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnSetCreator id: OnSetCreator
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 45 startLine: 45
@ -261,7 +261,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnGetDirty id: OnGetDirty
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 50 startLine: 50
@ -294,7 +294,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnDirty id: OnDirty
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 55 startLine: 55
@ -327,7 +327,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type id: Type
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 61 startLine: 61
@ -372,7 +372,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Rotation id: Rotation
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 67 startLine: 67
@ -415,7 +415,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ParentFurniture id: ParentFurniture
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 72 startLine: 72
@ -452,7 +452,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ParentObjectSpot id: ParentObjectSpot
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 77 startLine: 77
@ -489,7 +489,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasParent id: HasParent
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 82 startLine: 82
@ -526,7 +526,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Colors id: Colors
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 88 startLine: 88
@ -569,7 +569,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Area id: Area
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 92 startLine: 92
@ -606,7 +606,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VisualPosition id: VisualPosition
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 97 startLine: 97
@ -643,14 +643,14 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DevaluedThroughUse id: DevaluedThroughUse
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 103 startLine: 103
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nA field that gets set to true in <xref href=\"TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action%2cMicrosoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>.\nIf this value is true, the <xref href=\"TinyLife.Objects.Furniture.GetPrice\" data-throw-if-not-resolved=\"false\"></xref> of this object is greatly reduced.\n" summary: "\nA field that gets set to true in <xref href=\"TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action%2cMicrosoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>.\nIf this value is true, the <xref href=\"TinyLife.Objects.Furniture.GetPrice\" data-throw-if-not-resolved=\"false\"></xref> of this object is greatly reduced.\n"
example: [] example: []
syntax: syntax:
content: >- content: >-
@ -690,7 +690,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AreUtilitiesDisabled id: AreUtilitiesDisabled
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 108 startLine: 108
@ -727,7 +727,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsStatic id: IsStatic
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 113 startLine: 113
@ -774,7 +774,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreatorId id: CreatorId
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 119 startLine: 119
@ -825,7 +825,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Quality id: Quality
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 127 startLine: 127
@ -872,7 +872,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeDirty id: CanBeDirty
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 132 startLine: 132
@ -909,7 +909,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dirty id: Dirty
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 138 startLine: 138
@ -956,7 +956,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CustomPrice id: CustomPrice
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 144 startLine: 144
@ -1003,7 +1003,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Creator id: Creator
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 149 startLine: 149
@ -1040,7 +1040,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 167 startLine: 167
@ -1091,7 +1091,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw id: Draw
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 175 startLine: 175
@ -1144,7 +1144,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 207 startLine: 207
@ -1182,7 +1182,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Intersects id: Intersects
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 234 startLine: 234
@ -1224,7 +1224,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCategories id: GetCategories
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 239 startLine: 239
@ -1268,7 +1268,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnAdded id: OnAdded
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 244 startLine: 244
@ -1303,7 +1303,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnRemoved id: OnRemoved
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 250 startLine: 250
@ -1338,7 +1338,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAiPriority id: GetAiPriority
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 257 startLine: 257
@ -1383,7 +1383,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetVisibility id: GetVisibility
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 266 startLine: 266
@ -1421,7 +1421,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnActionCompleted id: OnActionCompleted
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 271 startLine: 271
@ -1451,32 +1451,32 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- Overrides - Overrides
- 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)
commentId: M: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,System.Single,System.Boolean)
id: 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,System.Single,System.Boolean)
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
langs: langs:
- csharp - csharp
- vb - vb
name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean) name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean) nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean) fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionUpdate id: ActionUpdate
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 281 startLine: 281
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nThis method is called when an <xref href=\"TinyLife.Actions.Action\" data-throw-if-not-resolved=\"false\"></xref> that this object is involved in updates, which is every <xref href=\"Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime)\" data-throw-if-not-resolved=\"false\"></xref> frame. Note that this includes actions that are underlying (<xref href=\"TinyLife.Actions.Typeless.TypelessAction.IsUnderlying\" data-throw-if-not-resolved=\"false\"></xref>) and actions that aren&apos;t fully in progress yet (<xref href=\"TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress\" data-throw-if-not-resolved=\"false\"></xref>).\nThis object counts as involved in the action if its <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"TinyLife.Actions.ActionInfo.GetInvolvedObjects%60%601(TinyLife.Objects.ObjectCategory%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> includes this object.\nIn general, the base method should be called for <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> objects, since it sets deals with <xref href=\"TinyLife.Objects.Furniture.Dirty\" data-throw-if-not-resolved=\"false\"></xref> objects.\n" summary: "\nThis method is called when an <xref href=\"TinyLife.Actions.Action\" data-throw-if-not-resolved=\"false\"></xref> that this object is involved in updates, which is every <xref href=\"Microsoft.Xna.Framework.Game.Update(Microsoft.Xna.Framework.GameTime)\" data-throw-if-not-resolved=\"false\"></xref> frame. Note that this includes actions that are underlying (<xref href=\"TinyLife.Actions.Typeless.TypelessAction.IsUnderlying\" data-throw-if-not-resolved=\"false\"></xref>) and actions that aren&apos;t fully in progress yet (<xref href=\"TinyLife.Actions.Typeless.TypelessAction.FullyInProgress\" data-throw-if-not-resolved=\"false\"></xref>).\nThis object counts as involved in the action if its <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"TinyLife.Actions.ActionInfo.GetInvolvedObjects%60%601(TinyLife.Objects.ObjectCategory%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> includes this object.\nIn general, the base method should be called for <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> objects, since it sets deals with <xref href=\"TinyLife.Objects.Furniture.Dirty\" data-throw-if-not-resolved=\"false\"></xref> objects.\n"
example: [] example: []
syntax: 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: parameters:
- id: action - id: action
type: TinyLife.Actions.Action type: TinyLife.Actions.Action
@ -1487,14 +1487,14 @@ items:
- id: passedInGame - id: passedInGame
type: System.TimeSpan type: System.TimeSpan
description: The amount of time that has passed, in game time description: The amount of time that has passed, in game time
- id: speed - id: speedMultiplier
type: TinyLife.GameSpeed type: System.Single
description: The game&apos;s current speed setting description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
- id: isAuxiliary - id: isAuxiliary
type: System.Boolean type: System.Boolean
description: Whether this object counts as an auxiliary object. If this value is false, the object is th e<xref href="TinyLife.Actions.ActionInfo.GetActionObject%60%601" data-throw-if-not-resolved="false"></xref> description: Whether this object counts as an auxiliary object. If this value is false, the object is th e<xref href="TinyLife.Actions.ActionInfo.GetActionObject%60%601" data-throw-if-not-resolved="false"></xref>
content.vb: Public Overrides Sub ActionUpdate(action As Action, time As GameTime, passedInGame As TimeSpan, speed As GameSpeed, isAuxiliary As 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,TinyLife.GameSpeed,System.Boolean) overridden: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
overload: TinyLife.Objects.Furniture.ActionUpdate* overload: TinyLife.Objects.Furniture.ActionUpdate*
modifiers.csharp: modifiers.csharp:
- public - public
@ -1517,7 +1517,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw id: Draw
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 311 startLine: 311
@ -1594,7 +1594,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPrice id: GetPrice
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 319 startLine: 319
@ -1633,7 +1633,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDescription id: GetDescription
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 331 startLine: 331
@ -1670,7 +1670,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDecorativeRating id: GetDecorativeRating
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 363 startLine: 363
@ -1711,14 +1711,14 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDirty id: GetDirty
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 373 startLine: 373
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Objects namespace: TinyLife.Objects
summary: "\nCauses this object to get &quot;more dirty&quot; by increasing a timer and randomly, based on the amount of time that the timer has, turns <xref href=\"TinyLife.Objects.Furniture.Dirty\" data-throw-if-not-resolved=\"false\"></xref> to true.\nIf this object cannot be dirty (<xref href=\"TinyLife.Objects.Furniture.CanBeDirty\" data-throw-if-not-resolved=\"false\"></xref>), or it is already <xref href=\"TinyLife.Objects.Furniture.Dirty\" data-throw-if-not-resolved=\"false\"></xref>, this method has no effect.\nBy default, this method is called in <xref href=\"TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action%2cMicrosoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cTinyLife.GameSpeed%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> every update frame if this object isn&apos;t already <xref href=\"TinyLife.Objects.Furniture.Dirty\" data-throw-if-not-resolved=\"false\"></xref>.\n" summary: "\nCauses this object to get &quot;more dirty&quot; by increasing a timer and randomly, based on the amount of time that the timer has, turns <xref href=\"TinyLife.Objects.Furniture.Dirty\" data-throw-if-not-resolved=\"false\"></xref> to true.\nIf this object cannot be dirty (<xref href=\"TinyLife.Objects.Furniture.CanBeDirty\" data-throw-if-not-resolved=\"false\"></xref>), or it is already <xref href=\"TinyLife.Objects.Furniture.Dirty\" data-throw-if-not-resolved=\"false\"></xref>, this method has no effect.\nBy default, this method is called in <xref href=\"TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action%2cMicrosoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> every update frame if this object isn&apos;t already <xref href=\"TinyLife.Objects.Furniture.Dirty\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: [] example: []
syntax: syntax:
content: public virtual void GetDirty(TimeSpan passedInGame) content: public virtual void GetDirty(TimeSpan passedInGame)
@ -1749,7 +1749,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetCreator id: SetCreator
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 390 startLine: 390
@ -1790,7 +1790,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnNeighborChanged id: OnNeighborChanged
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 408 startLine: 408
@ -1828,7 +1828,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawUi id: DrawUi
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 420 startLine: 420
@ -1879,7 +1879,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeActionSpots id: GetFreeActionSpots
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 435 startLine: 435
@ -1921,7 +1921,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeActionSpot id: GetFreeActionSpot
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 451 startLine: 451
@ -1963,7 +1963,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeActionSpotInfo id: GetFreeActionSpotInfo
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 458 startLine: 458
@ -2008,7 +2008,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetActionSpotInfo id: GetActionSpotInfo
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 470 startLine: 470
@ -2053,7 +2053,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFreeObjectSpot id: GetFreeObjectSpot
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 482 startLine: 482
@ -2063,7 +2063,7 @@ items:
summary: "\nReturns the first free <xref href=\"TinyLife.Objects.ObjectSpot\" data-throw-if-not-resolved=\"false\"></xref> on this furniture.\nFree, in this case, is any object spot that isn&apos;t already occupied by a different furniture.\n" summary: "\nReturns the first free <xref href=\"TinyLife.Objects.ObjectSpot\" data-throw-if-not-resolved=\"false\"></xref> on this furniture.\nFree, in this case, is any object spot that isn&apos;t already occupied by a different furniture.\n"
example: [] example: []
syntax: syntax:
content: public ObjectSpot GetFreeObjectSpot(FurnitureType type, Vector2? position = null) content: public ObjectSpot GetFreeObjectSpot(FurnitureType type, Vector2? position = default(Vector2? ))
parameters: parameters:
- id: type - id: type
type: TinyLife.Objects.FurnitureType type: TinyLife.Objects.FurnitureType
@ -2098,7 +2098,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetParent id: SetParent
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 496 startLine: 496
@ -2137,7 +2137,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UnlinkParentsAndChildren id: UnlinkParentsAndChildren
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 510 startLine: 510
@ -2169,7 +2169,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveAndUnlink id: RemoveAndUnlink
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 520 startLine: 520
@ -2201,7 +2201,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetChildren id: GetChildren
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 530 startLine: 530
@ -2243,7 +2243,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveChildren id: RemoveChildren
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 541 startLine: 541
@ -2290,7 +2290,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveChild id: RemoveChild
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 555 startLine: 555
@ -2329,7 +2329,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddChild id: AddChild
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 574 startLine: 574
@ -2340,7 +2340,7 @@ items:
example: [] example: []
syntax: syntax:
content: >- content: >-
public T AddChild<T>(FurnitureType type, Direction2 rotation, int[] colors = null, Guid? id = null, Vector2? position = null) public T AddChild<T>(FurnitureType type, Direction2 rotation, int[] colors = null, Guid? id = default(Guid? ), Vector2? position = default(Vector2? ))
where T : Furniture where T : Furniture
parameters: parameters:
- id: type - id: type
@ -2388,7 +2388,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddChild id: AddChild
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 589 startLine: 589
@ -2398,7 +2398,7 @@ items:
summary: "\nAdds a child to this furniture, setting its parent (<xref href=\"TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture%2cTinyLife.Objects.ObjectSpot)\" data-throw-if-not-resolved=\"false\"></xref>) to this furniture and adding it to this furniture&apos;s <xref href=\"TinyLife.World.Map\" data-throw-if-not-resolved=\"false\"></xref>.\nThe object spot selected is the first available object spot.\n" summary: "\nAdds a child to this furniture, setting its parent (<xref href=\"TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture%2cTinyLife.Objects.ObjectSpot)\" data-throw-if-not-resolved=\"false\"></xref>) to this furniture and adding it to this furniture&apos;s <xref href=\"TinyLife.World.Map\" data-throw-if-not-resolved=\"false\"></xref>.\nThe object spot selected is the first available object spot.\n"
example: [] example: []
syntax: 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: parameters:
- id: item - id: item
type: TinyLife.Objects.Furniture type: TinyLife.Objects.Furniture
@ -2436,7 +2436,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetChild id: SetChild
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 606 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&apos;s <xref href=\"TinyLife.World.Map\" data-throw-if-not-resolved=\"false\"></xref>.\nIf there are already children in the given object spot, those are removed prior to adding the new child.\n" summary: "\nSets the child element in the given object spot to the given furniture and adds it to this furniture&apos;s <xref href=\"TinyLife.World.Map\" data-throw-if-not-resolved=\"false\"></xref>.\nIf there are already children in the given object spot, those are removed prior to adding the new child.\n"
example: [] example: []
syntax: 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: parameters:
- id: spot - id: spot
type: TinyLife.Objects.ObjectSpot type: TinyLife.Objects.ObjectSpot
@ -2487,7 +2487,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetChild id: SetChild
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 617 startLine: 617
@ -2529,7 +2529,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NotifyNeighbors id: NotifyNeighbors
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 629 startLine: 629
@ -2561,7 +2561,7 @@ items:
remote: remote:
path: TinyLife/Objects/Furniture.cs path: TinyLife/Objects/Furniture.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetNewId id: SetNewId
path: Objects/Furniture.cs path: Objects/Furniture.cs
startLine: 642 startLine: 642
@ -4440,15 +4440,15 @@ references:
name: Microsoft.Xna.Framework name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework nameWithType: Microsoft.Xna.Framework
fullName: 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) - 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,TinyLife.GameSpeed,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 parent: TinyLife.Objects.MapObject
isExternal: true isExternal: true
name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean) name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
nameWithType: MapObject.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean) nameWithType: MapObject.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
fullName: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean) fullName: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
spec.csharp: 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 name: ActionUpdate
nameWithType: MapObject.ActionUpdate nameWithType: MapObject.ActionUpdate
fullName: TinyLife.Objects.MapObject.ActionUpdate fullName: TinyLife.Objects.MapObject.ActionUpdate
@ -4478,10 +4478,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -4494,7 +4495,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: ActionUpdate
nameWithType: MapObject.ActionUpdate nameWithType: MapObject.ActionUpdate
fullName: TinyLife.Objects.MapObject.ActionUpdate fullName: TinyLife.Objects.MapObject.ActionUpdate
@ -4524,10 +4525,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -5376,17 +5378,13 @@ references:
name: TimeSpan name: TimeSpan
nameWithType: TimeSpan nameWithType: TimeSpan
fullName: System.TimeSpan fullName: System.TimeSpan
- uid: TinyLife.GameSpeed - uid: System.Single
commentId: T:TinyLife.GameSpeed commentId: T:System.Single
parent: TinyLife parent: System
name: GameSpeed isExternal: true
nameWithType: GameSpeed name: Single
fullName: TinyLife.GameSpeed nameWithType: Single
- uid: TinyLife fullName: System.Single
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color}) - 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}) 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 parent: TinyLife.Objects.Furniture
@ -5499,13 +5497,6 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
name: Single
nameWithType: Single
fullName: System.Single
- uid: TinyLife.Objects.Furniture.GetPrice* - uid: TinyLife.Objects.Furniture.GetPrice*
commentId: Overload:TinyLife.Objects.Furniture.GetPrice commentId: Overload:TinyLife.Objects.Furniture.GetPrice
name: GetPrice name: GetPrice
@ -5668,15 +5659,15 @@ references:
name: Room name: Room
nameWithType: Room nameWithType: Room
fullName: TinyLife.World.Room fullName: TinyLife.World.Room
- 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)
commentId: M: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,System.Single,System.Boolean)
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
isExternal: true isExternal: true
name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean) name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean) nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean) fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
spec.csharp: 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 name: ActionUpdate
nameWithType: Furniture.ActionUpdate nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate fullName: TinyLife.Objects.Furniture.ActionUpdate
@ -5706,10 +5697,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -5722,7 +5714,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: ActionUpdate
nameWithType: Furniture.ActionUpdate nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate fullName: TinyLife.Objects.Furniture.ActionUpdate
@ -5752,10 +5744,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '

View file

@ -46,7 +46,7 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TypeSettings id: TypeSettings
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 398 startLine: 398
@ -92,7 +92,7 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 403 startLine: 403
@ -125,7 +125,7 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Size id: Size
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 407 startLine: 407
@ -158,7 +158,7 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Categories id: Categories
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 411 startLine: 411
@ -191,7 +191,7 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionSpots id: ActionSpots
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 416 startLine: 416
@ -224,7 +224,7 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ObjectSpots id: ObjectSpots
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 421 startLine: 421
@ -257,7 +257,7 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColorSchemes id: ColorSchemes
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 426 startLine: 426
@ -290,7 +290,7 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColorMap id: ColorMap
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 431 startLine: 431
@ -323,7 +323,7 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DefaultColors id: DefaultColors
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 436 startLine: 436
@ -356,7 +356,7 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DefaultRotation id: DefaultRotation
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 440 startLine: 440
@ -389,7 +389,7 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConstructedType id: ConstructedType
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 446 startLine: 446
@ -422,7 +422,7 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Price id: Price
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 450 startLine: 450
@ -455,7 +455,7 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BuyableVariations id: BuyableVariations
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 456 startLine: 456
@ -488,7 +488,7 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HeldScale id: HeldScale
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 460 startLine: 460
@ -521,7 +521,7 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HeldPivot id: HeldPivot
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 465 startLine: 465
@ -554,7 +554,7 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DecorativeRating id: DecorativeRating
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 472 startLine: 472
@ -587,7 +587,7 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon id: Icon
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 477 startLine: 477
@ -620,7 +620,7 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reliability id: Reliability
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 483 startLine: 483
@ -653,7 +653,7 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BrokenBehavior id: BrokenBehavior
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 488 startLine: 488
@ -686,7 +686,7 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ElectricityRating id: ElectricityRating
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 493 startLine: 493
@ -719,7 +719,7 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WaterRating id: WaterRating
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 498 startLine: 498
@ -752,7 +752,7 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Visibility id: Visibility
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 504 startLine: 504
@ -785,7 +785,7 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Tab id: Tab
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 509 startLine: 509
@ -818,7 +818,7 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TextureName id: TextureName
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 514 startLine: 514
@ -851,7 +851,7 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateLights id: CreateLights
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 519 startLine: 519
@ -884,7 +884,7 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DirtyOverlayTextureName id: DirtyOverlayTextureName
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 526 startLine: 526
@ -917,7 +917,7 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DistanceFromObstructions id: DistanceFromObstructions
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 532 startLine: 532
@ -950,7 +950,7 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 544 startLine: 544
@ -1001,7 +1001,7 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetData id: SetData
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 565 startLine: 565
@ -1039,7 +1039,7 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetData id: GetData
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 571 startLine: 571
@ -1082,7 +1082,7 @@ items:
remote: remote:
path: TinyLife/Objects/FurnitureType.cs path: TinyLife/Objects/FurnitureType.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDataKeys id: GetDataKeys
path: Objects/FurnitureType.cs path: Objects/FurnitureType.cs
startLine: 576 startLine: 576

File diff suppressed because it is too large Load diff

View file

@ -20,7 +20,7 @@ items:
remote: remote:
path: TinyLife/Objects/Gravestone.cs path: TinyLife/Objects/Gravestone.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Gravestone id: Gravestone
path: Objects/Gravestone.cs path: Objects/Gravestone.cs
startLine: 8 startLine: 8
@ -75,7 +75,7 @@ items:
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
- TinyLife.Objects.Furniture.GetVisibility - TinyLife.Objects.Furniture.GetVisibility
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) - 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.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.GetPrice
- TinyLife.Objects.Furniture.GetDescription - TinyLife.Objects.Furniture.GetDescription
@ -151,7 +151,7 @@ items:
remote: remote:
path: TinyLife/Objects/Gravestone.cs path: TinyLife/Objects/Gravestone.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DeadPerson id: DeadPerson
path: Objects/Gravestone.cs path: Objects/Gravestone.cs
startLine: 14 startLine: 14
@ -188,7 +188,7 @@ items:
remote: remote:
path: TinyLife/Objects/Gravestone.cs path: TinyLife/Objects/Gravestone.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Reason id: Reason
path: Objects/Gravestone.cs path: Objects/Gravestone.cs
startLine: 22 startLine: 22
@ -231,7 +231,7 @@ items:
remote: remote:
path: TinyLife/Objects/Gravestone.cs path: TinyLife/Objects/Gravestone.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: Objects/Gravestone.cs path: Objects/Gravestone.cs
startLine: 27 startLine: 27
@ -282,7 +282,7 @@ items:
remote: remote:
path: TinyLife/Objects/Gravestone.cs path: TinyLife/Objects/Gravestone.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHoverInfo id: GetHoverInfo
path: Objects/Gravestone.cs path: Objects/Gravestone.cs
startLine: 32 startLine: 32
@ -898,15 +898,15 @@ references:
- name: ) - name: )
nameWithType: ) nameWithType: )
fullName: ) fullName: )
- 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)
commentId: M: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,System.Single,System.Boolean)
parent: TinyLife.Objects.Furniture parent: TinyLife.Objects.Furniture
isExternal: true isExternal: true
name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean) name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean) nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean) fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
spec.csharp: 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 name: ActionUpdate
nameWithType: Furniture.ActionUpdate nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate fullName: TinyLife.Objects.Furniture.ActionUpdate
@ -936,10 +936,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
@ -952,7 +953,7 @@ references:
nameWithType: ) nameWithType: )
fullName: ) fullName: )
spec.vb: 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 name: ActionUpdate
nameWithType: Furniture.ActionUpdate nameWithType: Furniture.ActionUpdate
fullName: TinyLife.Objects.Furniture.ActionUpdate fullName: TinyLife.Objects.Furniture.ActionUpdate
@ -982,10 +983,11 @@ references:
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '
- uid: TinyLife.GameSpeed - uid: System.Single
name: GameSpeed name: Single
nameWithType: GameSpeed nameWithType: Single
fullName: TinyLife.GameSpeed fullName: System.Single
isExternal: true
- name: ', ' - name: ', '
nameWithType: ', ' nameWithType: ', '
fullName: ', ' fullName: ', '

View file

@ -5,7 +5,7 @@ items:
id: IUpdatingObject id: IUpdatingObject
parent: TinyLife.Objects parent: TinyLife.Objects
children: 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: langs:
- csharp - csharp
- vb - vb
@ -17,7 +17,7 @@ items:
remote: remote:
path: TinyLife/Objects/IUpdatingObject.cs path: TinyLife/Objects/IUpdatingObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IUpdatingObject id: IUpdatingObject
path: Objects/IUpdatingObject.cs path: Objects/IUpdatingObject.cs
startLine: 9 startLine: 9
@ -37,22 +37,22 @@ items:
modifiers.vb: modifiers.vb:
- Public - Public
- Interface - Interface
- 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)
commentId: M:TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) commentId: M:TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed) id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Objects.IUpdatingObject parent: TinyLife.Objects.IUpdatingObject
langs: langs:
- csharp - csharp
- vb - vb
name: Update(GameTime, TimeSpan, GameSpeed) name: Update(GameTime, TimeSpan, Single)
nameWithType: IUpdatingObject.Update(GameTime, TimeSpan, GameSpeed) nameWithType: IUpdatingObject.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed) fullName: TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method type: Method
source: source:
remote: remote:
path: TinyLife/Objects/IUpdatingObject.cs path: TinyLife/Objects/IUpdatingObject.cs
branch: master branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update id: Update
path: Objects/IUpdatingObject.cs path: Objects/IUpdatingObject.cs
startLine: 17 startLine: 17
@ -62,7 +62,7 @@ items:
summary: "\nThe update method, which is called every update frame by the underlying <xref href=\"TinyLife.World.Map\" data-throw-if-not-resolved=\"false\"></xref>\n" summary: "\nThe update method, which is called every update frame by the underlying <xref href=\"TinyLife.World.Map\" data-throw-if-not-resolved=\"false\"></xref>\n"
example: [] example: []
syntax: syntax:
content: void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed) content: void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters: parameters:
- id: time - id: time
type: Microsoft.Xna.Framework.GameTime type: Microsoft.Xna.Framework.GameTime
@ -70,10 +70,10 @@ items:
- id: passedInGame - id: passedInGame
type: System.TimeSpan type: System.TimeSpan
description: The amount of time that has passed since the last call description: The amount of time that has passed since the last call
- id: speed - id: speedMultiplier
type: TinyLife.GameSpeed type: System.Single
description: The game&apos;s speed description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed) content.vb: Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overload: TinyLife.Objects.IUpdatingObject.Update* overload: TinyLife.Objects.IUpdatingObject.Update*
references: references:
- uid: TinyLife.Objects.MapObject - uid: TinyLife.Objects.MapObject
@ -178,6 +178,9 @@ references:
name: Map name: Map
nameWithType: Map nameWithType: Map
fullName: TinyLife.World.Map fullName: TinyLife.World.Map
- uid: TinyLife.GameImpl.Speed
commentId: P:TinyLife.GameImpl.Speed
isExternal: true
- uid: TinyLife.Objects.IUpdatingObject.Update* - uid: TinyLife.Objects.IUpdatingObject.Update*
commentId: Overload:TinyLife.Objects.IUpdatingObject.Update commentId: Overload:TinyLife.Objects.IUpdatingObject.Update
name: Update name: Update
@ -197,12 +200,13 @@ references:
name: TimeSpan name: TimeSpan
nameWithType: TimeSpan nameWithType: TimeSpan
fullName: System.TimeSpan fullName: System.TimeSpan
- uid: TinyLife.GameSpeed - uid: System.Single
commentId: T:TinyLife.GameSpeed commentId: T:System.Single
parent: TinyLife parent: System
name: GameSpeed isExternal: true
nameWithType: GameSpeed name: Single
fullName: TinyLife.GameSpeed nameWithType: Single
fullName: System.Single
- uid: TinyLife.World - uid: TinyLife.World
commentId: N:TinyLife.World commentId: N:TinyLife.World
name: TinyLife.World name: TinyLife.World
@ -220,8 +224,3 @@ references:
name: System name: System
nameWithType: System nameWithType: System
fullName: System fullName: System
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife

Some files were not shown because too many files have changed in this diff Show more