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
![](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.TryForceFail(TinyLife.Actions.ActionType.CanExecuteResult)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.Type": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.ActionInfo": "TinyLife.Actions.ActionInfo.yml",
"TinyLife.Actions.ActionInfo.ActionLocation": "TinyLife.Actions.ActionInfo.yml",
@ -264,7 +264,7 @@
"TinyLife.Actions.BehaviorMultiAction`1.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.BehaviorMultiAction-1.yml",
"TinyLife.Actions.BehaviorMultiAction`1.AndThenInitialize": "TinyLife.Actions.BehaviorMultiAction-1.yml",
"TinyLife.Actions.BehaviorMultiAction`1.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.BehaviorMultiAction-1.yml",
"TinyLife.Actions.BehaviorMultiAction`1.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.BehaviorMultiAction-1.yml",
"TinyLife.Actions.BehaviorMultiAction`1.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.BehaviorMultiAction-1.yml",
"TinyLife.Actions.BehaviorMultiAction`1.Behavior": "TinyLife.Actions.BehaviorMultiAction-1.yml",
"TinyLife.Actions.BehaviorMultiAction`1.CreateFirstActions": "TinyLife.Actions.BehaviorMultiAction-1.yml",
"TinyLife.Actions.BehaviorMultiAction`1.GetIconObject": "TinyLife.Actions.BehaviorMultiAction-1.yml",
@ -278,12 +278,12 @@
"TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Behaviors.ActionBehavior.yml",
"TinyLife.Actions.Behaviors.ActionBehavior.Initialize": "TinyLife.Actions.Behaviors.ActionBehavior.yml",
"TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Behaviors.ActionBehavior.yml",
"TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.Behaviors.ActionBehavior.yml",
"TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Behaviors.ActionBehavior.yml",
"TinyLife.Actions.Behaviors.ComputerBehavior": "TinyLife.Actions.Behaviors.ComputerBehavior.yml",
"TinyLife.Actions.Behaviors.ComputerBehavior.#ctor(TinyLife.Actions.Action,System.String)": "TinyLife.Actions.Behaviors.ComputerBehavior.yml",
"TinyLife.Actions.Behaviors.ComputerBehavior.Initialize": "TinyLife.Actions.Behaviors.ComputerBehavior.yml",
"TinyLife.Actions.Behaviors.ComputerBehavior.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Behaviors.ComputerBehavior.yml",
"TinyLife.Actions.Behaviors.ComputerBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.Behaviors.ComputerBehavior.yml",
"TinyLife.Actions.Behaviors.ComputerBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Behaviors.ComputerBehavior.yml",
"TinyLife.Actions.Behaviors.GetAndSitDownBehavior": "TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml",
"TinyLife.Actions.Behaviors.GetAndSitDownBehavior.#ctor(TinyLife.Actions.Action,System.Boolean,System.Boolean,TinyLife.Objects.FurnitureType[])": "TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml",
"TinyLife.Actions.Behaviors.GetAndSitDownBehavior.CreateFirstActions": "TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml",
@ -292,7 +292,7 @@
"TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetInteractingItemForAction``1(TinyLife.Actions.ActionInfo,TinyLife.Objects.FurnitureType[])": "TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml",
"TinyLife.Actions.Behaviors.GetAndSitDownBehavior.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml",
"TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Initialize": "TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml",
"TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml",
"TinyLife.Actions.Behaviors.GetAndSitDownBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Behaviors.GetAndSitDownBehavior.yml",
"TinyLife.Actions.Behaviors.MultiActionBehavior": "TinyLife.Actions.Behaviors.MultiActionBehavior.yml",
"TinyLife.Actions.Behaviors.MultiActionBehavior.#ctor(TinyLife.Actions.Action)": "TinyLife.Actions.Behaviors.MultiActionBehavior.yml",
"TinyLife.Actions.Behaviors.MultiActionBehavior.CreateFirstActions": "TinyLife.Actions.Behaviors.MultiActionBehavior.yml",
@ -300,12 +300,12 @@
"TinyLife.Actions.Behaviors.SinkBehavior.#ctor(TinyLife.Actions.Action)": "TinyLife.Actions.Behaviors.SinkBehavior.yml",
"TinyLife.Actions.Behaviors.SinkBehavior.CreateFirstActions": "TinyLife.Actions.Behaviors.SinkBehavior.yml",
"TinyLife.Actions.Behaviors.SinkBehavior.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Behaviors.SinkBehavior.yml",
"TinyLife.Actions.Behaviors.SinkBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.Behaviors.SinkBehavior.yml",
"TinyLife.Actions.Behaviors.SinkBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Behaviors.SinkBehavior.yml",
"TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml",
"TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.#ctor(TinyLife.Actions.Action)": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml",
"TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.CreateFirstActions": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml",
"TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml",
"TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml",
"TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Behaviors.WorkAtDeskObjectBehavior.yml",
"TinyLife.Actions.CompletionType": "TinyLife.Actions.CompletionType.yml",
"TinyLife.Actions.CompletionType.Active": "TinyLife.Actions.CompletionType.yml",
"TinyLife.Actions.CompletionType.Canceled": "TinyLife.Actions.CompletionType.yml",
@ -321,7 +321,7 @@
"TinyLife.Actions.DieAction.IsCompleted": "TinyLife.Actions.DieAction.yml",
"TinyLife.Actions.DieAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.DieAction.yml",
"TinyLife.Actions.DieAction.Reason": "TinyLife.Actions.DieAction.yml",
"TinyLife.Actions.DieAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.DieAction.yml",
"TinyLife.Actions.DieAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.DieAction.yml",
"TinyLife.Actions.Emote": "TinyLife.Actions.Emote.yml",
"TinyLife.Actions.Emote.#ctor(MLEM.Textures.TextureRegion,TinyLife.Actions.EmoteCategory)": "TinyLife.Actions.Emote.yml",
"TinyLife.Actions.Emote.AllCategories": "TinyLife.Actions.Emote.yml",
@ -347,30 +347,30 @@
"TinyLife.Actions.MultiAction.AndThenInitialize": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.AndThenIsCompleted": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.CreateFirstActions": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.GetInProgressTime": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.Handler": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.Initialize": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.InProgressTime": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.IsCompleted": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.MainElapsedTime": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.PreInitialize": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiActionHandler": "TinyLife.Actions.MultiActionHandler.yml",
"TinyLife.Actions.MultiActionHandler.Actions": "TinyLife.Actions.MultiActionHandler.yml",
"TinyLife.Actions.MultiActionHandler.Initialize(System.Collections.Generic.IEnumerable{TinyLife.Actions.Typeless.TypelessAction})": "TinyLife.Actions.MultiActionHandler.yml",
"TinyLife.Actions.MultiActionHandler.IsCompleted": "TinyLife.Actions.MultiActionHandler.yml",
"TinyLife.Actions.MultiActionHandler.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.MultiActionHandler.yml",
"TinyLife.Actions.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.MultiActionHandler.yml",
"TinyLife.Actions.MultiActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.MultiActionHandler.yml",
"TinyLife.Actions.MultiActionHandler.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.MultiActionHandler.yml",
"TinyLife.Actions.OutOfTownAction": "TinyLife.Actions.OutOfTownAction.yml",
"TinyLife.Actions.OutOfTownAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType[])": "TinyLife.Actions.OutOfTownAction.yml",
"TinyLife.Actions.OutOfTownAction.AndThenInitialize": "TinyLife.Actions.OutOfTownAction.yml",
"TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.OutOfTownAction.yml",
"TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.OutOfTownAction.yml",
"TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)": "TinyLife.Actions.OutOfTownAction.yml",
"TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed": "TinyLife.Actions.OutOfTownAction.yml",
"TinyLife.Actions.OutOfTownAction.CreateFirstActions": "TinyLife.Actions.OutOfTownAction.yml",
@ -388,7 +388,7 @@
"TinyLife.Actions.PathfindAction.Path": "TinyLife.Actions.PathfindAction.yml",
"TinyLife.Actions.PathfindAction.PathReady": "TinyLife.Actions.PathfindAction.yml",
"TinyLife.Actions.PathfindAction.SpeedMultiplier": "TinyLife.Actions.PathfindAction.yml",
"TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.PathfindAction.yml",
"TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.PathfindAction.yml",
"TinyLife.Actions.PathfindAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.PathfindAction.yml",
"TinyLife.Actions.PickUpOrSpawnAction": "TinyLife.Actions.PickUpOrSpawnAction.yml",
"TinyLife.Actions.PickUpOrSpawnAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.PickUpOrSpawnAction.yml",
@ -413,7 +413,7 @@
"TinyLife.Actions.SitAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.SitAction.yml",
"TinyLife.Actions.SitAction.AndThenInitialize": "TinyLife.Actions.SitAction.yml",
"TinyLife.Actions.SitAction.AndThenIsCompleted": "TinyLife.Actions.SitAction.yml",
"TinyLife.Actions.SitAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.SitAction.yml",
"TinyLife.Actions.SitAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.SitAction.yml",
"TinyLife.Actions.SitAction.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.SitAction.yml",
"TinyLife.Actions.SitAction.CreateFirstActions": "TinyLife.Actions.SitAction.yml",
"TinyLife.Actions.SocialAction": "TinyLife.Actions.SocialAction.yml",
@ -422,11 +422,11 @@
"TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.ConversationTime": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.GetDisplayName": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.GetInProgressTime": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.GetTimeWeWaitForPartner": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.Id": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.Initialize": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.InitializeConversation": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.InProgressTime": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.IsCompleted": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.IsConversationCompleted": "TinyLife.Actions.SocialAction.yml",
@ -435,9 +435,9 @@
"TinyLife.Actions.SocialAction.Partner": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.PartnerAction": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.PartnerCompletion": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.SocialAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.SocialAction.yml",
"TinyLife.Actions.TalkAction": "TinyLife.Actions.TalkAction.yml",
"TinyLife.Actions.TalkAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.TalkAction.yml",
@ -475,7 +475,7 @@
"TinyLife.Actions.TalkAction.TalkSettings.SpeakStyle": "TinyLife.Actions.TalkAction.TalkSettings.yml",
"TinyLife.Actions.TalkAction.TalkSettings.SuccessEmotion": "TinyLife.Actions.TalkAction.TalkSettings.yml",
"TinyLife.Actions.TalkAction.TalkSettings.TalkMinutes": "TinyLife.Actions.TalkAction.TalkSettings.yml",
"TinyLife.Actions.TalkAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.TalkAction.yml",
"TinyLife.Actions.TalkAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.TalkAction.yml",
"TinyLife.Actions.Typeless": "TinyLife.Actions.Typeless.yml",
"TinyLife.Actions.Typeless.SpawnItemInHandAction": "TinyLife.Actions.Typeless.SpawnItemInHandAction.yml",
"TinyLife.Actions.Typeless.SpawnItemInHandAction.#ctor(TinyLife.Actions.ActionInfo,TinyLife.Objects.FurnitureType,System.Int32[])": "TinyLife.Actions.Typeless.SpawnItemInHandAction.yml",
@ -484,7 +484,7 @@
"TinyLife.Actions.Typeless.SpawnItemInHandAction.IsCompleted": "TinyLife.Actions.Typeless.SpawnItemInHandAction.yml",
"TinyLife.Actions.Typeless.SpawnItemInHandAction.ItemToSpawn": "TinyLife.Actions.Typeless.SpawnItemInHandAction.yml",
"TinyLife.Actions.Typeless.SpawnItemInHandAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Typeless.SpawnItemInHandAction.yml",
"TinyLife.Actions.Typeless.SpawnItemInHandAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.Typeless.SpawnItemInHandAction.yml",
"TinyLife.Actions.Typeless.SpawnItemInHandAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Typeless.SpawnItemInHandAction.yml",
"TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction": "TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml",
"TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.#ctor(TinyLife.Actions.ActionInfo,System.Guid[])": "TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml",
"TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.ExcludedPeople": "TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml",
@ -503,15 +503,15 @@
"TinyLife.Actions.Typeless.TypelessAction.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.ForceFail": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.FullyInProgress": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Info": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Initialize": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.InProgressTime": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.IsCompleted": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.IsUnderlying": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Map": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Typeless.TypelessAction.yml",
@ -522,30 +522,30 @@
"TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Random": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.StartedAutomatically": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.Typeless.TypelessAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.Typeless.TypelessAction.yml",
"TinyLife.Actions.UnderlyingActionHandler": "TinyLife.Actions.UnderlyingActionHandler.yml",
"TinyLife.Actions.UnderlyingActionHandler.Action": "TinyLife.Actions.UnderlyingActionHandler.yml",
"TinyLife.Actions.UnderlyingActionHandler.Initialize(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)": "TinyLife.Actions.UnderlyingActionHandler.yml",
"TinyLife.Actions.UnderlyingActionHandler.InitializeExact(TinyLife.Actions.Typeless.TypelessAction,System.Boolean)": "TinyLife.Actions.UnderlyingActionHandler.yml",
"TinyLife.Actions.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.UnderlyingActionHandler.yml",
"TinyLife.Actions.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.UnderlyingActionHandler.yml",
"TinyLife.Actions.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.UnderlyingActionHandler.yml",
"TinyLife.Actions.UnderlyingActionHandler.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.UnderlyingActionHandler.yml",
"TinyLife.Actions.WalkAction": "TinyLife.Actions.WalkAction.yml",
"TinyLife.Actions.WalkAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.WalkAction.yml",
"TinyLife.Actions.WalkAction.DrainEnergy": "TinyLife.Actions.WalkAction.yml",
"TinyLife.Actions.WalkAction.FindPath(Microsoft.Xna.Framework.Point)": "TinyLife.Actions.WalkAction.yml",
"TinyLife.Actions.WalkAction.GetSpeed": "TinyLife.Actions.WalkAction.yml",
"TinyLife.Actions.WalkAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.WalkAction.yml",
"TinyLife.Actions.WalkAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.WalkAction.yml",
"TinyLife.Actions.WatchTvAction": "TinyLife.Actions.WatchTvAction.yml",
"TinyLife.Actions.WatchTvAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.WatchTvAction.Channel)": "TinyLife.Actions.WatchTvAction.yml",
"TinyLife.Actions.WatchTvAction.AndThenInitialize": "TinyLife.Actions.WatchTvAction.yml",
"TinyLife.Actions.WatchTvAction.AndThenIsCompleted": "TinyLife.Actions.WatchTvAction.yml",
"TinyLife.Actions.WatchTvAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.WatchTvAction.yml",
"TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Actions.WatchTvAction.yml",
"TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.WatchTvAction.yml",
"TinyLife.Actions.WatchTvAction.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.WatchTvAction.yml",
"TinyLife.Actions.WatchTvAction.Channel": "TinyLife.Actions.WatchTvAction.Channel.yml",
"TinyLife.Actions.WatchTvAction.Channel.Cartoons": "TinyLife.Actions.WatchTvAction.Channel.yml",
@ -555,10 +555,10 @@
"TinyLife.Actions.WatchTvAction.Channel.News": "TinyLife.Actions.WatchTvAction.Channel.yml",
"TinyLife.Actions.WatchTvAction.Channel.Romance": "TinyLife.Actions.WatchTvAction.Channel.yml",
"TinyLife.Actions.WatchTvAction.CreateFirstActions": "TinyLife.Actions.WatchTvAction.yml",
"TinyLife.Actions.WatchTvAction.FullyInProgress": "TinyLife.Actions.WatchTvAction.yml",
"TinyLife.Actions.WatchTvAction.GetSeating(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Int32)": "TinyLife.Actions.WatchTvAction.yml",
"TinyLife.Actions.WatchTvAction.GetViewers(TinyLife.Objects.Furniture,System.Int32)": "TinyLife.Actions.WatchTvAction.yml",
"TinyLife.Actions.WatchTvAction.GetViewingArea(TinyLife.Objects.Furniture,System.Int32)": "TinyLife.Actions.WatchTvAction.yml",
"TinyLife.Actions.WatchTvAction.IsFullyInProgress": "TinyLife.Actions.WatchTvAction.yml",
"TinyLife.Actions.WorkAction": "TinyLife.Actions.WorkAction.yml",
"TinyLife.Actions.WorkAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.WorkAction.yml",
"TinyLife.Actions.WorkAction.AndThenInitialize": "TinyLife.Actions.WorkAction.yml",
@ -896,7 +896,7 @@
"TinyLife.Goals.ManualProgressGoal": "TinyLife.Goals.ManualProgressGoal.yml",
"TinyLife.Goals.ManualProgressGoal.#ctor(TinyLife.Goals.GoalSet,TinyLife.Goals.GoalInfo)": "TinyLife.Goals.ManualProgressGoal.yml",
"TinyLife.Goals.ManualProgressGoal.GetProgress": "TinyLife.Goals.ManualProgressGoal.yml",
"TinyLife.Goals.ManualProgressGoal.MakeProgress(System.Single,TinyLife.GameSpeed,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)": "TinyLife.Goals.ManualProgressGoal.yml",
"TinyLife.Goals.ManualProgressGoal.MakeProgress(System.Single,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)": "TinyLife.Goals.ManualProgressGoal.yml",
"TinyLife.Goals.ManualProgressGoal.Reset": "TinyLife.Goals.ManualProgressGoal.yml",
"TinyLife.Goals.Project": "TinyLife.Goals.Project.yml",
"TinyLife.Goals.Project.#ctor(TinyLife.Objects.Person,System.String,System.String)": "TinyLife.Goals.Project.yml",
@ -918,7 +918,7 @@
"TinyLife.Goals.Project.DailyPayReductionFactor": "TinyLife.Goals.Project.yml",
"TinyLife.Goals.Project.GetAndReduceDailyPay": "TinyLife.Goals.Project.yml",
"TinyLife.Goals.Project.GetVarieties(TinyLife.Actions.ActionInfo,System.String,System.Predicate{TinyLife.Goals.Project},System.Func{TinyLife.Goals.Project,System.String})": "TinyLife.Goals.Project.yml",
"TinyLife.Goals.Project.MakeProgress(System.Single,TinyLife.GameSpeed,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)": "TinyLife.Goals.Project.yml",
"TinyLife.Goals.Project.MakeProgress(System.Single,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)": "TinyLife.Goals.Project.yml",
"TinyLife.Goals.Project.Name": "TinyLife.Goals.Project.yml",
"TinyLife.Goals.Project.Person": "TinyLife.Goals.Project.yml",
"TinyLife.Goals.Project.Progress": "TinyLife.Goals.Project.yml",
@ -1030,7 +1030,7 @@
"TinyLife.Objects.AgeGroup.Child": "TinyLife.Objects.AgeGroup.yml",
"TinyLife.Objects.BreakableFurniture": "TinyLife.Objects.BreakableFurniture.yml",
"TinyLife.Objects.BreakableFurniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.BreakableFurniture.yml",
"TinyLife.Objects.BreakableFurniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)": "TinyLife.Objects.BreakableFurniture.yml",
"TinyLife.Objects.BreakableFurniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)": "TinyLife.Objects.BreakableFurniture.yml",
"TinyLife.Objects.BreakableFurniture.Broken": "TinyLife.Objects.BreakableFurniture.yml",
"TinyLife.Objects.BreakableFurniture.BrokenBehavior": "TinyLife.Objects.BreakableFurniture.BrokenBehavior.yml",
"TinyLife.Objects.BreakableFurniture.BrokenBehavior.Dripping": "TinyLife.Objects.BreakableFurniture.BrokenBehavior.yml",
@ -1043,7 +1043,7 @@
"TinyLife.Objects.BreakableFurniture.GetPrice": "TinyLife.Objects.BreakableFurniture.yml",
"TinyLife.Objects.BreakableFurniture.OnBreak": "TinyLife.Objects.BreakableFurniture.yml",
"TinyLife.Objects.BreakableFurniture.OnWearDown": "TinyLife.Objects.BreakableFurniture.yml",
"TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Objects.BreakableFurniture.yml",
"TinyLife.Objects.BreakableFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.BreakableFurniture.yml",
"TinyLife.Objects.BreakableFurniture.WearDown(System.TimeSpan)": "TinyLife.Objects.BreakableFurniture.yml",
"TinyLife.Objects.Clothes": "TinyLife.Objects.Clothes.yml",
"TinyLife.Objects.Clothes.#ctor(System.String,TinyLife.Objects.ClothesLayer,MLEM.Textures.TextureRegion,System.Single,TinyLife.Objects.ClothesIntention,TinyLife.Utilities.ColorScheme[])": "TinyLife.Objects.Clothes.yml",
@ -1109,7 +1109,7 @@
"TinyLife.Objects.Fireplace.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean)": "TinyLife.Objects.Fireplace.yml",
"TinyLife.Objects.Fireplace.IsElectrical": "TinyLife.Objects.Fireplace.yml",
"TinyLife.Objects.Fireplace.LightSize": "TinyLife.Objects.Fireplace.yml",
"TinyLife.Objects.Fireplace.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Objects.Fireplace.yml",
"TinyLife.Objects.Fireplace.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.Fireplace.yml",
"TinyLife.Objects.Food": "TinyLife.Objects.Food.yml",
"TinyLife.Objects.Food.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Food.yml",
"TinyLife.Objects.Food.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,System.Single,System.Boolean)": "TinyLife.Objects.Food.yml",
@ -1122,11 +1122,11 @@
"TinyLife.Objects.FoodTypedItem.FoodType": "TinyLife.Objects.FoodTypedItem.yml",
"TinyLife.Objects.FoodTypedItem.GetHoverInfo": "TinyLife.Objects.FoodTypedItem.yml",
"TinyLife.Objects.FoodTypedItem.ServingSize": "TinyLife.Objects.FoodTypedItem.yml",
"TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Objects.FoodTypedItem.yml",
"TinyLife.Objects.FoodTypedItem.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.FoodTypedItem.yml",
"TinyLife.Objects.FoodTypedItem.Validate": "TinyLife.Objects.FoodTypedItem.yml",
"TinyLife.Objects.Furniture": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})": "TinyLife.Objects.Furniture.yml",
"TinyLife.Objects.Furniture.Area": "TinyLife.Objects.Furniture.yml",
@ -1342,7 +1342,7 @@
"TinyLife.Objects.Gravestone.GetHoverInfo": "TinyLife.Objects.Gravestone.yml",
"TinyLife.Objects.Gravestone.Reason": "TinyLife.Objects.Gravestone.yml",
"TinyLife.Objects.IUpdatingObject": "TinyLife.Objects.IUpdatingObject.yml",
"TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Objects.IUpdatingObject.yml",
"TinyLife.Objects.IUpdatingObject.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.IUpdatingObject.yml",
"TinyLife.Objects.Light": "TinyLife.Objects.Light.yml",
"TinyLife.Objects.Light.#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Color)": "TinyLife.Objects.Light.yml",
"TinyLife.Objects.Light.CircleTexture": "TinyLife.Objects.Light.yml",
@ -1362,11 +1362,11 @@
"TinyLife.Objects.LightFurniture.Lights": "TinyLife.Objects.LightFurniture.yml",
"TinyLife.Objects.LightFurniture.OnAdded": "TinyLife.Objects.LightFurniture.yml",
"TinyLife.Objects.LightFurniture.OnRemoved": "TinyLife.Objects.LightFurniture.yml",
"TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Objects.LightFurniture.yml",
"TinyLife.Objects.LightFurniture.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.LightFurniture.yml",
"TinyLife.Objects.LightFurniture.Validate": "TinyLife.Objects.LightFurniture.yml",
"TinyLife.Objects.MapObject": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.#ctor(System.Guid,TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.CurrentLot": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color})": "TinyLife.Objects.MapObject.yml",
"TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Boolean,TinyLife.Objects.Furniture,TinyLife.Objects.AbstractSpot,MLEM.Misc.Direction2,System.Single,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)": "TinyLife.Objects.MapObject.yml",
@ -1498,7 +1498,7 @@
"TinyLife.Objects.Particle.Spawn(TinyLife.Objects.Particle)": "TinyLife.Objects.Particle.yml",
"TinyLife.Objects.Particle.TimeLived": "TinyLife.Objects.Particle.yml",
"TinyLife.Objects.Particle.TimeToLive": "TinyLife.Objects.Particle.yml",
"TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Objects.Particle.yml",
"TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.Particle.yml",
"TinyLife.Objects.Particle.UpwardsMotion": "TinyLife.Objects.Particle.yml",
"TinyLife.Objects.Particle.UpwardsOffset": "TinyLife.Objects.Particle.yml",
"TinyLife.Objects.Particle.VisualPosition": "TinyLife.Objects.Particle.yml",
@ -1527,7 +1527,7 @@
"TinyLife.Objects.Person.DeathReason.InexplicableReasons": "TinyLife.Objects.Person.DeathReason.yml",
"TinyLife.Objects.Person.DeathReason.Starvation": "TinyLife.Objects.Person.DeathReason.yml",
"TinyLife.Objects.Person.DeathReason.TooMuchProtein": "TinyLife.Objects.Person.DeathReason.yml",
"TinyLife.Objects.Person.DepleteNeed(TinyLife.NeedType,System.Single,TinyLife.GameSpeed)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.DepleteNeed(TinyLife.NeedType,System.Single,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Description": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Die(TinyLife.Objects.Person.DeathReason,System.Boolean)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.DisplayEmote(TinyLife.Actions.EmoteCategory,System.Single,System.Single)": "TinyLife.Objects.Person.yml",
@ -1544,10 +1544,10 @@
"TinyLife.Objects.Person.FirstName": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.FocusCameraOnEvent": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.FullName": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,TinyLife.GameSpeed)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GetCategories(TinyLife.Objects.Person)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GetCurrentGoals": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GetFreeTalkingSpots(TinyLife.Objects.Person)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.GetHeldActionInfo": "TinyLife.Objects.Person.yml",
@ -1592,8 +1592,8 @@
"TinyLife.Objects.Person.LifeGoal": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.LotEmployment": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.LotVisitCooldown": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,TinyLife.GameSpeed)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.LowerEmotionModifier(TinyLife.Emotions.EmotionModifier,System.Single,TinyLife.GameSpeed)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.LowerEmotionModifier(TinyLife.Emotions.EmotionModifier,System.Single,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.MaxRecentActionsAmount": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Money": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Needs": "TinyLife.Objects.Person.yml",
@ -1636,7 +1636,7 @@
"TinyLife.Objects.Person.Relationships": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.RemoveEmotion(TinyLife.Emotions.EmotionModifier)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.ResetToStatic(System.Boolean)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.GameSpeed)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.RestoreNeed(TinyLife.NeedType,System.Single,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Rotation": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.SetCurrentOutfit(System.Int32)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.SetCurrentOutfit(TinyLife.Objects.ClothesIntention,System.Single)": "TinyLife.Objects.Person.yml",
@ -1651,7 +1651,7 @@
"TinyLife.Objects.Person.StopSpeaking": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Tint": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.ToCreatedByString": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.Validate": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.VisitLot(TinyLife.World.Lot)": "TinyLife.Objects.Person.yml",
"TinyLife.Objects.Person.VisualPosition": "TinyLife.Objects.Person.yml",
@ -1704,7 +1704,7 @@
"TinyLife.Objects.Vehicle.OnRemoved": "TinyLife.Objects.Vehicle.yml",
"TinyLife.Objects.Vehicle.Rotation": "TinyLife.Objects.Vehicle.yml",
"TinyLife.Objects.Vehicle.Type": "TinyLife.Objects.Vehicle.yml",
"TinyLife.Objects.Vehicle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.Objects.Vehicle.yml",
"TinyLife.Objects.Vehicle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Objects.Vehicle.yml",
"TinyLife.Objects.Vehicle.UpdateDriving(TinyLife.Actions.PathfindAction)": "TinyLife.Objects.Vehicle.yml",
"TinyLife.Objects.Vehicle.Validate": "TinyLife.Objects.Vehicle.yml",
"TinyLife.Objects.Vehicle.VehicleType": "TinyLife.Objects.Vehicle.VehicleType.yml",
@ -2264,7 +2264,7 @@
"TinyLife.World.Household.Name": "TinyLife.World.Household.yml",
"TinyLife.World.Household.Remove(TinyLife.Objects.Person,System.Boolean)": "TinyLife.World.Household.yml",
"TinyLife.World.Household.UnopenedMail": "TinyLife.World.Household.yml",
"TinyLife.World.Household.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.World.Household.yml",
"TinyLife.World.Household.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.World.Household.yml",
"TinyLife.World.Household.Validate(TinyLife.World.Map)": "TinyLife.World.Household.yml",
"TinyLife.World.IPricedObject": "TinyLife.World.IPricedObject.yml",
"TinyLife.World.IPricedObject.GetPrice": "TinyLife.World.IPricedObject.yml",
@ -2401,7 +2401,7 @@
"TinyLife.World.Map.Size": "TinyLife.World.Map.yml",
"TinyLife.World.Map.SizeInSections": "TinyLife.World.Map.yml",
"TinyLife.World.Map.StaticVersion": "TinyLife.World.Map.yml",
"TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.UpdateExternalPeople": "TinyLife.World.Map.yml",
"TinyLife.World.Map.Validate(System.Action{System.String},System.Boolean)": "TinyLife.World.Map.yml",
"TinyLife.World.Map.ValidateRooms(Microsoft.Xna.Framework.Point)": "TinyLife.World.Map.yml",
@ -2413,7 +2413,7 @@
"TinyLife.World.MapSection.Pos": "TinyLife.World.MapSection.yml",
"TinyLife.World.MapSection.SectionPos": "TinyLife.World.MapSection.yml",
"TinyLife.World.MapSection.Size": "TinyLife.World.MapSection.yml",
"TinyLife.World.MapSection.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)": "TinyLife.World.MapSection.yml",
"TinyLife.World.MapSection.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.World.MapSection.yml",
"TinyLife.World.MapSection.Validate": "TinyLife.World.MapSection.yml",
"TinyLife.World.Opening": "TinyLife.World.Opening.yml",
"TinyLife.World.Opening.#ctor(TinyLife.World.OpeningType,System.Int32)": "TinyLife.World.Opening.yml",

View file

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

View file

@ -31,7 +31,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionInfo
path: Actions/ActionInfo.cs
startLine: 14
@ -94,7 +94,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: Actions/ActionInfo.cs
startLine: 20
@ -131,7 +131,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionLocation
path: Actions/ActionInfo.cs
startLine: 27
@ -176,7 +176,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionSpot
path: Actions/ActionInfo.cs
startLine: 31
@ -216,7 +216,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Map
path: Actions/ActionInfo.cs
startLine: 38
@ -253,7 +253,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetActionObject
path: Actions/ActionInfo.cs
startLine: 65
@ -294,14 +294,14 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddAuxiliaryObject
path: Actions/ActionInfo.cs
startLine: 87
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nAdds an additional object that, along with the <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: []
syntax:
content: public void AddAuxiliaryObject(MapObject o, ActionSpot spot = null)
@ -333,7 +333,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInvolvedObjects
path: Actions/ActionInfo.cs
startLine: 105
@ -381,7 +381,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInvolvedObject
path: Actions/ActionInfo.cs
startLine: 123
@ -434,7 +434,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetInvolvedActionSpot
path: Actions/ActionInfo.cs
startLine: 142
@ -473,7 +473,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToFreeActionSpot
path: Actions/ActionInfo.cs
startLine: 158
@ -512,7 +512,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OccupyFreeActionSpot
path: Actions/ActionInfo.cs
startLine: 174
@ -522,7 +522,7 @@ items:
summary: "\nThis is a shorthand method for <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: []
syntax:
content: public bool OccupyFreeActionSpot(ObjectCategory context = null, bool enter = false, Direction2? rotation = null)
content: public bool OccupyFreeActionSpot(ObjectCategory context = null, bool enter = false, Direction2? rotation = default(Direction2? ))
parameters:
- id: context
type: TinyLife.Objects.ObjectCategory
@ -560,7 +560,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Actions/ActionInfo.cs
startLine: 184
@ -596,7 +596,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromLocation
path: Actions/ActionInfo.cs
startLine: 230
@ -640,7 +640,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromObjectGeneric
path: Actions/ActionInfo.cs
startLine: 240
@ -684,7 +684,7 @@ items:
remote:
path: TinyLife/Actions/ActionInfo.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FromSelf
path: Actions/ActionInfo.cs
startLine: 249
@ -1346,15 +1346,15 @@ references:
- uid: TinyLife.Actions.ActionInfo.GetInvolvedObjects``1(TinyLife.Objects.ObjectCategory,System.Boolean)
commentId: M:TinyLife.Actions.ActionInfo.GetInvolvedObjects``1(TinyLife.Objects.ObjectCategory,System.Boolean)
isExternal: true
- uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
commentId: M:TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
- uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
commentId: M:TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
parent: TinyLife.Objects.MapObject
isExternal: true
name: ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
nameWithType: MapObject.ActionUpdate(Action, GameTime, TimeSpan, GameSpeed, Boolean)
fullName: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed, System.Boolean)
name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
nameWithType: MapObject.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
fullName: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
spec.csharp:
- uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
- uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: MapObject.ActionUpdate
fullName: TinyLife.Objects.MapObject.ActionUpdate
@ -1384,10 +1384,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -1400,7 +1401,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed,System.Boolean)
- uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
name: ActionUpdate
nameWithType: MapObject.ActionUpdate
fullName: TinyLife.Objects.MapObject.ActionUpdate
@ -1430,10 +1431,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '

View file

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

View file

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

View file

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

View file

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

File diff suppressed because it is too large Load diff

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoHereAction
path: Actions/GoHereAction.cs
startLine: 11
@ -45,17 +45,17 @@ items:
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.Handler
- TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.InProgressTime
- TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.PreInitialize
- TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.MultiAction.Initialize
- TinyLife.Actions.MultiAction.IsCompleted
- TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
- TinyLife.Actions.MultiAction.GetInProgressTime
- TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
- TinyLife.Actions.Action.Type
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
@ -75,17 +75,17 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail
- TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -127,7 +127,7 @@ items:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/GoHereAction.cs
startLine: 14
@ -166,7 +166,7 @@ items:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: Actions/GoHereAction.cs
startLine: 18
@ -204,7 +204,7 @@ items:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: Actions/GoHereAction.cs
startLine: 54
@ -239,7 +239,7 @@ items:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: Actions/GoHereAction.cs
startLine: 58
@ -277,7 +277,7 @@ items:
remote:
path: TinyLife/Actions/GoHereAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: Actions/GoHereAction.cs
startLine: 63
@ -352,27 +352,33 @@ references:
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
- uid: TinyLife.Actions.MultiAction.MainElapsedTime
commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
parent: TinyLife.Actions.MultiAction
name: MainElapsedTime
nameWithType: MultiAction.MainElapsedTime
fullName: TinyLife.Actions.MultiAction.MainElapsedTime
- uid: TinyLife.Actions.MultiAction.Handler
commentId: F:TinyLife.Actions.MultiAction.Handler
parent: TinyLife.Actions.MultiAction
name: Handler
nameWithType: MultiAction.Handler
fullName: TinyLife.Actions.MultiAction.Handler
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.MainElapsedTime
commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
parent: TinyLife.Actions.MultiAction
name: MainElapsedTime
nameWithType: MultiAction.MainElapsedTime
fullName: TinyLife.Actions.MultiAction.MainElapsedTime
- uid: TinyLife.Actions.MultiAction.InProgressTime
commentId: P:TinyLife.Actions.MultiAction.InProgressTime
parent: TinyLife.Actions.MultiAction
name: InProgressTime
nameWithType: MultiAction.InProgressTime
fullName: TinyLife.Actions.MultiAction.InProgressTime
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
name: AndThenUpdate(GameTime, TimeSpan, GameSpeed)
nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed)
fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
name: AndThenUpdate(GameTime, TimeSpan, Single)
nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@ -395,15 +401,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@ -426,10 +433,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
@ -497,15 +505,15 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed)
nameWithType: MultiAction.Update(GameTime, TimeSpan, GameSpeed)
fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
name: Update(GameTime, TimeSpan, Single)
nameWithType: MultiAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@ -528,15 +536,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@ -559,10 +568,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
@ -694,34 +704,6 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.MultiAction.GetInProgressTime
commentId: M:TinyLife.Actions.MultiAction.GetInProgressTime
parent: TinyLife.Actions.MultiAction
name: GetInProgressTime()
nameWithType: MultiAction.GetInProgressTime()
fullName: TinyLife.Actions.MultiAction.GetInProgressTime()
spec.csharp:
- uid: TinyLife.Actions.MultiAction.GetInProgressTime
name: GetInProgressTime
nameWithType: MultiAction.GetInProgressTime
fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.MultiAction.GetInProgressTime
name: GetInProgressTime
nameWithType: MultiAction.GetInProgressTime
fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
parent: TinyLife.Actions.MultiAction
@ -1140,40 +1122,18 @@ references:
name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
parent: TinyLife.Actions.Typeless.TypelessAction
name: FullyInProgress
nameWithType: TypelessAction.FullyInProgress
fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail
nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.TypelessAction.ForceFail
- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
parent: TinyLife.Actions.Typeless.TypelessAction
name: IsFullyInProgress()
nameWithType: TypelessAction.IsFullyInProgress()
fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress()
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
name: IsFullyInProgress
nameWithType: TypelessAction.IsFullyInProgress
fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
name: IsFullyInProgress
nameWithType: TypelessAction.IsFullyInProgress
fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction
@ -1704,15 +1664,15 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1727,10 +1687,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -1757,7 +1718,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1772,10 +1733,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -1988,14 +1950,15 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
name: Sit(Person, Furniture, GameSpeed, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2016,10 +1979,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -2031,7 +1995,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2052,10 +2016,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '

View file

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

View file

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

View file

@ -7,7 +7,7 @@ items:
children:
- TinyLife.Actions.OutOfTownAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType[])
- TinyLife.Actions.OutOfTownAction.AndThenInitialize
- TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
- TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed
- TinyLife.Actions.OutOfTownAction.CreateFirstActions
@ -25,7 +25,7 @@ items:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OutOfTownAction
path: Actions/OutOfTownAction.cs
startLine: 15
@ -51,18 +51,18 @@ items:
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.Handler
- TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.InProgressTime
- TinyLife.Actions.MultiAction.AndThenIsCompleted
- TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.PreInitialize
- TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.MultiAction.Initialize
- TinyLife.Actions.MultiAction.IsCompleted
- TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
- TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
- TinyLife.Actions.MultiAction.GetInProgressTime
- TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
- TinyLife.Actions.Action.Type
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
@ -79,17 +79,17 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail
- TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -133,14 +133,14 @@ items:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NeedsToTakeCareOf
path: Actions/OutOfTownAction.cs
startLine: 22
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nThe needs that should automatically be taken care of while the person is out of town.\nA need gets taken care of in <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: []
syntax:
content: protected readonly NeedType[] NeedsToTakeCareOf
@ -168,7 +168,7 @@ items:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/OutOfTownAction.cs
startLine: 35
@ -216,7 +216,7 @@ items:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: Actions/OutOfTownAction.cs
startLine: 41
@ -254,7 +254,7 @@ items:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: Actions/OutOfTownAction.cs
startLine: 50
@ -274,32 +274,32 @@ items:
modifiers.vb:
- Protected
- Overrides
- uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
commentId: M:TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.OutOfTownAction
langs:
- csharp
- vb
name: AndThenUpdate(GameTime, TimeSpan, GameSpeed)
nameWithType: OutOfTownAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed)
fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
name: AndThenUpdate(GameTime, TimeSpan, Single)
nameWithType: OutOfTownAction.AndThenUpdate(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: Actions/OutOfTownAction.cs
startLine: 56
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nMultiAction version of <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: []
syntax:
content: protected override void AndThenUpdate(GameTime time, TimeSpan passedInGame, GameSpeed speed)
content: protected override void AndThenUpdate(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@ -307,11 +307,11 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed, in game time
- id: speed
type: TinyLife.GameSpeed
description: The game&apos;s speed
content.vb: Protected Overrides Sub AndThenUpdate(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
overridden: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: speedMultiplier
type: System.Single
description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Protected Overrides Sub AndThenUpdate(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overridden: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.OutOfTownAction.AndThenUpdate*
modifiers.csharp:
- protected
@ -334,7 +334,7 @@ items:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: Actions/OutOfTownAction.cs
startLine: 78
@ -376,7 +376,7 @@ items:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanEnqueueConversation
path: Actions/OutOfTownAction.cs
startLine: 83
@ -421,7 +421,7 @@ items:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CausesExtremelyFastSpeed
path: Actions/OutOfTownAction.cs
startLine: 88
@ -459,7 +459,7 @@ items:
remote:
path: TinyLife/Actions/OutOfTownAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetClosestExitRoad
path: Actions/OutOfTownAction.cs
startLine: 97
@ -530,18 +530,24 @@ references:
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
- uid: TinyLife.Actions.MultiAction.MainElapsedTime
commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
parent: TinyLife.Actions.MultiAction
name: MainElapsedTime
nameWithType: MultiAction.MainElapsedTime
fullName: TinyLife.Actions.MultiAction.MainElapsedTime
- uid: TinyLife.Actions.MultiAction.Handler
commentId: F:TinyLife.Actions.MultiAction.Handler
parent: TinyLife.Actions.MultiAction
name: Handler
nameWithType: MultiAction.Handler
fullName: TinyLife.Actions.MultiAction.Handler
- uid: TinyLife.Actions.MultiAction.MainElapsedTime
commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
parent: TinyLife.Actions.MultiAction
name: MainElapsedTime
nameWithType: MultiAction.MainElapsedTime
fullName: TinyLife.Actions.MultiAction.MainElapsedTime
- uid: TinyLife.Actions.MultiAction.InProgressTime
commentId: P:TinyLife.Actions.MultiAction.InProgressTime
parent: TinyLife.Actions.MultiAction
name: InProgressTime
nameWithType: MultiAction.InProgressTime
fullName: TinyLife.Actions.MultiAction.InProgressTime
- uid: TinyLife.Actions.MultiAction.AndThenIsCompleted
commentId: M:TinyLife.Actions.MultiAction.AndThenIsCompleted
parent: TinyLife.Actions.MultiAction
@ -634,15 +640,15 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed)
nameWithType: MultiAction.Update(GameTime, TimeSpan, GameSpeed)
fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
name: Update(GameTime, TimeSpan, Single)
nameWithType: MultiAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@ -665,15 +671,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@ -696,10 +703,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
@ -867,34 +875,6 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.MultiAction.GetInProgressTime
commentId: M:TinyLife.Actions.MultiAction.GetInProgressTime
parent: TinyLife.Actions.MultiAction
name: GetInProgressTime()
nameWithType: MultiAction.GetInProgressTime()
fullName: TinyLife.Actions.MultiAction.GetInProgressTime()
spec.csharp:
- uid: TinyLife.Actions.MultiAction.GetInProgressTime
name: GetInProgressTime
nameWithType: MultiAction.GetInProgressTime
fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.MultiAction.GetInProgressTime
name: GetInProgressTime
nameWithType: MultiAction.GetInProgressTime
fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
parent: TinyLife.Actions.MultiAction
@ -1199,40 +1179,18 @@ references:
name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
parent: TinyLife.Actions.Typeless.TypelessAction
name: FullyInProgress
nameWithType: TypelessAction.FullyInProgress
fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail
nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.TypelessAction.ForceFail
- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
parent: TinyLife.Actions.Typeless.TypelessAction
name: IsFullyInProgress()
nameWithType: TypelessAction.IsFullyInProgress()
fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress()
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
name: IsFullyInProgress
nameWithType: TypelessAction.IsFullyInProgress
fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
name: IsFullyInProgress
nameWithType: TypelessAction.IsFullyInProgress
fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction
@ -1763,15 +1721,15 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1786,10 +1744,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -1816,7 +1775,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1831,10 +1790,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -2047,14 +2007,15 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
name: Sit(Person, Furniture, GameSpeed, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2075,10 +2036,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -2090,7 +2052,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2111,10 +2073,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -3591,15 +3554,15 @@ references:
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
- uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
commentId: M:TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.OutOfTownAction
isExternal: true
name: AndThenUpdate(GameTime, TimeSpan, GameSpeed)
nameWithType: OutOfTownAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed)
fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
name: AndThenUpdate(GameTime, TimeSpan, Single)
nameWithType: OutOfTownAction.AndThenUpdate(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: OutOfTownAction.AndThenUpdate
fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate
@ -3622,15 +3585,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: OutOfTownAction.AndThenUpdate
fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate
@ -3653,10 +3617,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
@ -3867,15 +3832,15 @@ references:
name: AndThenInitialize
nameWithType: OutOfTownAction.AndThenInitialize
fullName: TinyLife.Actions.OutOfTownAction.AndThenInitialize
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
name: AndThenUpdate(GameTime, TimeSpan, GameSpeed)
nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed)
fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
name: AndThenUpdate(GameTime, TimeSpan, Single)
nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@ -3898,15 +3863,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@ -3929,10 +3895,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
@ -3955,23 +3922,19 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
- uid: TinyLife.GameSpeed
commentId: T:TinyLife.GameSpeed
parent: TinyLife
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
name: Single
nameWithType: Single
fullName: System.Single
- uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework
isExternal: true
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.Action

View file

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

View file

@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PickUpOrSpawnAction
path: Actions/PickUpOrSpawnAction.cs
startLine: 9
@ -46,20 +46,20 @@ items:
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.Handler
- TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.InProgressTime
- TinyLife.Actions.MultiAction.AndThenInitialize
- TinyLife.Actions.MultiAction.AndThenIsCompleted
- TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.PreInitialize
- TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.MultiAction.Initialize
- TinyLife.Actions.MultiAction.IsCompleted
- TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
- TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
- TinyLife.Actions.MultiAction.GetInProgressTime
- TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
- TinyLife.Actions.Action.Type
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
@ -78,17 +78,17 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail
- TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -132,7 +132,7 @@ items:
remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ItemCategory
path: Actions/PickUpOrSpawnAction.cs
startLine: 14
@ -171,7 +171,7 @@ items:
remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ItemToSpawn
path: Actions/PickUpOrSpawnAction.cs
startLine: 18
@ -210,7 +210,7 @@ items:
remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColorsToSpawn
path: Actions/PickUpOrSpawnAction.cs
startLine: 23
@ -249,7 +249,7 @@ items:
remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/PickUpOrSpawnAction.cs
startLine: 26
@ -288,7 +288,7 @@ items:
remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: Actions/PickUpOrSpawnAction.cs
startLine: 30
@ -326,7 +326,7 @@ items:
remote:
path: TinyLife/Actions/PickUpOrSpawnAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetIconObject
path: Actions/PickUpOrSpawnAction.cs
startLine: 44
@ -403,18 +403,24 @@ references:
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
- uid: TinyLife.Actions.MultiAction.MainElapsedTime
commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
parent: TinyLife.Actions.MultiAction
name: MainElapsedTime
nameWithType: MultiAction.MainElapsedTime
fullName: TinyLife.Actions.MultiAction.MainElapsedTime
- uid: TinyLife.Actions.MultiAction.Handler
commentId: F:TinyLife.Actions.MultiAction.Handler
parent: TinyLife.Actions.MultiAction
name: Handler
nameWithType: MultiAction.Handler
fullName: TinyLife.Actions.MultiAction.Handler
- uid: TinyLife.Actions.MultiAction.MainElapsedTime
commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
parent: TinyLife.Actions.MultiAction
name: MainElapsedTime
nameWithType: MultiAction.MainElapsedTime
fullName: TinyLife.Actions.MultiAction.MainElapsedTime
- uid: TinyLife.Actions.MultiAction.InProgressTime
commentId: P:TinyLife.Actions.MultiAction.InProgressTime
parent: TinyLife.Actions.MultiAction
name: InProgressTime
nameWithType: MultiAction.InProgressTime
fullName: TinyLife.Actions.MultiAction.InProgressTime
- uid: TinyLife.Actions.MultiAction.AndThenInitialize
commentId: M:TinyLife.Actions.MultiAction.AndThenInitialize
parent: TinyLife.Actions.MultiAction
@ -471,15 +477,15 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
name: AndThenUpdate(GameTime, TimeSpan, GameSpeed)
nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed)
fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
name: AndThenUpdate(GameTime, TimeSpan, Single)
nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@ -502,15 +508,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@ -533,10 +540,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
@ -604,15 +612,15 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed)
nameWithType: MultiAction.Update(GameTime, TimeSpan, GameSpeed)
fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
name: Update(GameTime, TimeSpan, Single)
nameWithType: MultiAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@ -635,15 +643,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@ -666,10 +675,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
@ -837,34 +847,6 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.MultiAction.GetInProgressTime
commentId: M:TinyLife.Actions.MultiAction.GetInProgressTime
parent: TinyLife.Actions.MultiAction
name: GetInProgressTime()
nameWithType: MultiAction.GetInProgressTime()
fullName: TinyLife.Actions.MultiAction.GetInProgressTime()
spec.csharp:
- uid: TinyLife.Actions.MultiAction.GetInProgressTime
name: GetInProgressTime
nameWithType: MultiAction.GetInProgressTime
fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.MultiAction.GetInProgressTime
name: GetInProgressTime
nameWithType: MultiAction.GetInProgressTime
fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
parent: TinyLife.Actions.MultiAction
@ -1255,40 +1237,18 @@ references:
name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
parent: TinyLife.Actions.Typeless.TypelessAction
name: FullyInProgress
nameWithType: TypelessAction.FullyInProgress
fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail
nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.TypelessAction.ForceFail
- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
parent: TinyLife.Actions.Typeless.TypelessAction
name: IsFullyInProgress()
nameWithType: TypelessAction.IsFullyInProgress()
fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress()
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
name: IsFullyInProgress
nameWithType: TypelessAction.IsFullyInProgress
fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
name: IsFullyInProgress
nameWithType: TypelessAction.IsFullyInProgress
fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction
@ -1819,15 +1779,15 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1842,10 +1802,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -1872,7 +1833,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1887,10 +1848,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -2103,14 +2065,15 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
name: Sit(Person, Furniture, GameSpeed, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2131,10 +2094,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -2146,7 +2110,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2167,10 +2131,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '

View file

@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Actions/PutAwayAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PutAwayAction
path: Actions/PutAwayAction.cs
startLine: 10
@ -45,18 +45,18 @@ items:
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.Handler
- TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.InProgressTime
- TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.PreInitialize
- TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.MultiAction.Initialize
- TinyLife.Actions.MultiAction.IsCompleted
- TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
- TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
- TinyLife.Actions.MultiAction.GetInProgressTime
- TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
- TinyLife.Actions.Action.Type
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
@ -76,17 +76,17 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail
- TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -128,7 +128,7 @@ items:
remote:
path: TinyLife/Actions/PutAwayAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Items
path: Actions/PutAwayAction.cs
startLine: 17
@ -165,7 +165,7 @@ items:
remote:
path: TinyLife/Actions/PutAwayAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/PutAwayAction.cs
startLine: 23
@ -204,7 +204,7 @@ items:
remote:
path: TinyLife/Actions/PutAwayAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: Actions/PutAwayAction.cs
startLine: 27
@ -242,7 +242,7 @@ items:
remote:
path: TinyLife/Actions/PutAwayAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: Actions/PutAwayAction.cs
startLine: 57
@ -277,7 +277,7 @@ items:
remote:
path: TinyLife/Actions/PutAwayAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: Actions/PutAwayAction.cs
startLine: 62
@ -351,27 +351,33 @@ references:
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
- uid: TinyLife.Actions.MultiAction.MainElapsedTime
commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
parent: TinyLife.Actions.MultiAction
name: MainElapsedTime
nameWithType: MultiAction.MainElapsedTime
fullName: TinyLife.Actions.MultiAction.MainElapsedTime
- uid: TinyLife.Actions.MultiAction.Handler
commentId: F:TinyLife.Actions.MultiAction.Handler
parent: TinyLife.Actions.MultiAction
name: Handler
nameWithType: MultiAction.Handler
fullName: TinyLife.Actions.MultiAction.Handler
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.MainElapsedTime
commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
parent: TinyLife.Actions.MultiAction
name: MainElapsedTime
nameWithType: MultiAction.MainElapsedTime
fullName: TinyLife.Actions.MultiAction.MainElapsedTime
- uid: TinyLife.Actions.MultiAction.InProgressTime
commentId: P:TinyLife.Actions.MultiAction.InProgressTime
parent: TinyLife.Actions.MultiAction
name: InProgressTime
nameWithType: MultiAction.InProgressTime
fullName: TinyLife.Actions.MultiAction.InProgressTime
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
name: AndThenUpdate(GameTime, TimeSpan, GameSpeed)
nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed)
fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
name: AndThenUpdate(GameTime, TimeSpan, Single)
nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@ -394,15 +400,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@ -425,10 +432,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
@ -496,15 +504,15 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed)
nameWithType: MultiAction.Update(GameTime, TimeSpan, GameSpeed)
fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
name: Update(GameTime, TimeSpan, Single)
nameWithType: MultiAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@ -527,15 +535,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@ -558,10 +567,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
@ -729,34 +739,6 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.MultiAction.GetInProgressTime
commentId: M:TinyLife.Actions.MultiAction.GetInProgressTime
parent: TinyLife.Actions.MultiAction
name: GetInProgressTime()
nameWithType: MultiAction.GetInProgressTime()
fullName: TinyLife.Actions.MultiAction.GetInProgressTime()
spec.csharp:
- uid: TinyLife.Actions.MultiAction.GetInProgressTime
name: GetInProgressTime
nameWithType: MultiAction.GetInProgressTime
fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.MultiAction.GetInProgressTime
name: GetInProgressTime
nameWithType: MultiAction.GetInProgressTime
fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
parent: TinyLife.Actions.MultiAction
@ -1175,40 +1157,18 @@ references:
name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
parent: TinyLife.Actions.Typeless.TypelessAction
name: FullyInProgress
nameWithType: TypelessAction.FullyInProgress
fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail
nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.TypelessAction.ForceFail
- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
parent: TinyLife.Actions.Typeless.TypelessAction
name: IsFullyInProgress()
nameWithType: TypelessAction.IsFullyInProgress()
fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress()
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
name: IsFullyInProgress
nameWithType: TypelessAction.IsFullyInProgress
fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
name: IsFullyInProgress
nameWithType: TypelessAction.IsFullyInProgress
fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction
@ -1739,15 +1699,15 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1762,10 +1722,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -1792,7 +1753,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1807,10 +1768,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -2023,14 +1985,15 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
name: Sit(Person, Furniture, GameSpeed, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2051,10 +2014,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -2066,7 +2030,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2087,10 +2051,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '

View file

@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Actions/SellAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SellAction
path: Actions/SellAction.cs
startLine: 11
@ -45,18 +45,18 @@ items:
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.Handler
- TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.InProgressTime
- TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.PreInitialize
- TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.MultiAction.Initialize
- TinyLife.Actions.MultiAction.IsCompleted
- TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
- TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
- TinyLife.Actions.MultiAction.GetInProgressTime
- TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
- TinyLife.Actions.Action.Type
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
@ -76,17 +76,17 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail
- TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -128,7 +128,7 @@ items:
remote:
path: TinyLife/Actions/SellAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/SellAction.cs
startLine: 14
@ -167,7 +167,7 @@ items:
remote:
path: TinyLife/Actions/SellAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: Actions/SellAction.cs
startLine: 18
@ -205,7 +205,7 @@ items:
remote:
path: TinyLife/Actions/SellAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: Actions/SellAction.cs
startLine: 34
@ -240,7 +240,7 @@ items:
remote:
path: TinyLife/Actions/SellAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: Actions/SellAction.cs
startLine: 45
@ -278,7 +278,7 @@ items:
remote:
path: TinyLife/Actions/SellAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSoldObject
path: Actions/SellAction.cs
startLine: 56
@ -360,27 +360,33 @@ references:
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
- uid: TinyLife.Actions.MultiAction.MainElapsedTime
commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
parent: TinyLife.Actions.MultiAction
name: MainElapsedTime
nameWithType: MultiAction.MainElapsedTime
fullName: TinyLife.Actions.MultiAction.MainElapsedTime
- uid: TinyLife.Actions.MultiAction.Handler
commentId: F:TinyLife.Actions.MultiAction.Handler
parent: TinyLife.Actions.MultiAction
name: Handler
nameWithType: MultiAction.Handler
fullName: TinyLife.Actions.MultiAction.Handler
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.MainElapsedTime
commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
parent: TinyLife.Actions.MultiAction
name: MainElapsedTime
nameWithType: MultiAction.MainElapsedTime
fullName: TinyLife.Actions.MultiAction.MainElapsedTime
- uid: TinyLife.Actions.MultiAction.InProgressTime
commentId: P:TinyLife.Actions.MultiAction.InProgressTime
parent: TinyLife.Actions.MultiAction
name: InProgressTime
nameWithType: MultiAction.InProgressTime
fullName: TinyLife.Actions.MultiAction.InProgressTime
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
name: AndThenUpdate(GameTime, TimeSpan, GameSpeed)
nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed)
fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
name: AndThenUpdate(GameTime, TimeSpan, Single)
nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@ -403,15 +409,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@ -434,10 +441,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
@ -505,15 +513,15 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed)
nameWithType: MultiAction.Update(GameTime, TimeSpan, GameSpeed)
fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
name: Update(GameTime, TimeSpan, Single)
nameWithType: MultiAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@ -536,15 +544,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@ -567,10 +576,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
@ -738,34 +748,6 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.MultiAction.GetInProgressTime
commentId: M:TinyLife.Actions.MultiAction.GetInProgressTime
parent: TinyLife.Actions.MultiAction
name: GetInProgressTime()
nameWithType: MultiAction.GetInProgressTime()
fullName: TinyLife.Actions.MultiAction.GetInProgressTime()
spec.csharp:
- uid: TinyLife.Actions.MultiAction.GetInProgressTime
name: GetInProgressTime
nameWithType: MultiAction.GetInProgressTime
fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.MultiAction.GetInProgressTime
name: GetInProgressTime
nameWithType: MultiAction.GetInProgressTime
fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
parent: TinyLife.Actions.MultiAction
@ -1184,40 +1166,18 @@ references:
name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
parent: TinyLife.Actions.Typeless.TypelessAction
name: FullyInProgress
nameWithType: TypelessAction.FullyInProgress
fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail
nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.TypelessAction.ForceFail
- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
parent: TinyLife.Actions.Typeless.TypelessAction
name: IsFullyInProgress()
nameWithType: TypelessAction.IsFullyInProgress()
fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress()
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
name: IsFullyInProgress
nameWithType: TypelessAction.IsFullyInProgress
fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
name: IsFullyInProgress
nameWithType: TypelessAction.IsFullyInProgress
fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction
@ -1748,15 +1708,15 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1771,10 +1731,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -1801,7 +1762,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1816,10 +1777,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -2032,14 +1994,15 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
name: Sit(Person, Furniture, GameSpeed, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2060,10 +2023,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -2075,7 +2039,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2096,10 +2060,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '

View file

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

View file

@ -10,11 +10,11 @@ items:
- TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action)
- TinyLife.Actions.SocialAction.ConversationTime
- TinyLife.Actions.SocialAction.GetDisplayName
- TinyLife.Actions.SocialAction.GetInProgressTime
- TinyLife.Actions.SocialAction.GetTimeWeWaitForPartner
- TinyLife.Actions.SocialAction.Id
- TinyLife.Actions.SocialAction.Initialize
- TinyLife.Actions.SocialAction.InitializeConversation
- TinyLife.Actions.SocialAction.InProgressTime
- TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
- TinyLife.Actions.SocialAction.IsCompleted
- TinyLife.Actions.SocialAction.IsConversationCompleted
@ -23,9 +23,9 @@ items:
- TinyLife.Actions.SocialAction.Partner
- TinyLife.Actions.SocialAction.PartnerAction
- TinyLife.Actions.SocialAction.PartnerCompletion
- TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.SocialAction.Validate(TinyLife.Objects.Person)
langs:
- csharp
@ -38,7 +38,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SocialAction
path: Actions/SocialAction.cs
startLine: 14
@ -79,17 +79,17 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail
- TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -133,7 +133,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsMain
path: Actions/SocialAction.cs
startLine: 20
@ -182,7 +182,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Partner
path: Actions/SocialAction.cs
startLine: 25
@ -219,7 +219,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PartnerAction
path: Actions/SocialAction.cs
startLine: 29
@ -256,7 +256,7 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConversationTime
path: Actions/SocialAction.cs
startLine: 34
@ -290,6 +290,47 @@ items:
- Public
- Get
- Protected Set
- uid: TinyLife.Actions.SocialAction.InProgressTime
commentId: P:TinyLife.Actions.SocialAction.InProgressTime
id: InProgressTime
parent: TinyLife.Actions.SocialAction
langs:
- csharp
- vb
name: InProgressTime
nameWithType: SocialAction.InProgressTime
fullName: TinyLife.Actions.SocialAction.InProgressTime
type: Property
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InProgressTime
path: Actions/SocialAction.cs
startLine: 38
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nRepresents the amount of time that this action has &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
commentId: P:TinyLife.Actions.SocialAction.Id
id: Id
@ -305,10 +346,10 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Id
path: Actions/SocialAction.cs
startLine: 40
startLine: 43
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -352,10 +393,10 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PartnerCompletion
path: Actions/SocialAction.cs
startLine: 46
startLine: 49
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -385,10 +426,10 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/SocialAction.cs
startLine: 53
startLine: 56
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -409,32 +450,32 @@ items:
- public
modifiers.vb:
- Public
- uid: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
commentId: M:TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
id: UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.SocialAction
langs:
- csharp
- vb
name: UpdateConversation(GameTime, TimeSpan, GameSpeed)
nameWithType: SocialAction.UpdateConversation(GameTime, TimeSpan, GameSpeed)
fullName: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
name: UpdateConversation(GameTime, TimeSpan, Single)
nameWithType: SocialAction.UpdateConversation(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateConversation
path: Actions/SocialAction.cs
startLine: 64
startLine: 67
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nSocialAction version of <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: []
syntax:
content: protected virtual void UpdateConversation(GameTime time, TimeSpan passedInGame, GameSpeed speed)
content: protected virtual void UpdateConversation(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@ -442,10 +483,10 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time passed in game time
- id: speed
type: TinyLife.GameSpeed
description: The current game speed
content.vb: Protected Overridable Sub UpdateConversation(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
- id: speedMultiplier
type: System.Single
description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Protected Overridable Sub UpdateConversation(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overload: TinyLife.Actions.SocialAction.UpdateConversation*
modifiers.csharp:
- protected
@ -468,10 +509,10 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsConversationCompleted
path: Actions/SocialAction.cs
startLine: 74
startLine: 77
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -505,10 +546,10 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitializeConversation
path: Actions/SocialAction.cs
startLine: 83
startLine: 86
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -539,10 +580,10 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetTimeWeWaitForPartner
path: Actions/SocialAction.cs
startLine: 91
startLine: 94
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -576,10 +617,10 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: Actions/SocialAction.cs
startLine: 98
startLine: 101
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -611,10 +652,10 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Actions/SocialAction.cs
startLine: 107
startLine: 110
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -638,32 +679,32 @@ items:
modifiers.vb:
- Public
- Overrides
- uid: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
commentId: M:TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.SocialAction
langs:
- csharp
- vb
name: Update(GameTime, TimeSpan, GameSpeed)
nameWithType: SocialAction.Update(GameTime, TimeSpan, GameSpeed)
fullName: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
name: Update(GameTime, TimeSpan, Single)
nameWithType: SocialAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Actions/SocialAction.cs
startLine: 113
startLine: 116
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nThis method is called every update frame if this action is currently active.\nBy default, only the <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: []
syntax:
content: public override void Update(GameTime time, TimeSpan passedInGame, GameSpeed speed)
content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@ -671,11 +712,11 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed, in game time
- id: speed
type: TinyLife.GameSpeed
description: The game&apos;s current speed setting
content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
overridden: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: speedMultiplier
type: System.Single
description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overridden: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.SocialAction.Update*
modifiers.csharp:
- public
@ -698,10 +739,10 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: Actions/SocialAction.cs
startLine: 174
startLine: 177
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -738,10 +779,10 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: Actions/SocialAction.cs
startLine: 201
startLine: 204
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -780,10 +821,10 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: Actions/SocialAction.cs
startLine: 208
startLine: 211
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -819,10 +860,10 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: Actions/SocialAction.cs
startLine: 216
startLine: 219
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -861,10 +902,10 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: Actions/SocialAction.cs
startLine: 227
startLine: 230
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -884,77 +925,39 @@ items:
modifiers.vb:
- Public
- Overrides
- uid: TinyLife.Actions.SocialAction.GetInProgressTime
commentId: M:TinyLife.Actions.SocialAction.GetInProgressTime
id: GetInProgressTime
- uid: TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
commentId: M:TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
id: SpeakInConversation(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
parent: TinyLife.Actions.SocialAction
langs:
- csharp
- vb
name: GetInProgressTime()
nameWithType: SocialAction.GetInProgressTime()
fullName: TinyLife.Actions.SocialAction.GetInProgressTime()
name: SpeakInConversation(GameTime, Single, EmoteCategory, SpeakStyle, Nullable<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, System.Single, 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: 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
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakInConversation
path: Actions/SocialAction.cs
startLine: 249
startLine: 247
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nHelper method to display emotes over each conversation partner in a back and forth fashion to make it seem like they are conversing\n"
example: []
syntax:
content: protected bool SpeakInConversation(GameTime time, GameSpeed speed, EmoteCategory emoteCategories, SpeakStyle speakStyles, EmoteCategory? partnerEmoteCategories = null, SpeakStyle? partnerSpeakStyles = null, int totalAmount = 2147483647)
content: protected bool SpeakInConversation(GameTime time, float speedMultiplier, EmoteCategory emoteCategories, SpeakStyle speakStyles, EmoteCategory? partnerEmoteCategories = default(EmoteCategory? ), SpeakStyle? partnerSpeakStyles = default(SpeakStyle? ), int totalAmount = 2147483647)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
description: The current game time
- id: speed
type: TinyLife.GameSpeed
description: The game&apos;s current speed
- id: speedMultiplier
type: System.Single
description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
- id: emoteCategories
type: TinyLife.Actions.EmoteCategory
description: A combined flag representing the categories that emotes can be picked from
@ -973,15 +976,15 @@ items:
return:
type: System.Boolean
description: If <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*
nameWithType.vb: SocialAction.SpeakInConversation(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Nullable(Of EmoteCategory), Nullable(Of SpeakStyle), Int32)
nameWithType.vb: SocialAction.SpeakInConversation(GameTime, Single, EmoteCategory, SpeakStyle, Nullable(Of EmoteCategory), Nullable(Of SpeakStyle), Int32)
modifiers.csharp:
- protected
modifiers.vb:
- Protected
fullName.vb: TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Nullable(Of TinyLife.Actions.EmoteCategory), System.Nullable(Of TinyLife.Objects.SpeakStyle), System.Int32)
name.vb: SpeakInConversation(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Nullable(Of EmoteCategory), Nullable(Of SpeakStyle), Int32)
fullName.vb: TinyLife.Actions.SocialAction.SpeakInConversation(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Nullable(Of TinyLife.Actions.EmoteCategory), System.Nullable(Of TinyLife.Objects.SpeakStyle), System.Int32)
name.vb: SpeakInConversation(GameTime, Single, EmoteCategory, SpeakStyle, Nullable(Of EmoteCategory), Nullable(Of SpeakStyle), Int32)
- uid: TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
commentId: M:TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
id: InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
@ -997,10 +1000,10 @@ items:
remote:
path: TinyLife/Actions/SocialAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InvokeForBoth
path: Actions/SocialAction.cs
startLine: 264
startLine: 262
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -1390,40 +1393,18 @@ references:
name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
parent: TinyLife.Actions.Typeless.TypelessAction
name: FullyInProgress
nameWithType: TypelessAction.FullyInProgress
fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail
nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.TypelessAction.ForceFail
- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
parent: TinyLife.Actions.Typeless.TypelessAction
name: IsFullyInProgress()
nameWithType: TypelessAction.IsFullyInProgress()
fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress()
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
name: IsFullyInProgress
nameWithType: TypelessAction.IsFullyInProgress
fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
name: IsFullyInProgress
nameWithType: TypelessAction.IsFullyInProgress
fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction
@ -1954,15 +1935,15 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1977,10 +1958,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -2007,7 +1989,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -2022,10 +2004,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -2238,14 +2221,15 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
name: Sit(Person, Furniture, GameSpeed, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2266,10 +2250,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -2281,7 +2266,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2302,10 +2287,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -3834,6 +3820,17 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
- uid: TinyLife.Actions.Typeless.TypelessAction.InProgressTime
commentId: P:TinyLife.Actions.Typeless.TypelessAction.InProgressTime
parent: TinyLife.Actions.Typeless.TypelessAction
name: InProgressTime
nameWithType: TypelessAction.InProgressTime
fullName: TinyLife.Actions.Typeless.TypelessAction.InProgressTime
- uid: TinyLife.Actions.SocialAction.InProgressTime*
commentId: Overload:TinyLife.Actions.SocialAction.InProgressTime
name: InProgressTime
nameWithType: SocialAction.InProgressTime
fullName: TinyLife.Actions.SocialAction.InProgressTime
- uid: TinyLife.Actions.SocialAction.Id*
commentId: Overload:TinyLife.Actions.SocialAction.Id
name: Id
@ -3944,15 +3941,15 @@ references:
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- uid: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
commentId: M:TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.SocialAction
isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed)
nameWithType: SocialAction.Update(GameTime, TimeSpan, GameSpeed)
fullName: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
name: Update(GameTime, TimeSpan, Single)
nameWithType: SocialAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- uid: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: SocialAction.Update
fullName: TinyLife.Actions.SocialAction.Update
@ -3975,15 +3972,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.SocialAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: SocialAction.Update
fullName: TinyLife.Actions.SocialAction.Update
@ -4006,10 +4004,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
@ -4019,6 +4018,9 @@ references:
name: ConversationTime
nameWithType: SocialAction.ConversationTime
fullName: TinyLife.Actions.SocialAction.ConversationTime
- uid: TinyLife.GameImpl.Speed
commentId: P:TinyLife.GameImpl.Speed
isExternal: true
- uid: TinyLife.Actions.SocialAction.UpdateConversation*
commentId: Overload:TinyLife.Actions.SocialAction.UpdateConversation
name: UpdateConversation
@ -4031,23 +4033,19 @@ references:
name: GameTime
nameWithType: GameTime
fullName: Microsoft.Xna.Framework.GameTime
- uid: TinyLife.GameSpeed
commentId: T:TinyLife.GameSpeed
parent: TinyLife
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
name: Single
nameWithType: Single
fullName: System.Single
- uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework
isExternal: true
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.Actions.SocialAction.IsCompleted
commentId: M:TinyLife.Actions.SocialAction.IsCompleted
parent: TinyLife.Actions.SocialAction
@ -4202,15 +4200,15 @@ references:
name: Validate
nameWithType: SocialAction.Validate
fullName: TinyLife.Actions.SocialAction.Validate
- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Action
isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed)
nameWithType: Action.Update(GameTime, TimeSpan, GameSpeed)
fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
name: Update(GameTime, TimeSpan, Single)
nameWithType: Action.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: Action.Update
fullName: TinyLife.Actions.Action.Update
@ -4233,15 +4231,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: Action.Update
fullName: TinyLife.Actions.Action.Update
@ -4264,10 +4263,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
@ -4472,39 +4472,6 @@ references:
name: String
nameWithType: String
fullName: System.String
- uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
parent: TinyLife.Actions.Typeless.TypelessAction
name: GetInProgressTime()
nameWithType: TypelessAction.GetInProgressTime()
fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime()
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
name: GetInProgressTime
nameWithType: TypelessAction.GetInProgressTime
fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
name: GetInProgressTime
nameWithType: TypelessAction.GetInProgressTime
fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.SocialAction.GetInProgressTime*
commentId: Overload:TinyLife.Actions.SocialAction.GetInProgressTime
name: GetInProgressTime
nameWithType: SocialAction.GetInProgressTime
fullName: TinyLife.Actions.SocialAction.GetInProgressTime
- uid: TinyLife.Actions.SocialAction.SpeakInConversation*
commentId: Overload:TinyLife.Actions.SocialAction.SpeakInConversation
name: SpeakInConversation

View file

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

View file

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

View file

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

View file

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

View file

@ -22,7 +22,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TellPeopleToLeaveRoomAction
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
startLine: 15
@ -52,20 +52,20 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- TinyLife.Actions.Typeless.TypelessAction.InProgressTime
- TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail
- TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.Typeless.TypelessAction.Validate(TinyLife.Objects.Person)
- TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -107,7 +107,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExcludedPeople
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
startLine: 21
@ -152,7 +152,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
startLine: 24
@ -191,7 +191,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
startLine: 29
@ -226,7 +226,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
startLine: 39
@ -264,7 +264,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
startLine: 46
@ -303,7 +303,7 @@ items:
remote:
path: TinyLife/Actions/Typeless/TellPeopleToLeaveRoomAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryToLeaveRoom
path: Actions/Typeless/TellPeopleToLeaveRoomAction.cs
startLine: 71
@ -422,21 +422,33 @@ references:
name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- uid: TinyLife.Actions.Typeless.TypelessAction.InProgressTime
commentId: P:TinyLife.Actions.Typeless.TypelessAction.InProgressTime
parent: TinyLife.Actions.Typeless.TypelessAction
name: InProgressTime
nameWithType: TypelessAction.InProgressTime
fullName: TinyLife.Actions.Typeless.TypelessAction.InProgressTime
- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
parent: TinyLife.Actions.Typeless.TypelessAction
name: FullyInProgress
nameWithType: TypelessAction.FullyInProgress
fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail
nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.TypelessAction.ForceFail
- uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed)
nameWithType: TypelessAction.Update(GameTime, TimeSpan, GameSpeed)
fullName: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
name: Update(GameTime, TimeSpan, Single)
nameWithType: TypelessAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: TypelessAction.Update
fullName: TinyLife.Actions.Typeless.TypelessAction.Update
@ -459,15 +471,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.Typeless.TypelessAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: TypelessAction.Update
fullName: TinyLife.Actions.Typeless.TypelessAction.Update
@ -490,10 +503,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
@ -533,62 +547,6 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
parent: TinyLife.Actions.Typeless.TypelessAction
name: IsFullyInProgress()
nameWithType: TypelessAction.IsFullyInProgress()
fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress()
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
name: IsFullyInProgress
nameWithType: TypelessAction.IsFullyInProgress
fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
name: IsFullyInProgress
nameWithType: TypelessAction.IsFullyInProgress
fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
commentId: M:TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
parent: TinyLife.Actions.Typeless.TypelessAction
name: GetInProgressTime()
nameWithType: TypelessAction.GetInProgressTime()
fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime()
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
name: GetInProgressTime
nameWithType: TypelessAction.GetInProgressTime
fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
name: GetInProgressTime
nameWithType: TypelessAction.GetInProgressTime
fullName: TinyLife.Actions.Typeless.TypelessAction.GetInProgressTime
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction
@ -1119,15 +1077,15 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1142,10 +1100,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -1172,7 +1131,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1187,10 +1146,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -1403,14 +1363,15 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
name: Sit(Person, Furniture, GameSpeed, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -1431,10 +1392,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -1446,7 +1408,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -1467,10 +1429,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '

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

View file

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

View file

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

View file

@ -9,13 +9,13 @@ items:
- TinyLife.Actions.WatchTvAction.AndThenInitialize
- TinyLife.Actions.WatchTvAction.AndThenIsCompleted
- TinyLife.Actions.WatchTvAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.WatchTvAction.CanMultitask(TinyLife.Actions.Action)
- TinyLife.Actions.WatchTvAction.CreateFirstActions
- TinyLife.Actions.WatchTvAction.FullyInProgress
- TinyLife.Actions.WatchTvAction.GetSeating(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Int32)
- TinyLife.Actions.WatchTvAction.GetViewers(TinyLife.Objects.Furniture,System.Int32)
- TinyLife.Actions.WatchTvAction.GetViewingArea(TinyLife.Objects.Furniture,System.Int32)
- TinyLife.Actions.WatchTvAction.IsFullyInProgress
langs:
- csharp
- vb
@ -27,7 +27,7 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WatchTvAction
path: Actions/WatchTvAction.cs
startLine: 20
@ -51,16 +51,16 @@ items:
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.Handler
- TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.InProgressTime
- TinyLife.Actions.MultiAction.PreInitialize
- TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.MultiAction.Initialize
- TinyLife.Actions.MultiAction.IsCompleted
- TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
- TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
- TinyLife.Actions.MultiAction.GetInProgressTime
- TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
- TinyLife.Actions.Action.Type
- TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
@ -84,11 +84,11 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -115,6 +115,47 @@ items:
modifiers.vb:
- Public
- Class
- uid: TinyLife.Actions.WatchTvAction.FullyInProgress
commentId: P:TinyLife.Actions.WatchTvAction.FullyInProgress
id: FullyInProgress
parent: TinyLife.Actions.WatchTvAction
langs:
- csharp
- vb
name: FullyInProgress
nameWithType: WatchTvAction.FullyInProgress
fullName: TinyLife.Actions.WatchTvAction.FullyInProgress
type: Property
source:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FullyInProgress
path: Actions/WatchTvAction.cs
startLine: 32
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nReturns whether this action is currently &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)
commentId: M:TinyLife.Actions.WatchTvAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.WatchTvAction.Channel)
id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.WatchTvAction.Channel)'
@ -130,10 +171,10 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/WatchTvAction.cs
startLine: 32
startLine: 35
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -168,10 +209,10 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: Actions/WatchTvAction.cs
startLine: 37
startLine: 40
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -206,10 +247,10 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: Actions/WatchTvAction.cs
startLine: 65
startLine: 68
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -226,32 +267,32 @@ items:
modifiers.vb:
- Protected
- Overrides
- uid: TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
commentId: M:TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.WatchTvAction
langs:
- csharp
- vb
name: AndThenUpdate(GameTime, TimeSpan, GameSpeed)
nameWithType: WatchTvAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed)
fullName: TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
name: AndThenUpdate(GameTime, TimeSpan, Single)
nameWithType: WatchTvAction.AndThenUpdate(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.WatchTvAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
type: Method
source:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: Actions/WatchTvAction.cs
startLine: 72
startLine: 75
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nMultiAction version of <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: []
syntax:
content: protected override void AndThenUpdate(GameTime time, TimeSpan passedInGame, GameSpeed speed)
content: protected override void AndThenUpdate(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
@ -259,11 +300,11 @@ items:
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed, in game time
- id: speed
type: TinyLife.GameSpeed
description: The game&apos;s speed
content.vb: Protected Overrides Sub AndThenUpdate(time As GameTime, passedInGame As TimeSpan, speed As GameSpeed)
overridden: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- id: speedMultiplier
type: System.Single
description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Protected Overrides Sub AndThenUpdate(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overridden: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.WatchTvAction.AndThenUpdate*
modifiers.csharp:
- protected
@ -286,10 +327,10 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: Actions/WatchTvAction.cs
startLine: 95
startLine: 98
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -324,10 +365,10 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: Actions/WatchTvAction.cs
startLine: 104
startLine: 107
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -351,44 +392,6 @@ items:
modifiers.vb:
- Public
- Overrides
- uid: TinyLife.Actions.WatchTvAction.IsFullyInProgress
commentId: M:TinyLife.Actions.WatchTvAction.IsFullyInProgress
id: IsFullyInProgress
parent: TinyLife.Actions.WatchTvAction
langs:
- csharp
- vb
name: IsFullyInProgress()
nameWithType: WatchTvAction.IsFullyInProgress()
fullName: TinyLife.Actions.WatchTvAction.IsFullyInProgress()
type: Method
source:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
id: IsFullyInProgress
path: Actions/WatchTvAction.cs
startLine: 114
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nReturns whether this action is currently &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)
commentId: M:TinyLife.Actions.WatchTvAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
id: AndThenOnCompleted(TinyLife.Actions.CompletionType)
@ -404,10 +407,10 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: Actions/WatchTvAction.cs
startLine: 119
startLine: 117
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -443,10 +446,10 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetViewingArea
path: Actions/WatchTvAction.cs
startLine: 154
startLine: 152
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -487,10 +490,10 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetSeating
path: Actions/WatchTvAction.cs
startLine: 167
startLine: 165
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -534,10 +537,10 @@ items:
remote:
path: TinyLife/Actions/WatchTvAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetViewers
path: Actions/WatchTvAction.cs
startLine: 181
startLine: 179
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -620,18 +623,24 @@ references:
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
- uid: TinyLife.Actions.MultiAction.MainElapsedTime
commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
parent: TinyLife.Actions.MultiAction
name: MainElapsedTime
nameWithType: MultiAction.MainElapsedTime
fullName: TinyLife.Actions.MultiAction.MainElapsedTime
- uid: TinyLife.Actions.MultiAction.Handler
commentId: F:TinyLife.Actions.MultiAction.Handler
parent: TinyLife.Actions.MultiAction
name: Handler
nameWithType: MultiAction.Handler
fullName: TinyLife.Actions.MultiAction.Handler
- uid: TinyLife.Actions.MultiAction.MainElapsedTime
commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
parent: TinyLife.Actions.MultiAction
name: MainElapsedTime
nameWithType: MultiAction.MainElapsedTime
fullName: TinyLife.Actions.MultiAction.MainElapsedTime
- uid: TinyLife.Actions.MultiAction.InProgressTime
commentId: P:TinyLife.Actions.MultiAction.InProgressTime
parent: TinyLife.Actions.MultiAction
name: InProgressTime
nameWithType: MultiAction.InProgressTime
fullName: TinyLife.Actions.MultiAction.InProgressTime
- uid: TinyLife.Actions.MultiAction.PreInitialize
commentId: M:TinyLife.Actions.MultiAction.PreInitialize
parent: TinyLife.Actions.MultiAction
@ -660,15 +669,15 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed)
nameWithType: MultiAction.Update(GameTime, TimeSpan, GameSpeed)
fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
name: Update(GameTime, TimeSpan, Single)
nameWithType: MultiAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@ -691,15 +700,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@ -722,10 +732,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
@ -893,34 +904,6 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.MultiAction.GetInProgressTime
commentId: M:TinyLife.Actions.MultiAction.GetInProgressTime
parent: TinyLife.Actions.MultiAction
name: GetInProgressTime()
nameWithType: MultiAction.GetInProgressTime()
fullName: TinyLife.Actions.MultiAction.GetInProgressTime()
spec.csharp:
- uid: TinyLife.Actions.MultiAction.GetInProgressTime
name: GetInProgressTime
nameWithType: MultiAction.GetInProgressTime
fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.MultiAction.GetInProgressTime
name: GetInProgressTime
nameWithType: MultiAction.GetInProgressTime
fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
parent: TinyLife.Actions.MultiAction
@ -1839,15 +1822,15 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1862,10 +1845,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -1892,7 +1876,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1907,10 +1891,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -2123,14 +2108,15 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
name: Sit(Person, Furniture, GameSpeed, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2151,10 +2137,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -2166,7 +2153,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2187,10 +2174,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -3662,6 +3650,24 @@ references:
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
parent: TinyLife.Actions.Typeless.TypelessAction
name: FullyInProgress
nameWithType: TypelessAction.FullyInProgress
fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- uid: TinyLife.Actions.WatchTvAction.FullyInProgress*
commentId: Overload:TinyLife.Actions.WatchTvAction.FullyInProgress
name: FullyInProgress
nameWithType: WatchTvAction.FullyInProgress
fullName: TinyLife.Actions.WatchTvAction.FullyInProgress
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
- uid: TinyLife.Actions.WatchTvAction.#ctor*
commentId: Overload:TinyLife.Actions.WatchTvAction.#ctor
name: WatchTvAction
@ -3838,15 +3844,15 @@ references:
name: AndThenInitialize
nameWithType: WatchTvAction.AndThenInitialize
fullName: TinyLife.Actions.WatchTvAction.AndThenInitialize
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
name: AndThenUpdate(GameTime, TimeSpan, GameSpeed)
nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed)
fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
name: AndThenUpdate(GameTime, TimeSpan, Single)
nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@ -3869,15 +3875,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: MultiAction.AndThenUpdate
fullName: TinyLife.Actions.MultiAction.AndThenUpdate
@ -3900,10 +3907,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
@ -3926,23 +3934,19 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
- uid: TinyLife.GameSpeed
commentId: T:TinyLife.GameSpeed
parent: TinyLife
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
name: Single
nameWithType: Single
fullName: System.Single
- uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework
isExternal: true
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.Actions.MultiAction.AndThenIsCompleted
commentId: M:TinyLife.Actions.MultiAction.AndThenIsCompleted
parent: TinyLife.Actions.MultiAction
@ -4023,46 +4027,6 @@ references:
name: CanMultitask
nameWithType: WatchTvAction.CanMultitask
fullName: TinyLife.Actions.WatchTvAction.CanMultitask
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
parent: TinyLife.Actions.Typeless.TypelessAction
name: IsFullyInProgress()
nameWithType: TypelessAction.IsFullyInProgress()
fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress()
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
name: IsFullyInProgress
nameWithType: TypelessAction.IsFullyInProgress
fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
name: IsFullyInProgress
nameWithType: TypelessAction.IsFullyInProgress
fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.WatchTvAction.IsFullyInProgress*
commentId: Overload:TinyLife.Actions.WatchTvAction.IsFullyInProgress
name: IsFullyInProgress
nameWithType: WatchTvAction.IsFullyInProgress
fullName: TinyLife.Actions.WatchTvAction.IsFullyInProgress
- uid: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.MultiAction

View file

@ -20,7 +20,7 @@ items:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkAction
path: Actions/WorkAction.cs
startLine: 7
@ -47,21 +47,21 @@ items:
inheritedMembers:
- TinyLife.Actions.OutOfTownAction.NeedsToTakeCareOf
- TinyLife.Actions.OutOfTownAction.CreateFirstActions
- TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.OutOfTownAction.GetNextAction(TinyLife.Actions.CompletionType)
- TinyLife.Actions.OutOfTownAction.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
- TinyLife.Actions.OutOfTownAction.CausesExtremelyFastSpeed
- TinyLife.Actions.OutOfTownAction.GetClosestExitRoad
- TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.Handler
- TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.InProgressTime
- TinyLife.Actions.MultiAction.PreInitialize
- TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.MultiAction.Initialize
- TinyLife.Actions.MultiAction.IsCompleted
- TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
- TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
- TinyLife.Actions.MultiAction.GetInProgressTime
- TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
- TinyLife.Actions.Action.Type
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
@ -78,17 +78,17 @@ items:
- TinyLife.Actions.Typeless.TypelessAction.Person
- TinyLife.Actions.Typeless.TypelessAction.ElapsedTime
- TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.ForceFail
- TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Typeless.TypelessAction.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}})
- TinyLife.Actions.Typeless.TypelessAction.OpenYesNoPrompt(System.String,System.Action,System.Action)
- TinyLife.Actions.Typeless.TypelessAction.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String)
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Typeless.TypelessAction.CompleteIfNeedFull(TinyLife.Objects.Person,TinyLife.NeedType,TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TypelessAction.PutDownOrGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType[])
- TinyLife.Actions.Typeless.TypelessAction.GetPlaceDirection(TinyLife.Objects.Person,TinyLife.Objects.FurnitureType)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Typeless.TypelessAction.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
- TinyLife.Actions.Typeless.TypelessAction.FindAllFreePeople(TinyLife.Actions.ActionType,TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
@ -130,7 +130,7 @@ items:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Actions/WorkAction.cs
startLine: 10
@ -166,7 +166,7 @@ items:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: Actions/WorkAction.cs
startLine: 15
@ -201,7 +201,7 @@ items:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: Actions/WorkAction.cs
startLine: 21
@ -239,7 +239,7 @@ items:
remote:
path: TinyLife/Actions/WorkAction.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: Actions/WorkAction.cs
startLine: 28
@ -354,15 +354,15 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
commentId: M:TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.OutOfTownAction
isExternal: true
name: AndThenUpdate(GameTime, TimeSpan, GameSpeed)
nameWithType: OutOfTownAction.AndThenUpdate(GameTime, TimeSpan, GameSpeed)
fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
name: AndThenUpdate(GameTime, TimeSpan, Single)
nameWithType: OutOfTownAction.AndThenUpdate(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: OutOfTownAction.AndThenUpdate
fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate
@ -385,15 +385,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.OutOfTownAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: AndThenUpdate
nameWithType: OutOfTownAction.AndThenUpdate
fullName: TinyLife.Actions.OutOfTownAction.AndThenUpdate
@ -416,10 +417,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
@ -565,18 +567,24 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.MultiAction.MainElapsedTime
commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
parent: TinyLife.Actions.MultiAction
name: MainElapsedTime
nameWithType: MultiAction.MainElapsedTime
fullName: TinyLife.Actions.MultiAction.MainElapsedTime
- uid: TinyLife.Actions.MultiAction.Handler
commentId: F:TinyLife.Actions.MultiAction.Handler
parent: TinyLife.Actions.MultiAction
name: Handler
nameWithType: MultiAction.Handler
fullName: TinyLife.Actions.MultiAction.Handler
- uid: TinyLife.Actions.MultiAction.MainElapsedTime
commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
parent: TinyLife.Actions.MultiAction
name: MainElapsedTime
nameWithType: MultiAction.MainElapsedTime
fullName: TinyLife.Actions.MultiAction.MainElapsedTime
- uid: TinyLife.Actions.MultiAction.InProgressTime
commentId: P:TinyLife.Actions.MultiAction.InProgressTime
parent: TinyLife.Actions.MultiAction
name: InProgressTime
nameWithType: MultiAction.InProgressTime
fullName: TinyLife.Actions.MultiAction.InProgressTime
- uid: TinyLife.Actions.MultiAction.PreInitialize
commentId: M:TinyLife.Actions.MultiAction.PreInitialize
parent: TinyLife.Actions.MultiAction
@ -605,15 +613,15 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.MultiAction
isExternal: true
name: Update(GameTime, TimeSpan, GameSpeed)
nameWithType: MultiAction.Update(GameTime, TimeSpan, GameSpeed)
fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, TinyLife.GameSpeed)
name: Update(GameTime, TimeSpan, Single)
nameWithType: MultiAction.Update(GameTime, TimeSpan, Single)
fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
spec.csharp:
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@ -636,15 +644,16 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name: Update
nameWithType: MultiAction.Update
fullName: TinyLife.Actions.MultiAction.Update
@ -667,10 +676,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: )
nameWithType: )
fullName: )
@ -838,34 +848,6 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.MultiAction.GetInProgressTime
commentId: M:TinyLife.Actions.MultiAction.GetInProgressTime
parent: TinyLife.Actions.MultiAction
name: GetInProgressTime()
nameWithType: MultiAction.GetInProgressTime()
fullName: TinyLife.Actions.MultiAction.GetInProgressTime()
spec.csharp:
- uid: TinyLife.Actions.MultiAction.GetInProgressTime
name: GetInProgressTime
nameWithType: MultiAction.GetInProgressTime
fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.MultiAction.GetInProgressTime
name: GetInProgressTime
nameWithType: MultiAction.GetInProgressTime
fullName: TinyLife.Actions.MultiAction.GetInProgressTime
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
commentId: M:TinyLife.Actions.MultiAction.GoToActionLocation(TinyLife.Objects.ObjectCategory)
parent: TinyLife.Actions.MultiAction
@ -1170,40 +1152,18 @@ references:
name: PlayerPromptOpen
nameWithType: TypelessAction.PlayerPromptOpen
fullName: TinyLife.Actions.Typeless.TypelessAction.PlayerPromptOpen
- uid: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
commentId: P:TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
parent: TinyLife.Actions.Typeless.TypelessAction
name: FullyInProgress
nameWithType: TypelessAction.FullyInProgress
fullName: TinyLife.Actions.Typeless.TypelessAction.FullyInProgress
- uid: TinyLife.Actions.Typeless.TypelessAction.ForceFail
commentId: F:TinyLife.Actions.Typeless.TypelessAction.ForceFail
parent: TinyLife.Actions.Typeless.TypelessAction
name: ForceFail
nameWithType: TypelessAction.ForceFail
fullName: TinyLife.Actions.Typeless.TypelessAction.ForceFail
- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
commentId: M:TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
parent: TinyLife.Actions.Typeless.TypelessAction
name: IsFullyInProgress()
nameWithType: TypelessAction.IsFullyInProgress()
fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress()
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
name: IsFullyInProgress
nameWithType: TypelessAction.IsFullyInProgress
fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
name: IsFullyInProgress
nameWithType: TypelessAction.IsFullyInProgress
fullName: TinyLife.Actions.Typeless.TypelessAction.IsFullyInProgress
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.CompleteInTime(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent: TinyLife.Actions.Typeless.TypelessAction
@ -1734,15 +1694,15 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent: TinyLife.Actions.Typeless.TypelessAction
isExternal: true
name: SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, GameSpeed, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, TinyLife.GameSpeed, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
name: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
nameWithType: TypelessAction.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Int32)
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime, System.Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, System.Int32)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1757,10 +1717,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -1787,7 +1748,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,TinyLife.GameSpeed,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- uid: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
name: SpeakAlone
nameWithType: TypelessAction.SpeakAlone
fullName: TinyLife.Actions.Typeless.TypelessAction.SpeakAlone
@ -1802,10 +1763,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -2018,14 +1980,15 @@ references:
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
name: Sit(Person, Furniture, GameSpeed, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2046,10 +2009,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -2061,7 +2025,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -2082,10 +2046,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -21,7 +21,7 @@ items:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoalTrigger
path: Goals/GoalTrigger.cs
startLine: 8
@ -66,14 +66,14 @@ items:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PersonUpdate
path: Goals/GoalTrigger.cs
startLine: 15
assemblies:
- Tiny Life
namespace: TinyLife.Goals
summary: "\nA goal trigger for when a <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: []
syntax:
content: PersonUpdate = 1
@ -100,7 +100,7 @@ items:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FurnitureCreated
path: Goals/GoalTrigger.cs
startLine: 21
@ -134,7 +134,7 @@ items:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionCompleted
path: Goals/GoalTrigger.cs
startLine: 26
@ -168,7 +168,7 @@ items:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionUpdate
path: Goals/GoalTrigger.cs
startLine: 31
@ -202,7 +202,7 @@ items:
remote:
path: TinyLife/Goals/GoalTrigger.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EarnMoney
path: Goals/GoalTrigger.cs
startLine: 36
@ -361,8 +361,8 @@ references:
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- uid: TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
commentId: M:TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
isExternal: true
- uid: TinyLife.Goals.TimedGoal
commentId: T:TinyLife.Goals.TimedGoal

View file

@ -28,7 +28,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Job
path: Goals/Job.cs
startLine: 16
@ -91,7 +91,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: Goals/Job.cs
startLine: 23
@ -136,7 +136,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: Goals/Job.cs
startLine: 27
@ -173,7 +173,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Performance
path: Goals/Job.cs
startLine: 32
@ -220,7 +220,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Level
path: Goals/Job.cs
startLine: 38
@ -267,7 +267,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyTasks
path: Goals/Job.cs
startLine: 43
@ -314,7 +314,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentHourlyPay
path: Goals/Job.cs
startLine: 48
@ -351,7 +351,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/Job.cs
startLine: 56
@ -393,14 +393,14 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: Goals/Job.cs
startLine: 69
assemblies:
- Tiny Life
namespace: TinyLife.Goals
summary: "\nUpdates this job, changing the <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: []
syntax:
content: public void Update(TimeSpan passedInGame)
@ -429,7 +429,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddPerformance
path: Goals/Job.cs
startLine: 100
@ -465,7 +465,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddLevel
path: Goals/Job.cs
startLine: 119
@ -501,7 +501,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasRequiredPromotionSkills
path: Goals/Job.cs
startLine: 158
@ -536,7 +536,7 @@ items:
remote:
path: TinyLife/Goals/Job.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Goals/Job.cs
startLine: 170
@ -1185,8 +1185,8 @@ references:
- uid: TinyLife.Goals.Job.Performance
commentId: P:TinyLife.Goals.Job.Performance
isExternal: true
- uid: TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
commentId: M:TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,TinyLife.GameSpeed)
- uid: TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
isExternal: true
- uid: TinyLife.Goals.Job.Update*
commentId: Overload:TinyLife.Goals.Job.Update

View file

@ -40,7 +40,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JobType
path: Goals/JobType.cs
startLine: 23
@ -101,7 +101,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: Goals/JobType.cs
startLine: 31
@ -138,7 +138,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Goals/JobType.cs
startLine: 71
@ -173,7 +173,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HourlyPay
path: Goals/JobType.cs
startLine: 76
@ -208,7 +208,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkHours
path: Goals/JobType.cs
startLine: 81
@ -243,7 +243,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OffWorkDays
path: Goals/JobType.cs
startLine: 86
@ -278,7 +278,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPromotionSkills
path: Goals/JobType.cs
startLine: 91
@ -315,7 +315,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MaxLevel
path: Goals/JobType.cs
startLine: 95
@ -352,7 +352,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasSpecialLocalization
path: Goals/JobType.cs
startLine: 100
@ -389,7 +389,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredAges
path: Goals/JobType.cs
startLine: 105
@ -426,7 +426,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanQuitOrBeFired
path: Goals/JobType.cs
startLine: 110
@ -463,7 +463,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyTasks
path: Goals/JobType.cs
startLine: 115
@ -500,7 +500,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyTaskImportance
path: Goals/JobType.cs
startLine: 120
@ -537,7 +537,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/JobType.cs
startLine: 129
@ -585,7 +585,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Construct
path: Goals/JobType.cs
startLine: 142
@ -627,7 +627,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsTimeToWork
path: Goals/JobType.cs
startLine: 152
@ -637,7 +637,7 @@ items:
summary: "\nReturns whether the given time (or the game&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: []
syntax:
content: public virtual bool IsTimeToWork(TimeSpan? time = null)
content: public virtual bool IsTimeToWork(TimeSpan? time = default(TimeSpan? ))
parameters:
- id: time
type: System.Nullable{System.TimeSpan}
@ -671,7 +671,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToScheduleString
path: Goals/JobType.cs
startLine: 162
@ -708,7 +708,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: Goals/JobType.cs
startLine: 176
@ -718,7 +718,7 @@ items:
summary: "\nReturns the display name of this <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: []
syntax:
content: public virtual string GetDisplayName(int? level = null)
content: public virtual string GetDisplayName(int? level = default(int? ))
parameters:
- id: level
type: System.Nullable{System.Int32}
@ -752,7 +752,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRequiredPromotionSkills
path: Goals/JobType.cs
startLine: 188
@ -793,7 +793,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkStartsInAnHour
path: Goals/JobType.cs
startLine: 203
@ -831,7 +831,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkHoursOver
path: Goals/JobType.cs
startLine: 214
@ -869,7 +869,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkFinished
path: Goals/JobType.cs
startLine: 224
@ -910,7 +910,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnWorkStarted
path: Goals/JobType.cs
startLine: 235
@ -951,7 +951,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnLevelChanged
path: Goals/JobType.cs
startLine: 244
@ -992,7 +992,7 @@ items:
remote:
path: TinyLife/Goals/JobType.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: Goals/JobType.cs
startLine: 257

View file

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

View file

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

View file

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

View file

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

View file

@ -11,7 +11,7 @@ items:
- TinyLife.Goals.Project.DailyPayReductionFactor
- TinyLife.Goals.Project.GetAndReduceDailyPay
- TinyLife.Goals.Project.GetVarieties(TinyLife.Actions.ActionInfo,System.String,System.Predicate{TinyLife.Goals.Project},System.Func{TinyLife.Goals.Project,System.String})
- TinyLife.Goals.Project.MakeProgress(System.Single,TinyLife.GameSpeed,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Goals.Project.MakeProgress(System.Single,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
- TinyLife.Goals.Project.Name
- TinyLife.Goals.Project.Person
- TinyLife.Goals.Project.Progress
@ -31,7 +31,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Project
path: Goals/Project.cs
startLine: 19
@ -94,7 +94,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Type
path: Goals/Project.cs
startLine: 27
@ -139,7 +139,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: Goals/Project.cs
startLine: 32
@ -184,7 +184,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Quality
path: Goals/Project.cs
startLine: 37
@ -231,7 +231,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Progress
path: Goals/Project.cs
startLine: 42
@ -280,7 +280,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyPay
path: Goals/Project.cs
startLine: 48
@ -333,7 +333,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DailyPayReductionFactor
path: Goals/Project.cs
startLine: 54
@ -386,7 +386,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Person
path: Goals/Project.cs
startLine: 59
@ -425,7 +425,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Goals/Project.cs
startLine: 67
@ -467,7 +467,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: Goals/Project.cs
startLine: 78
@ -493,22 +493,22 @@ items:
modifiers.vb:
- Public
- Overridable
- uid: TinyLife.Goals.Project.MakeProgress(System.Single,TinyLife.GameSpeed,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
commentId: M:TinyLife.Goals.Project.MakeProgress(System.Single,TinyLife.GameSpeed,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
id: MakeProgress(System.Single,TinyLife.GameSpeed,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
- uid: TinyLife.Goals.Project.MakeProgress(System.Single,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
commentId: M:TinyLife.Goals.Project.MakeProgress(System.Single,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
id: MakeProgress(System.Single,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
parent: TinyLife.Goals.Project
langs:
- csharp
- vb
name: MakeProgress(Single, GameSpeed, ActionInfo, SkillType, Single)
nameWithType: Project.MakeProgress(Single, GameSpeed, ActionInfo, SkillType, Single)
fullName: TinyLife.Goals.Project.MakeProgress(System.Single, TinyLife.GameSpeed, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, System.Single)
name: MakeProgress(Single, Single, ActionInfo, SkillType, Single)
nameWithType: Project.MakeProgress(Single, Single, ActionInfo, SkillType, Single)
fullName: TinyLife.Goals.Project.MakeProgress(System.Single, System.Single, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, System.Single)
type: Method
source:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeProgress
path: Goals/Project.cs
startLine: 91
@ -518,24 +518,24 @@ items:
summary: "\nMakes progress on the project, updating the <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: []
syntax:
content: public virtual void MakeProgress(float amount, GameSpeed speed, ActionInfo info = null, SkillType skill = null, float levelModifier = 0.1F)
content: public virtual void MakeProgress(float amount, float speedMultiplier, ActionInfo info = null, SkillType skill = null, float levelModifier = 0.1F)
parameters:
- id: amount
type: System.Single
description: The amount to add to the <xref href="TinyLife.Goals.Project.Progress" data-throw-if-not-resolved="false"></xref>
- id: speed
type: TinyLife.GameSpeed
description: The current game speed
- id: speedMultiplier
type: System.Single
description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
- id: info
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
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
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.
content.vb: Public Overridable Sub MakeProgress(amount As Single, speed As GameSpeed, info As ActionInfo = Nothing, skill As SkillType = Nothing, levelModifier As Single = 0.1F)
content.vb: Public Overridable Sub MakeProgress(amount As Single, speedMultiplier As Single, info As ActionInfo = Nothing, skill As SkillType = Nothing, levelModifier As Single = 0.1F)
overload: TinyLife.Goals.Project.MakeProgress*
modifiers.csharp:
- public
@ -558,7 +558,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Remove
path: Goals/Project.cs
startLine: 98
@ -592,7 +592,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAndReduceDailyPay
path: Goals/Project.cs
startLine: 108
@ -629,7 +629,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetDailyPay
path: Goals/Project.cs
startLine: 123
@ -671,7 +671,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateActions
path: Goals/Project.cs
startLine: 138
@ -712,7 +712,7 @@ items:
remote:
path: TinyLife/Goals/Project.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetVarieties
path: Goals/Project.cs
startLine: 175
@ -1545,20 +1545,17 @@ references:
name: Skill
nameWithType: Skill
fullName: TinyLife.Skills.Skill
- uid: TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
commentId: M:TinyLife.Objects.Person.GetEfficiencyModifier(TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
- uid: TinyLife.GameImpl.Speed
commentId: P:TinyLife.GameImpl.Speed
isExternal: true
- uid: TinyLife.Objects.Person.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
commentId: M:TinyLife.Objects.Person.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
isExternal: true
- uid: TinyLife.Goals.Project.MakeProgress*
commentId: Overload:TinyLife.Goals.Project.MakeProgress
name: MakeProgress
nameWithType: Project.MakeProgress
fullName: TinyLife.Goals.Project.MakeProgress
- uid: TinyLife.GameSpeed
commentId: T:TinyLife.GameSpeed
parent: TinyLife
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: TinyLife.Actions.ActionInfo
commentId: T:TinyLife.Actions.ActionInfo
parent: TinyLife.Actions
@ -1571,11 +1568,6 @@ references:
name: SkillType
nameWithType: SkillType
fullName: TinyLife.Skills.SkillType
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -26,7 +26,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AbstractSpot
path: Objects/ActionSpot.cs
startLine: 14
@ -76,7 +76,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: YOffset
path: Objects/ActionSpot.cs
startLine: 19
@ -113,7 +113,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Offset
path: Objects/ActionSpot.cs
startLine: 23
@ -146,7 +146,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VisualOffset
path: Objects/ActionSpot.cs
startLine: 28
@ -179,14 +179,14 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ValidDirections
path: Objects/ActionSpot.cs
startLine: 34
assemblies:
- Tiny Life
namespace: TinyLife.Objects
summary: "\nThe <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: []
syntax:
content: protected readonly Direction2[] ValidDirections
@ -214,7 +214,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Group
path: Objects/ActionSpot.cs
startLine: 41
@ -247,7 +247,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawLayer
path: Objects/ActionSpot.cs
startLine: 46
@ -280,7 +280,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: Objects/ActionSpot.cs
startLine: 57
@ -328,7 +328,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetValidDirections
path: Objects/ActionSpot.cs
startLine: 69
@ -367,7 +367,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetLocation
path: Objects/ActionSpot.cs
startLine: 80
@ -409,7 +409,7 @@ items:
remote:
path: TinyLife/Objects/ActionSpot.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife.git
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoGroupsOverlap
path: Objects/ActionSpot.cs
startLine: 91
@ -881,14 +881,15 @@ references:
- uid: MLEM.Misc.Direction2.Up
commentId: F:MLEM.Misc.Direction2.Up
isExternal: true
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Typeless.TypelessAction
name: Sit(Person, Furniture, GameSpeed, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, GameSpeed, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, TinyLife.GameSpeed, TinyLife.Objects.ActionSpot)
isExternal: true
name: Sit(Person, Furniture, Single, ActionSpot)
nameWithType: TypelessAction.Sit(Person, Furniture, Single, ActionSpot)
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Single, TinyLife.Objects.ActionSpot)
spec.csharp:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -909,10 +910,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
@ -924,7 +926,7 @@ references:
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,TinyLife.GameSpeed,TinyLife.Objects.ActionSpot)
- uid: TinyLife.Actions.Typeless.TypelessAction.Sit(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
nameWithType: TypelessAction.Sit
fullName: TinyLife.Actions.Typeless.TypelessAction.Sit
@ -945,10 +947,11 @@ references:
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: TinyLife.GameSpeed
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

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

View file

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

View file

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

View file

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

View file

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

File diff suppressed because it is too large Load diff

View file

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

View file

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

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