This commit is contained in:
Ell 2023-03-31 13:26:13 +02:00
parent 87909d4ec6
commit bfbf38a5be
59 changed files with 2382 additions and 2537 deletions

View file

@ -1,23 +1,11 @@
# 0.30.0
*March 30, 2023*
*March 31, 2023*
![](media/changelog/0.30.0.png)
> Big Steps Towards Release
This version's full name is **0.30.0-pre2**, but previous versions of the in-game changelog viewer don't support displaying pre-release suffixes.
**This version is currently in preview. If you want to try it out, you can check out [this documentation article](https://docs.tinylifegame.com/articles/preview.html).**
Improvements
- Allow navigating the interaction menu's pages with the shoulder buttons when using a gamepad
- Randomly add items to trash cans at midnight occasionally to allow for special rummaging finds
- Made food quality and saturation not influence eating speed, but hunger need restoration speed
- Increase the friendship gain from random interactions with coworkers at work
- Improved the look and layout of update notifications in the main menu
- Made grilled cheese vegan-friendly
- Updated from .NET 6 to .NET 7
# 0.30.0-pre1
*March 28, 2023*
Read the devlog [on itch](https://ellpeck.itch.io/tiny-life/devlog/510006/0300-big-steps-towards-release) or [on Steam](https://store.steampowered.com/news/app/1651490/view/6492542378896226821).
Additions
- Added a few more decorative objects, including two lamps, cattails and lily pads
@ -31,7 +19,7 @@ Additions
- Added french localization by [YenSide](https://instagram.com/candice_mlng)
Improvements
- Cause links to be opened in the Steam overly on Steam Deck
- Cause links to be opened in the Steam overlay on Steam Deck
- Improved social action pathfinding, causing people to stop less
- Allow changing the cursor size in the accessibility options
- Made people much more likely to eat the food they cooked immediately
@ -44,6 +32,13 @@ Improvements
- Rebalance the amount of frienship and romance gain that actions give
- Massively reduce the markup of custom paintings
- Draw the build mode grid on the entire lot, rather than just in rooms
- Allow navigating the interaction menu's pages with the shoulder buttons when using a gamepad
- Randomly add items to trash cans at midnight occasionally to allow for special rummaging finds
- Made food quality and saturation not influence eating speed, but hunger need restoration speed
- Increase the friendship gain from random interactions with coworkers at work
- Improved the look and layout of update notifications in the main menu
- Made grilled cheese vegan-friendly
- Updated from .NET 6 to .NET 7
Fixes
- Fixed people being able to steal held items from other people

View file

@ -43,7 +43,7 @@
"TinyLife.Actions.Action.Map": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)": "TinyLife.Actions.Action.yml",
"TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)": "TinyLife.Actions.Action.yml",
@ -499,11 +499,50 @@
"TinyLife.Actions.CanExecuteResult.ResultType.Valid": "TinyLife.Actions.CanExecuteResult.ResultType.yml",
"TinyLife.Actions.CanExecuteResult.Type": "TinyLife.Actions.CanExecuteResult.yml",
"TinyLife.Actions.CanExecuteResult.Valid": "TinyLife.Actions.CanExecuteResult.yml",
"TinyLife.Actions.ChoicePromptInfo": "TinyLife.Actions.ChoicePromptInfo.yml",
"TinyLife.Actions.ChoicePromptInfo.#ctor(System.String,TinyLife.Actions.ChoicePromptInfo.Option[])": "TinyLife.Actions.ChoicePromptInfo.yml",
"TinyLife.Actions.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person,TinyLife.Uis.CoveringGroup)": "TinyLife.Actions.ChoicePromptInfo.yml",
"TinyLife.Actions.ChoicePromptInfo.Name": "TinyLife.Actions.ChoicePromptInfo.yml",
"TinyLife.Actions.ChoicePromptInfo.Option": "TinyLife.Actions.ChoicePromptInfo.Option.yml",
"TinyLife.Actions.ChoicePromptInfo.Option.#ctor(System.String,System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person},System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person},System.Func{TinyLife.Objects.Person,System.Single})": "TinyLife.Actions.ChoicePromptInfo.Option.yml",
"TinyLife.Actions.ChoicePromptInfo.Option.#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,System.Single})": "TinyLife.Actions.ChoicePromptInfo.Option.yml",
"TinyLife.Actions.ChoicePromptInfo.Option.#ctor(System.String,TinyLife.Emotions.EmotionType,TinyLife.Skills.SkillType,System.Single,System.Single,System.Single)": "TinyLife.Actions.ChoicePromptInfo.Option.yml",
"TinyLife.Actions.ChoicePromptInfo.Option.Execute(TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person,System.Boolean)": "TinyLife.Actions.ChoicePromptInfo.Option.yml",
"TinyLife.Actions.ChoicePromptInfo.Option.FailAction": "TinyLife.Actions.ChoicePromptInfo.Option.yml",
"TinyLife.Actions.ChoicePromptInfo.Option.Name": "TinyLife.Actions.ChoicePromptInfo.Option.yml",
"TinyLife.Actions.ChoicePromptInfo.Option.SuccessAction": "TinyLife.Actions.ChoicePromptInfo.Option.yml",
"TinyLife.Actions.ChoicePromptInfo.Option.SuccessChance": "TinyLife.Actions.ChoicePromptInfo.Option.yml",
"TinyLife.Actions.ChoicePromptInfo.Options": "TinyLife.Actions.ChoicePromptInfo.yml",
"TinyLife.Actions.CleanOutFridgeAction": "TinyLife.Actions.CleanOutFridgeAction.yml",
"TinyLife.Actions.CleanOutFridgeAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.CleanOutFridgeAction.yml",
"TinyLife.Actions.CleanOutFridgeAction.IsCompleted": "TinyLife.Actions.CleanOutFridgeAction.yml",
"TinyLife.Actions.CleanOutFridgeAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.CleanOutFridgeAction.yml",
"TinyLife.Actions.CleanOutFridgeAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.CleanOutFridgeAction.yml",
"TinyLife.Actions.CleanOutFridgeAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.CleanOutFridgeAction.yml",
"TinyLife.Actions.CompletionType": "TinyLife.Actions.CompletionType.yml",
"TinyLife.Actions.CompletionType.Active": "TinyLife.Actions.CompletionType.yml",
"TinyLife.Actions.CompletionType.Canceled": "TinyLife.Actions.CompletionType.yml",
"TinyLife.Actions.CompletionType.Completed": "TinyLife.Actions.CompletionType.yml",
"TinyLife.Actions.CompletionType.Failed": "TinyLife.Actions.CompletionType.yml",
"TinyLife.Actions.DebugAction": "TinyLife.Actions.DebugAction.yml",
"TinyLife.Actions.DebugAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.DebugAction.yml",
"TinyLife.Actions.DebugAction.Create(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate)": "TinyLife.Actions.DebugAction.yml",
"TinyLife.Actions.DebugAction.IsCompleted": "TinyLife.Actions.DebugAction.yml",
"TinyLife.Actions.DebugAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.DebugAction.yml",
"TinyLife.Actions.DebugAction.Run": "TinyLife.Actions.DebugAction.yml",
"TinyLife.Actions.DeferredAction": "TinyLife.Actions.DeferredAction.yml",
"TinyLife.Actions.DeferredAction.#ctor(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.DeferredAction.yml",
"TinyLife.Actions.DeferredAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.DeferredAction.yml",
"TinyLife.Actions.DeferredAction.Action": "TinyLife.Actions.DeferredAction.yml",
"TinyLife.Actions.DeferredAction.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.DeferredAction.yml",
"TinyLife.Actions.DeferredAction.CreateAction": "TinyLife.Actions.DeferredAction.yml",
"TinyLife.Actions.DeferredAction.FullyInProgress": "TinyLife.Actions.DeferredAction.yml",
"TinyLife.Actions.DeferredAction.Initialize": "TinyLife.Actions.DeferredAction.yml",
"TinyLife.Actions.DeferredAction.InProgressTime": "TinyLife.Actions.DeferredAction.yml",
"TinyLife.Actions.DeferredAction.IsCompleted": "TinyLife.Actions.DeferredAction.yml",
"TinyLife.Actions.DeferredAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.DeferredAction.yml",
"TinyLife.Actions.DeferredAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.DeferredAction.yml",
"TinyLife.Actions.DeferredAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.DeferredAction.yml",
"TinyLife.Actions.DieAction": "TinyLife.Actions.DieAction.yml",
"TinyLife.Actions.DieAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.DieAction.yml",
"TinyLife.Actions.DieAction.CanCancel(TinyLife.Actions.Action)": "TinyLife.Actions.DieAction.yml",
@ -555,6 +594,40 @@
"TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml",
"TinyLife.Actions.Handlers.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml",
"TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Action,TinyLife.Objects.Person)": "TinyLife.Actions.Handlers.UnderlyingActionHandler.yml",
"TinyLife.Actions.HelpAction": "TinyLife.Actions.HelpAction.yml",
"TinyLife.Actions.HelpAction.#ctor(TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.Person)": "TinyLife.Actions.HelpAction.yml",
"TinyLife.Actions.HelpAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.Person)": "TinyLife.Actions.HelpAction.yml",
"TinyLife.Actions.HelpAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.HelpAction.yml",
"TinyLife.Actions.HelpAction.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.HelpAction.yml",
"TinyLife.Actions.HelpAction.CreateActions(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate,TinyLife.Actions.ActionType.CanExecuteDelegate,System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.ActionType.AiSettings})": "TinyLife.Actions.HelpAction.yml",
"TinyLife.Actions.HelpAction.CreateFirstActions": "TinyLife.Actions.HelpAction.yml",
"TinyLife.Actions.HelpAction.CreateHelpedAction(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.HelpAction.yml",
"TinyLife.Actions.HelpAction.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.HelpAction.yml",
"TinyLife.Actions.HelpAction.HelpedAction": "TinyLife.Actions.HelpAction.yml",
"TinyLife.Actions.HelpAction.Helper": "TinyLife.Actions.HelpAction.yml",
"TinyLife.Actions.HelpAction.InitializeConversation": "TinyLife.Actions.HelpAction.yml",
"TinyLife.Actions.HelpAction.IsHelper": "TinyLife.Actions.HelpAction.yml",
"TinyLife.Actions.HelpAction.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)": "TinyLife.Actions.HelpAction.yml",
"TinyLife.Actions.HelpAction.OnHelpedActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType)": "TinyLife.Actions.HelpAction.yml",
"TinyLife.Actions.HelpAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.HelpAction.yml",
"TinyLife.Actions.HelpAction.UpdateHelpedAction(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.HelpAction.yml",
"TinyLife.Actions.HelpAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.HelpAction.yml",
"TinyLife.Actions.HoldingPersonAction": "TinyLife.Actions.HoldingPersonAction.yml",
"TinyLife.Actions.HoldingPersonAction.#ctor(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.HoldingPersonAction.yml",
"TinyLife.Actions.HoldingPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.HoldingPersonAction.yml",
"TinyLife.Actions.HoldingPersonAction.CanCancel(TinyLife.Actions.Action)": "TinyLife.Actions.HoldingPersonAction.yml",
"TinyLife.Actions.HoldingPersonAction.CreateFirstActions": "TinyLife.Actions.HoldingPersonAction.yml",
"TinyLife.Actions.HoldingPersonAction.CreateLastActions": "TinyLife.Actions.HoldingPersonAction.yml",
"TinyLife.Actions.HoldingPersonAction.IsHoldingParty": "TinyLife.Actions.HoldingPersonAction.yml",
"TinyLife.Actions.MakeTeaAction": "TinyLife.Actions.MakeTeaAction.yml",
"TinyLife.Actions.MakeTeaAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Skills.FoodType)": "TinyLife.Actions.MakeTeaAction.yml",
"TinyLife.Actions.MakeTeaAction.AndThenInitialize": "TinyLife.Actions.MakeTeaAction.yml",
"TinyLife.Actions.MakeTeaAction.AndThenIsCompleted": "TinyLife.Actions.MakeTeaAction.yml",
"TinyLife.Actions.MakeTeaAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.MakeTeaAction.yml",
"TinyLife.Actions.MakeTeaAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.MakeTeaAction.yml",
"TinyLife.Actions.MakeTeaAction.CreateFirstActions": "TinyLife.Actions.MakeTeaAction.yml",
"TinyLife.Actions.MakeTeaAction.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.Actions.MakeTeaAction.yml",
"TinyLife.Actions.MakeTeaAction.OnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)": "TinyLife.Actions.MakeTeaAction.yml",
"TinyLife.Actions.MultiAction": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.#ctor(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.MultiAction.yml",
"TinyLife.Actions.MultiAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.MultiAction.yml",
@ -616,11 +689,30 @@
"TinyLife.Actions.PathfindAction.SpeedMultiplier": "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.PathfindToPersonAction": "TinyLife.Actions.PathfindToPersonAction.yml",
"TinyLife.Actions.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.PathfindToPersonAction.yml",
"TinyLife.Actions.PathfindToPersonAction.DriveSpeedMultiplier": "TinyLife.Actions.PathfindToPersonAction.yml",
"TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime": "TinyLife.Actions.PathfindToPersonAction.yml",
"TinyLife.Actions.PathfindToPersonAction.IsCompleted": "TinyLife.Actions.PathfindToPersonAction.yml",
"TinyLife.Actions.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.PathfindToPersonAction.yml",
"TinyLife.Actions.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.PathfindToPersonAction.yml",
"TinyLife.Actions.PathfindToPersonAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.PathfindToPersonAction.yml",
"TinyLife.Actions.PathfindToPersonAction.WalkSpeedMultiplier": "TinyLife.Actions.PathfindToPersonAction.yml",
"TinyLife.Actions.PickUpPersonAction": "TinyLife.Actions.PickUpPersonAction.yml",
"TinyLife.Actions.PickUpPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.PickUpPersonAction.yml",
"TinyLife.Actions.PickUpPersonAction.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.PickUpPersonAction.yml",
"TinyLife.Actions.PickUpPersonAction.InitializeConversation": "TinyLife.Actions.PickUpPersonAction.yml",
"TinyLife.Actions.PickUpPersonAction.IsConversationCompleted": "TinyLife.Actions.PickUpPersonAction.yml",
"TinyLife.Actions.PutAwayAction": "TinyLife.Actions.PutAwayAction.yml",
"TinyLife.Actions.PutAwayAction.AndThenInitialize": "TinyLife.Actions.PutAwayAction.yml",
"TinyLife.Actions.PutAwayAction.AndThenIsCompleted": "TinyLife.Actions.PutAwayAction.yml",
"TinyLife.Actions.PutAwayAction.CreateFirstActions": "TinyLife.Actions.PutAwayAction.yml",
"TinyLife.Actions.PutAwayAction.Items": "TinyLife.Actions.PutAwayAction.yml",
"TinyLife.Actions.PutDownPersonAction": "TinyLife.Actions.PutDownPersonAction.yml",
"TinyLife.Actions.PutDownPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.PutDownPersonAction.yml",
"TinyLife.Actions.PutDownPersonAction.AndThenInitialize": "TinyLife.Actions.PutDownPersonAction.yml",
"TinyLife.Actions.PutDownPersonAction.AndThenIsCompleted": "TinyLife.Actions.PutDownPersonAction.yml",
"TinyLife.Actions.PutDownPersonAction.CreateFirstActions": "TinyLife.Actions.PutDownPersonAction.yml",
"TinyLife.Actions.SellAction": "TinyLife.Actions.SellAction.yml",
"TinyLife.Actions.SellAction.AndThenInitialize": "TinyLife.Actions.SellAction.yml",
"TinyLife.Actions.SellAction.AndThenIsCompleted": "TinyLife.Actions.SellAction.yml",
@ -720,44 +812,28 @@
"TinyLife.Actions.TalkAction.TalkSettings.TalkMinutes": "TinyLife.Actions.TalkAction.TalkSettings.yml",
"TinyLife.Actions.TalkAction.TalkSettings.Update(TinyLife.Actions.SocialAction,Microsoft.Xna.Framework.GameTime,System.Single)": "TinyLife.Actions.TalkAction.TalkSettings.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.DeferredAction": "TinyLife.Actions.Typeless.DeferredAction.yml",
"TinyLife.Actions.Typeless.DeferredAction.#ctor(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.Typeless.DeferredAction.yml",
"TinyLife.Actions.Typeless.DeferredAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.Typeless.DeferredAction.yml",
"TinyLife.Actions.Typeless.DeferredAction.Action": "TinyLife.Actions.Typeless.DeferredAction.yml",
"TinyLife.Actions.Typeless.DeferredAction.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.Typeless.DeferredAction.yml",
"TinyLife.Actions.Typeless.DeferredAction.CreateAction": "TinyLife.Actions.Typeless.DeferredAction.yml",
"TinyLife.Actions.Typeless.DeferredAction.FullyInProgress": "TinyLife.Actions.Typeless.DeferredAction.yml",
"TinyLife.Actions.Typeless.DeferredAction.Initialize": "TinyLife.Actions.Typeless.DeferredAction.yml",
"TinyLife.Actions.Typeless.DeferredAction.InProgressTime": "TinyLife.Actions.Typeless.DeferredAction.yml",
"TinyLife.Actions.Typeless.DeferredAction.IsCompleted": "TinyLife.Actions.Typeless.DeferredAction.yml",
"TinyLife.Actions.Typeless.DeferredAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Typeless.DeferredAction.yml",
"TinyLife.Actions.Typeless.DeferredAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Typeless.DeferredAction.yml",
"TinyLife.Actions.Typeless.DeferredAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.Typeless.DeferredAction.yml",
"TinyLife.Actions.Typeless.PathfindToPersonAction": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml",
"TinyLife.Actions.Typeless.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml",
"TinyLife.Actions.Typeless.PathfindToPersonAction.DriveSpeedMultiplier": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml",
"TinyLife.Actions.Typeless.PathfindToPersonAction.GetMaxPathfindTime": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml",
"TinyLife.Actions.Typeless.PathfindToPersonAction.IsCompleted": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml",
"TinyLife.Actions.Typeless.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml",
"TinyLife.Actions.Typeless.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml",
"TinyLife.Actions.Typeless.PathfindToPersonAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml",
"TinyLife.Actions.Typeless.PathfindToPersonAction.WalkSpeedMultiplier": "TinyLife.Actions.Typeless.PathfindToPersonAction.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",
"TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.Initialize": "TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml",
"TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.IsCompleted": "TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml",
"TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml",
"TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.TryToLeaveRoom(TinyLife.World.Room,TinyLife.Objects.Person)": "TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.yml",
"TinyLife.Actions.Typeless.TryGoHereAction": "TinyLife.Actions.Typeless.TryGoHereAction.yml",
"TinyLife.Actions.Typeless.TryGoHereAction.#ctor(TinyLife.Actions.ActionInfo,System.Collections.Generic.List{Microsoft.Xna.Framework.Point})": "TinyLife.Actions.Typeless.TryGoHereAction.yml",
"TinyLife.Actions.Typeless.TryGoHereAction.Initialize": "TinyLife.Actions.Typeless.TryGoHereAction.yml",
"TinyLife.Actions.Typeless.TryGoHereAction.IsCompleted": "TinyLife.Actions.Typeless.TryGoHereAction.yml",
"TinyLife.Actions.Typeless.TryGoHereAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Typeless.TryGoHereAction.yml",
"TinyLife.Actions.Typeless.TryGoHereAction.PositionsToTry": "TinyLife.Actions.Typeless.TryGoHereAction.yml",
"TinyLife.Actions.Typeless.TryGoHereAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Typeless.TryGoHereAction.yml",
"TinyLife.Actions.Typeless.TryGoHereAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.Typeless.TryGoHereAction.yml",
"TinyLife.Actions.TellPeopleToLeaveRoomAction": "TinyLife.Actions.TellPeopleToLeaveRoomAction.yml",
"TinyLife.Actions.TellPeopleToLeaveRoomAction.#ctor(TinyLife.Actions.ActionInfo,System.Guid[])": "TinyLife.Actions.TellPeopleToLeaveRoomAction.yml",
"TinyLife.Actions.TellPeopleToLeaveRoomAction.ExcludedPeople": "TinyLife.Actions.TellPeopleToLeaveRoomAction.yml",
"TinyLife.Actions.TellPeopleToLeaveRoomAction.Initialize": "TinyLife.Actions.TellPeopleToLeaveRoomAction.yml",
"TinyLife.Actions.TellPeopleToLeaveRoomAction.IsCompleted": "TinyLife.Actions.TellPeopleToLeaveRoomAction.yml",
"TinyLife.Actions.TellPeopleToLeaveRoomAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.TellPeopleToLeaveRoomAction.yml",
"TinyLife.Actions.TellPeopleToLeaveRoomAction.TryToLeaveRoom(TinyLife.World.Room,TinyLife.Objects.Person)": "TinyLife.Actions.TellPeopleToLeaveRoomAction.yml",
"TinyLife.Actions.TryGoHereAction": "TinyLife.Actions.TryGoHereAction.yml",
"TinyLife.Actions.TryGoHereAction.#ctor(TinyLife.Actions.ActionInfo,System.Collections.Generic.List{Microsoft.Xna.Framework.Point})": "TinyLife.Actions.TryGoHereAction.yml",
"TinyLife.Actions.TryGoHereAction.Initialize": "TinyLife.Actions.TryGoHereAction.yml",
"TinyLife.Actions.TryGoHereAction.IsCompleted": "TinyLife.Actions.TryGoHereAction.yml",
"TinyLife.Actions.TryGoHereAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.TryGoHereAction.yml",
"TinyLife.Actions.TryGoHereAction.PositionsToTry": "TinyLife.Actions.TryGoHereAction.yml",
"TinyLife.Actions.TryGoHereAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.TryGoHereAction.yml",
"TinyLife.Actions.TryGoHereAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.TryGoHereAction.yml",
"TinyLife.Actions.UseDiaperAction": "TinyLife.Actions.UseDiaperAction.yml",
"TinyLife.Actions.UseDiaperAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.UseDiaperAction.yml",
"TinyLife.Actions.UseDiaperAction.CanCancel(TinyLife.Actions.Action)": "TinyLife.Actions.UseDiaperAction.yml",
"TinyLife.Actions.UseDiaperAction.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.UseDiaperAction.yml",
"TinyLife.Actions.UseDiaperAction.IsCompleted": "TinyLife.Actions.UseDiaperAction.yml",
"TinyLife.Actions.UseDiaperAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.UseDiaperAction.yml",
"TinyLife.Actions.UseDiaperAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.UseDiaperAction.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",
@ -790,38 +866,12 @@
"TinyLife.Actions.WorkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.WorkAction.yml",
"TinyLife.Actions.WorkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.WorkAction.yml",
"TinyLife.Actions.WorkAction.PreInitialize": "TinyLife.Actions.WorkAction.yml",
"TinyLife.ChoicePromptInfo": "TinyLife.ChoicePromptInfo.yml",
"TinyLife.ChoicePromptInfo.#ctor(System.String,TinyLife.ChoicePromptInfo.Option[])": "TinyLife.ChoicePromptInfo.yml",
"TinyLife.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person,TinyLife.Uis.CoveringGroup)": "TinyLife.ChoicePromptInfo.yml",
"TinyLife.ChoicePromptInfo.Name": "TinyLife.ChoicePromptInfo.yml",
"TinyLife.ChoicePromptInfo.Option": "TinyLife.ChoicePromptInfo.Option.yml",
"TinyLife.ChoicePromptInfo.Option.#ctor(System.String,System.Action{TinyLife.ChoicePromptInfo,TinyLife.Objects.Person},System.Action{TinyLife.ChoicePromptInfo,TinyLife.Objects.Person},System.Func{TinyLife.Objects.Person,System.Single})": "TinyLife.ChoicePromptInfo.Option.yml",
"TinyLife.ChoicePromptInfo.Option.#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,System.Single})": "TinyLife.ChoicePromptInfo.Option.yml",
"TinyLife.ChoicePromptInfo.Option.#ctor(System.String,TinyLife.Emotions.EmotionType,TinyLife.Skills.SkillType,System.Single,System.Single,System.Single)": "TinyLife.ChoicePromptInfo.Option.yml",
"TinyLife.ChoicePromptInfo.Option.Execute(TinyLife.ChoicePromptInfo,TinyLife.Objects.Person,System.Boolean)": "TinyLife.ChoicePromptInfo.Option.yml",
"TinyLife.ChoicePromptInfo.Option.FailAction": "TinyLife.ChoicePromptInfo.Option.yml",
"TinyLife.ChoicePromptInfo.Option.Name": "TinyLife.ChoicePromptInfo.Option.yml",
"TinyLife.ChoicePromptInfo.Option.SuccessAction": "TinyLife.ChoicePromptInfo.Option.yml",
"TinyLife.ChoicePromptInfo.Option.SuccessChance": "TinyLife.ChoicePromptInfo.Option.yml",
"TinyLife.ChoicePromptInfo.Options": "TinyLife.ChoicePromptInfo.yml",
"TinyLife.CleanOutFridgeAction": "TinyLife.CleanOutFridgeAction.yml",
"TinyLife.CleanOutFridgeAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.CleanOutFridgeAction.yml",
"TinyLife.CleanOutFridgeAction.IsCompleted": "TinyLife.CleanOutFridgeAction.yml",
"TinyLife.CleanOutFridgeAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.CleanOutFridgeAction.yml",
"TinyLife.CleanOutFridgeAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.CleanOutFridgeAction.yml",
"TinyLife.CleanOutFridgeAction.Validate(TinyLife.Objects.Person)": "TinyLife.CleanOutFridgeAction.yml",
"TinyLife.Debug": "TinyLife.Debug.yml",
"TinyLife.Debug.CheatDelegate": "TinyLife.Debug.CheatDelegate.yml",
"TinyLife.Debug.Cheats": "TinyLife.Debug.yml",
"TinyLife.Debug.DebugDelegate": "TinyLife.Debug.DebugDelegate.yml",
"TinyLife.Debug.DebugLines": "TinyLife.Debug.yml",
"TinyLife.Debug.TryCheat(System.String)": "TinyLife.Debug.yml",
"TinyLife.DebugAction": "TinyLife.DebugAction.yml",
"TinyLife.DebugAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.DebugAction.yml",
"TinyLife.DebugAction.Create(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate)": "TinyLife.DebugAction.yml",
"TinyLife.DebugAction.IsCompleted": "TinyLife.DebugAction.yml",
"TinyLife.DebugAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.DebugAction.yml",
"TinyLife.DebugAction.Run": "TinyLife.DebugAction.yml",
"TinyLife.Emotions": "TinyLife.Emotions.yml",
"TinyLife.Emotions.CombinedEmotionSource": "TinyLife.Emotions.CombinedEmotionSource.yml",
"TinyLife.Emotions.CombinedEmotionSource.#ctor(TinyLife.Emotions.IEmotionSource[])": "TinyLife.Emotions.CombinedEmotionSource.yml",
@ -1392,31 +1442,6 @@
"TinyLife.Goals.TimedGoal.GetProgress": "TinyLife.Goals.TimedGoal.yml",
"TinyLife.Goals.TimedGoal.Reset": "TinyLife.Goals.TimedGoal.yml",
"TinyLife.Goals.TimedGoal.Trigger(System.TimeSpan)": "TinyLife.Goals.TimedGoal.yml",
"TinyLife.HelpAction": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.#ctor(TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.Person)": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.Person)": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.CanMultitask(TinyLife.Actions.Action)": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.CreateActions(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate,TinyLife.Actions.ActionType.CanExecuteDelegate,System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.ActionType.AiSettings})": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.CreateFirstActions": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.CreateHelpedAction(TinyLife.Actions.ActionInfo)": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.HelpedAction": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.Helper": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.InitializeConversation": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.IsHelper": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.OnHelpedActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType)": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.UpdateHelpedAction(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.HelpAction.yml",
"TinyLife.HelpAction.Validate(TinyLife.Objects.Person)": "TinyLife.HelpAction.yml",
"TinyLife.HoldingPersonAction": "TinyLife.HoldingPersonAction.yml",
"TinyLife.HoldingPersonAction.#ctor(TinyLife.Actions.ActionInfo)": "TinyLife.HoldingPersonAction.yml",
"TinyLife.HoldingPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.HoldingPersonAction.yml",
"TinyLife.HoldingPersonAction.CanCancel(TinyLife.Actions.Action)": "TinyLife.HoldingPersonAction.yml",
"TinyLife.HoldingPersonAction.CreateFirstActions": "TinyLife.HoldingPersonAction.yml",
"TinyLife.HoldingPersonAction.CreateLastActions": "TinyLife.HoldingPersonAction.yml",
"TinyLife.HoldingPersonAction.IsHoldingParty": "TinyLife.HoldingPersonAction.yml",
"TinyLife.LnCategory": "TinyLife.LnCategory.yml",
"TinyLife.LnCategory.Achievements": "TinyLife.LnCategory.yml",
"TinyLife.LnCategory.Actions": "TinyLife.LnCategory.yml",
@ -1441,15 +1466,6 @@
"TinyLife.Localization.Names": "TinyLife.Localization.yml",
"TinyLife.Localization.Reload": "TinyLife.Localization.yml",
"TinyLife.Localization.SetLanguage(System.String)": "TinyLife.Localization.yml",
"TinyLife.MakeTeaAction": "TinyLife.MakeTeaAction.yml",
"TinyLife.MakeTeaAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Skills.FoodType)": "TinyLife.MakeTeaAction.yml",
"TinyLife.MakeTeaAction.AndThenInitialize": "TinyLife.MakeTeaAction.yml",
"TinyLife.MakeTeaAction.AndThenIsCompleted": "TinyLife.MakeTeaAction.yml",
"TinyLife.MakeTeaAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.MakeTeaAction.yml",
"TinyLife.MakeTeaAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.MakeTeaAction.yml",
"TinyLife.MakeTeaAction.CreateFirstActions": "TinyLife.MakeTeaAction.yml",
"TinyLife.MakeTeaAction.GetNextAction(TinyLife.Actions.CompletionType)": "TinyLife.MakeTeaAction.yml",
"TinyLife.MakeTeaAction.OnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)": "TinyLife.MakeTeaAction.yml",
"TinyLife.Mods": "TinyLife.Mods.yml",
"TinyLife.Mods.EventPhase": "TinyLife.Mods.EventPhase.yml",
"TinyLife.Mods.EventPhase.Post": "TinyLife.Mods.EventPhase.yml",
@ -2604,16 +2620,6 @@
"TinyLife.PersonalityType.Types": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Vegan": "TinyLife.PersonalityType.yml",
"TinyLife.PersonalityType.Vegetarian": "TinyLife.PersonalityType.yml",
"TinyLife.PickUpPersonAction": "TinyLife.PickUpPersonAction.yml",
"TinyLife.PickUpPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.PickUpPersonAction.yml",
"TinyLife.PickUpPersonAction.CanMultitask(TinyLife.Actions.Action)": "TinyLife.PickUpPersonAction.yml",
"TinyLife.PickUpPersonAction.InitializeConversation": "TinyLife.PickUpPersonAction.yml",
"TinyLife.PickUpPersonAction.IsConversationCompleted": "TinyLife.PickUpPersonAction.yml",
"TinyLife.PutDownPersonAction": "TinyLife.PutDownPersonAction.yml",
"TinyLife.PutDownPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.PutDownPersonAction.yml",
"TinyLife.PutDownPersonAction.AndThenInitialize": "TinyLife.PutDownPersonAction.yml",
"TinyLife.PutDownPersonAction.AndThenIsCompleted": "TinyLife.PutDownPersonAction.yml",
"TinyLife.PutDownPersonAction.CreateFirstActions": "TinyLife.PutDownPersonAction.yml",
"TinyLife.Relationship": "TinyLife.Relationship.yml",
"TinyLife.Relationship.AddRecentSocial(TinyLife.Actions.ActionType)": "TinyLife.Relationship.yml",
"TinyLife.Relationship.CreatePanel(TinyLife.Objects.Person,TinyLife.Objects.Person,TinyLife.Relationship,Microsoft.Xna.Framework.Vector2)": "TinyLife.Relationship.yml",
@ -3061,13 +3067,6 @@
"TinyLife.Uis.NotifType.VeryImportant": "TinyLife.Uis.NotifType.yml",
"TinyLife.Uis.NotifType.VeryPositive": "TinyLife.Uis.NotifType.yml",
"TinyLife.Uis.NotifType.Warning": "TinyLife.Uis.NotifType.yml",
"TinyLife.UseDiaperAction": "TinyLife.UseDiaperAction.yml",
"TinyLife.UseDiaperAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.UseDiaperAction.yml",
"TinyLife.UseDiaperAction.CanCancel(TinyLife.Actions.Action)": "TinyLife.UseDiaperAction.yml",
"TinyLife.UseDiaperAction.CanMultitask(TinyLife.Actions.Action)": "TinyLife.UseDiaperAction.yml",
"TinyLife.UseDiaperAction.IsCompleted": "TinyLife.UseDiaperAction.yml",
"TinyLife.UseDiaperAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.UseDiaperAction.yml",
"TinyLife.UseDiaperAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.UseDiaperAction.yml",
"TinyLife.Utilities": "TinyLife.Utilities.yml",
"TinyLife.Utilities.ColorScheme": "TinyLife.Utilities.ColorScheme.yml",
"TinyLife.Utilities.ColorScheme.Bricks": "TinyLife.Utilities.ColorScheme.yml",

View file

@ -46,7 +46,7 @@ items:
- TinyLife.Actions.Action.Map
- TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
- TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
- TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
@ -98,17 +98,17 @@ items:
- System.Object
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
derivedClasses:
- TinyLife.Actions.CleanOutFridgeAction
- TinyLife.Actions.DebugAction
- TinyLife.Actions.DeferredAction
- TinyLife.Actions.DieAction
- TinyLife.Actions.MultiAction
- TinyLife.Actions.PathfindAction
- TinyLife.Actions.PathfindToPersonAction
- TinyLife.Actions.SocialAction.StartPartnerAction
- TinyLife.Actions.Typeless.DeferredAction
- TinyLife.Actions.Typeless.PathfindToPersonAction
- TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
- TinyLife.Actions.Typeless.TryGoHereAction
- TinyLife.CleanOutFridgeAction
- TinyLife.DebugAction
- TinyLife.UseDiaperAction
- TinyLife.Actions.TellPeopleToLeaveRoomAction
- TinyLife.Actions.TryGoHereAction
- TinyLife.Actions.UseDiaperAction
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
@ -1307,16 +1307,16 @@ items:
nameWithType.vb: Action.OpenTextPrompt(String, Action(Of String), Predicate(Of String), TextField.Rule, String, TextureRegion)
fullName.vb: TinyLife.Actions.Action.OpenTextPrompt(String, System.Action(Of String), System.Predicate(Of String), MLEM.Ui.Elements.TextField.Rule, String, MLEM.Textures.TextureRegion)
name.vb: OpenTextPrompt(String, Action(Of String), Predicate(Of String), Rule, String, TextureRegion)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
id: OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
id: OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
parent: TinyLife.Actions.Action
langs:
- csharp
- vb
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
type: Method
source:
remote:
@ -1329,13 +1329,13 @@ items:
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nOpens a text prompt (<xref href=\"TinyLife.Actions.Action.OpenTextPrompt(System.String%2cSystem.Action%7bSystem.String%7d%2cSystem.Predicate%7bSystem.String%7d%2cMLEM.Ui.Elements.TextField.Rule%2cSystem.String%2cMLEM.Textures.TextureRegion)\" data-throw-if-not-resolved=\"false\"></xref>) that uses the <xref href=\"TinyLife.ChoicePromptInfo\" data-throw-if-not-resolved=\"false\"></xref> system to display a set of options to the player, one of which is randomly chosen to be &quot;correct&quot;, causing a positive effect to happen.\n"
summary: "\nOpens a text prompt (<xref href=\"TinyLife.Actions.Action.OpenTextPrompt(System.String%2cSystem.Action%7bSystem.String%7d%2cSystem.Predicate%7bSystem.String%7d%2cMLEM.Ui.Elements.TextField.Rule%2cSystem.String%2cMLEM.Textures.TextureRegion)\" data-throw-if-not-resolved=\"false\"></xref>) that uses the <xref href=\"TinyLife.Actions.ChoicePromptInfo\" data-throw-if-not-resolved=\"false\"></xref> system to display a set of options to the player, one of which is randomly chosen to be &quot;correct&quot;, causing a positive effect to happen.\n"
example: []
syntax:
content: public CoveringGroup OpenChoicePrompt(ChoicePromptInfo info)
parameters:
- id: info
type: TinyLife.ChoicePromptInfo
type: TinyLife.Actions.ChoicePromptInfo
description: The choice prompt information to display.
return:
type: TinyLife.Uis.CoveringGroup
@ -4611,22 +4611,17 @@ references:
name: TextureRegion
isExternal: true
- name: )
- uid: TinyLife.ChoicePromptInfo
commentId: T:TinyLife.ChoicePromptInfo
parent: TinyLife
- uid: TinyLife.Actions.ChoicePromptInfo
commentId: T:TinyLife.Actions.ChoicePromptInfo
parent: TinyLife.Actions
name: ChoicePromptInfo
nameWithType: ChoicePromptInfo
fullName: TinyLife.ChoicePromptInfo
fullName: TinyLife.Actions.ChoicePromptInfo
- uid: TinyLife.Actions.Action.OpenChoicePrompt*
commentId: Overload:TinyLife.Actions.Action.OpenChoicePrompt
name: OpenChoicePrompt
nameWithType: Action.OpenChoicePrompt
fullName: TinyLife.Actions.Action.OpenChoicePrompt
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.Actions.ActionType.PracticeJokes
commentId: F:TinyLife.Actions.ActionType.PracticeJokes
name: PracticeJokes
@ -4741,6 +4736,11 @@ references:
name: NeedType
nameWithType: NeedType
fullName: TinyLife.NeedType
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- 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

View file

@ -86,7 +86,7 @@ items:
- TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
@ -1292,24 +1292,24 @@ references:
name: TextureRegion
isExternal: true
- name: )
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
parent: TinyLife.Actions.Action
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)

View file

@ -84,7 +84,7 @@ items:
- TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
@ -1400,24 +1400,24 @@ references:
name: TextureRegion
isExternal: true
- name: )
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
parent: TinyLife.Actions.Action
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)

View file

@ -1,24 +1,24 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.ChoicePromptInfo.Option
commentId: T:TinyLife.ChoicePromptInfo.Option
- uid: TinyLife.Actions.ChoicePromptInfo.Option
commentId: T:TinyLife.Actions.ChoicePromptInfo.Option
id: ChoicePromptInfo.Option
parent: TinyLife
parent: TinyLife.Actions
children:
- TinyLife.ChoicePromptInfo.Option.#ctor(System.String,System.Action{TinyLife.ChoicePromptInfo,TinyLife.Objects.Person},System.Action{TinyLife.ChoicePromptInfo,TinyLife.Objects.Person},System.Func{TinyLife.Objects.Person,System.Single})
- TinyLife.ChoicePromptInfo.Option.#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,System.Single})
- TinyLife.ChoicePromptInfo.Option.#ctor(System.String,TinyLife.Emotions.EmotionType,TinyLife.Skills.SkillType,System.Single,System.Single,System.Single)
- TinyLife.ChoicePromptInfo.Option.Execute(TinyLife.ChoicePromptInfo,TinyLife.Objects.Person,System.Boolean)
- TinyLife.ChoicePromptInfo.Option.FailAction
- TinyLife.ChoicePromptInfo.Option.Name
- TinyLife.ChoicePromptInfo.Option.SuccessAction
- TinyLife.ChoicePromptInfo.Option.SuccessChance
- TinyLife.Actions.ChoicePromptInfo.Option.#ctor(System.String,System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person},System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person},System.Func{TinyLife.Objects.Person,System.Single})
- TinyLife.Actions.ChoicePromptInfo.Option.#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,System.Single})
- TinyLife.Actions.ChoicePromptInfo.Option.#ctor(System.String,TinyLife.Emotions.EmotionType,TinyLife.Skills.SkillType,System.Single,System.Single,System.Single)
- TinyLife.Actions.ChoicePromptInfo.Option.Execute(TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person,System.Boolean)
- TinyLife.Actions.ChoicePromptInfo.Option.FailAction
- TinyLife.Actions.ChoicePromptInfo.Option.Name
- TinyLife.Actions.ChoicePromptInfo.Option.SuccessAction
- TinyLife.Actions.ChoicePromptInfo.Option.SuccessChance
langs:
- csharp
- vb
name: ChoicePromptInfo.Option
nameWithType: ChoicePromptInfo.Option
fullName: TinyLife.ChoicePromptInfo.Option
fullName: TinyLife.Actions.ChoicePromptInfo.Option
type: Class
source:
remote:
@ -30,8 +30,8 @@ items:
startLine: 70
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nAn option is a possible action and outcome for a <xref href=\"TinyLife.ChoicePromptInfo\" data-throw-if-not-resolved=\"false\"></xref>. It is randomly chosen to be correct or incorrect, based on a multitude of factors that can be specified in the constructors.\n"
namespace: TinyLife.Actions
summary: "\nAn option is a possible action and outcome for a <xref href=\"TinyLife.Actions.ChoicePromptInfo\" data-throw-if-not-resolved=\"false\"></xref>. It is randomly chosen to be correct or incorrect, based on a multitude of factors that can be specified in the constructors.\n"
example: []
syntax:
content: public class ChoicePromptInfo.Option
@ -47,17 +47,17 @@ items:
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- TinyLife.ChoicePromptInfo.Option.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.ChoicePromptInfo.Option.Name
commentId: F:TinyLife.ChoicePromptInfo.Option.Name
- TinyLife.Actions.ChoicePromptInfo.Option.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.ChoicePromptInfo.Option.Name
commentId: F:TinyLife.Actions.ChoicePromptInfo.Option.Name
id: Name
parent: TinyLife.ChoicePromptInfo.Option
parent: TinyLife.Actions.ChoicePromptInfo.Option
langs:
- csharp
- vb
name: Name
nameWithType: ChoicePromptInfo.Option.Name
fullName: TinyLife.ChoicePromptInfo.Option.Name
fullName: TinyLife.Actions.ChoicePromptInfo.Option.Name
type: Field
source:
remote:
@ -69,7 +69,7 @@ items:
startLine: 75
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
summary: "\nThis option&apos;s name, which will be localized.\n"
example: []
syntax:
@ -77,16 +77,16 @@ items:
return:
type: System.String
content.vb: Public ReadOnly Name As String
- uid: TinyLife.ChoicePromptInfo.Option.SuccessAction
commentId: F:TinyLife.ChoicePromptInfo.Option.SuccessAction
- uid: TinyLife.Actions.ChoicePromptInfo.Option.SuccessAction
commentId: F:TinyLife.Actions.ChoicePromptInfo.Option.SuccessAction
id: SuccessAction
parent: TinyLife.ChoicePromptInfo.Option
parent: TinyLife.Actions.ChoicePromptInfo.Option
langs:
- csharp
- vb
name: SuccessAction
nameWithType: ChoicePromptInfo.Option.SuccessAction
fullName: TinyLife.ChoicePromptInfo.Option.SuccessAction
fullName: TinyLife.Actions.ChoicePromptInfo.Option.SuccessAction
type: Field
source:
remote:
@ -98,24 +98,24 @@ items:
startLine: 79
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
summary: "\nThe action that should be invoked when this option is chosen as the correct option when the player selects it.\n"
example: []
syntax:
content: public readonly Action<ChoicePromptInfo, Person> SuccessAction
return:
type: System.Action{TinyLife.ChoicePromptInfo,TinyLife.Objects.Person}
type: System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person}
content.vb: Public ReadOnly SuccessAction As Action(Of ChoicePromptInfo, Person)
- uid: TinyLife.ChoicePromptInfo.Option.FailAction
commentId: F:TinyLife.ChoicePromptInfo.Option.FailAction
- uid: TinyLife.Actions.ChoicePromptInfo.Option.FailAction
commentId: F:TinyLife.Actions.ChoicePromptInfo.Option.FailAction
id: FailAction
parent: TinyLife.ChoicePromptInfo.Option
parent: TinyLife.Actions.ChoicePromptInfo.Option
langs:
- csharp
- vb
name: FailAction
nameWithType: ChoicePromptInfo.Option.FailAction
fullName: TinyLife.ChoicePromptInfo.Option.FailAction
fullName: TinyLife.Actions.ChoicePromptInfo.Option.FailAction
type: Field
source:
remote:
@ -127,24 +127,24 @@ items:
startLine: 83
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
summary: "\nThe action that should be invoked when this option is chosen as the incorrect option when the player selects it.\n"
example: []
syntax:
content: public readonly Action<ChoicePromptInfo, Person> FailAction
return:
type: System.Action{TinyLife.ChoicePromptInfo,TinyLife.Objects.Person}
type: System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person}
content.vb: Public ReadOnly FailAction As Action(Of ChoicePromptInfo, Person)
- uid: TinyLife.ChoicePromptInfo.Option.SuccessChance
commentId: F:TinyLife.ChoicePromptInfo.Option.SuccessChance
- uid: TinyLife.Actions.ChoicePromptInfo.Option.SuccessChance
commentId: F:TinyLife.Actions.ChoicePromptInfo.Option.SuccessChance
id: SuccessChance
parent: TinyLife.ChoicePromptInfo.Option
parent: TinyLife.Actions.ChoicePromptInfo.Option
langs:
- csharp
- vb
name: SuccessChance
nameWithType: ChoicePromptInfo.Option.SuccessChance
fullName: TinyLife.ChoicePromptInfo.Option.SuccessChance
fullName: TinyLife.Actions.ChoicePromptInfo.Option.SuccessChance
type: Field
source:
remote:
@ -156,7 +156,7 @@ items:
startLine: 87
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
summary: "\nA function that determines the success change of this choice prompt option once it&apos;s chosen, which is expected to be a value between 0 and 1.\n"
example: []
syntax:
@ -164,16 +164,16 @@ items:
return:
type: System.Func{TinyLife.Objects.Person,System.Single}
content.vb: Public ReadOnly SuccessChance As Func(Of Person, Single)
- uid: TinyLife.ChoicePromptInfo.Option.#ctor(System.String,System.Action{TinyLife.ChoicePromptInfo,TinyLife.Objects.Person},System.Action{TinyLife.ChoicePromptInfo,TinyLife.Objects.Person},System.Func{TinyLife.Objects.Person,System.Single})
commentId: M:TinyLife.ChoicePromptInfo.Option.#ctor(System.String,System.Action{TinyLife.ChoicePromptInfo,TinyLife.Objects.Person},System.Action{TinyLife.ChoicePromptInfo,TinyLife.Objects.Person},System.Func{TinyLife.Objects.Person,System.Single})
id: '#ctor(System.String,System.Action{TinyLife.ChoicePromptInfo,TinyLife.Objects.Person},System.Action{TinyLife.ChoicePromptInfo,TinyLife.Objects.Person},System.Func{TinyLife.Objects.Person,System.Single})'
parent: TinyLife.ChoicePromptInfo.Option
- uid: TinyLife.Actions.ChoicePromptInfo.Option.#ctor(System.String,System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person},System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person},System.Func{TinyLife.Objects.Person,System.Single})
commentId: M:TinyLife.Actions.ChoicePromptInfo.Option.#ctor(System.String,System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person},System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person},System.Func{TinyLife.Objects.Person,System.Single})
id: '#ctor(System.String,System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person},System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person},System.Func{TinyLife.Objects.Person,System.Single})'
parent: TinyLife.Actions.ChoicePromptInfo.Option
langs:
- csharp
- vb
name: Option(string, Action<ChoicePromptInfo, Person>, Action<ChoicePromptInfo, Person>, Func<Person, float>)
nameWithType: ChoicePromptInfo.Option.Option(string, Action<ChoicePromptInfo, Person>, Action<ChoicePromptInfo, Person>, Func<Person, float>)
fullName: TinyLife.ChoicePromptInfo.Option.Option(string, System.Action<TinyLife.ChoicePromptInfo, TinyLife.Objects.Person>, System.Action<TinyLife.ChoicePromptInfo, TinyLife.Objects.Person>, System.Func<TinyLife.Objects.Person, float>)
fullName: TinyLife.Actions.ChoicePromptInfo.Option.Option(string, System.Action<TinyLife.Actions.ChoicePromptInfo, TinyLife.Objects.Person>, System.Action<TinyLife.Actions.ChoicePromptInfo, TinyLife.Objects.Person>, System.Func<TinyLife.Objects.Person, float>)
type: Constructor
source:
remote:
@ -185,7 +185,7 @@ items:
startLine: 96
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
summary: "\nCreates a new option with the given generic settings.\n"
example: []
syntax:
@ -195,29 +195,29 @@ items:
type: System.String
description: This option&apos;s name, which will be localized.
- id: successAction
type: System.Action{TinyLife.ChoicePromptInfo,TinyLife.Objects.Person}
type: System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person}
description: The action that should be invoked when this option is chosen as the correct option when the player selects it.
- id: failAction
type: System.Action{TinyLife.ChoicePromptInfo,TinyLife.Objects.Person}
type: System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person}
description: The action that should be invoked when this option is chosen as the incorrect option when the player selects it.
- id: successChance
type: System.Func{TinyLife.Objects.Person,System.Single}
description: A function that determines the success change of this choice prompt option once it&apos;s chosen, which is expected to be a value between 0 and 1.
content.vb: Public Sub New(name As String, successAction As Action(Of ChoicePromptInfo, Person), failAction As Action(Of ChoicePromptInfo, Person), successChance As Func(Of Person, Single))
overload: TinyLife.ChoicePromptInfo.Option.#ctor*
overload: TinyLife.Actions.ChoicePromptInfo.Option.#ctor*
nameWithType.vb: ChoicePromptInfo.Option.New(String, Action(Of ChoicePromptInfo, Person), Action(Of ChoicePromptInfo, Person), Func(Of Person, Single))
fullName.vb: TinyLife.ChoicePromptInfo.Option.New(String, System.Action(Of TinyLife.ChoicePromptInfo, TinyLife.Objects.Person), System.Action(Of TinyLife.ChoicePromptInfo, TinyLife.Objects.Person), System.Func(Of TinyLife.Objects.Person, Single))
fullName.vb: TinyLife.Actions.ChoicePromptInfo.Option.New(String, System.Action(Of TinyLife.Actions.ChoicePromptInfo, TinyLife.Objects.Person), System.Action(Of TinyLife.Actions.ChoicePromptInfo, TinyLife.Objects.Person), System.Func(Of TinyLife.Objects.Person, Single))
name.vb: New(String, Action(Of ChoicePromptInfo, Person), Action(Of ChoicePromptInfo, Person), Func(Of Person, Single))
- uid: TinyLife.ChoicePromptInfo.Option.#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,System.Single})
commentId: M:TinyLife.ChoicePromptInfo.Option.#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,System.Single})
- uid: TinyLife.Actions.ChoicePromptInfo.Option.#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,System.Single})
commentId: M:TinyLife.Actions.ChoicePromptInfo.Option.#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,System.Single})
id: '#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,System.Single})'
parent: TinyLife.ChoicePromptInfo.Option
parent: TinyLife.Actions.ChoicePromptInfo.Option
langs:
- csharp
- vb
name: Option(string, Func<Person, float>, Func<Person, float>, Func<Person, float>)
nameWithType: ChoicePromptInfo.Option.Option(string, Func<Person, float>, Func<Person, float>, Func<Person, float>)
fullName: TinyLife.ChoicePromptInfo.Option.Option(string, System.Func<TinyLife.Objects.Person, float>, System.Func<TinyLife.Objects.Person, float>, System.Func<TinyLife.Objects.Person, float>)
fullName: TinyLife.Actions.ChoicePromptInfo.Option.Option(string, System.Func<TinyLife.Objects.Person, float>, System.Func<TinyLife.Objects.Person, float>, System.Func<TinyLife.Objects.Person, float>)
type: Constructor
source:
remote:
@ -229,7 +229,7 @@ items:
startLine: 110
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
summary: "\nCreates a new option with the given job-related outcomes.\n"
example: []
syntax:
@ -248,20 +248,20 @@ items:
type: System.Func{TinyLife.Objects.Person,System.Single}
description: A function that determines the success change of this choice prompt option once it&apos;s chosen, which is expected to be a value between 0 and 1.
content.vb: Public Sub New(name As String, jobPerformanceGained As Func(Of Person, Single), jobPerformanceLost As Func(Of Person, Single), successChance As Func(Of Person, Single))
overload: TinyLife.ChoicePromptInfo.Option.#ctor*
overload: TinyLife.Actions.ChoicePromptInfo.Option.#ctor*
nameWithType.vb: ChoicePromptInfo.Option.New(String, Func(Of Person, Single), Func(Of Person, Single), Func(Of Person, Single))
fullName.vb: TinyLife.ChoicePromptInfo.Option.New(String, System.Func(Of TinyLife.Objects.Person, Single), System.Func(Of TinyLife.Objects.Person, Single), System.Func(Of TinyLife.Objects.Person, Single))
fullName.vb: TinyLife.Actions.ChoicePromptInfo.Option.New(String, System.Func(Of TinyLife.Objects.Person, Single), System.Func(Of TinyLife.Objects.Person, Single), System.Func(Of TinyLife.Objects.Person, Single))
name.vb: New(String, Func(Of Person, Single), Func(Of Person, Single), Func(Of Person, Single))
- uid: TinyLife.ChoicePromptInfo.Option.#ctor(System.String,TinyLife.Emotions.EmotionType,TinyLife.Skills.SkillType,System.Single,System.Single,System.Single)
commentId: M:TinyLife.ChoicePromptInfo.Option.#ctor(System.String,TinyLife.Emotions.EmotionType,TinyLife.Skills.SkillType,System.Single,System.Single,System.Single)
- uid: TinyLife.Actions.ChoicePromptInfo.Option.#ctor(System.String,TinyLife.Emotions.EmotionType,TinyLife.Skills.SkillType,System.Single,System.Single,System.Single)
commentId: M:TinyLife.Actions.ChoicePromptInfo.Option.#ctor(System.String,TinyLife.Emotions.EmotionType,TinyLife.Skills.SkillType,System.Single,System.Single,System.Single)
id: '#ctor(System.String,TinyLife.Emotions.EmotionType,TinyLife.Skills.SkillType,System.Single,System.Single,System.Single)'
parent: TinyLife.ChoicePromptInfo.Option
parent: TinyLife.Actions.ChoicePromptInfo.Option
langs:
- csharp
- vb
name: Option(string, EmotionType, SkillType, float, float, float)
nameWithType: ChoicePromptInfo.Option.Option(string, EmotionType, SkillType, float, float, float)
fullName: TinyLife.ChoicePromptInfo.Option.Option(string, TinyLife.Emotions.EmotionType, TinyLife.Skills.SkillType, float, float, float)
fullName: TinyLife.Actions.ChoicePromptInfo.Option.Option(string, TinyLife.Emotions.EmotionType, TinyLife.Skills.SkillType, float, float, float)
type: Constructor
source:
remote:
@ -273,7 +273,7 @@ items:
startLine: 138
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
summary: "\nCreates a new option with the given job-related outcomes.\n"
example: []
syntax:
@ -298,20 +298,20 @@ items:
type: System.Single
description: The success chance of this option, which is expected to be a value between 0 and 1.
content.vb: Public Sub New(name As String, successIncreaseEmotion As EmotionType = Nothing, successIncreaseSkill As SkillType = Nothing, jobPerformanceGained As Single = 0.1, jobPerformanceLost As Single = 0.1, successChance As Single = 0.5)
overload: TinyLife.ChoicePromptInfo.Option.#ctor*
overload: TinyLife.Actions.ChoicePromptInfo.Option.#ctor*
nameWithType.vb: ChoicePromptInfo.Option.New(String, EmotionType, SkillType, Single, Single, Single)
fullName.vb: TinyLife.ChoicePromptInfo.Option.New(String, TinyLife.Emotions.EmotionType, TinyLife.Skills.SkillType, Single, Single, Single)
fullName.vb: TinyLife.Actions.ChoicePromptInfo.Option.New(String, TinyLife.Emotions.EmotionType, TinyLife.Skills.SkillType, Single, Single, Single)
name.vb: New(String, EmotionType, SkillType, Single, Single, Single)
- uid: TinyLife.ChoicePromptInfo.Option.Execute(TinyLife.ChoicePromptInfo,TinyLife.Objects.Person,System.Boolean)
commentId: M:TinyLife.ChoicePromptInfo.Option.Execute(TinyLife.ChoicePromptInfo,TinyLife.Objects.Person,System.Boolean)
id: Execute(TinyLife.ChoicePromptInfo,TinyLife.Objects.Person,System.Boolean)
parent: TinyLife.ChoicePromptInfo.Option
- uid: TinyLife.Actions.ChoicePromptInfo.Option.Execute(TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person,System.Boolean)
commentId: M:TinyLife.Actions.ChoicePromptInfo.Option.Execute(TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person,System.Boolean)
id: Execute(TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person,System.Boolean)
parent: TinyLife.Actions.ChoicePromptInfo.Option
langs:
- csharp
- vb
name: Execute(ChoicePromptInfo, Person, bool)
nameWithType: ChoicePromptInfo.Option.Execute(ChoicePromptInfo, Person, bool)
fullName: TinyLife.ChoicePromptInfo.Option.Execute(TinyLife.ChoicePromptInfo, TinyLife.Objects.Person, bool)
fullName: TinyLife.Actions.ChoicePromptInfo.Option.Execute(TinyLife.Actions.ChoicePromptInfo, TinyLife.Objects.Person, bool)
type: Method
source:
remote:
@ -323,14 +323,14 @@ items:
startLine: 154
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nExecutes this option&apos;s result actions using the given <xref href=\"TinyLife.ChoicePromptInfo\" data-throw-if-not-resolved=\"false\"></xref>.\n"
namespace: TinyLife.Actions
summary: "\nExecutes this option&apos;s result actions using the given <xref href=\"TinyLife.Actions.ChoicePromptInfo\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public void Execute(ChoicePromptInfo info, Person person, bool successful)
parameters:
- id: info
type: TinyLife.ChoicePromptInfo
type: TinyLife.Actions.ChoicePromptInfo
description: The choice prompt that this option was a part of.
- id: person
type: TinyLife.Objects.Person
@ -339,22 +339,34 @@ items:
type: System.Boolean
description: Whether this option was chosen as the successful one.
content.vb: Public Sub Execute(info As ChoicePromptInfo, person As Person, successful As Boolean)
overload: TinyLife.ChoicePromptInfo.Option.Execute*
overload: TinyLife.Actions.ChoicePromptInfo.Option.Execute*
nameWithType.vb: ChoicePromptInfo.Option.Execute(ChoicePromptInfo, Person, Boolean)
fullName.vb: TinyLife.ChoicePromptInfo.Option.Execute(TinyLife.ChoicePromptInfo, TinyLife.Objects.Person, Boolean)
fullName.vb: TinyLife.Actions.ChoicePromptInfo.Option.Execute(TinyLife.Actions.ChoicePromptInfo, TinyLife.Objects.Person, Boolean)
name.vb: Execute(ChoicePromptInfo, Person, Boolean)
references:
- uid: TinyLife.ChoicePromptInfo
commentId: T:TinyLife.ChoicePromptInfo
parent: TinyLife
- uid: TinyLife.Actions.ChoicePromptInfo
commentId: T:TinyLife.Actions.ChoicePromptInfo
parent: TinyLife.Actions
name: ChoicePromptInfo
nameWithType: ChoicePromptInfo
fullName: TinyLife.ChoicePromptInfo
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
fullName: TinyLife.Actions.ChoicePromptInfo
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: System.Object
commentId: T:System.Object
parent: System
@ -585,38 +597,38 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
- uid: TinyLife.ChoicePromptInfo.Option.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.ChoicePromptInfo.Option.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<Option>(Option)
nameWithType: Extensions.JsonCopy<ChoicePromptInfo.Option>(ChoicePromptInfo.Option)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.ChoicePromptInfo.Option>(TinyLife.ChoicePromptInfo.Option)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.ChoicePromptInfo.Option>(TinyLife.Actions.ChoicePromptInfo.Option)
nameWithType.vb: Extensions.JsonCopy(Of ChoicePromptInfo.Option)(ChoicePromptInfo.Option)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.ChoicePromptInfo.Option)(TinyLife.ChoicePromptInfo.Option)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.ChoicePromptInfo.Option)(TinyLife.Actions.ChoicePromptInfo.Option)
name.vb: JsonCopy(Of Option)(Option)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.ChoicePromptInfo.Option)
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.ChoicePromptInfo.Option)
name: JsonCopy
- name: <
- uid: TinyLife.ChoicePromptInfo.Option
- uid: TinyLife.Actions.ChoicePromptInfo.Option
name: Option
- name: '>'
- name: (
- uid: TinyLife.ChoicePromptInfo.Option
- uid: TinyLife.Actions.ChoicePromptInfo.Option
name: Option
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.ChoicePromptInfo.Option)
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.ChoicePromptInfo.Option)
name: JsonCopy
- name: (
- name: Of
- name: " "
- uid: TinyLife.ChoicePromptInfo.Option
- uid: TinyLife.Actions.ChoicePromptInfo.Option
name: Option
- name: )
- name: (
- uid: TinyLife.ChoicePromptInfo.Option
- uid: TinyLife.Actions.ChoicePromptInfo.Option
name: Option
- name: )
- uid: System
@ -688,16 +700,16 @@ references:
nameWithType.vb: String
fullName.vb: String
name.vb: String
- uid: System.Action{TinyLife.ChoicePromptInfo,TinyLife.Objects.Person}
commentId: T:System.Action{TinyLife.ChoicePromptInfo,TinyLife.Objects.Person}
- uid: System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person}
commentId: T:System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person}
parent: System
definition: System.Action`2
href: https://learn.microsoft.com/dotnet/api/system.action-2
name: Action<ChoicePromptInfo, Person>
nameWithType: Action<ChoicePromptInfo, Person>
fullName: System.Action<TinyLife.ChoicePromptInfo, TinyLife.Objects.Person>
fullName: System.Action<TinyLife.Actions.ChoicePromptInfo, TinyLife.Objects.Person>
nameWithType.vb: Action(Of ChoicePromptInfo, Person)
fullName.vb: System.Action(Of TinyLife.ChoicePromptInfo, TinyLife.Objects.Person)
fullName.vb: System.Action(Of TinyLife.Actions.ChoicePromptInfo, TinyLife.Objects.Person)
name.vb: Action(Of ChoicePromptInfo, Person)
spec.csharp:
- uid: System.Action`2
@ -705,7 +717,7 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.action-2
- name: <
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: ','
- name: " "
@ -720,7 +732,7 @@ references:
- name: (
- name: Of
- name: " "
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: ','
- name: " "
@ -838,13 +850,13 @@ references:
- name: " "
- name: TResult
- name: )
- uid: TinyLife.ChoicePromptInfo.Option.#ctor*
commentId: Overload:TinyLife.ChoicePromptInfo.Option.#ctor
- uid: TinyLife.Actions.ChoicePromptInfo.Option.#ctor*
commentId: Overload:TinyLife.Actions.ChoicePromptInfo.Option.#ctor
name: Option
nameWithType: ChoicePromptInfo.Option.Option
fullName: TinyLife.ChoicePromptInfo.Option.Option
fullName: TinyLife.Actions.ChoicePromptInfo.Option.Option
nameWithType.vb: ChoicePromptInfo.Option.New
fullName.vb: TinyLife.ChoicePromptInfo.Option.New
fullName.vb: TinyLife.Actions.ChoicePromptInfo.Option.New
name.vb: New
- uid: TinyLife.Emotions.EmotionType
commentId: T:TinyLife.Emotions.EmotionType
@ -903,11 +915,11 @@ references:
- name: .
- uid: TinyLife.Skills
name: Skills
- uid: TinyLife.ChoicePromptInfo.Option.Execute*
commentId: Overload:TinyLife.ChoicePromptInfo.Option.Execute
- uid: TinyLife.Actions.ChoicePromptInfo.Option.Execute*
commentId: Overload:TinyLife.Actions.ChoicePromptInfo.Option.Execute
name: Execute
nameWithType: ChoicePromptInfo.Option.Execute
fullName: TinyLife.ChoicePromptInfo.Option.Execute
fullName: TinyLife.Actions.ChoicePromptInfo.Option.Execute
- uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person
parent: TinyLife.Objects

View file

@ -1,20 +1,20 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.ChoicePromptInfo
commentId: T:TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
commentId: T:TinyLife.Actions.ChoicePromptInfo
id: ChoicePromptInfo
parent: TinyLife
parent: TinyLife.Actions
children:
- TinyLife.ChoicePromptInfo.#ctor(System.String,TinyLife.ChoicePromptInfo.Option[])
- TinyLife.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person,TinyLife.Uis.CoveringGroup)
- TinyLife.ChoicePromptInfo.Name
- TinyLife.ChoicePromptInfo.Options
- TinyLife.Actions.ChoicePromptInfo.#ctor(System.String,TinyLife.Actions.ChoicePromptInfo.Option[])
- TinyLife.Actions.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person,TinyLife.Uis.CoveringGroup)
- TinyLife.Actions.ChoicePromptInfo.Name
- TinyLife.Actions.ChoicePromptInfo.Options
langs:
- csharp
- vb
name: ChoicePromptInfo
nameWithType: ChoicePromptInfo
fullName: TinyLife.ChoicePromptInfo
fullName: TinyLife.Actions.ChoicePromptInfo
type: Class
source:
remote:
@ -26,8 +26,8 @@ items:
startLine: 16
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nA choice prompt info is a set of data that can be used in <xref href=\"TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)\" data-throw-if-not-resolved=\"false\"></xref> to display a set of options to the player, one of which is randomly chosen to be &quot;correct&quot;, causing a positive effect to happen. Choice prompts are used by <xref href=\"TinyLife.Goals.JobType\" data-throw-if-not-resolved=\"false\"></xref>, but can also be used in custom circumstances.\n"
namespace: TinyLife.Actions
summary: "\nA choice prompt info is a set of data that can be used in <xref href=\"TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)\" data-throw-if-not-resolved=\"false\"></xref> to display a set of options to the player, one of which is randomly chosen to be &quot;correct&quot;, causing a positive effect to happen. Choice prompts are used by <xref href=\"TinyLife.Goals.JobType\" data-throw-if-not-resolved=\"false\"></xref>, but can also be used in custom circumstances.\n"
example: []
syntax:
content: public class ChoicePromptInfo
@ -43,17 +43,17 @@ items:
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- TinyLife.ChoicePromptInfo.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.ChoicePromptInfo.Name
commentId: F:TinyLife.ChoicePromptInfo.Name
- TinyLife.Actions.ChoicePromptInfo.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.ChoicePromptInfo.Name
commentId: F:TinyLife.Actions.ChoicePromptInfo.Name
id: Name
parent: TinyLife.ChoicePromptInfo
parent: TinyLife.Actions.ChoicePromptInfo
langs:
- csharp
- vb
name: Name
nameWithType: ChoicePromptInfo.Name
fullName: TinyLife.ChoicePromptInfo.Name
fullName: TinyLife.Actions.ChoicePromptInfo.Name
type: Field
source:
remote:
@ -65,7 +65,7 @@ items:
startLine: 23
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
summary: "\nThis choice prompt&apos;s name, which will be localized.\n"
example: []
syntax:
@ -73,16 +73,16 @@ items:
return:
type: System.String
content.vb: Public ReadOnly Name As String
- uid: TinyLife.ChoicePromptInfo.Options
commentId: F:TinyLife.ChoicePromptInfo.Options
- uid: TinyLife.Actions.ChoicePromptInfo.Options
commentId: F:TinyLife.Actions.ChoicePromptInfo.Options
id: Options
parent: TinyLife.ChoicePromptInfo
parent: TinyLife.Actions.ChoicePromptInfo
langs:
- csharp
- vb
name: Options
nameWithType: ChoicePromptInfo.Options
fullName: TinyLife.ChoicePromptInfo.Options
fullName: TinyLife.Actions.ChoicePromptInfo.Options
type: Field
source:
remote:
@ -94,24 +94,24 @@ items:
startLine: 27
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nThis choice prompt&apos;s set of <xref href=\"TinyLife.ChoicePromptInfo.Option\" data-throw-if-not-resolved=\"false\"></xref> instances, one of which will randomly be chosen as the correct option.\n"
namespace: TinyLife.Actions
summary: "\nThis choice prompt&apos;s set of <xref href=\"TinyLife.Actions.ChoicePromptInfo.Option\" data-throw-if-not-resolved=\"false\"></xref> instances, one of which will randomly be chosen as the correct option.\n"
example: []
syntax:
content: public readonly ChoicePromptInfo.Option[] Options
return:
type: TinyLife.ChoicePromptInfo.Option[]
type: TinyLife.Actions.ChoicePromptInfo.Option[]
content.vb: Public ReadOnly Options As ChoicePromptInfo.Option()
- uid: TinyLife.ChoicePromptInfo.#ctor(System.String,TinyLife.ChoicePromptInfo.Option[])
commentId: M:TinyLife.ChoicePromptInfo.#ctor(System.String,TinyLife.ChoicePromptInfo.Option[])
id: '#ctor(System.String,TinyLife.ChoicePromptInfo.Option[])'
parent: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo.#ctor(System.String,TinyLife.Actions.ChoicePromptInfo.Option[])
commentId: M:TinyLife.Actions.ChoicePromptInfo.#ctor(System.String,TinyLife.Actions.ChoicePromptInfo.Option[])
id: '#ctor(System.String,TinyLife.Actions.ChoicePromptInfo.Option[])'
parent: TinyLife.Actions.ChoicePromptInfo
langs:
- csharp
- vb
name: ChoicePromptInfo(string, params Option[])
nameWithType: ChoicePromptInfo.ChoicePromptInfo(string, params ChoicePromptInfo.Option[])
fullName: TinyLife.ChoicePromptInfo.ChoicePromptInfo(string, params TinyLife.ChoicePromptInfo.Option[])
fullName: TinyLife.Actions.ChoicePromptInfo.ChoicePromptInfo(string, params TinyLife.Actions.ChoicePromptInfo.Option[])
type: Constructor
source:
remote:
@ -123,7 +123,7 @@ items:
startLine: 34
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
summary: "\nCreates a new choice prompt info with the given settings.\n"
example: []
syntax:
@ -133,23 +133,23 @@ items:
type: System.String
description: This choice prompt&apos;s name, which will be localized.
- id: options
type: TinyLife.ChoicePromptInfo.Option[]
description: This choice prompt&apos;s set of <xref href="TinyLife.ChoicePromptInfo.Option" data-throw-if-not-resolved="false"></xref> instances, one of which will randomly be chosen as the correct option.
type: TinyLife.Actions.ChoicePromptInfo.Option[]
description: This choice prompt&apos;s set of <xref href="TinyLife.Actions.ChoicePromptInfo.Option" data-throw-if-not-resolved="false"></xref> instances, one of which will randomly be chosen as the correct option.
content.vb: Public Sub New(name As String, ParamArray options As ChoicePromptInfo.Option())
overload: TinyLife.ChoicePromptInfo.#ctor*
overload: TinyLife.Actions.ChoicePromptInfo.#ctor*
nameWithType.vb: ChoicePromptInfo.New(String, ParamArray ChoicePromptInfo.Option())
fullName.vb: TinyLife.ChoicePromptInfo.New(String, ParamArray TinyLife.ChoicePromptInfo.Option())
fullName.vb: TinyLife.Actions.ChoicePromptInfo.New(String, ParamArray TinyLife.Actions.ChoicePromptInfo.Option())
name.vb: New(String, ParamArray Option())
- uid: TinyLife.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person,TinyLife.Uis.CoveringGroup)
commentId: M:TinyLife.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person,TinyLife.Uis.CoveringGroup)
- uid: TinyLife.Actions.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person,TinyLife.Uis.CoveringGroup)
commentId: M:TinyLife.Actions.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person,TinyLife.Uis.CoveringGroup)
id: CreatePromptContent(TinyLife.Objects.Person,TinyLife.Uis.CoveringGroup)
parent: TinyLife.ChoicePromptInfo
parent: TinyLife.Actions.ChoicePromptInfo
langs:
- csharp
- vb
name: CreatePromptContent(Person, CoveringGroup)
nameWithType: ChoicePromptInfo.CreatePromptContent(Person, CoveringGroup)
fullName: TinyLife.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person, TinyLife.Uis.CoveringGroup)
fullName: TinyLife.Actions.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person, TinyLife.Uis.CoveringGroup)
type: Method
source:
remote:
@ -161,8 +161,8 @@ items:
startLine: 45
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nCreates the UI content for this choice prompt. This method is mainly used by <xref href=\"TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
namespace: TinyLife.Actions
summary: "\nCreates the UI content for this choice prompt. This method is mainly used by <xref href=\"TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public IEnumerable<Element> CreatePromptContent(Person person, CoveringGroup prompt)
@ -177,26 +177,26 @@ items:
type: System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}
description: The elements that make up the choice prompt.
content.vb: Public Function CreatePromptContent(person As Person, prompt As CoveringGroup) As IEnumerable(Of Element)
overload: TinyLife.ChoicePromptInfo.CreatePromptContent*
overload: TinyLife.Actions.ChoicePromptInfo.CreatePromptContent*
references:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
parent: TinyLife.Actions.Action
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- uid: TinyLife.Goals.JobType
@ -205,11 +205,23 @@ references:
name: JobType
nameWithType: JobType
fullName: TinyLife.Goals.JobType
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: System.Object
commentId: T:System.Object
parent: System
@ -440,38 +452,38 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
- uid: TinyLife.ChoicePromptInfo.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.ChoicePromptInfo.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<ChoicePromptInfo>(ChoicePromptInfo)
nameWithType: Extensions.JsonCopy<ChoicePromptInfo>(ChoicePromptInfo)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.ChoicePromptInfo>(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.ChoicePromptInfo>(TinyLife.Actions.ChoicePromptInfo)
nameWithType.vb: Extensions.JsonCopy(Of ChoicePromptInfo)(ChoicePromptInfo)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.ChoicePromptInfo)(TinyLife.ChoicePromptInfo)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.ChoicePromptInfo)(TinyLife.Actions.ChoicePromptInfo)
name.vb: JsonCopy(Of ChoicePromptInfo)(ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.ChoicePromptInfo)
name: JsonCopy
- name: <
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: '>'
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.ChoicePromptInfo)
name: JsonCopy
- name: (
- name: Of
- name: " "
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- uid: TinyLife.Actions.Action
@ -538,23 +550,6 @@ references:
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities
@ -583,54 +578,54 @@ references:
nameWithType.vb: String
fullName.vb: String
name.vb: String
- uid: TinyLife.ChoicePromptInfo.Option
commentId: T:TinyLife.ChoicePromptInfo.Option
- uid: TinyLife.Actions.ChoicePromptInfo.Option
commentId: T:TinyLife.Actions.ChoicePromptInfo.Option
name: ChoicePromptInfo.Option
nameWithType: ChoicePromptInfo.Option
fullName: TinyLife.ChoicePromptInfo.Option
fullName: TinyLife.Actions.ChoicePromptInfo.Option
spec.csharp:
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: .
- uid: TinyLife.ChoicePromptInfo.Option
- uid: TinyLife.Actions.ChoicePromptInfo.Option
name: Option
spec.vb:
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: .
- uid: TinyLife.ChoicePromptInfo.Option
- uid: TinyLife.Actions.ChoicePromptInfo.Option
name: Option
- uid: TinyLife.ChoicePromptInfo.Option[]
- uid: TinyLife.Actions.ChoicePromptInfo.Option[]
isExternal: true
name: Option[]
nameWithType: ChoicePromptInfo.Option[]
fullName: TinyLife.ChoicePromptInfo.Option[]
fullName: TinyLife.Actions.ChoicePromptInfo.Option[]
nameWithType.vb: ChoicePromptInfo.Option()
fullName.vb: TinyLife.ChoicePromptInfo.Option()
fullName.vb: TinyLife.Actions.ChoicePromptInfo.Option()
name.vb: Option()
spec.csharp:
- uid: TinyLife.ChoicePromptInfo.Option
- uid: TinyLife.Actions.ChoicePromptInfo.Option
name: Option
- name: '['
- name: ']'
spec.vb:
- uid: TinyLife.ChoicePromptInfo.Option
- uid: TinyLife.Actions.ChoicePromptInfo.Option
name: Option
- name: (
- name: )
- uid: TinyLife.ChoicePromptInfo.#ctor*
commentId: Overload:TinyLife.ChoicePromptInfo.#ctor
- uid: TinyLife.Actions.ChoicePromptInfo.#ctor*
commentId: Overload:TinyLife.Actions.ChoicePromptInfo.#ctor
name: ChoicePromptInfo
nameWithType: ChoicePromptInfo.ChoicePromptInfo
fullName: TinyLife.ChoicePromptInfo.ChoicePromptInfo
fullName: TinyLife.Actions.ChoicePromptInfo.ChoicePromptInfo
nameWithType.vb: ChoicePromptInfo.New
fullName.vb: TinyLife.ChoicePromptInfo.New
fullName.vb: TinyLife.Actions.ChoicePromptInfo.New
name.vb: New
- uid: TinyLife.ChoicePromptInfo.CreatePromptContent*
commentId: Overload:TinyLife.ChoicePromptInfo.CreatePromptContent
- uid: TinyLife.Actions.ChoicePromptInfo.CreatePromptContent*
commentId: Overload:TinyLife.Actions.ChoicePromptInfo.CreatePromptContent
name: CreatePromptContent
nameWithType: ChoicePromptInfo.CreatePromptContent
fullName: TinyLife.ChoicePromptInfo.CreatePromptContent
fullName: TinyLife.Actions.ChoicePromptInfo.CreatePromptContent
- uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person
parent: TinyLife.Objects

View file

@ -1,21 +1,21 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.CleanOutFridgeAction
commentId: T:TinyLife.CleanOutFridgeAction
- uid: TinyLife.Actions.CleanOutFridgeAction
commentId: T:TinyLife.Actions.CleanOutFridgeAction
id: CleanOutFridgeAction
parent: TinyLife
parent: TinyLife.Actions
children:
- TinyLife.CleanOutFridgeAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.CleanOutFridgeAction.IsCompleted
- TinyLife.CleanOutFridgeAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.CleanOutFridgeAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.CleanOutFridgeAction.Validate(TinyLife.Objects.Person)
- TinyLife.Actions.CleanOutFridgeAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.CleanOutFridgeAction.IsCompleted
- TinyLife.Actions.CleanOutFridgeAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.CleanOutFridgeAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.CleanOutFridgeAction.Validate(TinyLife.Objects.Person)
langs:
- csharp
- vb
name: CleanOutFridgeAction
nameWithType: CleanOutFridgeAction
fullName: TinyLife.CleanOutFridgeAction
fullName: TinyLife.Actions.CleanOutFridgeAction
type: Class
source:
remote:
@ -24,10 +24,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CleanOutFridgeAction
path: ../TinyLife/Actions/CleanOutFridgeAction.cs
startLine: 13
startLine: 11
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: 'public class CleanOutFridgeAction : Action, IGenericDataHolder'
content.vb: Public Class CleanOutFridgeAction Inherits Action Implements IGenericDataHolder
@ -65,7 +65,7 @@ items:
- TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
@ -104,17 +104,17 @@ items:
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- TinyLife.CleanOutFridgeAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.CleanOutFridgeAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
commentId: M:TinyLife.CleanOutFridgeAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.CleanOutFridgeAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.CleanOutFridgeAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
commentId: M:TinyLife.Actions.CleanOutFridgeAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)'
parent: TinyLife.CleanOutFridgeAction
parent: TinyLife.Actions.CleanOutFridgeAction
langs:
- csharp
- vb
name: CleanOutFridgeAction(ActionType, ActionInfo)
nameWithType: CleanOutFridgeAction.CleanOutFridgeAction(ActionType, ActionInfo)
fullName: TinyLife.CleanOutFridgeAction.CleanOutFridgeAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
fullName: TinyLife.Actions.CleanOutFridgeAction.CleanOutFridgeAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor
source:
remote:
@ -123,10 +123,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/CleanOutFridgeAction.cs
startLine: 18
startLine: 16
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: public CleanOutFridgeAction(ActionType type, ActionInfo info)
parameters:
@ -135,20 +135,20 @@ items:
- id: info
type: TinyLife.Actions.ActionInfo
content.vb: Public Sub New(type As ActionType, info As ActionInfo)
overload: TinyLife.CleanOutFridgeAction.#ctor*
overload: TinyLife.Actions.CleanOutFridgeAction.#ctor*
nameWithType.vb: CleanOutFridgeAction.New(ActionType, ActionInfo)
fullName.vb: TinyLife.CleanOutFridgeAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
fullName.vb: TinyLife.Actions.CleanOutFridgeAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
name.vb: New(ActionType, ActionInfo)
- uid: TinyLife.CleanOutFridgeAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.CleanOutFridgeAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- uid: TinyLife.Actions.CleanOutFridgeAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.CleanOutFridgeAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.CleanOutFridgeAction
parent: TinyLife.Actions.CleanOutFridgeAction
langs:
- csharp
- vb
name: Update(GameTime, TimeSpan, float)
nameWithType: CleanOutFridgeAction.Update(GameTime, TimeSpan, float)
fullName: TinyLife.CleanOutFridgeAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
fullName: TinyLife.Actions.CleanOutFridgeAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method
source:
remote:
@ -157,10 +157,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/CleanOutFridgeAction.cs
startLine: 22
startLine: 20
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
@ -172,20 +172,20 @@ items:
type: System.Single
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.CleanOutFridgeAction.Update*
overload: TinyLife.Actions.CleanOutFridgeAction.Update*
nameWithType.vb: CleanOutFridgeAction.Update(GameTime, TimeSpan, Single)
fullName.vb: TinyLife.CleanOutFridgeAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
fullName.vb: TinyLife.Actions.CleanOutFridgeAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
name.vb: Update(GameTime, TimeSpan, Single)
- uid: TinyLife.CleanOutFridgeAction.Validate(TinyLife.Objects.Person)
commentId: M:TinyLife.CleanOutFridgeAction.Validate(TinyLife.Objects.Person)
- uid: TinyLife.Actions.CleanOutFridgeAction.Validate(TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.CleanOutFridgeAction.Validate(TinyLife.Objects.Person)
id: Validate(TinyLife.Objects.Person)
parent: TinyLife.CleanOutFridgeAction
parent: TinyLife.Actions.CleanOutFridgeAction
langs:
- csharp
- vb
name: Validate(Person)
nameWithType: CleanOutFridgeAction.Validate(Person)
fullName: TinyLife.CleanOutFridgeAction.Validate(TinyLife.Objects.Person)
fullName: TinyLife.Actions.CleanOutFridgeAction.Validate(TinyLife.Objects.Person)
type: Method
source:
remote:
@ -194,10 +194,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Actions/CleanOutFridgeAction.cs
startLine: 43
startLine: 41
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: public override bool Validate(Person person)
parameters:
@ -207,17 +207,17 @@ items:
type: System.Boolean
content.vb: Public Overrides Function Validate(person As Person) As Boolean
overridden: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
overload: TinyLife.CleanOutFridgeAction.Validate*
- uid: TinyLife.CleanOutFridgeAction.IsCompleted
commentId: M:TinyLife.CleanOutFridgeAction.IsCompleted
overload: TinyLife.Actions.CleanOutFridgeAction.Validate*
- uid: TinyLife.Actions.CleanOutFridgeAction.IsCompleted
commentId: M:TinyLife.Actions.CleanOutFridgeAction.IsCompleted
id: IsCompleted
parent: TinyLife.CleanOutFridgeAction
parent: TinyLife.Actions.CleanOutFridgeAction
langs:
- csharp
- vb
name: IsCompleted()
nameWithType: CleanOutFridgeAction.IsCompleted()
fullName: TinyLife.CleanOutFridgeAction.IsCompleted()
fullName: TinyLife.Actions.CleanOutFridgeAction.IsCompleted()
type: Method
source:
remote:
@ -226,27 +226,27 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/CleanOutFridgeAction.cs
startLine: 47
startLine: 45
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: public override CompletionType IsCompleted()
return:
type: TinyLife.Actions.CompletionType
content.vb: Public Overrides Function IsCompleted() As CompletionType
overridden: TinyLife.Actions.Action.IsCompleted
overload: TinyLife.CleanOutFridgeAction.IsCompleted*
- uid: TinyLife.CleanOutFridgeAction.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.CleanOutFridgeAction.OnCompleted(TinyLife.Actions.CompletionType)
overload: TinyLife.Actions.CleanOutFridgeAction.IsCompleted*
- uid: TinyLife.Actions.CleanOutFridgeAction.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.CleanOutFridgeAction.OnCompleted(TinyLife.Actions.CompletionType)
id: OnCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.CleanOutFridgeAction
parent: TinyLife.Actions.CleanOutFridgeAction
langs:
- csharp
- vb
name: OnCompleted(CompletionType)
nameWithType: CleanOutFridgeAction.OnCompleted(CompletionType)
fullName: TinyLife.CleanOutFridgeAction.OnCompleted(TinyLife.Actions.CompletionType)
fullName: TinyLife.Actions.CleanOutFridgeAction.OnCompleted(TinyLife.Actions.CompletionType)
type: Method
source:
remote:
@ -255,10 +255,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/CleanOutFridgeAction.cs
startLine: 51
startLine: 49
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: public override void OnCompleted(CompletionType type)
parameters:
@ -266,13 +266,25 @@ items:
type: TinyLife.Actions.CompletionType
content.vb: Public Overrides Sub OnCompleted(type As CompletionType)
overridden: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
overload: TinyLife.CleanOutFridgeAction.OnCompleted*
overload: TinyLife.Actions.CleanOutFridgeAction.OnCompleted*
references:
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: System.Object
commentId: T:System.Object
parent: System
@ -954,24 +966,24 @@ references:
name: TextureRegion
isExternal: true
- name: )
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
parent: TinyLife.Actions.Action
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
@ -2785,38 +2797,38 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
- uid: TinyLife.CleanOutFridgeAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.CleanOutFridgeAction.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<CleanOutFridgeAction>(CleanOutFridgeAction)
nameWithType: Extensions.JsonCopy<CleanOutFridgeAction>(CleanOutFridgeAction)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.CleanOutFridgeAction>(TinyLife.CleanOutFridgeAction)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.CleanOutFridgeAction>(TinyLife.Actions.CleanOutFridgeAction)
nameWithType.vb: Extensions.JsonCopy(Of CleanOutFridgeAction)(CleanOutFridgeAction)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.CleanOutFridgeAction)(TinyLife.CleanOutFridgeAction)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.CleanOutFridgeAction)(TinyLife.Actions.CleanOutFridgeAction)
name.vb: JsonCopy(Of CleanOutFridgeAction)(CleanOutFridgeAction)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.CleanOutFridgeAction)
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.CleanOutFridgeAction)
name: JsonCopy
- name: <
- uid: TinyLife.CleanOutFridgeAction
- uid: TinyLife.Actions.CleanOutFridgeAction
name: CleanOutFridgeAction
- name: '>'
- name: (
- uid: TinyLife.CleanOutFridgeAction
- uid: TinyLife.Actions.CleanOutFridgeAction
name: CleanOutFridgeAction
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.CleanOutFridgeAction)
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.CleanOutFridgeAction)
name: JsonCopy
- name: (
- name: Of
- name: " "
- uid: TinyLife.CleanOutFridgeAction
- uid: TinyLife.Actions.CleanOutFridgeAction
name: CleanOutFridgeAction
- name: )
- name: (
- uid: TinyLife.CleanOutFridgeAction
- uid: TinyLife.Actions.CleanOutFridgeAction
name: CleanOutFridgeAction
- name: )
- uid: System
@ -2856,23 +2868,6 @@ references:
- uid: MLEM.Data.Json
name: Json
isExternal: true
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
@ -2990,13 +2985,13 @@ references:
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.CleanOutFridgeAction.#ctor*
commentId: Overload:TinyLife.CleanOutFridgeAction.#ctor
- uid: TinyLife.Actions.CleanOutFridgeAction.#ctor*
commentId: Overload:TinyLife.Actions.CleanOutFridgeAction.#ctor
name: CleanOutFridgeAction
nameWithType: CleanOutFridgeAction.CleanOutFridgeAction
fullName: TinyLife.CleanOutFridgeAction.CleanOutFridgeAction
fullName: TinyLife.Actions.CleanOutFridgeAction.CleanOutFridgeAction
nameWithType.vb: CleanOutFridgeAction.New
fullName.vb: TinyLife.CleanOutFridgeAction.New
fullName.vb: TinyLife.Actions.CleanOutFridgeAction.New
name.vb: New
- uid: TinyLife.Actions.ActionType
commentId: T:TinyLife.Actions.ActionType
@ -3061,11 +3056,11 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: )
- uid: TinyLife.CleanOutFridgeAction.Update*
commentId: Overload:TinyLife.CleanOutFridgeAction.Update
- uid: TinyLife.Actions.CleanOutFridgeAction.Update*
commentId: Overload:TinyLife.Actions.CleanOutFridgeAction.Update
name: Update
nameWithType: CleanOutFridgeAction.Update
fullName: TinyLife.CleanOutFridgeAction.Update
fullName: TinyLife.Actions.CleanOutFridgeAction.Update
- uid: Microsoft.Xna.Framework.GameTime
commentId: T:Microsoft.Xna.Framework.GameTime
parent: Microsoft.Xna.Framework
@ -3142,11 +3137,11 @@ references:
- uid: TinyLife.Objects.Person
name: Person
- name: )
- uid: TinyLife.CleanOutFridgeAction.Validate*
commentId: Overload:TinyLife.CleanOutFridgeAction.Validate
- uid: TinyLife.Actions.CleanOutFridgeAction.Validate*
commentId: Overload:TinyLife.Actions.CleanOutFridgeAction.Validate
name: Validate
nameWithType: CleanOutFridgeAction.Validate
fullName: TinyLife.CleanOutFridgeAction.Validate
fullName: TinyLife.Actions.CleanOutFridgeAction.Validate
- uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person
parent: TinyLife.Objects
@ -3197,11 +3192,11 @@ references:
name: IsCompleted
- name: (
- name: )
- uid: TinyLife.CleanOutFridgeAction.IsCompleted*
commentId: Overload:TinyLife.CleanOutFridgeAction.IsCompleted
- uid: TinyLife.Actions.CleanOutFridgeAction.IsCompleted*
commentId: Overload:TinyLife.Actions.CleanOutFridgeAction.IsCompleted
name: IsCompleted
nameWithType: CleanOutFridgeAction.IsCompleted
fullName: TinyLife.CleanOutFridgeAction.IsCompleted
fullName: TinyLife.Actions.CleanOutFridgeAction.IsCompleted
- uid: TinyLife.Actions.CompletionType
commentId: T:TinyLife.Actions.CompletionType
parent: TinyLife.Actions
@ -3228,8 +3223,8 @@ references:
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: )
- uid: TinyLife.CleanOutFridgeAction.OnCompleted*
commentId: Overload:TinyLife.CleanOutFridgeAction.OnCompleted
- uid: TinyLife.Actions.CleanOutFridgeAction.OnCompleted*
commentId: Overload:TinyLife.Actions.CleanOutFridgeAction.OnCompleted
name: OnCompleted
nameWithType: CleanOutFridgeAction.OnCompleted
fullName: TinyLife.CleanOutFridgeAction.OnCompleted
fullName: TinyLife.Actions.CleanOutFridgeAction.OnCompleted

View file

@ -1,21 +1,21 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.DebugAction
commentId: T:TinyLife.DebugAction
- uid: TinyLife.Actions.DebugAction
commentId: T:TinyLife.Actions.DebugAction
id: DebugAction
parent: TinyLife
parent: TinyLife.Actions
children:
- TinyLife.DebugAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.DebugAction.Create(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate)
- TinyLife.DebugAction.IsCompleted
- TinyLife.DebugAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.DebugAction.Run
- TinyLife.Actions.DebugAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.DebugAction.Create(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate)
- TinyLife.Actions.DebugAction.IsCompleted
- TinyLife.Actions.DebugAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.DebugAction.Run
langs:
- csharp
- vb
name: DebugAction
nameWithType: DebugAction
fullName: TinyLife.DebugAction
fullName: TinyLife.Actions.DebugAction
type: Class
source:
remote:
@ -24,10 +24,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DebugAction
path: ../TinyLife/Actions/DebugAction.cs
startLine: 8
startLine: 6
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: 'public abstract class DebugAction : Action, IGenericDataHolder'
content.vb: Public MustInherit Class DebugAction Inherits Action Implements IGenericDataHolder
@ -67,7 +67,7 @@ items:
- TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
@ -106,17 +106,17 @@ items:
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- TinyLife.DebugAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.DebugAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
commentId: M:TinyLife.DebugAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.DebugAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.DebugAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
commentId: M:TinyLife.Actions.DebugAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)'
parent: TinyLife.DebugAction
parent: TinyLife.Actions.DebugAction
langs:
- csharp
- vb
name: DebugAction(ActionType, ActionInfo)
nameWithType: DebugAction.DebugAction(ActionType, ActionInfo)
fullName: TinyLife.DebugAction.DebugAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
fullName: TinyLife.Actions.DebugAction.DebugAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor
source:
remote:
@ -125,10 +125,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/DebugAction.cs
startLine: 11
startLine: 9
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
summary: "\nCreates a new action with the given action information.\n"
example: []
syntax:
@ -141,20 +141,20 @@ items:
type: TinyLife.Actions.ActionInfo
description: The information for this action.
content.vb: Protected Sub New(type As ActionType, info As ActionInfo)
overload: TinyLife.DebugAction.#ctor*
overload: TinyLife.Actions.DebugAction.#ctor*
nameWithType.vb: DebugAction.New(ActionType, ActionInfo)
fullName.vb: TinyLife.DebugAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
fullName.vb: TinyLife.Actions.DebugAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
name.vb: New(ActionType, ActionInfo)
- uid: TinyLife.DebugAction.Run
commentId: M:TinyLife.DebugAction.Run
- uid: TinyLife.Actions.DebugAction.Run
commentId: M:TinyLife.Actions.DebugAction.Run
id: Run
parent: TinyLife.DebugAction
parent: TinyLife.Actions.DebugAction
langs:
- csharp
- vb
name: Run()
nameWithType: DebugAction.Run()
fullName: TinyLife.DebugAction.Run()
fullName: TinyLife.Actions.DebugAction.Run()
type: Method
source:
remote:
@ -163,24 +163,24 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Run
path: ../TinyLife/Actions/DebugAction.cs
startLine: 13
startLine: 11
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: protected abstract void Run()
content.vb: Protected MustOverride Sub Run()
overload: TinyLife.DebugAction.Run*
- uid: TinyLife.DebugAction.IsCompleted
commentId: M:TinyLife.DebugAction.IsCompleted
overload: TinyLife.Actions.DebugAction.Run*
- uid: TinyLife.Actions.DebugAction.IsCompleted
commentId: M:TinyLife.Actions.DebugAction.IsCompleted
id: IsCompleted
parent: TinyLife.DebugAction
parent: TinyLife.Actions.DebugAction
langs:
- csharp
- vb
name: IsCompleted()
nameWithType: DebugAction.IsCompleted()
fullName: TinyLife.DebugAction.IsCompleted()
fullName: TinyLife.Actions.DebugAction.IsCompleted()
type: Method
source:
remote:
@ -189,10 +189,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/DebugAction.cs
startLine: 16
startLine: 14
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
summary: "\nThis method is called every update frame by a <xref href=\"TinyLife.Actions.Action.Person\" data-throw-if-not-resolved=\"false\"></xref> if this action is currently active to check if it should be stopped.\nIf this returns a result other than <xref href=\"TinyLife.Actions.CompletionType.Completed\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)\" data-throw-if-not-resolved=\"false\"></xref> will be called and the action is stopped.\nBy default, only <xref href=\"TinyLife.Actions.Action.ForceResult\" data-throw-if-not-resolved=\"false\"></xref> modifies the completion type, otherwise <xref href=\"TinyLife.Actions.CompletionType.Active\" data-throw-if-not-resolved=\"false\"></xref> is returned.\n"
example: []
syntax:
@ -202,17 +202,17 @@ items:
description: The current completion type of this action
content.vb: Public Overrides Function IsCompleted() As CompletionType
overridden: TinyLife.Actions.Action.IsCompleted
overload: TinyLife.DebugAction.IsCompleted*
- uid: TinyLife.DebugAction.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.DebugAction.OnCompleted(TinyLife.Actions.CompletionType)
overload: TinyLife.Actions.DebugAction.IsCompleted*
- uid: TinyLife.Actions.DebugAction.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.DebugAction.OnCompleted(TinyLife.Actions.CompletionType)
id: OnCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.DebugAction
parent: TinyLife.Actions.DebugAction
langs:
- csharp
- vb
name: OnCompleted(CompletionType)
nameWithType: DebugAction.OnCompleted(CompletionType)
fullName: TinyLife.DebugAction.OnCompleted(TinyLife.Actions.CompletionType)
fullName: TinyLife.Actions.DebugAction.OnCompleted(TinyLife.Actions.CompletionType)
type: Method
source:
remote:
@ -221,10 +221,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/DebugAction.cs
startLine: 21
startLine: 19
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
summary: "\nThis method is called when this action <xref href=\"TinyLife.Actions.Action.IsCompleted\" data-throw-if-not-resolved=\"false\"></xref>, or if it is canceled from an outside source.\nNote that, if this method is called as a result of <xref href=\"TinyLife.Actions.Action.IsCompleted\" data-throw-if-not-resolved=\"false\"></xref>, the <xref href=\"TinyLife.Actions.CompletionType\" data-throw-if-not-resolved=\"false\"></xref> passed will be the same.\nBy default, only <xref href=\"TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action%2cTinyLife.Actions.CompletionType%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> is called.\n"
example: []
syntax:
@ -235,17 +235,17 @@ items:
description: The type that this action completed with
content.vb: Public Overrides Sub OnCompleted(type As CompletionType)
overridden: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
overload: TinyLife.DebugAction.OnCompleted*
- uid: TinyLife.DebugAction.Create(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate)
commentId: M:TinyLife.DebugAction.Create(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate)
overload: TinyLife.Actions.DebugAction.OnCompleted*
- uid: TinyLife.Actions.DebugAction.Create(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate)
commentId: M:TinyLife.Actions.DebugAction.Create(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate)
id: Create(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate)
parent: TinyLife.DebugAction
parent: TinyLife.Actions.DebugAction
langs:
- csharp
- vb
name: Create(string, ObjectCategory, Type, CanExecuteDelegate)
nameWithType: DebugAction.Create(string, ObjectCategory, Type, ActionType.CanExecuteDelegate)
fullName: TinyLife.DebugAction.Create(string, TinyLife.Objects.ObjectCategory, System.Type, TinyLife.Actions.ActionType.CanExecuteDelegate)
fullName: TinyLife.Actions.DebugAction.Create(string, TinyLife.Objects.ObjectCategory, System.Type, TinyLife.Actions.ActionType.CanExecuteDelegate)
type: Method
source:
remote:
@ -254,10 +254,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Create
path: ../TinyLife/Actions/DebugAction.cs
startLine: 27
startLine: 25
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: public static ActionType.TypeSettings Create(string name, ObjectCategory context, Type constructedType, ActionType.CanExecuteDelegate canExecute = null)
parameters:
@ -272,16 +272,28 @@ items:
return:
type: TinyLife.Actions.ActionType.TypeSettings
content.vb: Public Shared Function Create(name As String, context As ObjectCategory, constructedType As Type, canExecute As ActionType.CanExecuteDelegate = Nothing) As ActionType.TypeSettings
overload: TinyLife.DebugAction.Create*
overload: TinyLife.Actions.DebugAction.Create*
nameWithType.vb: DebugAction.Create(String, ObjectCategory, Type, ActionType.CanExecuteDelegate)
fullName.vb: TinyLife.DebugAction.Create(String, TinyLife.Objects.ObjectCategory, System.Type, TinyLife.Actions.ActionType.CanExecuteDelegate)
fullName.vb: TinyLife.Actions.DebugAction.Create(String, TinyLife.Objects.ObjectCategory, System.Type, TinyLife.Actions.ActionType.CanExecuteDelegate)
name.vb: Create(String, ObjectCategory, Type, CanExecuteDelegate)
references:
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: System.Object
commentId: T:System.Object
parent: System
@ -1034,24 +1046,24 @@ references:
name: TextureRegion
isExternal: true
- name: )
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
parent: TinyLife.Actions.Action
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
@ -2865,38 +2877,38 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
- uid: TinyLife.DebugAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.DebugAction.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<DebugAction>(DebugAction)
nameWithType: Extensions.JsonCopy<DebugAction>(DebugAction)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.DebugAction>(TinyLife.DebugAction)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.DebugAction>(TinyLife.Actions.DebugAction)
nameWithType.vb: Extensions.JsonCopy(Of DebugAction)(DebugAction)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.DebugAction)(TinyLife.DebugAction)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.DebugAction)(TinyLife.Actions.DebugAction)
name.vb: JsonCopy(Of DebugAction)(DebugAction)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.DebugAction)
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.DebugAction)
name: JsonCopy
- name: <
- uid: TinyLife.DebugAction
- uid: TinyLife.Actions.DebugAction
name: DebugAction
- name: '>'
- name: (
- uid: TinyLife.DebugAction
- uid: TinyLife.Actions.DebugAction
name: DebugAction
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.DebugAction)
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.DebugAction)
name: JsonCopy
- name: (
- name: Of
- name: " "
- uid: TinyLife.DebugAction
- uid: TinyLife.Actions.DebugAction
name: DebugAction
- name: )
- name: (
- uid: TinyLife.DebugAction
- uid: TinyLife.Actions.DebugAction
name: DebugAction
- name: )
- uid: System
@ -2936,23 +2948,6 @@ references:
- uid: MLEM.Data.Json
name: Json
isExternal: true
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
@ -3070,13 +3065,13 @@ references:
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.DebugAction.#ctor*
commentId: Overload:TinyLife.DebugAction.#ctor
- uid: TinyLife.Actions.DebugAction.#ctor*
commentId: Overload:TinyLife.Actions.DebugAction.#ctor
name: DebugAction
nameWithType: DebugAction.DebugAction
fullName: TinyLife.DebugAction.DebugAction
fullName: TinyLife.Actions.DebugAction.DebugAction
nameWithType.vb: DebugAction.New
fullName.vb: TinyLife.DebugAction.New
fullName.vb: TinyLife.Actions.DebugAction.New
name.vb: New
- uid: TinyLife.Actions.ActionType
commentId: T:TinyLife.Actions.ActionType
@ -3090,11 +3085,11 @@ references:
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- uid: TinyLife.DebugAction.Run*
commentId: Overload:TinyLife.DebugAction.Run
- uid: TinyLife.Actions.DebugAction.Run*
commentId: Overload:TinyLife.Actions.DebugAction.Run
name: Run
nameWithType: DebugAction.Run
fullName: TinyLife.DebugAction.Run
fullName: TinyLife.Actions.DebugAction.Run
- uid: TinyLife.Actions.Action.IsCompleted
commentId: M:TinyLife.Actions.Action.IsCompleted
parent: TinyLife.Actions.Action
@ -3111,11 +3106,11 @@ references:
name: IsCompleted
- name: (
- name: )
- uid: TinyLife.DebugAction.IsCompleted*
commentId: Overload:TinyLife.DebugAction.IsCompleted
- uid: TinyLife.Actions.DebugAction.IsCompleted*
commentId: Overload:TinyLife.Actions.DebugAction.IsCompleted
name: IsCompleted
nameWithType: DebugAction.IsCompleted
fullName: TinyLife.DebugAction.IsCompleted
fullName: TinyLife.Actions.DebugAction.IsCompleted
- uid: TinyLife.Actions.CompletionType
commentId: T:TinyLife.Actions.CompletionType
parent: TinyLife.Actions
@ -3142,16 +3137,16 @@ references:
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: )
- uid: TinyLife.DebugAction.OnCompleted*
commentId: Overload:TinyLife.DebugAction.OnCompleted
- uid: TinyLife.Actions.DebugAction.OnCompleted*
commentId: Overload:TinyLife.Actions.DebugAction.OnCompleted
name: OnCompleted
nameWithType: DebugAction.OnCompleted
fullName: TinyLife.DebugAction.OnCompleted
- uid: TinyLife.DebugAction.Create*
commentId: Overload:TinyLife.DebugAction.Create
fullName: TinyLife.Actions.DebugAction.OnCompleted
- uid: TinyLife.Actions.DebugAction.Create*
commentId: Overload:TinyLife.Actions.DebugAction.Create
name: Create
nameWithType: DebugAction.Create
fullName: TinyLife.DebugAction.Create
fullName: TinyLife.Actions.DebugAction.Create
- uid: System.String
commentId: T:System.String
parent: System

View file

@ -1,28 +1,28 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.Actions.Typeless.DeferredAction
commentId: T:TinyLife.Actions.Typeless.DeferredAction
- uid: TinyLife.Actions.DeferredAction
commentId: T:TinyLife.Actions.DeferredAction
id: DeferredAction
parent: TinyLife.Actions.Typeless
parent: TinyLife.Actions
children:
- TinyLife.Actions.Typeless.DeferredAction.#ctor(TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Typeless.DeferredAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Typeless.DeferredAction.Action
- TinyLife.Actions.Typeless.DeferredAction.CanMultitask(TinyLife.Actions.Action)
- TinyLife.Actions.Typeless.DeferredAction.CreateAction
- TinyLife.Actions.Typeless.DeferredAction.FullyInProgress
- TinyLife.Actions.Typeless.DeferredAction.Initialize
- TinyLife.Actions.Typeless.DeferredAction.InProgressTime
- TinyLife.Actions.Typeless.DeferredAction.IsCompleted
- TinyLife.Actions.Typeless.DeferredAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.DeferredAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.Typeless.DeferredAction.Validate(TinyLife.Objects.Person)
- TinyLife.Actions.DeferredAction.#ctor(TinyLife.Actions.ActionInfo)
- TinyLife.Actions.DeferredAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.DeferredAction.Action
- TinyLife.Actions.DeferredAction.CanMultitask(TinyLife.Actions.Action)
- TinyLife.Actions.DeferredAction.CreateAction
- TinyLife.Actions.DeferredAction.FullyInProgress
- TinyLife.Actions.DeferredAction.Initialize
- TinyLife.Actions.DeferredAction.InProgressTime
- TinyLife.Actions.DeferredAction.IsCompleted
- TinyLife.Actions.DeferredAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.DeferredAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.DeferredAction.Validate(TinyLife.Objects.Person)
langs:
- csharp
- vb
name: DeferredAction
nameWithType: DeferredAction
fullName: TinyLife.Actions.Typeless.DeferredAction
fullName: TinyLife.Actions.DeferredAction
type: Class
source:
remote:
@ -31,11 +31,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DeferredAction
path: ../TinyLife/Actions/DeferredAction.cs
startLine: 14
startLine: 12
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
summary: "\nA deferred action is an <xref href=\"TinyLife.Actions.Typeless.DeferredAction.Action\" data-throw-if-not-resolved=\"false\"></xref> that, when started, invokes an underlying action using <xref href=\"TinyLife.Actions.Handlers.UnderlyingActionHandler\" data-throw-if-not-resolved=\"false\"></xref>.\nThis is useful for situations where a <xref href=\"TinyLife.Actions.Handlers.MultiActionHandler\" data-throw-if-not-resolved=\"false\"></xref> would construct an action prematurely, before its <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref> is properly available.\n"
namespace: TinyLife.Actions
summary: "\nA deferred action is an <xref href=\"TinyLife.Actions.DeferredAction.Action\" data-throw-if-not-resolved=\"false\"></xref> that, when started, invokes an underlying action using <xref href=\"TinyLife.Actions.Handlers.UnderlyingActionHandler\" data-throw-if-not-resolved=\"false\"></xref>.\nThis is useful for situations where a <xref href=\"TinyLife.Actions.Handlers.MultiActionHandler\" data-throw-if-not-resolved=\"false\"></xref> would construct an action prematurely, before its <xref href=\"TinyLife.Actions.ActionInfo\" data-throw-if-not-resolved=\"false\"></xref> is properly available.\n"
example: []
syntax:
content: 'public abstract class DeferredAction : Action, IGenericDataHolder'
@ -70,7 +70,7 @@ items:
- TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
@ -109,17 +109,17 @@ items:
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- TinyLife.Actions.Typeless.DeferredAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.Typeless.DeferredAction.FullyInProgress
commentId: P:TinyLife.Actions.Typeless.DeferredAction.FullyInProgress
- TinyLife.Actions.DeferredAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.DeferredAction.FullyInProgress
commentId: P:TinyLife.Actions.DeferredAction.FullyInProgress
id: FullyInProgress
parent: TinyLife.Actions.Typeless.DeferredAction
parent: TinyLife.Actions.DeferredAction
langs:
- csharp
- vb
name: FullyInProgress
nameWithType: DeferredAction.FullyInProgress
fullName: TinyLife.Actions.Typeless.DeferredAction.FullyInProgress
fullName: TinyLife.Actions.DeferredAction.FullyInProgress
type: Property
source:
remote:
@ -128,10 +128,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FullyInProgress
path: ../TinyLife/Actions/DeferredAction.cs
startLine: 17
startLine: 15
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
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.Action.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:
@ -142,17 +142,17 @@ items:
description: Whether this action is fully in progress
content.vb: Public Overrides ReadOnly Property FullyInProgress As Boolean
overridden: TinyLife.Actions.Action.FullyInProgress
overload: TinyLife.Actions.Typeless.DeferredAction.FullyInProgress*
- uid: TinyLife.Actions.Typeless.DeferredAction.InProgressTime
commentId: P:TinyLife.Actions.Typeless.DeferredAction.InProgressTime
overload: TinyLife.Actions.DeferredAction.FullyInProgress*
- uid: TinyLife.Actions.DeferredAction.InProgressTime
commentId: P:TinyLife.Actions.DeferredAction.InProgressTime
id: InProgressTime
parent: TinyLife.Actions.Typeless.DeferredAction
parent: TinyLife.Actions.DeferredAction
langs:
- csharp
- vb
name: InProgressTime
nameWithType: DeferredAction.InProgressTime
fullName: TinyLife.Actions.Typeless.DeferredAction.InProgressTime
fullName: TinyLife.Actions.DeferredAction.InProgressTime
type: Property
source:
remote:
@ -161,10 +161,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InProgressTime
path: ../TinyLife/Actions/DeferredAction.cs
startLine: 19
startLine: 17
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
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.Action.ElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> is returned.\n"
example: []
syntax:
@ -175,17 +175,17 @@ items:
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.Action.InProgressTime
overload: TinyLife.Actions.Typeless.DeferredAction.InProgressTime*
- uid: TinyLife.Actions.Typeless.DeferredAction.Action
commentId: P:TinyLife.Actions.Typeless.DeferredAction.Action
overload: TinyLife.Actions.DeferredAction.InProgressTime*
- uid: TinyLife.Actions.DeferredAction.Action
commentId: P:TinyLife.Actions.DeferredAction.Action
id: Action
parent: TinyLife.Actions.Typeless.DeferredAction
parent: TinyLife.Actions.DeferredAction
langs:
- csharp
- vb
name: Action
nameWithType: DeferredAction.Action
fullName: TinyLife.Actions.Typeless.DeferredAction.Action
fullName: TinyLife.Actions.DeferredAction.Action
type: Property
source:
remote:
@ -194,27 +194,27 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Action
path: ../TinyLife/Actions/DeferredAction.cs
startLine: 21
startLine: 19
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
namespace: TinyLife.Actions
syntax:
content: public Action Action { get; }
parameters: []
return:
type: TinyLife.Actions.Action
content.vb: Public ReadOnly Property Action As Action
overload: TinyLife.Actions.Typeless.DeferredAction.Action*
- uid: TinyLife.Actions.Typeless.DeferredAction.#ctor(TinyLife.Actions.ActionInfo)
commentId: M:TinyLife.Actions.Typeless.DeferredAction.#ctor(TinyLife.Actions.ActionInfo)
overload: TinyLife.Actions.DeferredAction.Action*
- uid: TinyLife.Actions.DeferredAction.#ctor(TinyLife.Actions.ActionInfo)
commentId: M:TinyLife.Actions.DeferredAction.#ctor(TinyLife.Actions.ActionInfo)
id: '#ctor(TinyLife.Actions.ActionInfo)'
parent: TinyLife.Actions.Typeless.DeferredAction
parent: TinyLife.Actions.DeferredAction
langs:
- csharp
- vb
name: DeferredAction(ActionInfo)
nameWithType: DeferredAction.DeferredAction(ActionInfo)
fullName: TinyLife.Actions.Typeless.DeferredAction.DeferredAction(TinyLife.Actions.ActionInfo)
fullName: TinyLife.Actions.DeferredAction.DeferredAction(TinyLife.Actions.ActionInfo)
type: Constructor
source:
remote:
@ -223,10 +223,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/DeferredAction.cs
startLine: 27
startLine: 25
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
namespace: TinyLife.Actions
summary: "\nCreates a new typeless action with the given action information.\n"
example: []
syntax:
@ -236,20 +236,20 @@ items:
type: TinyLife.Actions.ActionInfo
description: The information for this action.
content.vb: Protected Sub New(info As ActionInfo)
overload: TinyLife.Actions.Typeless.DeferredAction.#ctor*
overload: TinyLife.Actions.DeferredAction.#ctor*
nameWithType.vb: DeferredAction.New(ActionInfo)
fullName.vb: TinyLife.Actions.Typeless.DeferredAction.New(TinyLife.Actions.ActionInfo)
fullName.vb: TinyLife.Actions.DeferredAction.New(TinyLife.Actions.ActionInfo)
name.vb: New(ActionInfo)
- uid: TinyLife.Actions.Typeless.DeferredAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
commentId: M:TinyLife.Actions.Typeless.DeferredAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- uid: TinyLife.Actions.DeferredAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
commentId: M:TinyLife.Actions.DeferredAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)'
parent: TinyLife.Actions.Typeless.DeferredAction
parent: TinyLife.Actions.DeferredAction
langs:
- csharp
- vb
name: DeferredAction(ActionType, ActionInfo)
nameWithType: DeferredAction.DeferredAction(ActionType, ActionInfo)
fullName: TinyLife.Actions.Typeless.DeferredAction.DeferredAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
fullName: TinyLife.Actions.DeferredAction.DeferredAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor
source:
remote:
@ -258,10 +258,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/DeferredAction.cs
startLine: 31
startLine: 29
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
namespace: TinyLife.Actions
syntax:
content: protected DeferredAction(ActionType type, ActionInfo info)
parameters:
@ -270,20 +270,20 @@ items:
- id: info
type: TinyLife.Actions.ActionInfo
content.vb: Protected Sub New(type As ActionType, info As ActionInfo)
overload: TinyLife.Actions.Typeless.DeferredAction.#ctor*
overload: TinyLife.Actions.DeferredAction.#ctor*
nameWithType.vb: DeferredAction.New(ActionType, ActionInfo)
fullName.vb: TinyLife.Actions.Typeless.DeferredAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
fullName.vb: TinyLife.Actions.DeferredAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
name.vb: New(ActionType, ActionInfo)
- uid: TinyLife.Actions.Typeless.DeferredAction.CreateAction
commentId: M:TinyLife.Actions.Typeless.DeferredAction.CreateAction
- uid: TinyLife.Actions.DeferredAction.CreateAction
commentId: M:TinyLife.Actions.DeferredAction.CreateAction
id: CreateAction
parent: TinyLife.Actions.Typeless.DeferredAction
parent: TinyLife.Actions.DeferredAction
langs:
- csharp
- vb
name: CreateAction()
nameWithType: DeferredAction.CreateAction()
fullName: TinyLife.Actions.Typeless.DeferredAction.CreateAction()
fullName: TinyLife.Actions.DeferredAction.CreateAction()
type: Method
source:
remote:
@ -292,11 +292,11 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateAction
path: ../TinyLife/Actions/DeferredAction.cs
startLine: 40
startLine: 38
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
summary: "\nCreates the action that this <xref href=\"TinyLife.Actions.Typeless.DeferredAction\" data-throw-if-not-resolved=\"false\"></xref> should execute.\nThis method is called in <xref href=\"TinyLife.Actions.Typeless.DeferredAction.Initialize\" data-throw-if-not-resolved=\"false\"></xref>.\n"
namespace: TinyLife.Actions
summary: "\nCreates the action that this <xref href=\"TinyLife.Actions.DeferredAction\" data-throw-if-not-resolved=\"false\"></xref> should execute.\nThis method is called in <xref href=\"TinyLife.Actions.DeferredAction.Initialize\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: protected abstract Action CreateAction()
@ -304,17 +304,17 @@ items:
type: TinyLife.Actions.Action
description: The action to execute.
content.vb: Protected MustOverride Function CreateAction() As Action
overload: TinyLife.Actions.Typeless.DeferredAction.CreateAction*
- uid: TinyLife.Actions.Typeless.DeferredAction.Initialize
commentId: M:TinyLife.Actions.Typeless.DeferredAction.Initialize
overload: TinyLife.Actions.DeferredAction.CreateAction*
- uid: TinyLife.Actions.DeferredAction.Initialize
commentId: M:TinyLife.Actions.DeferredAction.Initialize
id: Initialize
parent: TinyLife.Actions.Typeless.DeferredAction
parent: TinyLife.Actions.DeferredAction
langs:
- csharp
- vb
name: Initialize()
nameWithType: DeferredAction.Initialize()
fullName: TinyLife.Actions.Typeless.DeferredAction.Initialize()
fullName: TinyLife.Actions.DeferredAction.Initialize()
type: Method
source:
remote:
@ -323,27 +323,27 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/DeferredAction.cs
startLine: 43
startLine: 41
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
namespace: TinyLife.Actions
summary: "\nThis method is called when the action is first started by a <xref href=\"TinyLife.Actions.Action.Person\" data-throw-if-not-resolved=\"false\"></xref>.\nNote that it is not called when the action gets added to the <xref href=\"TinyLife.Objects.Person.ActionQueue\" data-throw-if-not-resolved=\"false\"></xref>, but when it is moved to <xref href=\"TinyLife.Objects.Person.CurrentActions\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public override void Initialize()
content.vb: Public Overrides Sub Initialize()
overridden: TinyLife.Actions.Action.Initialize
overload: TinyLife.Actions.Typeless.DeferredAction.Initialize*
- uid: TinyLife.Actions.Typeless.DeferredAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.Typeless.DeferredAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.DeferredAction.Initialize*
- uid: TinyLife.Actions.DeferredAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.DeferredAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Typeless.DeferredAction
parent: TinyLife.Actions.DeferredAction
langs:
- csharp
- vb
name: Update(GameTime, TimeSpan, float)
nameWithType: DeferredAction.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.Typeless.DeferredAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
fullName: TinyLife.Actions.DeferredAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method
source:
remote:
@ -352,10 +352,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/DeferredAction.cs
startLine: 48
startLine: 46
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
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.Action.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:
@ -372,20 +372,20 @@ items:
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.Typeless.DeferredAction.Update*
overload: TinyLife.Actions.DeferredAction.Update*
nameWithType.vb: DeferredAction.Update(GameTime, TimeSpan, Single)
fullName.vb: TinyLife.Actions.Typeless.DeferredAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
fullName.vb: TinyLife.Actions.DeferredAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
name.vb: Update(GameTime, TimeSpan, Single)
- uid: TinyLife.Actions.Typeless.DeferredAction.CanMultitask(TinyLife.Actions.Action)
commentId: M:TinyLife.Actions.Typeless.DeferredAction.CanMultitask(TinyLife.Actions.Action)
- uid: TinyLife.Actions.DeferredAction.CanMultitask(TinyLife.Actions.Action)
commentId: M:TinyLife.Actions.DeferredAction.CanMultitask(TinyLife.Actions.Action)
id: CanMultitask(TinyLife.Actions.Action)
parent: TinyLife.Actions.Typeless.DeferredAction
parent: TinyLife.Actions.DeferredAction
langs:
- csharp
- vb
name: CanMultitask(Action)
nameWithType: DeferredAction.CanMultitask(Action)
fullName: TinyLife.Actions.Typeless.DeferredAction.CanMultitask(TinyLife.Actions.Action)
fullName: TinyLife.Actions.DeferredAction.CanMultitask(TinyLife.Actions.Action)
type: Method
source:
remote:
@ -394,10 +394,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/DeferredAction.cs
startLine: 54
startLine: 52
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
namespace: TinyLife.Actions
summary: "\nReturn true on this method if this action can be multi-tasked along with the passed <xref href=\"TinyLife.Actions.Action\" data-throw-if-not-resolved=\"false\"></xref>.\nTo actually check this property, <xref href=\"TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action%2cTinyLife.Actions.Action)\" data-throw-if-not-resolved=\"false\"></xref> should be used as it compares both objects.\nA multi-tasking is an action that is currently active along with another action.\nBy default, multi-tasking is disallowed for any action.\n"
example: []
syntax:
@ -411,17 +411,17 @@ items:
description: Whether this action can be multi-tasked
content.vb: Public Overrides Function CanMultitask(other As Action) As Boolean
overridden: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
overload: TinyLife.Actions.Typeless.DeferredAction.CanMultitask*
- uid: TinyLife.Actions.Typeless.DeferredAction.Validate(TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Typeless.DeferredAction.Validate(TinyLife.Objects.Person)
overload: TinyLife.Actions.DeferredAction.CanMultitask*
- uid: TinyLife.Actions.DeferredAction.Validate(TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.DeferredAction.Validate(TinyLife.Objects.Person)
id: Validate(TinyLife.Objects.Person)
parent: TinyLife.Actions.Typeless.DeferredAction
parent: TinyLife.Actions.DeferredAction
langs:
- csharp
- vb
name: Validate(Person)
nameWithType: DeferredAction.Validate(Person)
fullName: TinyLife.Actions.Typeless.DeferredAction.Validate(TinyLife.Objects.Person)
fullName: TinyLife.Actions.DeferredAction.Validate(TinyLife.Objects.Person)
type: Method
source:
remote:
@ -430,10 +430,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate
path: ../TinyLife/Actions/DeferredAction.cs
startLine: 59
startLine: 57
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
namespace: TinyLife.Actions
summary: "\nValidates this action&apos;s data.\nThis is called when a map is loaded from disk.\nWhen returning false on this method, the action is removed from the <xref href=\"TinyLife.Actions.Action.Person\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
@ -447,17 +447,17 @@ items:
description: Whether or not the action is still valid (or if it has invalid data)
content.vb: Public Overrides Function Validate(person As Person) As Boolean
overridden: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
overload: TinyLife.Actions.Typeless.DeferredAction.Validate*
- uid: TinyLife.Actions.Typeless.DeferredAction.IsCompleted
commentId: M:TinyLife.Actions.Typeless.DeferredAction.IsCompleted
overload: TinyLife.Actions.DeferredAction.Validate*
- uid: TinyLife.Actions.DeferredAction.IsCompleted
commentId: M:TinyLife.Actions.DeferredAction.IsCompleted
id: IsCompleted
parent: TinyLife.Actions.Typeless.DeferredAction
parent: TinyLife.Actions.DeferredAction
langs:
- csharp
- vb
name: IsCompleted()
nameWithType: DeferredAction.IsCompleted()
fullName: TinyLife.Actions.Typeless.DeferredAction.IsCompleted()
fullName: TinyLife.Actions.DeferredAction.IsCompleted()
type: Method
source:
remote:
@ -466,10 +466,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/DeferredAction.cs
startLine: 64
startLine: 62
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
namespace: TinyLife.Actions
summary: "\nThis method is called every update frame by a <xref href=\"TinyLife.Actions.Action.Person\" data-throw-if-not-resolved=\"false\"></xref> if this action is currently active to check if it should be stopped.\nIf this returns a result other than <xref href=\"TinyLife.Actions.CompletionType.Completed\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)\" data-throw-if-not-resolved=\"false\"></xref> will be called and the action is stopped.\nBy default, only <xref href=\"TinyLife.Actions.Action.ForceResult\" data-throw-if-not-resolved=\"false\"></xref> modifies the completion type, otherwise <xref href=\"TinyLife.Actions.CompletionType.Active\" data-throw-if-not-resolved=\"false\"></xref> is returned.\n"
example: []
syntax:
@ -479,17 +479,17 @@ items:
description: The current completion type of this action
content.vb: Public Overrides Function IsCompleted() As CompletionType
overridden: TinyLife.Actions.Action.IsCompleted
overload: TinyLife.Actions.Typeless.DeferredAction.IsCompleted*
- uid: TinyLife.Actions.Typeless.DeferredAction.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Typeless.DeferredAction.OnCompleted(TinyLife.Actions.CompletionType)
overload: TinyLife.Actions.DeferredAction.IsCompleted*
- uid: TinyLife.Actions.DeferredAction.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.DeferredAction.OnCompleted(TinyLife.Actions.CompletionType)
id: OnCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.Typeless.DeferredAction
parent: TinyLife.Actions.DeferredAction
langs:
- csharp
- vb
name: OnCompleted(CompletionType)
nameWithType: DeferredAction.OnCompleted(CompletionType)
fullName: TinyLife.Actions.Typeless.DeferredAction.OnCompleted(TinyLife.Actions.CompletionType)
fullName: TinyLife.Actions.DeferredAction.OnCompleted(TinyLife.Actions.CompletionType)
type: Method
source:
remote:
@ -498,10 +498,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/DeferredAction.cs
startLine: 69
startLine: 67
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
namespace: TinyLife.Actions
summary: "\nThis method is called when this action <xref href=\"TinyLife.Actions.Action.IsCompleted\" data-throw-if-not-resolved=\"false\"></xref>, or if it is canceled from an outside source.\nNote that, if this method is called as a result of <xref href=\"TinyLife.Actions.Action.IsCompleted\" data-throw-if-not-resolved=\"false\"></xref>, the <xref href=\"TinyLife.Actions.CompletionType\" data-throw-if-not-resolved=\"false\"></xref> passed will be the same.\nBy default, only <xref href=\"TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action%2cTinyLife.Actions.CompletionType%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> is called.\n"
example: []
syntax:
@ -512,13 +512,13 @@ items:
description: The type that this action completed with
content.vb: Public Overrides Sub OnCompleted(type As CompletionType)
overridden: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
overload: TinyLife.Actions.Typeless.DeferredAction.OnCompleted*
overload: TinyLife.Actions.DeferredAction.OnCompleted*
references:
- uid: TinyLife.Actions.Typeless.DeferredAction.Action
commentId: P:TinyLife.Actions.Typeless.DeferredAction.Action
- uid: TinyLife.Actions.DeferredAction.Action
commentId: P:TinyLife.Actions.DeferredAction.Action
name: Action
nameWithType: DeferredAction.Action
fullName: TinyLife.Actions.Typeless.DeferredAction.Action
fullName: TinyLife.Actions.DeferredAction.Action
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler
commentId: T:TinyLife.Actions.Handlers.UnderlyingActionHandler
name: UnderlyingActionHandler
@ -536,29 +536,23 @@ references:
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- uid: TinyLife.Actions.Typeless
commentId: N:TinyLife.Actions.Typeless
name: TinyLife.Actions.Typeless
nameWithType: TinyLife.Actions.Typeless
fullName: TinyLife.Actions.Typeless
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- name: .
- uid: TinyLife.Actions.Typeless
name: Typeless
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- name: .
- uid: TinyLife.Actions.Typeless
name: Typeless
- uid: System.Object
commentId: T:System.Object
parent: System
@ -1192,24 +1186,24 @@ references:
name: TextureRegion
isExternal: true
- name: )
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
parent: TinyLife.Actions.Action
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
@ -3023,38 +3017,38 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
- uid: TinyLife.Actions.Typeless.DeferredAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.DeferredAction.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<DeferredAction>(DeferredAction)
nameWithType: Extensions.JsonCopy<DeferredAction>(DeferredAction)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.Typeless.DeferredAction>(TinyLife.Actions.Typeless.DeferredAction)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.DeferredAction>(TinyLife.Actions.DeferredAction)
nameWithType.vb: Extensions.JsonCopy(Of DeferredAction)(DeferredAction)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.Typeless.DeferredAction)(TinyLife.Actions.Typeless.DeferredAction)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.DeferredAction)(TinyLife.Actions.DeferredAction)
name.vb: JsonCopy(Of DeferredAction)(DeferredAction)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.Typeless.DeferredAction)
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.DeferredAction)
name: JsonCopy
- name: <
- uid: TinyLife.Actions.Typeless.DeferredAction
- uid: TinyLife.Actions.DeferredAction
name: DeferredAction
- name: '>'
- name: (
- uid: TinyLife.Actions.Typeless.DeferredAction
- uid: TinyLife.Actions.DeferredAction
name: DeferredAction
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.Typeless.DeferredAction)
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.DeferredAction)
name: JsonCopy
- name: (
- name: Of
- name: " "
- uid: TinyLife.Actions.Typeless.DeferredAction
- uid: TinyLife.Actions.DeferredAction
name: DeferredAction
- name: )
- name: (
- uid: TinyLife.Actions.Typeless.DeferredAction
- uid: TinyLife.Actions.DeferredAction
name: DeferredAction
- name: )
- uid: TinyLife.Actions.Handlers
@ -3080,23 +3074,6 @@ references:
- name: .
- uid: TinyLife.Actions.Handlers
name: Handlers
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: System
commentId: N:System
isExternal: true
@ -3257,11 +3234,11 @@ references:
name: FullyInProgress
nameWithType: Action.FullyInProgress
fullName: TinyLife.Actions.Action.FullyInProgress
- uid: TinyLife.Actions.Typeless.DeferredAction.FullyInProgress*
commentId: Overload:TinyLife.Actions.Typeless.DeferredAction.FullyInProgress
- uid: TinyLife.Actions.DeferredAction.FullyInProgress*
commentId: Overload:TinyLife.Actions.DeferredAction.FullyInProgress
name: FullyInProgress
nameWithType: DeferredAction.FullyInProgress
fullName: TinyLife.Actions.Typeless.DeferredAction.FullyInProgress
fullName: TinyLife.Actions.DeferredAction.FullyInProgress
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
@ -3279,11 +3256,11 @@ references:
name: InProgressTime
nameWithType: Action.InProgressTime
fullName: TinyLife.Actions.Action.InProgressTime
- uid: TinyLife.Actions.Typeless.DeferredAction.InProgressTime*
commentId: Overload:TinyLife.Actions.Typeless.DeferredAction.InProgressTime
- uid: TinyLife.Actions.DeferredAction.InProgressTime*
commentId: Overload:TinyLife.Actions.DeferredAction.InProgressTime
name: InProgressTime
nameWithType: DeferredAction.InProgressTime
fullName: TinyLife.Actions.Typeless.DeferredAction.InProgressTime
fullName: TinyLife.Actions.DeferredAction.InProgressTime
- uid: System.TimeSpan
commentId: T:System.TimeSpan
parent: System
@ -3292,18 +3269,18 @@ references:
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
- uid: TinyLife.Actions.Typeless.DeferredAction.Action*
commentId: Overload:TinyLife.Actions.Typeless.DeferredAction.Action
- uid: TinyLife.Actions.DeferredAction.Action*
commentId: Overload:TinyLife.Actions.DeferredAction.Action
name: Action
nameWithType: DeferredAction.Action
fullName: TinyLife.Actions.Typeless.DeferredAction.Action
- uid: TinyLife.Actions.Typeless.DeferredAction.#ctor*
commentId: Overload:TinyLife.Actions.Typeless.DeferredAction.#ctor
fullName: TinyLife.Actions.DeferredAction.Action
- uid: TinyLife.Actions.DeferredAction.#ctor*
commentId: Overload:TinyLife.Actions.DeferredAction.#ctor
name: DeferredAction
nameWithType: DeferredAction.DeferredAction
fullName: TinyLife.Actions.Typeless.DeferredAction.DeferredAction
fullName: TinyLife.Actions.DeferredAction.DeferredAction
nameWithType.vb: DeferredAction.New
fullName.vb: TinyLife.Actions.Typeless.DeferredAction.New
fullName.vb: TinyLife.Actions.DeferredAction.New
name.vb: New
- uid: TinyLife.Actions.ActionType
commentId: T:TinyLife.Actions.ActionType
@ -3311,31 +3288,31 @@ references:
name: ActionType
nameWithType: ActionType
fullName: TinyLife.Actions.ActionType
- uid: TinyLife.Actions.Typeless.DeferredAction
commentId: T:TinyLife.Actions.Typeless.DeferredAction
- uid: TinyLife.Actions.DeferredAction
commentId: T:TinyLife.Actions.DeferredAction
name: DeferredAction
nameWithType: DeferredAction
fullName: TinyLife.Actions.Typeless.DeferredAction
- uid: TinyLife.Actions.Typeless.DeferredAction.Initialize
commentId: M:TinyLife.Actions.Typeless.DeferredAction.Initialize
fullName: TinyLife.Actions.DeferredAction
- uid: TinyLife.Actions.DeferredAction.Initialize
commentId: M:TinyLife.Actions.DeferredAction.Initialize
name: Initialize()
nameWithType: DeferredAction.Initialize()
fullName: TinyLife.Actions.Typeless.DeferredAction.Initialize()
fullName: TinyLife.Actions.DeferredAction.Initialize()
spec.csharp:
- uid: TinyLife.Actions.Typeless.DeferredAction.Initialize
- uid: TinyLife.Actions.DeferredAction.Initialize
name: Initialize
- name: (
- name: )
spec.vb:
- uid: TinyLife.Actions.Typeless.DeferredAction.Initialize
- uid: TinyLife.Actions.DeferredAction.Initialize
name: Initialize
- name: (
- name: )
- uid: TinyLife.Actions.Typeless.DeferredAction.CreateAction*
commentId: Overload:TinyLife.Actions.Typeless.DeferredAction.CreateAction
- uid: TinyLife.Actions.DeferredAction.CreateAction*
commentId: Overload:TinyLife.Actions.DeferredAction.CreateAction
name: CreateAction
nameWithType: DeferredAction.CreateAction
fullName: TinyLife.Actions.Typeless.DeferredAction.CreateAction
fullName: TinyLife.Actions.DeferredAction.CreateAction
- uid: TinyLife.Actions.Action.Initialize
commentId: M:TinyLife.Actions.Action.Initialize
parent: TinyLife.Actions.Action
@ -3352,11 +3329,11 @@ references:
name: Initialize
- name: (
- name: )
- uid: TinyLife.Actions.Typeless.DeferredAction.Initialize*
commentId: Overload:TinyLife.Actions.Typeless.DeferredAction.Initialize
- uid: TinyLife.Actions.DeferredAction.Initialize*
commentId: Overload:TinyLife.Actions.DeferredAction.Initialize
name: Initialize
nameWithType: DeferredAction.Initialize
fullName: TinyLife.Actions.Typeless.DeferredAction.Initialize
fullName: TinyLife.Actions.DeferredAction.Initialize
- 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
@ -3408,11 +3385,11 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: )
- uid: TinyLife.Actions.Typeless.DeferredAction.Update*
commentId: Overload:TinyLife.Actions.Typeless.DeferredAction.Update
- uid: TinyLife.Actions.DeferredAction.Update*
commentId: Overload:TinyLife.Actions.DeferredAction.Update
name: Update
nameWithType: DeferredAction.Update
fullName: TinyLife.Actions.Typeless.DeferredAction.Update
fullName: TinyLife.Actions.DeferredAction.Update
- uid: Microsoft.Xna.Framework.GameTime
commentId: T:Microsoft.Xna.Framework.GameTime
parent: Microsoft.Xna.Framework
@ -3481,11 +3458,11 @@ references:
- uid: TinyLife.Actions.Action
name: Action
- name: )
- uid: TinyLife.Actions.Typeless.DeferredAction.CanMultitask*
commentId: Overload:TinyLife.Actions.Typeless.DeferredAction.CanMultitask
- uid: TinyLife.Actions.DeferredAction.CanMultitask*
commentId: Overload:TinyLife.Actions.DeferredAction.CanMultitask
name: CanMultitask
nameWithType: DeferredAction.CanMultitask
fullName: TinyLife.Actions.Typeless.DeferredAction.CanMultitask
fullName: TinyLife.Actions.DeferredAction.CanMultitask
- uid: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
parent: TinyLife.Actions.Action
@ -3506,11 +3483,11 @@ references:
- uid: TinyLife.Objects.Person
name: Person
- name: )
- uid: TinyLife.Actions.Typeless.DeferredAction.Validate*
commentId: Overload:TinyLife.Actions.Typeless.DeferredAction.Validate
- uid: TinyLife.Actions.DeferredAction.Validate*
commentId: Overload:TinyLife.Actions.DeferredAction.Validate
name: Validate
nameWithType: DeferredAction.Validate
fullName: TinyLife.Actions.Typeless.DeferredAction.Validate
fullName: TinyLife.Actions.DeferredAction.Validate
- uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person
parent: TinyLife.Objects
@ -3550,11 +3527,11 @@ references:
name: IsCompleted
- name: (
- name: )
- uid: TinyLife.Actions.Typeless.DeferredAction.IsCompleted*
commentId: Overload:TinyLife.Actions.Typeless.DeferredAction.IsCompleted
- uid: TinyLife.Actions.DeferredAction.IsCompleted*
commentId: Overload:TinyLife.Actions.DeferredAction.IsCompleted
name: IsCompleted
nameWithType: DeferredAction.IsCompleted
fullName: TinyLife.Actions.Typeless.DeferredAction.IsCompleted
fullName: TinyLife.Actions.DeferredAction.IsCompleted
- uid: TinyLife.Actions.CompletionType
commentId: T:TinyLife.Actions.CompletionType
parent: TinyLife.Actions
@ -3581,8 +3558,8 @@ references:
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: )
- uid: TinyLife.Actions.Typeless.DeferredAction.OnCompleted*
commentId: Overload:TinyLife.Actions.Typeless.DeferredAction.OnCompleted
- uid: TinyLife.Actions.DeferredAction.OnCompleted*
commentId: Overload:TinyLife.Actions.DeferredAction.OnCompleted
name: OnCompleted
nameWithType: DeferredAction.OnCompleted
fullName: TinyLife.Actions.Typeless.DeferredAction.OnCompleted
fullName: TinyLife.Actions.DeferredAction.OnCompleted

View file

@ -69,7 +69,7 @@ items:
- TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
@ -1190,24 +1190,24 @@ references:
name: TextureRegion
isExternal: true
- name: )
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
parent: TinyLife.Actions.Action
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)

View file

@ -82,7 +82,7 @@ items:
- TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
@ -1312,24 +1312,24 @@ references:
name: TextureRegion
isExternal: true
- name: )
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
parent: TinyLife.Actions.Action
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)

View file

@ -1,22 +1,22 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.HoldingPersonAction
commentId: T:TinyLife.HoldingPersonAction
- uid: TinyLife.Actions.HoldingPersonAction
commentId: T:TinyLife.Actions.HoldingPersonAction
id: HoldingPersonAction
parent: TinyLife
parent: TinyLife.Actions
children:
- TinyLife.HoldingPersonAction.#ctor(TinyLife.Actions.ActionInfo)
- TinyLife.HoldingPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.HoldingPersonAction.CanCancel(TinyLife.Actions.Action)
- TinyLife.HoldingPersonAction.CreateFirstActions
- TinyLife.HoldingPersonAction.CreateLastActions
- TinyLife.HoldingPersonAction.IsHoldingParty
- TinyLife.Actions.HoldingPersonAction.#ctor(TinyLife.Actions.ActionInfo)
- TinyLife.Actions.HoldingPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.HoldingPersonAction.CanCancel(TinyLife.Actions.Action)
- TinyLife.Actions.HoldingPersonAction.CreateFirstActions
- TinyLife.Actions.HoldingPersonAction.CreateLastActions
- TinyLife.Actions.HoldingPersonAction.IsHoldingParty
langs:
- csharp
- vb
name: HoldingPersonAction
nameWithType: HoldingPersonAction
fullName: TinyLife.HoldingPersonAction
fullName: TinyLife.Actions.HoldingPersonAction
type: Class
source:
remote:
@ -25,10 +25,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HoldingPersonAction
path: ../TinyLife/Actions/HoldingPersonAction.cs
startLine: 11
startLine: 9
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: 'public class HoldingPersonAction : SocialAction, IGenericDataHolder'
content.vb: Public Class HoldingPersonAction Inherits SocialAction Implements IGenericDataHolder
@ -97,7 +97,7 @@ items:
- TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
@ -136,17 +136,17 @@ items:
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- TinyLife.HoldingPersonAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.HoldingPersonAction.IsHoldingParty
commentId: P:TinyLife.HoldingPersonAction.IsHoldingParty
- TinyLife.Actions.HoldingPersonAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.HoldingPersonAction.IsHoldingParty
commentId: P:TinyLife.Actions.HoldingPersonAction.IsHoldingParty
id: IsHoldingParty
parent: TinyLife.HoldingPersonAction
parent: TinyLife.Actions.HoldingPersonAction
langs:
- csharp
- vb
name: IsHoldingParty
nameWithType: HoldingPersonAction.IsHoldingParty
fullName: TinyLife.HoldingPersonAction.IsHoldingParty
fullName: TinyLife.Actions.HoldingPersonAction.IsHoldingParty
type: Property
source:
remote:
@ -155,27 +155,27 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsHoldingParty
path: ../TinyLife/Actions/HoldingPersonAction.cs
startLine: 13
startLine: 11
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: protected virtual bool IsHoldingParty { get; }
parameters: []
return:
type: System.Boolean
content.vb: Protected Overridable ReadOnly Property IsHoldingParty As Boolean
overload: TinyLife.HoldingPersonAction.IsHoldingParty*
- uid: TinyLife.HoldingPersonAction.#ctor(TinyLife.Actions.ActionInfo)
commentId: M:TinyLife.HoldingPersonAction.#ctor(TinyLife.Actions.ActionInfo)
overload: TinyLife.Actions.HoldingPersonAction.IsHoldingParty*
- uid: TinyLife.Actions.HoldingPersonAction.#ctor(TinyLife.Actions.ActionInfo)
commentId: M:TinyLife.Actions.HoldingPersonAction.#ctor(TinyLife.Actions.ActionInfo)
id: '#ctor(TinyLife.Actions.ActionInfo)'
parent: TinyLife.HoldingPersonAction
parent: TinyLife.Actions.HoldingPersonAction
langs:
- csharp
- vb
name: HoldingPersonAction(ActionInfo)
nameWithType: HoldingPersonAction.HoldingPersonAction(ActionInfo)
fullName: TinyLife.HoldingPersonAction.HoldingPersonAction(TinyLife.Actions.ActionInfo)
fullName: TinyLife.Actions.HoldingPersonAction.HoldingPersonAction(TinyLife.Actions.ActionInfo)
type: Constructor
source:
remote:
@ -184,10 +184,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/HoldingPersonAction.cs
startLine: 19
startLine: 17
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
summary: "\nCreates a new typeless action with the given action information.\n"
example: []
syntax:
@ -197,20 +197,20 @@ items:
type: TinyLife.Actions.ActionInfo
description: The information for this action.
content.vb: Public Sub New(info As ActionInfo)
overload: TinyLife.HoldingPersonAction.#ctor*
overload: TinyLife.Actions.HoldingPersonAction.#ctor*
nameWithType.vb: HoldingPersonAction.New(ActionInfo)
fullName.vb: TinyLife.HoldingPersonAction.New(TinyLife.Actions.ActionInfo)
fullName.vb: TinyLife.Actions.HoldingPersonAction.New(TinyLife.Actions.ActionInfo)
name.vb: New(ActionInfo)
- uid: TinyLife.HoldingPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
commentId: M:TinyLife.HoldingPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- uid: TinyLife.Actions.HoldingPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
commentId: M:TinyLife.Actions.HoldingPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)'
parent: TinyLife.HoldingPersonAction
parent: TinyLife.Actions.HoldingPersonAction
langs:
- csharp
- vb
name: HoldingPersonAction(ActionType, ActionInfo)
nameWithType: HoldingPersonAction.HoldingPersonAction(ActionType, ActionInfo)
fullName: TinyLife.HoldingPersonAction.HoldingPersonAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
fullName: TinyLife.Actions.HoldingPersonAction.HoldingPersonAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor
source:
remote:
@ -219,10 +219,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/HoldingPersonAction.cs
startLine: 22
startLine: 20
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
summary: "\nCreates a new action with the given action information.\n"
example: []
syntax:
@ -235,20 +235,20 @@ items:
type: TinyLife.Actions.ActionInfo
description: The information for this action.
content.vb: Public Sub New(type As ActionType, info As ActionInfo)
overload: TinyLife.HoldingPersonAction.#ctor*
overload: TinyLife.Actions.HoldingPersonAction.#ctor*
nameWithType.vb: HoldingPersonAction.New(ActionType, ActionInfo)
fullName.vb: TinyLife.HoldingPersonAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
fullName.vb: TinyLife.Actions.HoldingPersonAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
name.vb: New(ActionType, ActionInfo)
- uid: TinyLife.HoldingPersonAction.CreateFirstActions
commentId: M:TinyLife.HoldingPersonAction.CreateFirstActions
- uid: TinyLife.Actions.HoldingPersonAction.CreateFirstActions
commentId: M:TinyLife.Actions.HoldingPersonAction.CreateFirstActions
id: CreateFirstActions
parent: TinyLife.HoldingPersonAction
parent: TinyLife.Actions.HoldingPersonAction
langs:
- csharp
- vb
name: CreateFirstActions()
nameWithType: HoldingPersonAction.CreateFirstActions()
fullName: TinyLife.HoldingPersonAction.CreateFirstActions()
fullName: TinyLife.Actions.HoldingPersonAction.CreateFirstActions()
type: Method
source:
remote:
@ -257,10 +257,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/HoldingPersonAction.cs
startLine: 25
startLine: 23
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
summary: "\nReturn a set of actions that should be executed before this action.\nEven if the yield statement is used, all actions will be collected into a list at the start of this action&apos;s invocation.\nIf no action gets returned in this function, this action fails.\nIf the returned set only contains <a href=\"https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null\">null</a> items, no first actions will be executed.\n"
example: []
syntax:
@ -270,17 +270,17 @@ items:
description: A set of actions that should run before this action
content.vb: Protected Overrides Function CreateFirstActions() As IEnumerable(Of Action)
overridden: TinyLife.Actions.SocialAction.CreateFirstActions
overload: TinyLife.HoldingPersonAction.CreateFirstActions*
- uid: TinyLife.HoldingPersonAction.CreateLastActions
commentId: M:TinyLife.HoldingPersonAction.CreateLastActions
overload: TinyLife.Actions.HoldingPersonAction.CreateFirstActions*
- uid: TinyLife.Actions.HoldingPersonAction.CreateLastActions
commentId: M:TinyLife.Actions.HoldingPersonAction.CreateLastActions
id: CreateLastActions
parent: TinyLife.HoldingPersonAction
parent: TinyLife.Actions.HoldingPersonAction
langs:
- csharp
- vb
name: CreateLastActions()
nameWithType: HoldingPersonAction.CreateLastActions()
fullName: TinyLife.HoldingPersonAction.CreateLastActions()
fullName: TinyLife.Actions.HoldingPersonAction.CreateLastActions()
type: Method
source:
remote:
@ -289,10 +289,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateLastActions
path: ../TinyLife/Actions/HoldingPersonAction.cs
startLine: 32
startLine: 30
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
summary: "\nReturn a set of actions that should be executed after this action.\nEven if the yield statement is used, all actions will be collected into a list after the main action is finished.\nIf no action gets returned in this function, this action fails.\nIf the returned set only contains <a href=\"https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null\">null</a> items, no last actions will be executed, which is also this method&apos;s default behavior.\n"
example: []
syntax:
@ -302,17 +302,17 @@ items:
description: A set of actions that should run after this action
content.vb: Protected Overrides Function CreateLastActions() As IEnumerable(Of Action)
overridden: TinyLife.Actions.MultiAction.CreateLastActions
overload: TinyLife.HoldingPersonAction.CreateLastActions*
- uid: TinyLife.HoldingPersonAction.CanCancel(TinyLife.Actions.Action)
commentId: M:TinyLife.HoldingPersonAction.CanCancel(TinyLife.Actions.Action)
overload: TinyLife.Actions.HoldingPersonAction.CreateLastActions*
- uid: TinyLife.Actions.HoldingPersonAction.CanCancel(TinyLife.Actions.Action)
commentId: M:TinyLife.Actions.HoldingPersonAction.CanCancel(TinyLife.Actions.Action)
id: CanCancel(TinyLife.Actions.Action)
parent: TinyLife.HoldingPersonAction
parent: TinyLife.Actions.HoldingPersonAction
langs:
- csharp
- vb
name: CanCancel(Action)
nameWithType: HoldingPersonAction.CanCancel(Action)
fullName: TinyLife.HoldingPersonAction.CanCancel(TinyLife.Actions.Action)
fullName: TinyLife.Actions.HoldingPersonAction.CanCancel(TinyLife.Actions.Action)
type: Method
source:
remote:
@ -321,10 +321,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: ../TinyLife/Actions/HoldingPersonAction.cs
startLine: 41
startLine: 39
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
summary: "\nReturns whether or not this action can be canceled by the given outside source.\nNote that the outside source can be null, and if it is, it means that the player canceled the action manually.\nBy default, actions can only be canceled if the <code data-dev-comment-type=\"paramref\" class=\"paramref\">cancelSource</code> is null.\n"
example: []
syntax:
@ -338,13 +338,25 @@ items:
description: true if the action can be canceled
content.vb: Public Overrides Function CanCancel(cancelSource As Action) As Boolean
overridden: TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action)
overload: TinyLife.HoldingPersonAction.CanCancel*
overload: TinyLife.Actions.HoldingPersonAction.CanCancel*
references:
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: System.Object
commentId: T:System.Object
parent: System
@ -1700,24 +1712,24 @@ references:
name: TextureRegion
isExternal: true
- name: )
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
parent: TinyLife.Actions.Action
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
@ -3531,38 +3543,38 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
- uid: TinyLife.HoldingPersonAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.HoldingPersonAction.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<HoldingPersonAction>(HoldingPersonAction)
nameWithType: Extensions.JsonCopy<HoldingPersonAction>(HoldingPersonAction)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.HoldingPersonAction>(TinyLife.HoldingPersonAction)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.HoldingPersonAction>(TinyLife.Actions.HoldingPersonAction)
nameWithType.vb: Extensions.JsonCopy(Of HoldingPersonAction)(HoldingPersonAction)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.HoldingPersonAction)(TinyLife.HoldingPersonAction)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.HoldingPersonAction)(TinyLife.Actions.HoldingPersonAction)
name.vb: JsonCopy(Of HoldingPersonAction)(HoldingPersonAction)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.HoldingPersonAction)
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.HoldingPersonAction)
name: JsonCopy
- name: <
- uid: TinyLife.HoldingPersonAction
- uid: TinyLife.Actions.HoldingPersonAction
name: HoldingPersonAction
- name: '>'
- name: (
- uid: TinyLife.HoldingPersonAction
- uid: TinyLife.Actions.HoldingPersonAction
name: HoldingPersonAction
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.HoldingPersonAction)
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.HoldingPersonAction)
name: JsonCopy
- name: (
- name: Of
- name: " "
- uid: TinyLife.HoldingPersonAction
- uid: TinyLife.Actions.HoldingPersonAction
name: HoldingPersonAction
- name: )
- name: (
- uid: TinyLife.HoldingPersonAction
- uid: TinyLife.Actions.HoldingPersonAction
name: HoldingPersonAction
- name: )
- uid: System
@ -3602,23 +3614,6 @@ references:
- uid: MLEM.Data.Json
name: Json
isExternal: true
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
@ -3736,11 +3731,11 @@ references:
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.HoldingPersonAction.IsHoldingParty*
commentId: Overload:TinyLife.HoldingPersonAction.IsHoldingParty
- uid: TinyLife.Actions.HoldingPersonAction.IsHoldingParty*
commentId: Overload:TinyLife.Actions.HoldingPersonAction.IsHoldingParty
name: IsHoldingParty
nameWithType: HoldingPersonAction.IsHoldingParty
fullName: TinyLife.HoldingPersonAction.IsHoldingParty
fullName: TinyLife.Actions.HoldingPersonAction.IsHoldingParty
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
@ -3752,13 +3747,13 @@ references:
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
- uid: TinyLife.HoldingPersonAction.#ctor*
commentId: Overload:TinyLife.HoldingPersonAction.#ctor
- uid: TinyLife.Actions.HoldingPersonAction.#ctor*
commentId: Overload:TinyLife.Actions.HoldingPersonAction.#ctor
name: HoldingPersonAction
nameWithType: HoldingPersonAction.HoldingPersonAction
fullName: TinyLife.HoldingPersonAction.HoldingPersonAction
fullName: TinyLife.Actions.HoldingPersonAction.HoldingPersonAction
nameWithType.vb: HoldingPersonAction.New
fullName.vb: TinyLife.HoldingPersonAction.New
fullName.vb: TinyLife.Actions.HoldingPersonAction.New
name.vb: New
- uid: TinyLife.Actions.ActionInfo
commentId: T:TinyLife.Actions.ActionInfo
@ -3788,11 +3783,11 @@ references:
name: CreateFirstActions
- name: (
- name: )
- uid: TinyLife.HoldingPersonAction.CreateFirstActions*
commentId: Overload:TinyLife.HoldingPersonAction.CreateFirstActions
- uid: TinyLife.Actions.HoldingPersonAction.CreateFirstActions*
commentId: Overload:TinyLife.Actions.HoldingPersonAction.CreateFirstActions
name: CreateFirstActions
nameWithType: HoldingPersonAction.CreateFirstActions
fullName: TinyLife.HoldingPersonAction.CreateFirstActions
fullName: TinyLife.Actions.HoldingPersonAction.CreateFirstActions
- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
parent: System.Collections.Generic
@ -3905,11 +3900,11 @@ references:
name: CreateLastActions
- name: (
- name: )
- uid: TinyLife.HoldingPersonAction.CreateLastActions*
commentId: Overload:TinyLife.HoldingPersonAction.CreateLastActions
- uid: TinyLife.Actions.HoldingPersonAction.CreateLastActions*
commentId: Overload:TinyLife.Actions.HoldingPersonAction.CreateLastActions
name: CreateLastActions
nameWithType: HoldingPersonAction.CreateLastActions
fullName: TinyLife.HoldingPersonAction.CreateLastActions
fullName: TinyLife.Actions.HoldingPersonAction.CreateLastActions
- uid: TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action)
commentId: M:TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action)
parent: TinyLife.Actions.SocialAction
@ -3930,8 +3925,8 @@ references:
- uid: TinyLife.Actions.Action
name: Action
- name: )
- uid: TinyLife.HoldingPersonAction.CanCancel*
commentId: Overload:TinyLife.HoldingPersonAction.CanCancel
- uid: TinyLife.Actions.HoldingPersonAction.CanCancel*
commentId: Overload:TinyLife.Actions.HoldingPersonAction.CanCancel
name: CanCancel
nameWithType: HoldingPersonAction.CanCancel
fullName: TinyLife.HoldingPersonAction.CanCancel
fullName: TinyLife.Actions.HoldingPersonAction.CanCancel

View file

@ -1,24 +1,24 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.MakeTeaAction
commentId: T:TinyLife.MakeTeaAction
- uid: TinyLife.Actions.MakeTeaAction
commentId: T:TinyLife.Actions.MakeTeaAction
id: MakeTeaAction
parent: TinyLife
parent: TinyLife.Actions
children:
- TinyLife.MakeTeaAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Skills.FoodType)
- TinyLife.MakeTeaAction.AndThenInitialize
- TinyLife.MakeTeaAction.AndThenIsCompleted
- TinyLife.MakeTeaAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.MakeTeaAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.MakeTeaAction.CreateFirstActions
- TinyLife.MakeTeaAction.GetNextAction(TinyLife.Actions.CompletionType)
- TinyLife.MakeTeaAction.OnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)
- TinyLife.Actions.MakeTeaAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Skills.FoodType)
- TinyLife.Actions.MakeTeaAction.AndThenInitialize
- TinyLife.Actions.MakeTeaAction.AndThenIsCompleted
- TinyLife.Actions.MakeTeaAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MakeTeaAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.MakeTeaAction.CreateFirstActions
- TinyLife.Actions.MakeTeaAction.GetNextAction(TinyLife.Actions.CompletionType)
- TinyLife.Actions.MakeTeaAction.OnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)
langs:
- csharp
- vb
name: MakeTeaAction
nameWithType: MakeTeaAction
fullName: TinyLife.MakeTeaAction
fullName: TinyLife.Actions.MakeTeaAction
type: Class
source:
remote:
@ -27,10 +27,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeTeaAction
path: ../TinyLife/Actions/MakeTeaAction.cs
startLine: 13
startLine: 11
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: 'public class MakeTeaAction : MultiAction, IGenericDataHolder'
content.vb: Public Class MakeTeaAction Inherits MultiAction Implements IGenericDataHolder
@ -79,7 +79,7 @@ items:
- TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
@ -118,17 +118,17 @@ items:
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- TinyLife.MakeTeaAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.MakeTeaAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Skills.FoodType)
commentId: M:TinyLife.MakeTeaAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Skills.FoodType)
- TinyLife.Actions.MakeTeaAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.MakeTeaAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Skills.FoodType)
commentId: M:TinyLife.Actions.MakeTeaAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Skills.FoodType)
id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Skills.FoodType)'
parent: TinyLife.MakeTeaAction
parent: TinyLife.Actions.MakeTeaAction
langs:
- csharp
- vb
name: MakeTeaAction(ActionType, ActionInfo, FoodType)
nameWithType: MakeTeaAction.MakeTeaAction(ActionType, ActionInfo, FoodType)
fullName: TinyLife.MakeTeaAction.MakeTeaAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, TinyLife.Skills.FoodType)
fullName: TinyLife.Actions.MakeTeaAction.MakeTeaAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, TinyLife.Skills.FoodType)
type: Constructor
source:
remote:
@ -137,10 +137,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/MakeTeaAction.cs
startLine: 19
startLine: 17
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: public MakeTeaAction(ActionType type, ActionInfo info, FoodType foodType)
parameters:
@ -151,20 +151,20 @@ items:
- id: foodType
type: TinyLife.Skills.FoodType
content.vb: Public Sub New(type As ActionType, info As ActionInfo, foodType As FoodType)
overload: TinyLife.MakeTeaAction.#ctor*
overload: TinyLife.Actions.MakeTeaAction.#ctor*
nameWithType.vb: MakeTeaAction.New(ActionType, ActionInfo, FoodType)
fullName.vb: TinyLife.MakeTeaAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, TinyLife.Skills.FoodType)
fullName.vb: TinyLife.Actions.MakeTeaAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, TinyLife.Skills.FoodType)
name.vb: New(ActionType, ActionInfo, FoodType)
- uid: TinyLife.MakeTeaAction.CreateFirstActions
commentId: M:TinyLife.MakeTeaAction.CreateFirstActions
- uid: TinyLife.Actions.MakeTeaAction.CreateFirstActions
commentId: M:TinyLife.Actions.MakeTeaAction.CreateFirstActions
id: CreateFirstActions
parent: TinyLife.MakeTeaAction
parent: TinyLife.Actions.MakeTeaAction
langs:
- csharp
- vb
name: CreateFirstActions()
nameWithType: MakeTeaAction.CreateFirstActions()
fullName: TinyLife.MakeTeaAction.CreateFirstActions()
fullName: TinyLife.Actions.MakeTeaAction.CreateFirstActions()
type: Method
source:
remote:
@ -173,27 +173,27 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/MakeTeaAction.cs
startLine: 23
startLine: 21
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: protected override IEnumerable<Action> CreateFirstActions()
return:
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
content.vb: Protected Overrides Function CreateFirstActions() As IEnumerable(Of Action)
overridden: TinyLife.Actions.MultiAction.CreateFirstActions
overload: TinyLife.MakeTeaAction.CreateFirstActions*
- uid: TinyLife.MakeTeaAction.AndThenInitialize
commentId: M:TinyLife.MakeTeaAction.AndThenInitialize
overload: TinyLife.Actions.MakeTeaAction.CreateFirstActions*
- uid: TinyLife.Actions.MakeTeaAction.AndThenInitialize
commentId: M:TinyLife.Actions.MakeTeaAction.AndThenInitialize
id: AndThenInitialize
parent: TinyLife.MakeTeaAction
parent: TinyLife.Actions.MakeTeaAction
langs:
- csharp
- vb
name: AndThenInitialize()
nameWithType: MakeTeaAction.AndThenInitialize()
fullName: TinyLife.MakeTeaAction.AndThenInitialize()
fullName: TinyLife.Actions.MakeTeaAction.AndThenInitialize()
type: Method
source:
remote:
@ -202,25 +202,25 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: ../TinyLife/Actions/MakeTeaAction.cs
startLine: 27
startLine: 25
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: protected override void AndThenInitialize()
content.vb: Protected Overrides Sub AndThenInitialize()
overridden: TinyLife.Actions.MultiAction.AndThenInitialize
overload: TinyLife.MakeTeaAction.AndThenInitialize*
- uid: TinyLife.MakeTeaAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.MakeTeaAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.MakeTeaAction.AndThenInitialize*
- uid: TinyLife.Actions.MakeTeaAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.MakeTeaAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.MakeTeaAction
parent: TinyLife.Actions.MakeTeaAction
langs:
- csharp
- vb
name: AndThenUpdate(GameTime, TimeSpan, float)
nameWithType: MakeTeaAction.AndThenUpdate(GameTime, TimeSpan, float)
fullName: TinyLife.MakeTeaAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
fullName: TinyLife.Actions.MakeTeaAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method
source:
remote:
@ -229,10 +229,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: ../TinyLife/Actions/MakeTeaAction.cs
startLine: 34
startLine: 32
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: protected override void AndThenUpdate(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
@ -244,20 +244,20 @@ items:
type: System.Single
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.MakeTeaAction.AndThenUpdate*
overload: TinyLife.Actions.MakeTeaAction.AndThenUpdate*
nameWithType.vb: MakeTeaAction.AndThenUpdate(GameTime, TimeSpan, Single)
fullName.vb: TinyLife.MakeTeaAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
fullName.vb: TinyLife.Actions.MakeTeaAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
name.vb: AndThenUpdate(GameTime, TimeSpan, Single)
- uid: TinyLife.MakeTeaAction.AndThenIsCompleted
commentId: M:TinyLife.MakeTeaAction.AndThenIsCompleted
- uid: TinyLife.Actions.MakeTeaAction.AndThenIsCompleted
commentId: M:TinyLife.Actions.MakeTeaAction.AndThenIsCompleted
id: AndThenIsCompleted
parent: TinyLife.MakeTeaAction
parent: TinyLife.Actions.MakeTeaAction
langs:
- csharp
- vb
name: AndThenIsCompleted()
nameWithType: MakeTeaAction.AndThenIsCompleted()
fullName: TinyLife.MakeTeaAction.AndThenIsCompleted()
fullName: TinyLife.Actions.MakeTeaAction.AndThenIsCompleted()
type: Method
source:
remote:
@ -266,27 +266,27 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: ../TinyLife/Actions/MakeTeaAction.cs
startLine: 41
startLine: 39
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: protected override CompletionType AndThenIsCompleted()
return:
type: TinyLife.Actions.CompletionType
content.vb: Protected Overrides Function AndThenIsCompleted() As CompletionType
overridden: TinyLife.Actions.MultiAction.AndThenIsCompleted
overload: TinyLife.MakeTeaAction.AndThenIsCompleted*
- uid: TinyLife.MakeTeaAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.MakeTeaAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
overload: TinyLife.Actions.MakeTeaAction.AndThenIsCompleted*
- uid: TinyLife.Actions.MakeTeaAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.MakeTeaAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
id: AndThenOnCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.MakeTeaAction
parent: TinyLife.Actions.MakeTeaAction
langs:
- csharp
- vb
name: AndThenOnCompleted(CompletionType)
nameWithType: MakeTeaAction.AndThenOnCompleted(CompletionType)
fullName: TinyLife.MakeTeaAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
fullName: TinyLife.Actions.MakeTeaAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
type: Method
source:
remote:
@ -295,10 +295,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: ../TinyLife/Actions/MakeTeaAction.cs
startLine: 45
startLine: 43
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: protected override void AndThenOnCompleted(CompletionType type)
parameters:
@ -306,17 +306,17 @@ items:
type: TinyLife.Actions.CompletionType
content.vb: Protected Overrides Sub AndThenOnCompleted(type As CompletionType)
overridden: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
overload: TinyLife.MakeTeaAction.AndThenOnCompleted*
- uid: TinyLife.MakeTeaAction.GetNextAction(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.MakeTeaAction.GetNextAction(TinyLife.Actions.CompletionType)
overload: TinyLife.Actions.MakeTeaAction.AndThenOnCompleted*
- uid: TinyLife.Actions.MakeTeaAction.GetNextAction(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.MakeTeaAction.GetNextAction(TinyLife.Actions.CompletionType)
id: GetNextAction(TinyLife.Actions.CompletionType)
parent: TinyLife.MakeTeaAction
parent: TinyLife.Actions.MakeTeaAction
langs:
- csharp
- vb
name: GetNextAction(CompletionType)
nameWithType: MakeTeaAction.GetNextAction(CompletionType)
fullName: TinyLife.MakeTeaAction.GetNextAction(TinyLife.Actions.CompletionType)
fullName: TinyLife.Actions.MakeTeaAction.GetNextAction(TinyLife.Actions.CompletionType)
type: Method
source:
remote:
@ -325,10 +325,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: ../TinyLife/Actions/MakeTeaAction.cs
startLine: 57
startLine: 55
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: public override Action GetNextAction(CompletionType completion)
parameters:
@ -338,17 +338,17 @@ items:
type: TinyLife.Actions.Action
content.vb: Public Overrides Function GetNextAction(completion As CompletionType) As Action
overridden: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
overload: TinyLife.MakeTeaAction.GetNextAction*
- uid: TinyLife.MakeTeaAction.OnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)
commentId: M:TinyLife.MakeTeaAction.OnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)
overload: TinyLife.Actions.MakeTeaAction.GetNextAction*
- uid: TinyLife.Actions.MakeTeaAction.OnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)
commentId: M:TinyLife.Actions.MakeTeaAction.OnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)
id: OnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)
parent: TinyLife.MakeTeaAction
parent: TinyLife.Actions.MakeTeaAction
langs:
- csharp
- vb
name: OnEaten(Action, FoodTypedItem)
nameWithType: MakeTeaAction.OnEaten(Action, FoodTypedItem)
fullName: TinyLife.MakeTeaAction.OnEaten(TinyLife.Actions.Action, TinyLife.Objects.FoodTypedItem)
fullName: TinyLife.Actions.MakeTeaAction.OnEaten(TinyLife.Actions.Action, TinyLife.Objects.FoodTypedItem)
type: Method
source:
remote:
@ -357,10 +357,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnEaten
path: ../TinyLife/Actions/MakeTeaAction.cs
startLine: 61
startLine: 59
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: public static void OnEaten(Action action, FoodTypedItem food)
parameters:
@ -369,13 +369,25 @@ items:
- id: food
type: TinyLife.Objects.FoodTypedItem
content.vb: Public Shared Sub OnEaten(action As Action, food As FoodTypedItem)
overload: TinyLife.MakeTeaAction.OnEaten*
overload: TinyLife.Actions.MakeTeaAction.OnEaten*
references:
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: System.Object
commentId: T:System.Object
parent: System
@ -1240,24 +1252,24 @@ references:
name: TextureRegion
isExternal: true
- name: )
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
parent: TinyLife.Actions.Action
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
@ -3071,38 +3083,38 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
- uid: TinyLife.MakeTeaAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.MakeTeaAction.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<MakeTeaAction>(MakeTeaAction)
nameWithType: Extensions.JsonCopy<MakeTeaAction>(MakeTeaAction)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.MakeTeaAction>(TinyLife.MakeTeaAction)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.MakeTeaAction>(TinyLife.Actions.MakeTeaAction)
nameWithType.vb: Extensions.JsonCopy(Of MakeTeaAction)(MakeTeaAction)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.MakeTeaAction)(TinyLife.MakeTeaAction)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.MakeTeaAction)(TinyLife.Actions.MakeTeaAction)
name.vb: JsonCopy(Of MakeTeaAction)(MakeTeaAction)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.MakeTeaAction)
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.MakeTeaAction)
name: JsonCopy
- name: <
- uid: TinyLife.MakeTeaAction
- uid: TinyLife.Actions.MakeTeaAction
name: MakeTeaAction
- name: '>'
- name: (
- uid: TinyLife.MakeTeaAction
- uid: TinyLife.Actions.MakeTeaAction
name: MakeTeaAction
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.MakeTeaAction)
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.MakeTeaAction)
name: JsonCopy
- name: (
- name: Of
- name: " "
- uid: TinyLife.MakeTeaAction
- uid: TinyLife.Actions.MakeTeaAction
name: MakeTeaAction
- name: )
- name: (
- uid: TinyLife.MakeTeaAction
- uid: TinyLife.Actions.MakeTeaAction
name: MakeTeaAction
- name: )
- uid: System
@ -3142,23 +3154,6 @@ references:
- uid: MLEM.Data.Json
name: Json
isExternal: true
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
@ -3276,13 +3271,13 @@ references:
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.MakeTeaAction.#ctor*
commentId: Overload:TinyLife.MakeTeaAction.#ctor
- uid: TinyLife.Actions.MakeTeaAction.#ctor*
commentId: Overload:TinyLife.Actions.MakeTeaAction.#ctor
name: MakeTeaAction
nameWithType: MakeTeaAction.MakeTeaAction
fullName: TinyLife.MakeTeaAction.MakeTeaAction
fullName: TinyLife.Actions.MakeTeaAction.MakeTeaAction
nameWithType.vb: MakeTeaAction.New
fullName.vb: TinyLife.MakeTeaAction.New
fullName.vb: TinyLife.Actions.MakeTeaAction.New
name.vb: New
- uid: TinyLife.Actions.ActionType
commentId: T:TinyLife.Actions.ActionType
@ -3335,11 +3330,11 @@ references:
name: CreateFirstActions
- name: (
- name: )
- uid: TinyLife.MakeTeaAction.CreateFirstActions*
commentId: Overload:TinyLife.MakeTeaAction.CreateFirstActions
- uid: TinyLife.Actions.MakeTeaAction.CreateFirstActions*
commentId: Overload:TinyLife.Actions.MakeTeaAction.CreateFirstActions
name: CreateFirstActions
nameWithType: MakeTeaAction.CreateFirstActions
fullName: TinyLife.MakeTeaAction.CreateFirstActions
fullName: TinyLife.Actions.MakeTeaAction.CreateFirstActions
- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
parent: System.Collections.Generic
@ -3452,11 +3447,11 @@ references:
name: AndThenInitialize
- name: (
- name: )
- uid: TinyLife.MakeTeaAction.AndThenInitialize*
commentId: Overload:TinyLife.MakeTeaAction.AndThenInitialize
- uid: TinyLife.Actions.MakeTeaAction.AndThenInitialize*
commentId: Overload:TinyLife.Actions.MakeTeaAction.AndThenInitialize
name: AndThenInitialize
nameWithType: MakeTeaAction.AndThenInitialize
fullName: TinyLife.MakeTeaAction.AndThenInitialize
fullName: TinyLife.Actions.MakeTeaAction.AndThenInitialize
- 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
@ -3508,11 +3503,11 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: )
- uid: TinyLife.MakeTeaAction.AndThenUpdate*
commentId: Overload:TinyLife.MakeTeaAction.AndThenUpdate
- uid: TinyLife.Actions.MakeTeaAction.AndThenUpdate*
commentId: Overload:TinyLife.Actions.MakeTeaAction.AndThenUpdate
name: AndThenUpdate
nameWithType: MakeTeaAction.AndThenUpdate
fullName: TinyLife.MakeTeaAction.AndThenUpdate
fullName: TinyLife.Actions.MakeTeaAction.AndThenUpdate
- uid: Microsoft.Xna.Framework.GameTime
commentId: T:Microsoft.Xna.Framework.GameTime
parent: Microsoft.Xna.Framework
@ -3585,11 +3580,11 @@ references:
name: AndThenIsCompleted
- name: (
- name: )
- uid: TinyLife.MakeTeaAction.AndThenIsCompleted*
commentId: Overload:TinyLife.MakeTeaAction.AndThenIsCompleted
- uid: TinyLife.Actions.MakeTeaAction.AndThenIsCompleted*
commentId: Overload:TinyLife.Actions.MakeTeaAction.AndThenIsCompleted
name: AndThenIsCompleted
nameWithType: MakeTeaAction.AndThenIsCompleted
fullName: TinyLife.MakeTeaAction.AndThenIsCompleted
fullName: TinyLife.Actions.MakeTeaAction.AndThenIsCompleted
- uid: TinyLife.Actions.CompletionType
commentId: T:TinyLife.Actions.CompletionType
parent: TinyLife.Actions
@ -3616,11 +3611,11 @@ references:
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: )
- uid: TinyLife.MakeTeaAction.AndThenOnCompleted*
commentId: Overload:TinyLife.MakeTeaAction.AndThenOnCompleted
- uid: TinyLife.Actions.MakeTeaAction.AndThenOnCompleted*
commentId: Overload:TinyLife.Actions.MakeTeaAction.AndThenOnCompleted
name: AndThenOnCompleted
nameWithType: MakeTeaAction.AndThenOnCompleted
fullName: TinyLife.MakeTeaAction.AndThenOnCompleted
fullName: TinyLife.Actions.MakeTeaAction.AndThenOnCompleted
- uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.Action
@ -3641,16 +3636,16 @@ references:
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: )
- uid: TinyLife.MakeTeaAction.GetNextAction*
commentId: Overload:TinyLife.MakeTeaAction.GetNextAction
- uid: TinyLife.Actions.MakeTeaAction.GetNextAction*
commentId: Overload:TinyLife.Actions.MakeTeaAction.GetNextAction
name: GetNextAction
nameWithType: MakeTeaAction.GetNextAction
fullName: TinyLife.MakeTeaAction.GetNextAction
- uid: TinyLife.MakeTeaAction.OnEaten*
commentId: Overload:TinyLife.MakeTeaAction.OnEaten
fullName: TinyLife.Actions.MakeTeaAction.GetNextAction
- uid: TinyLife.Actions.MakeTeaAction.OnEaten*
commentId: Overload:TinyLife.Actions.MakeTeaAction.OnEaten
name: OnEaten
nameWithType: MakeTeaAction.OnEaten
fullName: TinyLife.MakeTeaAction.OnEaten
fullName: TinyLife.Actions.MakeTeaAction.OnEaten
- uid: TinyLife.Objects.FoodTypedItem
commentId: T:TinyLife.Objects.FoodTypedItem
parent: TinyLife.Objects

View file

@ -57,15 +57,15 @@ items:
derivedClasses:
- TinyLife.Actions.BehaviorAction
- TinyLife.Actions.GoHereAction
- TinyLife.Actions.MakeTeaAction
- TinyLife.Actions.OutOfTownAction
- TinyLife.Actions.PutAwayAction
- TinyLife.Actions.PutDownPersonAction
- TinyLife.Actions.SellAction
- TinyLife.Actions.SitAction
- TinyLife.Actions.SocialAction
- TinyLife.Actions.StoreAction
- TinyLife.Actions.WatchTvAction
- TinyLife.MakeTeaAction
- TinyLife.PutDownPersonAction
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
@ -92,7 +92,7 @@ items:
- TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
@ -1530,24 +1530,24 @@ references:
name: TextureRegion
isExternal: true
- name: )
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
parent: TinyLife.Actions.Action
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)

View file

@ -29,7 +29,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OrderFromStaffAction
path: ../TinyLife/Actions/OrderFromStaffAction.cs
startLine: 14
startLine: 13
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -101,7 +101,7 @@ items:
- TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
@ -159,7 +159,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ImportantObject
path: ../TinyLife/Actions/OrderFromStaffAction.cs
startLine: 19
startLine: 18
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -190,7 +190,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PickUpOrderAction
path: ../TinyLife/Actions/OrderFromStaffAction.cs
startLine: 24
startLine: 23
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -221,7 +221,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MaxDistanceFromObject
path: ../TinyLife/Actions/OrderFromStaffAction.cs
startLine: 28
startLine: 27
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -252,7 +252,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/OrderFromStaffAction.cs
startLine: 31
startLine: 30
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -290,7 +290,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreatePrepareAction
path: ../TinyLife/Actions/OrderFromStaffAction.cs
startLine: 38
startLine: 37
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -325,7 +325,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/OrderFromStaffAction.cs
startLine: 41
startLine: 40
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -357,7 +357,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateConversation
path: ../TinyLife/Actions/OrderFromStaffAction.cs
startLine: 65
startLine: 64
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -399,7 +399,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsConversationCompleted
path: ../TinyLife/Actions/OrderFromStaffAction.cs
startLine: 72
startLine: 71
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -431,7 +431,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/OrderFromStaffAction.cs
startLine: 77
startLine: 76
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -467,7 +467,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetNextAction
path: ../TinyLife/Actions/OrderFromStaffAction.cs
startLine: 82
startLine: 81
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -1799,24 +1799,24 @@ references:
name: TextureRegion
isExternal: true
- name: )
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
parent: TinyLife.Actions.Action
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)

View file

@ -83,7 +83,7 @@ items:
- TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
@ -1286,24 +1286,24 @@ references:
name: TextureRegion
isExternal: true
- name: )
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
parent: TinyLife.Actions.Action
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)

View file

@ -75,7 +75,7 @@ items:
- TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
@ -1212,24 +1212,24 @@ references:
name: TextureRegion
isExternal: true
- name: )
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
parent: TinyLife.Actions.Action
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)

View file

@ -1,24 +1,24 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction
commentId: T:TinyLife.Actions.Typeless.PathfindToPersonAction
- uid: TinyLife.Actions.PathfindToPersonAction
commentId: T:TinyLife.Actions.PathfindToPersonAction
id: PathfindToPersonAction
parent: TinyLife.Actions.Typeless
parent: TinyLife.Actions
children:
- TinyLife.Actions.Typeless.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionInfo)
- TinyLife.Actions.Typeless.PathfindToPersonAction.DriveSpeedMultiplier
- TinyLife.Actions.Typeless.PathfindToPersonAction.GetMaxPathfindTime
- TinyLife.Actions.Typeless.PathfindToPersonAction.IsCompleted
- TinyLife.Actions.Typeless.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.Typeless.PathfindToPersonAction.Validate(TinyLife.Objects.Person)
- TinyLife.Actions.Typeless.PathfindToPersonAction.WalkSpeedMultiplier
- TinyLife.Actions.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionInfo)
- TinyLife.Actions.PathfindToPersonAction.DriveSpeedMultiplier
- TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime
- TinyLife.Actions.PathfindToPersonAction.IsCompleted
- TinyLife.Actions.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.PathfindToPersonAction.Validate(TinyLife.Objects.Person)
- TinyLife.Actions.PathfindToPersonAction.WalkSpeedMultiplier
langs:
- csharp
- vb
name: PathfindToPersonAction
nameWithType: PathfindToPersonAction
fullName: TinyLife.Actions.Typeless.PathfindToPersonAction
fullName: TinyLife.Actions.PathfindToPersonAction
type: Class
source:
remote:
@ -30,8 +30,8 @@ items:
startLine: 13
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
summary: "\nAn <xref href=\"TinyLife.Actions.Action\" data-throw-if-not-resolved=\"false\"></xref> that causes the underlying <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> to pathfind to another person repeatedly until they have reached them, or until <xref href=\"TinyLife.Actions.Typeless.PathfindToPersonAction.GetMaxPathfindTime\" data-throw-if-not-resolved=\"false\"></xref> is up.\nThis action is used by <xref href=\"TinyLife.Actions.SocialAction\" data-throw-if-not-resolved=\"false\"></xref>.\n"
namespace: TinyLife.Actions
summary: "\nAn <xref href=\"TinyLife.Actions.Action\" data-throw-if-not-resolved=\"false\"></xref> that causes the underlying <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> to pathfind to another person repeatedly until they have reached them, or until <xref href=\"TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime\" data-throw-if-not-resolved=\"false\"></xref> is up.\nThis action is used by <xref href=\"TinyLife.Actions.SocialAction\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: 'public class PathfindToPersonAction : Action, IGenericDataHolder'
@ -70,7 +70,7 @@ items:
- TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
@ -109,17 +109,17 @@ items:
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- TinyLife.Actions.Typeless.PathfindToPersonAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.WalkSpeedMultiplier
commentId: F:TinyLife.Actions.Typeless.PathfindToPersonAction.WalkSpeedMultiplier
- TinyLife.Actions.PathfindToPersonAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.PathfindToPersonAction.WalkSpeedMultiplier
commentId: F:TinyLife.Actions.PathfindToPersonAction.WalkSpeedMultiplier
id: WalkSpeedMultiplier
parent: TinyLife.Actions.Typeless.PathfindToPersonAction
parent: TinyLife.Actions.PathfindToPersonAction
langs:
- csharp
- vb
name: WalkSpeedMultiplier
nameWithType: PathfindToPersonAction.WalkSpeedMultiplier
fullName: TinyLife.Actions.Typeless.PathfindToPersonAction.WalkSpeedMultiplier
fullName: TinyLife.Actions.PathfindToPersonAction.WalkSpeedMultiplier
type: Field
source:
remote:
@ -131,7 +131,7 @@ items:
startLine: 20
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
namespace: TinyLife.Actions
summary: "\nThe speed multiplier that is passed to this action&apos;s underlying <xref href=\"TinyLife.Actions.GoHereAction\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"TinyLife.Actions.GoHereAction.WalkSpeedMultiplier\" data-throw-if-not-resolved=\"false\"></xref>.\nBy default, this value is set to 1.\n"
example: []
syntax:
@ -149,16 +149,16 @@ items:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.DriveSpeedMultiplier
commentId: F:TinyLife.Actions.Typeless.PathfindToPersonAction.DriveSpeedMultiplier
- uid: TinyLife.Actions.PathfindToPersonAction.DriveSpeedMultiplier
commentId: F:TinyLife.Actions.PathfindToPersonAction.DriveSpeedMultiplier
id: DriveSpeedMultiplier
parent: TinyLife.Actions.Typeless.PathfindToPersonAction
parent: TinyLife.Actions.PathfindToPersonAction
langs:
- csharp
- vb
name: DriveSpeedMultiplier
nameWithType: PathfindToPersonAction.DriveSpeedMultiplier
fullName: TinyLife.Actions.Typeless.PathfindToPersonAction.DriveSpeedMultiplier
fullName: TinyLife.Actions.PathfindToPersonAction.DriveSpeedMultiplier
type: Field
source:
remote:
@ -170,7 +170,7 @@ items:
startLine: 26
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
namespace: TinyLife.Actions
summary: "\nThe speed multiplier that is passed to this action&apos;s underlying <xref href=\"TinyLife.Actions.GoHereAction\" data-throw-if-not-resolved=\"false\"></xref>&apos;s <xref href=\"TinyLife.Actions.GoHereAction.DriveSpeedMultiplier\" data-throw-if-not-resolved=\"false\"></xref>.\nBy default, this value is set to 1.\n"
example: []
syntax:
@ -188,16 +188,16 @@ items:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionInfo)
commentId: M:TinyLife.Actions.Typeless.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionInfo)
- uid: TinyLife.Actions.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionInfo)
commentId: M:TinyLife.Actions.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionInfo)
id: '#ctor(TinyLife.Actions.ActionInfo)'
parent: TinyLife.Actions.Typeless.PathfindToPersonAction
parent: TinyLife.Actions.PathfindToPersonAction
langs:
- csharp
- vb
name: PathfindToPersonAction(ActionInfo)
nameWithType: PathfindToPersonAction.PathfindToPersonAction(ActionInfo)
fullName: TinyLife.Actions.Typeless.PathfindToPersonAction.PathfindToPersonAction(TinyLife.Actions.ActionInfo)
fullName: TinyLife.Actions.PathfindToPersonAction.PathfindToPersonAction(TinyLife.Actions.ActionInfo)
type: Constructor
source:
remote:
@ -209,7 +209,7 @@ items:
startLine: 34
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
namespace: TinyLife.Actions
summary: "\nCreates a new typeless action with the given action information.\n"
example: []
syntax:
@ -219,20 +219,20 @@ items:
type: TinyLife.Actions.ActionInfo
description: The information for this action.
content.vb: Public Sub New(info As ActionInfo)
overload: TinyLife.Actions.Typeless.PathfindToPersonAction.#ctor*
overload: TinyLife.Actions.PathfindToPersonAction.#ctor*
nameWithType.vb: PathfindToPersonAction.New(ActionInfo)
fullName.vb: TinyLife.Actions.Typeless.PathfindToPersonAction.New(TinyLife.Actions.ActionInfo)
fullName.vb: TinyLife.Actions.PathfindToPersonAction.New(TinyLife.Actions.ActionInfo)
name.vb: New(ActionInfo)
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.GetMaxPathfindTime
commentId: M:TinyLife.Actions.Typeless.PathfindToPersonAction.GetMaxPathfindTime
- uid: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime
commentId: M:TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime
id: GetMaxPathfindTime
parent: TinyLife.Actions.Typeless.PathfindToPersonAction
parent: TinyLife.Actions.PathfindToPersonAction
langs:
- csharp
- vb
name: GetMaxPathfindTime()
nameWithType: PathfindToPersonAction.GetMaxPathfindTime()
fullName: TinyLife.Actions.Typeless.PathfindToPersonAction.GetMaxPathfindTime()
fullName: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime()
type: Method
source:
remote:
@ -244,7 +244,7 @@ items:
startLine: 43
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
namespace: TinyLife.Actions
summary: "\nReturns the maximum amount of time that this action should run for before it is canceled.\nBy default, 15 minutes are returned if this action was <xref href=\"TinyLife.Actions.Action.StartedAutomatically\" data-throw-if-not-resolved=\"false\"></xref>, or 1 hour if this action was started manually.\n"
example: []
syntax:
@ -253,17 +253,17 @@ items:
type: System.TimeSpan
description: The maximum amount of time before this action is canceled
content.vb: Protected Overridable Function GetMaxPathfindTime() As TimeSpan
overload: TinyLife.Actions.Typeless.PathfindToPersonAction.GetMaxPathfindTime*
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.Typeless.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime*
- uid: TinyLife.Actions.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Typeless.PathfindToPersonAction
parent: TinyLife.Actions.PathfindToPersonAction
langs:
- csharp
- vb
name: Update(GameTime, TimeSpan, float)
nameWithType: PathfindToPersonAction.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.Typeless.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
fullName: TinyLife.Actions.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method
source:
remote:
@ -275,7 +275,7 @@ items:
startLine: 48
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
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.Action.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:
@ -292,20 +292,20 @@ items:
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.Typeless.PathfindToPersonAction.Update*
overload: TinyLife.Actions.PathfindToPersonAction.Update*
nameWithType.vb: PathfindToPersonAction.Update(GameTime, TimeSpan, Single)
fullName.vb: TinyLife.Actions.Typeless.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
fullName.vb: TinyLife.Actions.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
name.vb: Update(GameTime, TimeSpan, Single)
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.Validate(TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Typeless.PathfindToPersonAction.Validate(TinyLife.Objects.Person)
- uid: TinyLife.Actions.PathfindToPersonAction.Validate(TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.PathfindToPersonAction.Validate(TinyLife.Objects.Person)
id: Validate(TinyLife.Objects.Person)
parent: TinyLife.Actions.Typeless.PathfindToPersonAction
parent: TinyLife.Actions.PathfindToPersonAction
langs:
- csharp
- vb
name: Validate(Person)
nameWithType: PathfindToPersonAction.Validate(Person)
fullName: TinyLife.Actions.Typeless.PathfindToPersonAction.Validate(TinyLife.Objects.Person)
fullName: TinyLife.Actions.PathfindToPersonAction.Validate(TinyLife.Objects.Person)
type: Method
source:
remote:
@ -317,7 +317,7 @@ items:
startLine: 79
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
namespace: TinyLife.Actions
summary: "\nValidates this action&apos;s data.\nThis is called when a map is loaded from disk.\nWhen returning false on this method, the action is removed from the <xref href=\"TinyLife.Actions.Action.Person\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
@ -331,17 +331,17 @@ items:
description: Whether or not the action is still valid (or if it has invalid data)
content.vb: Public Overrides Function Validate(person As Person) As Boolean
overridden: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
overload: TinyLife.Actions.Typeless.PathfindToPersonAction.Validate*
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.IsCompleted
commentId: M:TinyLife.Actions.Typeless.PathfindToPersonAction.IsCompleted
overload: TinyLife.Actions.PathfindToPersonAction.Validate*
- uid: TinyLife.Actions.PathfindToPersonAction.IsCompleted
commentId: M:TinyLife.Actions.PathfindToPersonAction.IsCompleted
id: IsCompleted
parent: TinyLife.Actions.Typeless.PathfindToPersonAction
parent: TinyLife.Actions.PathfindToPersonAction
langs:
- csharp
- vb
name: IsCompleted()
nameWithType: PathfindToPersonAction.IsCompleted()
fullName: TinyLife.Actions.Typeless.PathfindToPersonAction.IsCompleted()
fullName: TinyLife.Actions.PathfindToPersonAction.IsCompleted()
type: Method
source:
remote:
@ -353,7 +353,7 @@ items:
startLine: 84
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
namespace: TinyLife.Actions
summary: "\nThis method is called every update frame by a <xref href=\"TinyLife.Actions.Action.Person\" data-throw-if-not-resolved=\"false\"></xref> if this action is currently active to check if it should be stopped.\nIf this returns a result other than <xref href=\"TinyLife.Actions.CompletionType.Completed\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)\" data-throw-if-not-resolved=\"false\"></xref> will be called and the action is stopped.\nBy default, only <xref href=\"TinyLife.Actions.Action.ForceResult\" data-throw-if-not-resolved=\"false\"></xref> modifies the completion type, otherwise <xref href=\"TinyLife.Actions.CompletionType.Active\" data-throw-if-not-resolved=\"false\"></xref> is returned.\n"
example: []
syntax:
@ -363,17 +363,17 @@ items:
description: The current completion type of this action
content.vb: Public Overrides Function IsCompleted() As CompletionType
overridden: TinyLife.Actions.Action.IsCompleted
overload: TinyLife.Actions.Typeless.PathfindToPersonAction.IsCompleted*
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Typeless.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType)
overload: TinyLife.Actions.PathfindToPersonAction.IsCompleted*
- uid: TinyLife.Actions.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType)
id: OnCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.Typeless.PathfindToPersonAction
parent: TinyLife.Actions.PathfindToPersonAction
langs:
- csharp
- vb
name: OnCompleted(CompletionType)
nameWithType: PathfindToPersonAction.OnCompleted(CompletionType)
fullName: TinyLife.Actions.Typeless.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType)
fullName: TinyLife.Actions.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType)
type: Method
source:
remote:
@ -385,7 +385,7 @@ items:
startLine: 101
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
namespace: TinyLife.Actions
summary: "\nThis method is called when this action <xref href=\"TinyLife.Actions.Action.IsCompleted\" data-throw-if-not-resolved=\"false\"></xref>, or if it is canceled from an outside source.\nNote that, if this method is called as a result of <xref href=\"TinyLife.Actions.Action.IsCompleted\" data-throw-if-not-resolved=\"false\"></xref>, the <xref href=\"TinyLife.Actions.CompletionType\" data-throw-if-not-resolved=\"false\"></xref> passed will be the same.\nBy default, only <xref href=\"TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action%2cTinyLife.Actions.CompletionType%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> is called.\n"
example: []
syntax:
@ -396,7 +396,7 @@ items:
description: The type that this action completed with
content.vb: Public Overrides Sub OnCompleted(type As CompletionType)
overridden: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
overload: TinyLife.Actions.Typeless.PathfindToPersonAction.OnCompleted*
overload: TinyLife.Actions.PathfindToPersonAction.OnCompleted*
references:
- uid: TinyLife.Actions.Action
commentId: T:TinyLife.Actions.Action
@ -410,18 +410,18 @@ references:
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.GetMaxPathfindTime
commentId: M:TinyLife.Actions.Typeless.PathfindToPersonAction.GetMaxPathfindTime
- uid: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime
commentId: M:TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime
name: GetMaxPathfindTime()
nameWithType: PathfindToPersonAction.GetMaxPathfindTime()
fullName: TinyLife.Actions.Typeless.PathfindToPersonAction.GetMaxPathfindTime()
fullName: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime()
spec.csharp:
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.GetMaxPathfindTime
- uid: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime
name: GetMaxPathfindTime
- name: (
- name: )
spec.vb:
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.GetMaxPathfindTime
- uid: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime
name: GetMaxPathfindTime
- name: (
- name: )
@ -431,29 +431,23 @@ references:
name: SocialAction
nameWithType: SocialAction
fullName: TinyLife.Actions.SocialAction
- uid: TinyLife.Actions.Typeless
commentId: N:TinyLife.Actions.Typeless
name: TinyLife.Actions.Typeless
nameWithType: TinyLife.Actions.Typeless
fullName: TinyLife.Actions.Typeless
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- name: .
- uid: TinyLife.Actions.Typeless
name: Typeless
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- name: .
- uid: TinyLife.Actions.Typeless
name: Typeless
- uid: System.Object
commentId: T:System.Object
parent: System
@ -1129,24 +1123,24 @@ references:
name: TextureRegion
isExternal: true
- name: )
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
parent: TinyLife.Actions.Action
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
@ -2960,57 +2954,40 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.PathfindToPersonAction.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<PathfindToPersonAction>(PathfindToPersonAction)
nameWithType: Extensions.JsonCopy<PathfindToPersonAction>(PathfindToPersonAction)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.Typeless.PathfindToPersonAction>(TinyLife.Actions.Typeless.PathfindToPersonAction)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.PathfindToPersonAction>(TinyLife.Actions.PathfindToPersonAction)
nameWithType.vb: Extensions.JsonCopy(Of PathfindToPersonAction)(PathfindToPersonAction)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.Typeless.PathfindToPersonAction)(TinyLife.Actions.Typeless.PathfindToPersonAction)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.PathfindToPersonAction)(TinyLife.Actions.PathfindToPersonAction)
name.vb: JsonCopy(Of PathfindToPersonAction)(PathfindToPersonAction)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.Typeless.PathfindToPersonAction)
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.PathfindToPersonAction)
name: JsonCopy
- name: <
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction
- uid: TinyLife.Actions.PathfindToPersonAction
name: PathfindToPersonAction
- name: '>'
- name: (
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction
- uid: TinyLife.Actions.PathfindToPersonAction
name: PathfindToPersonAction
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.Typeless.PathfindToPersonAction)
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.PathfindToPersonAction)
name: JsonCopy
- name: (
- name: Of
- name: " "
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction
- uid: TinyLife.Actions.PathfindToPersonAction
name: PathfindToPersonAction
- name: )
- name: (
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction
- uid: TinyLife.Actions.PathfindToPersonAction
name: PathfindToPersonAction
- name: )
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: TinyLife.Objects
commentId: N:TinyLife.Objects
name: TinyLife.Objects
@ -3208,13 +3185,13 @@ references:
name: DriveSpeedMultiplier
nameWithType: GoHereAction.DriveSpeedMultiplier
fullName: TinyLife.Actions.GoHereAction.DriveSpeedMultiplier
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.#ctor*
commentId: Overload:TinyLife.Actions.Typeless.PathfindToPersonAction.#ctor
- uid: TinyLife.Actions.PathfindToPersonAction.#ctor*
commentId: Overload:TinyLife.Actions.PathfindToPersonAction.#ctor
name: PathfindToPersonAction
nameWithType: PathfindToPersonAction.PathfindToPersonAction
fullName: TinyLife.Actions.Typeless.PathfindToPersonAction.PathfindToPersonAction
fullName: TinyLife.Actions.PathfindToPersonAction.PathfindToPersonAction
nameWithType.vb: PathfindToPersonAction.New
fullName.vb: TinyLife.Actions.Typeless.PathfindToPersonAction.New
fullName.vb: TinyLife.Actions.PathfindToPersonAction.New
name.vb: New
- uid: TinyLife.Actions.ActionInfo
commentId: T:TinyLife.Actions.ActionInfo
@ -3222,11 +3199,11 @@ references:
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.GetMaxPathfindTime*
commentId: Overload:TinyLife.Actions.Typeless.PathfindToPersonAction.GetMaxPathfindTime
- uid: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime*
commentId: Overload:TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime
name: GetMaxPathfindTime
nameWithType: PathfindToPersonAction.GetMaxPathfindTime
fullName: TinyLife.Actions.Typeless.PathfindToPersonAction.GetMaxPathfindTime
fullName: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime
- uid: System.TimeSpan
commentId: T:System.TimeSpan
parent: System
@ -3286,11 +3263,11 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: )
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.Update*
commentId: Overload:TinyLife.Actions.Typeless.PathfindToPersonAction.Update
- uid: TinyLife.Actions.PathfindToPersonAction.Update*
commentId: Overload:TinyLife.Actions.PathfindToPersonAction.Update
name: Update
nameWithType: PathfindToPersonAction.Update
fullName: TinyLife.Actions.Typeless.PathfindToPersonAction.Update
fullName: TinyLife.Actions.PathfindToPersonAction.Update
- uid: Microsoft.Xna.Framework.GameTime
commentId: T:Microsoft.Xna.Framework.GameTime
parent: Microsoft.Xna.Framework
@ -3348,11 +3325,11 @@ references:
- uid: TinyLife.Objects.Person
name: Person
- name: )
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.Validate*
commentId: Overload:TinyLife.Actions.Typeless.PathfindToPersonAction.Validate
- uid: TinyLife.Actions.PathfindToPersonAction.Validate*
commentId: Overload:TinyLife.Actions.PathfindToPersonAction.Validate
name: Validate
nameWithType: PathfindToPersonAction.Validate
fullName: TinyLife.Actions.Typeless.PathfindToPersonAction.Validate
fullName: TinyLife.Actions.PathfindToPersonAction.Validate
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
@ -3380,11 +3357,11 @@ references:
name: IsCompleted
- name: (
- name: )
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.IsCompleted*
commentId: Overload:TinyLife.Actions.Typeless.PathfindToPersonAction.IsCompleted
- uid: TinyLife.Actions.PathfindToPersonAction.IsCompleted*
commentId: Overload:TinyLife.Actions.PathfindToPersonAction.IsCompleted
name: IsCompleted
nameWithType: PathfindToPersonAction.IsCompleted
fullName: TinyLife.Actions.Typeless.PathfindToPersonAction.IsCompleted
fullName: TinyLife.Actions.PathfindToPersonAction.IsCompleted
- uid: TinyLife.Actions.CompletionType
commentId: T:TinyLife.Actions.CompletionType
parent: TinyLife.Actions
@ -3411,8 +3388,8 @@ references:
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: )
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.OnCompleted*
commentId: Overload:TinyLife.Actions.Typeless.PathfindToPersonAction.OnCompleted
- uid: TinyLife.Actions.PathfindToPersonAction.OnCompleted*
commentId: Overload:TinyLife.Actions.PathfindToPersonAction.OnCompleted
name: OnCompleted
nameWithType: PathfindToPersonAction.OnCompleted
fullName: TinyLife.Actions.Typeless.PathfindToPersonAction.OnCompleted
fullName: TinyLife.Actions.PathfindToPersonAction.OnCompleted

View file

@ -1,20 +1,20 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.PickUpPersonAction
commentId: T:TinyLife.PickUpPersonAction
- uid: TinyLife.Actions.PickUpPersonAction
commentId: T:TinyLife.Actions.PickUpPersonAction
id: PickUpPersonAction
parent: TinyLife
parent: TinyLife.Actions
children:
- TinyLife.PickUpPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.PickUpPersonAction.CanMultitask(TinyLife.Actions.Action)
- TinyLife.PickUpPersonAction.InitializeConversation
- TinyLife.PickUpPersonAction.IsConversationCompleted
- TinyLife.Actions.PickUpPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.PickUpPersonAction.CanMultitask(TinyLife.Actions.Action)
- TinyLife.Actions.PickUpPersonAction.InitializeConversation
- TinyLife.Actions.PickUpPersonAction.IsConversationCompleted
langs:
- csharp
- vb
name: PickUpPersonAction
nameWithType: PickUpPersonAction
fullName: TinyLife.PickUpPersonAction
fullName: TinyLife.Actions.PickUpPersonAction
type: Class
source:
remote:
@ -23,10 +23,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PickUpPersonAction
path: ../TinyLife/Actions/PickUpPersonAction.cs
startLine: 9
startLine: 2
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: 'public class PickUpPersonAction : SocialAction, IGenericDataHolder'
content.vb: Public Class PickUpPersonAction Inherits SocialAction Implements IGenericDataHolder
@ -95,7 +95,7 @@ items:
- TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
@ -134,17 +134,17 @@ items:
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- TinyLife.PickUpPersonAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.PickUpPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
commentId: M:TinyLife.PickUpPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.PickUpPersonAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.PickUpPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
commentId: M:TinyLife.Actions.PickUpPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)'
parent: TinyLife.PickUpPersonAction
parent: TinyLife.Actions.PickUpPersonAction
langs:
- csharp
- vb
name: PickUpPersonAction(ActionType, ActionInfo)
nameWithType: PickUpPersonAction.PickUpPersonAction(ActionType, ActionInfo)
fullName: TinyLife.PickUpPersonAction.PickUpPersonAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
fullName: TinyLife.Actions.PickUpPersonAction.PickUpPersonAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor
source:
remote:
@ -153,10 +153,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/PickUpPersonAction.cs
startLine: 11
startLine: 4
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: public PickUpPersonAction(ActionType type, ActionInfo info)
parameters:
@ -165,20 +165,20 @@ items:
- id: info
type: TinyLife.Actions.ActionInfo
content.vb: Public Sub New(type As ActionType, info As ActionInfo)
overload: TinyLife.PickUpPersonAction.#ctor*
overload: TinyLife.Actions.PickUpPersonAction.#ctor*
nameWithType.vb: PickUpPersonAction.New(ActionType, ActionInfo)
fullName.vb: TinyLife.PickUpPersonAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
fullName.vb: TinyLife.Actions.PickUpPersonAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
name.vb: New(ActionType, ActionInfo)
- uid: TinyLife.PickUpPersonAction.InitializeConversation
commentId: M:TinyLife.PickUpPersonAction.InitializeConversation
- uid: TinyLife.Actions.PickUpPersonAction.InitializeConversation
commentId: M:TinyLife.Actions.PickUpPersonAction.InitializeConversation
id: InitializeConversation
parent: TinyLife.PickUpPersonAction
parent: TinyLife.Actions.PickUpPersonAction
langs:
- csharp
- vb
name: InitializeConversation()
nameWithType: PickUpPersonAction.InitializeConversation()
fullName: TinyLife.PickUpPersonAction.InitializeConversation()
fullName: TinyLife.Actions.PickUpPersonAction.InitializeConversation()
type: Method
source:
remote:
@ -187,25 +187,25 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitializeConversation
path: ../TinyLife/Actions/PickUpPersonAction.cs
startLine: 13
startLine: 6
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: protected override void InitializeConversation()
content.vb: Protected Overrides Sub InitializeConversation()
overridden: TinyLife.Actions.SocialAction.InitializeConversation
overload: TinyLife.PickUpPersonAction.InitializeConversation*
- uid: TinyLife.PickUpPersonAction.IsConversationCompleted
commentId: M:TinyLife.PickUpPersonAction.IsConversationCompleted
overload: TinyLife.Actions.PickUpPersonAction.InitializeConversation*
- uid: TinyLife.Actions.PickUpPersonAction.IsConversationCompleted
commentId: M:TinyLife.Actions.PickUpPersonAction.IsConversationCompleted
id: IsConversationCompleted
parent: TinyLife.PickUpPersonAction
parent: TinyLife.Actions.PickUpPersonAction
langs:
- csharp
- vb
name: IsConversationCompleted()
nameWithType: PickUpPersonAction.IsConversationCompleted()
fullName: TinyLife.PickUpPersonAction.IsConversationCompleted()
fullName: TinyLife.Actions.PickUpPersonAction.IsConversationCompleted()
type: Method
source:
remote:
@ -214,27 +214,27 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsConversationCompleted
path: ../TinyLife/Actions/PickUpPersonAction.cs
startLine: 18
startLine: 11
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: protected override CompletionType IsConversationCompleted()
return:
type: TinyLife.Actions.CompletionType
content.vb: Protected Overrides Function IsConversationCompleted() As CompletionType
overridden: TinyLife.Actions.SocialAction.IsConversationCompleted
overload: TinyLife.PickUpPersonAction.IsConversationCompleted*
- uid: TinyLife.PickUpPersonAction.CanMultitask(TinyLife.Actions.Action)
commentId: M:TinyLife.PickUpPersonAction.CanMultitask(TinyLife.Actions.Action)
overload: TinyLife.Actions.PickUpPersonAction.IsConversationCompleted*
- uid: TinyLife.Actions.PickUpPersonAction.CanMultitask(TinyLife.Actions.Action)
commentId: M:TinyLife.Actions.PickUpPersonAction.CanMultitask(TinyLife.Actions.Action)
id: CanMultitask(TinyLife.Actions.Action)
parent: TinyLife.PickUpPersonAction
parent: TinyLife.Actions.PickUpPersonAction
langs:
- csharp
- vb
name: CanMultitask(Action)
nameWithType: PickUpPersonAction.CanMultitask(Action)
fullName: TinyLife.PickUpPersonAction.CanMultitask(TinyLife.Actions.Action)
fullName: TinyLife.Actions.PickUpPersonAction.CanMultitask(TinyLife.Actions.Action)
type: Method
source:
remote:
@ -243,10 +243,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/PickUpPersonAction.cs
startLine: 22
startLine: 15
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: public override bool CanMultitask(Action other)
parameters:
@ -256,13 +256,25 @@ items:
type: System.Boolean
content.vb: Public Overrides Function CanMultitask(other As Action) As Boolean
overridden: TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action)
overload: TinyLife.PickUpPersonAction.CanMultitask*
overload: TinyLife.Actions.PickUpPersonAction.CanMultitask*
references:
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: System.Object
commentId: T:System.Object
parent: System
@ -1618,24 +1630,24 @@ references:
name: TextureRegion
isExternal: true
- name: )
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
parent: TinyLife.Actions.Action
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
@ -3449,38 +3461,38 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
- uid: TinyLife.PickUpPersonAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.PickUpPersonAction.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<PickUpPersonAction>(PickUpPersonAction)
nameWithType: Extensions.JsonCopy<PickUpPersonAction>(PickUpPersonAction)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.PickUpPersonAction>(TinyLife.PickUpPersonAction)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.PickUpPersonAction>(TinyLife.Actions.PickUpPersonAction)
nameWithType.vb: Extensions.JsonCopy(Of PickUpPersonAction)(PickUpPersonAction)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.PickUpPersonAction)(TinyLife.PickUpPersonAction)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.PickUpPersonAction)(TinyLife.Actions.PickUpPersonAction)
name.vb: JsonCopy(Of PickUpPersonAction)(PickUpPersonAction)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.PickUpPersonAction)
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.PickUpPersonAction)
name: JsonCopy
- name: <
- uid: TinyLife.PickUpPersonAction
- uid: TinyLife.Actions.PickUpPersonAction
name: PickUpPersonAction
- name: '>'
- name: (
- uid: TinyLife.PickUpPersonAction
- uid: TinyLife.Actions.PickUpPersonAction
name: PickUpPersonAction
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.PickUpPersonAction)
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.PickUpPersonAction)
name: JsonCopy
- name: (
- name: Of
- name: " "
- uid: TinyLife.PickUpPersonAction
- uid: TinyLife.Actions.PickUpPersonAction
name: PickUpPersonAction
- name: )
- name: (
- uid: TinyLife.PickUpPersonAction
- uid: TinyLife.Actions.PickUpPersonAction
name: PickUpPersonAction
- name: )
- uid: System
@ -3520,23 +3532,6 @@ references:
- uid: MLEM.Data.Json
name: Json
isExternal: true
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
@ -3654,13 +3649,13 @@ references:
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.PickUpPersonAction.#ctor*
commentId: Overload:TinyLife.PickUpPersonAction.#ctor
- uid: TinyLife.Actions.PickUpPersonAction.#ctor*
commentId: Overload:TinyLife.Actions.PickUpPersonAction.#ctor
name: PickUpPersonAction
nameWithType: PickUpPersonAction.PickUpPersonAction
fullName: TinyLife.PickUpPersonAction.PickUpPersonAction
fullName: TinyLife.Actions.PickUpPersonAction.PickUpPersonAction
nameWithType.vb: PickUpPersonAction.New
fullName.vb: TinyLife.PickUpPersonAction.New
fullName.vb: TinyLife.Actions.PickUpPersonAction.New
name.vb: New
- uid: TinyLife.Actions.ActionType
commentId: T:TinyLife.Actions.ActionType
@ -3690,11 +3685,11 @@ references:
name: InitializeConversation
- name: (
- name: )
- uid: TinyLife.PickUpPersonAction.InitializeConversation*
commentId: Overload:TinyLife.PickUpPersonAction.InitializeConversation
- uid: TinyLife.Actions.PickUpPersonAction.InitializeConversation*
commentId: Overload:TinyLife.Actions.PickUpPersonAction.InitializeConversation
name: InitializeConversation
nameWithType: PickUpPersonAction.InitializeConversation
fullName: TinyLife.PickUpPersonAction.InitializeConversation
fullName: TinyLife.Actions.PickUpPersonAction.InitializeConversation
- uid: TinyLife.Actions.SocialAction.IsConversationCompleted
commentId: M:TinyLife.Actions.SocialAction.IsConversationCompleted
parent: TinyLife.Actions.SocialAction
@ -3711,11 +3706,11 @@ references:
name: IsConversationCompleted
- name: (
- name: )
- uid: TinyLife.PickUpPersonAction.IsConversationCompleted*
commentId: Overload:TinyLife.PickUpPersonAction.IsConversationCompleted
- uid: TinyLife.Actions.PickUpPersonAction.IsConversationCompleted*
commentId: Overload:TinyLife.Actions.PickUpPersonAction.IsConversationCompleted
name: IsConversationCompleted
nameWithType: PickUpPersonAction.IsConversationCompleted
fullName: TinyLife.PickUpPersonAction.IsConversationCompleted
fullName: TinyLife.Actions.PickUpPersonAction.IsConversationCompleted
- uid: TinyLife.Actions.CompletionType
commentId: T:TinyLife.Actions.CompletionType
parent: TinyLife.Actions
@ -3742,11 +3737,11 @@ references:
- uid: TinyLife.Actions.Action
name: Action
- name: )
- uid: TinyLife.PickUpPersonAction.CanMultitask*
commentId: Overload:TinyLife.PickUpPersonAction.CanMultitask
- uid: TinyLife.Actions.PickUpPersonAction.CanMultitask*
commentId: Overload:TinyLife.Actions.PickUpPersonAction.CanMultitask
name: CanMultitask
nameWithType: PickUpPersonAction.CanMultitask
fullName: TinyLife.PickUpPersonAction.CanMultitask
fullName: TinyLife.Actions.PickUpPersonAction.CanMultitask
- uid: System.Boolean
commentId: T:System.Boolean
parent: System

View file

@ -80,7 +80,7 @@ items:
- TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
@ -1225,24 +1225,24 @@ references:
name: TextureRegion
isExternal: true
- name: )
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
parent: TinyLife.Actions.Action
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)

View file

@ -1,20 +1,20 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.PutDownPersonAction
commentId: T:TinyLife.PutDownPersonAction
- uid: TinyLife.Actions.PutDownPersonAction
commentId: T:TinyLife.Actions.PutDownPersonAction
id: PutDownPersonAction
parent: TinyLife
parent: TinyLife.Actions
children:
- TinyLife.PutDownPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.PutDownPersonAction.AndThenInitialize
- TinyLife.PutDownPersonAction.AndThenIsCompleted
- TinyLife.PutDownPersonAction.CreateFirstActions
- TinyLife.Actions.PutDownPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.PutDownPersonAction.AndThenInitialize
- TinyLife.Actions.PutDownPersonAction.AndThenIsCompleted
- TinyLife.Actions.PutDownPersonAction.CreateFirstActions
langs:
- csharp
- vb
name: PutDownPersonAction
nameWithType: PutDownPersonAction
fullName: TinyLife.PutDownPersonAction
fullName: TinyLife.Actions.PutDownPersonAction
type: Class
source:
remote:
@ -23,10 +23,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PutDownPersonAction
path: ../TinyLife/Actions/PutDownPersonAction.cs
startLine: 6
startLine: 5
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: 'public class PutDownPersonAction : MultiAction, IGenericDataHolder'
content.vb: Public Class PutDownPersonAction Inherits MultiAction Implements IGenericDataHolder
@ -78,7 +78,7 @@ items:
- TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
@ -117,17 +117,17 @@ items:
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- TinyLife.PutDownPersonAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.PutDownPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
commentId: M:TinyLife.PutDownPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.PutDownPersonAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.PutDownPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
commentId: M:TinyLife.Actions.PutDownPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)'
parent: TinyLife.PutDownPersonAction
parent: TinyLife.Actions.PutDownPersonAction
langs:
- csharp
- vb
name: PutDownPersonAction(ActionType, ActionInfo)
nameWithType: PutDownPersonAction.PutDownPersonAction(ActionType, ActionInfo)
fullName: TinyLife.PutDownPersonAction.PutDownPersonAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
fullName: TinyLife.Actions.PutDownPersonAction.PutDownPersonAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor
source:
remote:
@ -136,10 +136,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/PutDownPersonAction.cs
startLine: 8
startLine: 7
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: public PutDownPersonAction(ActionType type, ActionInfo info)
parameters:
@ -148,20 +148,20 @@ items:
- id: info
type: TinyLife.Actions.ActionInfo
content.vb: Public Sub New(type As ActionType, info As ActionInfo)
overload: TinyLife.PutDownPersonAction.#ctor*
overload: TinyLife.Actions.PutDownPersonAction.#ctor*
nameWithType.vb: PutDownPersonAction.New(ActionType, ActionInfo)
fullName.vb: TinyLife.PutDownPersonAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
fullName.vb: TinyLife.Actions.PutDownPersonAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
name.vb: New(ActionType, ActionInfo)
- uid: TinyLife.PutDownPersonAction.CreateFirstActions
commentId: M:TinyLife.PutDownPersonAction.CreateFirstActions
- uid: TinyLife.Actions.PutDownPersonAction.CreateFirstActions
commentId: M:TinyLife.Actions.PutDownPersonAction.CreateFirstActions
id: CreateFirstActions
parent: TinyLife.PutDownPersonAction
parent: TinyLife.Actions.PutDownPersonAction
langs:
- csharp
- vb
name: CreateFirstActions()
nameWithType: PutDownPersonAction.CreateFirstActions()
fullName: TinyLife.PutDownPersonAction.CreateFirstActions()
fullName: TinyLife.Actions.PutDownPersonAction.CreateFirstActions()
type: Method
source:
remote:
@ -170,27 +170,27 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/PutDownPersonAction.cs
startLine: 10
startLine: 9
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: protected override IEnumerable<Action> CreateFirstActions()
return:
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
content.vb: Protected Overrides Function CreateFirstActions() As IEnumerable(Of Action)
overridden: TinyLife.Actions.MultiAction.CreateFirstActions
overload: TinyLife.PutDownPersonAction.CreateFirstActions*
- uid: TinyLife.PutDownPersonAction.AndThenInitialize
commentId: M:TinyLife.PutDownPersonAction.AndThenInitialize
overload: TinyLife.Actions.PutDownPersonAction.CreateFirstActions*
- uid: TinyLife.Actions.PutDownPersonAction.AndThenInitialize
commentId: M:TinyLife.Actions.PutDownPersonAction.AndThenInitialize
id: AndThenInitialize
parent: TinyLife.PutDownPersonAction
parent: TinyLife.Actions.PutDownPersonAction
langs:
- csharp
- vb
name: AndThenInitialize()
nameWithType: PutDownPersonAction.AndThenInitialize()
fullName: TinyLife.PutDownPersonAction.AndThenInitialize()
fullName: TinyLife.Actions.PutDownPersonAction.AndThenInitialize()
type: Method
source:
remote:
@ -199,25 +199,25 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: ../TinyLife/Actions/PutDownPersonAction.cs
startLine: 21
startLine: 20
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: protected override void AndThenInitialize()
content.vb: Protected Overrides Sub AndThenInitialize()
overridden: TinyLife.Actions.MultiAction.AndThenInitialize
overload: TinyLife.PutDownPersonAction.AndThenInitialize*
- uid: TinyLife.PutDownPersonAction.AndThenIsCompleted
commentId: M:TinyLife.PutDownPersonAction.AndThenIsCompleted
overload: TinyLife.Actions.PutDownPersonAction.AndThenInitialize*
- uid: TinyLife.Actions.PutDownPersonAction.AndThenIsCompleted
commentId: M:TinyLife.Actions.PutDownPersonAction.AndThenIsCompleted
id: AndThenIsCompleted
parent: TinyLife.PutDownPersonAction
parent: TinyLife.Actions.PutDownPersonAction
langs:
- csharp
- vb
name: AndThenIsCompleted()
nameWithType: PutDownPersonAction.AndThenIsCompleted()
fullName: TinyLife.PutDownPersonAction.AndThenIsCompleted()
fullName: TinyLife.Actions.PutDownPersonAction.AndThenIsCompleted()
type: Method
source:
remote:
@ -226,23 +226,35 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: ../TinyLife/Actions/PutDownPersonAction.cs
startLine: 26
startLine: 25
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: protected override CompletionType AndThenIsCompleted()
return:
type: TinyLife.Actions.CompletionType
content.vb: Protected Overrides Function AndThenIsCompleted() As CompletionType
overridden: TinyLife.Actions.MultiAction.AndThenIsCompleted
overload: TinyLife.PutDownPersonAction.AndThenIsCompleted*
overload: TinyLife.Actions.PutDownPersonAction.AndThenIsCompleted*
references:
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: System.Object
commentId: T:System.Object
parent: System
@ -1198,24 +1210,24 @@ references:
name: TextureRegion
isExternal: true
- name: )
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
parent: TinyLife.Actions.Action
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
@ -3029,38 +3041,38 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
- uid: TinyLife.PutDownPersonAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.PutDownPersonAction.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<PutDownPersonAction>(PutDownPersonAction)
nameWithType: Extensions.JsonCopy<PutDownPersonAction>(PutDownPersonAction)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.PutDownPersonAction>(TinyLife.PutDownPersonAction)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.PutDownPersonAction>(TinyLife.Actions.PutDownPersonAction)
nameWithType.vb: Extensions.JsonCopy(Of PutDownPersonAction)(PutDownPersonAction)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.PutDownPersonAction)(TinyLife.PutDownPersonAction)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.PutDownPersonAction)(TinyLife.Actions.PutDownPersonAction)
name.vb: JsonCopy(Of PutDownPersonAction)(PutDownPersonAction)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.PutDownPersonAction)
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.PutDownPersonAction)
name: JsonCopy
- name: <
- uid: TinyLife.PutDownPersonAction
- uid: TinyLife.Actions.PutDownPersonAction
name: PutDownPersonAction
- name: '>'
- name: (
- uid: TinyLife.PutDownPersonAction
- uid: TinyLife.Actions.PutDownPersonAction
name: PutDownPersonAction
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.PutDownPersonAction)
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.PutDownPersonAction)
name: JsonCopy
- name: (
- name: Of
- name: " "
- uid: TinyLife.PutDownPersonAction
- uid: TinyLife.Actions.PutDownPersonAction
name: PutDownPersonAction
- name: )
- name: (
- uid: TinyLife.PutDownPersonAction
- uid: TinyLife.Actions.PutDownPersonAction
name: PutDownPersonAction
- name: )
- uid: System
@ -3100,23 +3112,6 @@ references:
- uid: MLEM.Data.Json
name: Json
isExternal: true
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
@ -3234,13 +3229,13 @@ references:
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.PutDownPersonAction.#ctor*
commentId: Overload:TinyLife.PutDownPersonAction.#ctor
- uid: TinyLife.Actions.PutDownPersonAction.#ctor*
commentId: Overload:TinyLife.Actions.PutDownPersonAction.#ctor
name: PutDownPersonAction
nameWithType: PutDownPersonAction.PutDownPersonAction
fullName: TinyLife.PutDownPersonAction.PutDownPersonAction
fullName: TinyLife.Actions.PutDownPersonAction.PutDownPersonAction
nameWithType.vb: PutDownPersonAction.New
fullName.vb: TinyLife.PutDownPersonAction.New
fullName.vb: TinyLife.Actions.PutDownPersonAction.New
name.vb: New
- uid: TinyLife.Actions.ActionType
commentId: T:TinyLife.Actions.ActionType
@ -3270,11 +3265,11 @@ references:
name: CreateFirstActions
- name: (
- name: )
- uid: TinyLife.PutDownPersonAction.CreateFirstActions*
commentId: Overload:TinyLife.PutDownPersonAction.CreateFirstActions
- uid: TinyLife.Actions.PutDownPersonAction.CreateFirstActions*
commentId: Overload:TinyLife.Actions.PutDownPersonAction.CreateFirstActions
name: CreateFirstActions
nameWithType: PutDownPersonAction.CreateFirstActions
fullName: TinyLife.PutDownPersonAction.CreateFirstActions
fullName: TinyLife.Actions.PutDownPersonAction.CreateFirstActions
- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
parent: System.Collections.Generic
@ -3387,11 +3382,11 @@ references:
name: AndThenInitialize
- name: (
- name: )
- uid: TinyLife.PutDownPersonAction.AndThenInitialize*
commentId: Overload:TinyLife.PutDownPersonAction.AndThenInitialize
- uid: TinyLife.Actions.PutDownPersonAction.AndThenInitialize*
commentId: Overload:TinyLife.Actions.PutDownPersonAction.AndThenInitialize
name: AndThenInitialize
nameWithType: PutDownPersonAction.AndThenInitialize
fullName: TinyLife.PutDownPersonAction.AndThenInitialize
fullName: TinyLife.Actions.PutDownPersonAction.AndThenInitialize
- uid: TinyLife.Actions.MultiAction.AndThenIsCompleted
commentId: M:TinyLife.Actions.MultiAction.AndThenIsCompleted
parent: TinyLife.Actions.MultiAction
@ -3408,11 +3403,11 @@ references:
name: AndThenIsCompleted
- name: (
- name: )
- uid: TinyLife.PutDownPersonAction.AndThenIsCompleted*
commentId: Overload:TinyLife.PutDownPersonAction.AndThenIsCompleted
- uid: TinyLife.Actions.PutDownPersonAction.AndThenIsCompleted*
commentId: Overload:TinyLife.Actions.PutDownPersonAction.AndThenIsCompleted
name: AndThenIsCompleted
nameWithType: PutDownPersonAction.AndThenIsCompleted
fullName: TinyLife.PutDownPersonAction.AndThenIsCompleted
fullName: TinyLife.Actions.PutDownPersonAction.AndThenIsCompleted
- uid: TinyLife.Actions.CompletionType
commentId: T:TinyLife.Actions.CompletionType
parent: TinyLife.Actions

View file

@ -81,7 +81,7 @@ items:
- TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
@ -1273,24 +1273,24 @@ references:
name: TextureRegion
isExternal: true
- name: )
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
parent: TinyLife.Actions.Action
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)

View file

@ -80,7 +80,7 @@ items:
- TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
@ -1234,24 +1234,24 @@ references:
name: TextureRegion
isExternal: true
- name: )
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
parent: TinyLife.Actions.Action
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)

View file

@ -22,7 +22,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StartPartnerAction
path: ../TinyLife/Actions/SocialAction.cs
startLine: 244
startLine: 243
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -67,7 +67,7 @@ items:
- TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
@ -125,7 +125,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/SocialAction.cs
startLine: 247
startLine: 246
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -160,7 +160,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Initialize
path: ../TinyLife/Actions/SocialAction.cs
startLine: 250
startLine: 249
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -189,7 +189,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/SocialAction.cs
startLine: 278
startLine: 277
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -977,24 +977,24 @@ references:
name: TextureRegion
isExternal: true
- name: )
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
parent: TinyLife.Actions.Action
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)

View file

@ -48,7 +48,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SocialAction
path: ../TinyLife/Actions/SocialAction.cs
startLine: 19
startLine: 18
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -63,11 +63,11 @@ items:
- TinyLife.Actions.Action
- TinyLife.Actions.MultiAction
derivedClasses:
- TinyLife.Actions.HelpAction
- TinyLife.Actions.HoldingPersonAction
- TinyLife.Actions.OrderFromStaffAction
- TinyLife.Actions.PickUpPersonAction
- TinyLife.Actions.TalkAction
- TinyLife.HelpAction
- TinyLife.HoldingPersonAction
- TinyLife.PickUpPersonAction
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
@ -103,7 +103,7 @@ items:
- TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
@ -161,7 +161,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsMain
path: ../TinyLife/Actions/SocialAction.cs
startLine: 25
startLine: 24
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -202,7 +202,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Partner
path: ../TinyLife/Actions/SocialAction.cs
startLine: 30
startLine: 29
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -233,7 +233,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PartnerAction
path: ../TinyLife/Actions/SocialAction.cs
startLine: 34
startLine: 33
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -264,7 +264,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MainAction
path: ../TinyLife/Actions/SocialAction.cs
startLine: 35
startLine: 34
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -293,7 +293,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ConversationTime
path: ../TinyLife/Actions/SocialAction.cs
startLine: 40
startLine: 39
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -334,7 +334,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InProgressTime
path: ../TinyLife/Actions/SocialAction.cs
startLine: 44
startLine: 43
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -367,7 +367,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/SocialAction.cs
startLine: 50
startLine: 49
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -402,7 +402,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/SocialAction.cs
startLine: 53
startLine: 52
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -440,7 +440,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateFirstActions
path: ../TinyLife/Actions/SocialAction.cs
startLine: 56
startLine: 55
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -472,7 +472,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitializeConversation
path: ../TinyLife/Actions/SocialAction.cs
startLine: 68
startLine: 67
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -498,7 +498,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateConversation
path: ../TinyLife/Actions/SocialAction.cs
startLine: 78
startLine: 77
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -539,7 +539,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsConversationCompleted
path: ../TinyLife/Actions/SocialAction.cs
startLine: 88
startLine: 87
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -570,7 +570,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMaxWaitTime
path: ../TinyLife/Actions/SocialAction.cs
startLine: 97
startLine: 96
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -601,7 +601,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EnqueuePartnerAction
path: ../TinyLife/Actions/SocialAction.cs
startLine: 107
startLine: 106
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -636,7 +636,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnBothCompleted
path: ../TinyLife/Actions/SocialAction.cs
startLine: 111
startLine: 110
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -665,7 +665,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenUpdate
path: ../TinyLife/Actions/SocialAction.cs
startLine: 114
startLine: 113
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -707,7 +707,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted
path: ../TinyLife/Actions/SocialAction.cs
startLine: 121
startLine: 120
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -739,7 +739,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenInitialize
path: ../TinyLife/Actions/SocialAction.cs
startLine: 132
startLine: 131
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -766,7 +766,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenOnCompleted
path: ../TinyLife/Actions/SocialAction.cs
startLine: 142
startLine: 141
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -799,7 +799,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: ../TinyLife/Actions/SocialAction.cs
startLine: 152
startLine: 151
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -835,7 +835,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/SocialAction.cs
startLine: 159
startLine: 158
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -871,7 +871,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanStartNow
path: ../TinyLife/Actions/SocialAction.cs
startLine: 169
startLine: 168
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -900,7 +900,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetDisplayName
path: ../TinyLife/Actions/SocialAction.cs
startLine: 177
startLine: 176
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -932,7 +932,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TryForceResult
path: ../TinyLife/Actions/SocialAction.cs
startLine: 182
startLine: 181
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -974,7 +974,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InvokeForBoth
path: ../TinyLife/Actions/SocialAction.cs
startLine: 195
startLine: 194
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -1009,7 +1009,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsHelper
path: ../TinyLife/Actions/SocialAction.cs
startLine: 199
startLine: 198
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -1043,7 +1043,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHelper
path: ../TinyLife/Actions/SocialAction.cs
startLine: 203
startLine: 202
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -1077,7 +1077,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRecipientAction
path: ../TinyLife/Actions/SocialAction.cs
startLine: 207
startLine: 206
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -1111,7 +1111,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateAskOffer
path: ../TinyLife/Actions/SocialAction.cs
startLine: 211
startLine: 210
assemblies:
- Tiny Life
namespace: TinyLife.Actions
@ -1939,24 +1939,24 @@ references:
name: TextureRegion
isExternal: true
- name: )
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
parent: TinyLife.Actions.Action
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)

View file

@ -80,7 +80,7 @@ items:
- TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
@ -1246,24 +1246,24 @@ references:
name: TextureRegion
isExternal: true
- name: )
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
parent: TinyLife.Actions.Action
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)

View file

@ -105,7 +105,7 @@ items:
- TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
@ -2019,24 +2019,24 @@ references:
name: TextureRegion
isExternal: true
- name: )
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
parent: TinyLife.Actions.Action
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)

View file

@ -1,22 +1,22 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
commentId: T:TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction
commentId: T:TinyLife.Actions.TellPeopleToLeaveRoomAction
id: TellPeopleToLeaveRoomAction
parent: TinyLife.Actions.Typeless
parent: TinyLife.Actions
children:
- TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.#ctor(TinyLife.Actions.ActionInfo,System.Guid[])
- TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.ExcludedPeople
- TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.Initialize
- TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.IsCompleted
- TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.TryToLeaveRoom(TinyLife.World.Room,TinyLife.Objects.Person)
- TinyLife.Actions.TellPeopleToLeaveRoomAction.#ctor(TinyLife.Actions.ActionInfo,System.Guid[])
- TinyLife.Actions.TellPeopleToLeaveRoomAction.ExcludedPeople
- TinyLife.Actions.TellPeopleToLeaveRoomAction.Initialize
- TinyLife.Actions.TellPeopleToLeaveRoomAction.IsCompleted
- TinyLife.Actions.TellPeopleToLeaveRoomAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.TellPeopleToLeaveRoomAction.TryToLeaveRoom(TinyLife.World.Room,TinyLife.Objects.Person)
langs:
- csharp
- vb
name: TellPeopleToLeaveRoomAction
nameWithType: TellPeopleToLeaveRoomAction
fullName: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction
type: Class
source:
remote:
@ -28,8 +28,8 @@ items:
startLine: 15
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
summary: "\nAn action that causes the current <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> to tell everyone else who is currently in the room to leave it.\nWhen initializing this action, a set of <xref href=\"TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.ExcludedPeople\" data-throw-if-not-resolved=\"false\"></xref> can optionally be specified.\n"
namespace: TinyLife.Actions
summary: "\nAn action that causes the current <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> to tell everyone else who is currently in the room to leave it.\nWhen initializing this action, a set of <xref href=\"TinyLife.Actions.TellPeopleToLeaveRoomAction.ExcludedPeople\" data-throw-if-not-resolved=\"false\"></xref> can optionally be specified.\n"
example: []
syntax:
content: 'public class TellPeopleToLeaveRoomAction : Action, IGenericDataHolder'
@ -69,7 +69,7 @@ items:
- TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
@ -108,17 +108,17 @@ items:
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.ExcludedPeople
commentId: F:TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.ExcludedPeople
- TinyLife.Actions.TellPeopleToLeaveRoomAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction.ExcludedPeople
commentId: F:TinyLife.Actions.TellPeopleToLeaveRoomAction.ExcludedPeople
id: ExcludedPeople
parent: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
parent: TinyLife.Actions.TellPeopleToLeaveRoomAction
langs:
- csharp
- vb
name: ExcludedPeople
nameWithType: TellPeopleToLeaveRoomAction.ExcludedPeople
fullName: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.ExcludedPeople
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.ExcludedPeople
type: Field
source:
remote:
@ -130,7 +130,7 @@ items:
startLine: 21
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
namespace: TinyLife.Actions
summary: "\nA list of <xref href=\"System.Guid\" data-throw-if-not-resolved=\"false\"></xref> ids of <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> objects that should not be asked to leave the room\n"
example: []
syntax:
@ -148,16 +148,16 @@ items:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.#ctor(TinyLife.Actions.ActionInfo,System.Guid[])
commentId: M:TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.#ctor(TinyLife.Actions.ActionInfo,System.Guid[])
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction.#ctor(TinyLife.Actions.ActionInfo,System.Guid[])
commentId: M:TinyLife.Actions.TellPeopleToLeaveRoomAction.#ctor(TinyLife.Actions.ActionInfo,System.Guid[])
id: '#ctor(TinyLife.Actions.ActionInfo,System.Guid[])'
parent: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
parent: TinyLife.Actions.TellPeopleToLeaveRoomAction
langs:
- csharp
- vb
name: TellPeopleToLeaveRoomAction(ActionInfo, params Guid[])
nameWithType: TellPeopleToLeaveRoomAction.TellPeopleToLeaveRoomAction(ActionInfo, params Guid[])
fullName: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.TellPeopleToLeaveRoomAction(TinyLife.Actions.ActionInfo, params System.Guid[])
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.TellPeopleToLeaveRoomAction(TinyLife.Actions.ActionInfo, params System.Guid[])
type: Constructor
source:
remote:
@ -169,7 +169,7 @@ items:
startLine: 24
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
namespace: TinyLife.Actions
example: []
syntax:
content: public TellPeopleToLeaveRoomAction(ActionInfo info, params Guid[] excludedPeople)
@ -179,20 +179,20 @@ items:
- id: excludedPeople
type: System.Guid[]
content.vb: Public Sub New(info As ActionInfo, ParamArray excludedPeople As Guid())
overload: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.#ctor*
overload: TinyLife.Actions.TellPeopleToLeaveRoomAction.#ctor*
nameWithType.vb: TellPeopleToLeaveRoomAction.New(ActionInfo, ParamArray Guid())
fullName.vb: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.New(TinyLife.Actions.ActionInfo, ParamArray System.Guid())
fullName.vb: TinyLife.Actions.TellPeopleToLeaveRoomAction.New(TinyLife.Actions.ActionInfo, ParamArray System.Guid())
name.vb: New(ActionInfo, ParamArray Guid())
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.Initialize
commentId: M:TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.Initialize
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction.Initialize
commentId: M:TinyLife.Actions.TellPeopleToLeaveRoomAction.Initialize
id: Initialize
parent: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
parent: TinyLife.Actions.TellPeopleToLeaveRoomAction
langs:
- csharp
- vb
name: Initialize()
nameWithType: TellPeopleToLeaveRoomAction.Initialize()
fullName: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.Initialize()
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.Initialize()
type: Method
source:
remote:
@ -204,24 +204,24 @@ items:
startLine: 29
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
namespace: TinyLife.Actions
summary: "\nThis method is called when the action is first started by a <xref href=\"TinyLife.Actions.Action.Person\" data-throw-if-not-resolved=\"false\"></xref>.\nNote that it is not called when the action gets added to the <xref href=\"TinyLife.Objects.Person.ActionQueue\" data-throw-if-not-resolved=\"false\"></xref>, but when it is moved to <xref href=\"TinyLife.Objects.Person.CurrentActions\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public override void Initialize()
content.vb: Public Overrides Sub Initialize()
overridden: TinyLife.Actions.Action.Initialize
overload: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.Initialize*
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.IsCompleted
commentId: M:TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.IsCompleted
overload: TinyLife.Actions.TellPeopleToLeaveRoomAction.Initialize*
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction.IsCompleted
commentId: M:TinyLife.Actions.TellPeopleToLeaveRoomAction.IsCompleted
id: IsCompleted
parent: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
parent: TinyLife.Actions.TellPeopleToLeaveRoomAction
langs:
- csharp
- vb
name: IsCompleted()
nameWithType: TellPeopleToLeaveRoomAction.IsCompleted()
fullName: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.IsCompleted()
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.IsCompleted()
type: Method
source:
remote:
@ -233,7 +233,7 @@ items:
startLine: 39
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
namespace: TinyLife.Actions
summary: "\nThis method is called every update frame by a <xref href=\"TinyLife.Actions.Action.Person\" data-throw-if-not-resolved=\"false\"></xref> if this action is currently active to check if it should be stopped.\nIf this returns a result other than <xref href=\"TinyLife.Actions.CompletionType.Completed\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)\" data-throw-if-not-resolved=\"false\"></xref> will be called and the action is stopped.\nBy default, only <xref href=\"TinyLife.Actions.Action.ForceResult\" data-throw-if-not-resolved=\"false\"></xref> modifies the completion type, otherwise <xref href=\"TinyLife.Actions.CompletionType.Active\" data-throw-if-not-resolved=\"false\"></xref> is returned.\n"
example: []
syntax:
@ -243,17 +243,17 @@ items:
description: The current completion type of this action
content.vb: Public Overrides Function IsCompleted() As CompletionType
overridden: TinyLife.Actions.Action.IsCompleted
overload: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.IsCompleted*
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.OnCompleted(TinyLife.Actions.CompletionType)
overload: TinyLife.Actions.TellPeopleToLeaveRoomAction.IsCompleted*
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.TellPeopleToLeaveRoomAction.OnCompleted(TinyLife.Actions.CompletionType)
id: OnCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
parent: TinyLife.Actions.TellPeopleToLeaveRoomAction
langs:
- csharp
- vb
name: OnCompleted(CompletionType)
nameWithType: TellPeopleToLeaveRoomAction.OnCompleted(CompletionType)
fullName: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.OnCompleted(TinyLife.Actions.CompletionType)
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.OnCompleted(TinyLife.Actions.CompletionType)
type: Method
source:
remote:
@ -265,7 +265,7 @@ items:
startLine: 46
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
namespace: TinyLife.Actions
summary: "\nThis method is called when this action <xref href=\"TinyLife.Actions.Action.IsCompleted\" data-throw-if-not-resolved=\"false\"></xref>, or if it is canceled from an outside source.\nNote that, if this method is called as a result of <xref href=\"TinyLife.Actions.Action.IsCompleted\" data-throw-if-not-resolved=\"false\"></xref>, the <xref href=\"TinyLife.Actions.CompletionType\" data-throw-if-not-resolved=\"false\"></xref> passed will be the same.\nBy default, only <xref href=\"TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action%2cTinyLife.Actions.CompletionType%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> is called.\n"
example: []
syntax:
@ -276,17 +276,17 @@ items:
description: The type that this action completed with
content.vb: Public Overrides Sub OnCompleted(type As CompletionType)
overridden: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
overload: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.OnCompleted*
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.TryToLeaveRoom(TinyLife.World.Room,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.TryToLeaveRoom(TinyLife.World.Room,TinyLife.Objects.Person)
overload: TinyLife.Actions.TellPeopleToLeaveRoomAction.OnCompleted*
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction.TryToLeaveRoom(TinyLife.World.Room,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.TellPeopleToLeaveRoomAction.TryToLeaveRoom(TinyLife.World.Room,TinyLife.Objects.Person)
id: TryToLeaveRoom(TinyLife.World.Room,TinyLife.Objects.Person)
parent: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
parent: TinyLife.Actions.TellPeopleToLeaveRoomAction
langs:
- csharp
- vb
name: TryToLeaveRoom(Room, Person)
nameWithType: TellPeopleToLeaveRoomAction.TryToLeaveRoom(Room, Person)
fullName: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.TryToLeaveRoom(TinyLife.World.Room, TinyLife.Objects.Person)
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.TryToLeaveRoom(TinyLife.World.Room, TinyLife.Objects.Person)
type: Method
source:
remote:
@ -298,7 +298,7 @@ items:
startLine: 71
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
namespace: TinyLife.Actions
summary: "\nCauses the given person to try to leave the current room, which is expected to be the room they are in.\nThis method enqueues a <xref href=\"TinyLife.Actions.ActionType.GoHere\" data-throw-if-not-resolved=\"false\"></xref> action for a random location in an adjacent, connected room (<xref href=\"TinyLife.World.Room.GetConnectedRooms(TinyLife.Objects.Person)\" data-throw-if-not-resolved=\"false\"></xref>).\n"
example: []
syntax:
@ -314,7 +314,7 @@ items:
type: System.Boolean
description: false if there are no connected rooms to the given <code data-dev-comment-type="paramref" class="paramref">currentRoom</code>, true otherwise
content.vb: Public Shared Function TryToLeaveRoom(currentRoom As Room, person As Person) As Boolean
overload: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.TryToLeaveRoom*
overload: TinyLife.Actions.TellPeopleToLeaveRoomAction.TryToLeaveRoom*
references:
- uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person
@ -322,34 +322,28 @@ references:
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.ExcludedPeople
commentId: F:TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.ExcludedPeople
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction.ExcludedPeople
commentId: F:TinyLife.Actions.TellPeopleToLeaveRoomAction.ExcludedPeople
name: ExcludedPeople
nameWithType: TellPeopleToLeaveRoomAction.ExcludedPeople
fullName: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.ExcludedPeople
- uid: TinyLife.Actions.Typeless
commentId: N:TinyLife.Actions.Typeless
name: TinyLife.Actions.Typeless
nameWithType: TinyLife.Actions.Typeless
fullName: TinyLife.Actions.Typeless
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.ExcludedPeople
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- name: .
- uid: TinyLife.Actions.Typeless
name: Typeless
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- name: .
- uid: TinyLife.Actions.Typeless
name: Typeless
- uid: System.Object
commentId: T:System.Object
parent: System
@ -1086,24 +1080,24 @@ references:
name: TextureRegion
isExternal: true
- name: )
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
parent: TinyLife.Actions.Action
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
@ -2917,38 +2911,38 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<TellPeopleToLeaveRoomAction>(TellPeopleToLeaveRoomAction)
nameWithType: Extensions.JsonCopy<TellPeopleToLeaveRoomAction>(TellPeopleToLeaveRoomAction)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction>(TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.TellPeopleToLeaveRoomAction>(TinyLife.Actions.TellPeopleToLeaveRoomAction)
nameWithType.vb: Extensions.JsonCopy(Of TellPeopleToLeaveRoomAction)(TellPeopleToLeaveRoomAction)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction)(TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.TellPeopleToLeaveRoomAction)(TinyLife.Actions.TellPeopleToLeaveRoomAction)
name.vb: JsonCopy(Of TellPeopleToLeaveRoomAction)(TellPeopleToLeaveRoomAction)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction)
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.TellPeopleToLeaveRoomAction)
name: JsonCopy
- name: <
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction
name: TellPeopleToLeaveRoomAction
- name: '>'
- name: (
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction
name: TellPeopleToLeaveRoomAction
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction)
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.TellPeopleToLeaveRoomAction)
name: JsonCopy
- name: (
- name: Of
- name: " "
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction
name: TellPeopleToLeaveRoomAction
- name: )
- name: (
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction
name: TellPeopleToLeaveRoomAction
- name: )
- uid: TinyLife.Objects
@ -3005,23 +2999,6 @@ references:
- uid: MLEM.Data.Json
name: Json
isExternal: true
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
@ -3170,13 +3147,13 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.guid
- name: (
- name: )
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.#ctor*
commentId: Overload:TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.#ctor
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction.#ctor*
commentId: Overload:TinyLife.Actions.TellPeopleToLeaveRoomAction.#ctor
name: TellPeopleToLeaveRoomAction
nameWithType: TellPeopleToLeaveRoomAction.TellPeopleToLeaveRoomAction
fullName: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.TellPeopleToLeaveRoomAction
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.TellPeopleToLeaveRoomAction
nameWithType.vb: TellPeopleToLeaveRoomAction.New
fullName.vb: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.New
fullName.vb: TinyLife.Actions.TellPeopleToLeaveRoomAction.New
name.vb: New
- uid: TinyLife.Actions.ActionInfo
commentId: T:TinyLife.Actions.ActionInfo
@ -3200,11 +3177,11 @@ references:
name: Initialize
- name: (
- name: )
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.Initialize*
commentId: Overload:TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.Initialize
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction.Initialize*
commentId: Overload:TinyLife.Actions.TellPeopleToLeaveRoomAction.Initialize
name: Initialize
nameWithType: TellPeopleToLeaveRoomAction.Initialize
fullName: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.Initialize
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.Initialize
- uid: TinyLife.Actions.Action.IsCompleted
commentId: M:TinyLife.Actions.Action.IsCompleted
parent: TinyLife.Actions.Action
@ -3221,11 +3198,11 @@ references:
name: IsCompleted
- name: (
- name: )
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.IsCompleted*
commentId: Overload:TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.IsCompleted
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction.IsCompleted*
commentId: Overload:TinyLife.Actions.TellPeopleToLeaveRoomAction.IsCompleted
name: IsCompleted
nameWithType: TellPeopleToLeaveRoomAction.IsCompleted
fullName: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.IsCompleted
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.IsCompleted
- uid: TinyLife.Actions.CompletionType
commentId: T:TinyLife.Actions.CompletionType
parent: TinyLife.Actions
@ -3252,11 +3229,11 @@ references:
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: )
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.OnCompleted*
commentId: Overload:TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.OnCompleted
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction.OnCompleted*
commentId: Overload:TinyLife.Actions.TellPeopleToLeaveRoomAction.OnCompleted
name: OnCompleted
nameWithType: TellPeopleToLeaveRoomAction.OnCompleted
fullName: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.OnCompleted
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.OnCompleted
- uid: TinyLife.Actions.ActionType.GoHere
commentId: F:TinyLife.Actions.ActionType.GoHere
name: GoHere
@ -3281,11 +3258,11 @@ references:
- uid: TinyLife.Objects.Person
name: Person
- name: )
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.TryToLeaveRoom*
commentId: Overload:TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.TryToLeaveRoom
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction.TryToLeaveRoom*
commentId: Overload:TinyLife.Actions.TellPeopleToLeaveRoomAction.TryToLeaveRoom
name: TryToLeaveRoom
nameWithType: TellPeopleToLeaveRoomAction.TryToLeaveRoom
fullName: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.TryToLeaveRoom
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.TryToLeaveRoom
- uid: TinyLife.World.Room
commentId: T:TinyLife.World.Room
parent: TinyLife.World

View file

@ -1,23 +1,23 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.Actions.Typeless.TryGoHereAction
commentId: T:TinyLife.Actions.Typeless.TryGoHereAction
- uid: TinyLife.Actions.TryGoHereAction
commentId: T:TinyLife.Actions.TryGoHereAction
id: TryGoHereAction
parent: TinyLife.Actions.Typeless
parent: TinyLife.Actions
children:
- TinyLife.Actions.Typeless.TryGoHereAction.#ctor(TinyLife.Actions.ActionInfo,System.Collections.Generic.List{Microsoft.Xna.Framework.Point})
- TinyLife.Actions.Typeless.TryGoHereAction.Initialize
- TinyLife.Actions.Typeless.TryGoHereAction.IsCompleted
- TinyLife.Actions.Typeless.TryGoHereAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.Typeless.TryGoHereAction.PositionsToTry
- TinyLife.Actions.Typeless.TryGoHereAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.Typeless.TryGoHereAction.Validate(TinyLife.Objects.Person)
- TinyLife.Actions.TryGoHereAction.#ctor(TinyLife.Actions.ActionInfo,System.Collections.Generic.List{Microsoft.Xna.Framework.Point})
- TinyLife.Actions.TryGoHereAction.Initialize
- TinyLife.Actions.TryGoHereAction.IsCompleted
- TinyLife.Actions.TryGoHereAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.TryGoHereAction.PositionsToTry
- TinyLife.Actions.TryGoHereAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.TryGoHereAction.Validate(TinyLife.Objects.Person)
langs:
- csharp
- vb
name: TryGoHereAction
nameWithType: TryGoHereAction
fullName: TinyLife.Actions.Typeless.TryGoHereAction
fullName: TinyLife.Actions.TryGoHereAction
type: Class
source:
remote:
@ -29,7 +29,7 @@ items:
startLine: 15
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
namespace: TinyLife.Actions
summary: "\nThis action is similar to <xref href=\"TinyLife.Actions.GoHereAction\" data-throw-if-not-resolved=\"false\"></xref>, but takes in a set of positions rather than a single position.\nThe action&apos;s <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> will then try to pathfind to each one of the positions in a random order, until one of them is valid, and go to it.\n"
example: []
syntax:
@ -68,7 +68,7 @@ items:
- TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
@ -107,17 +107,17 @@ items:
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- TinyLife.Actions.Typeless.TryGoHereAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.Typeless.TryGoHereAction.PositionsToTry
commentId: F:TinyLife.Actions.Typeless.TryGoHereAction.PositionsToTry
- TinyLife.Actions.TryGoHereAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.TryGoHereAction.PositionsToTry
commentId: F:TinyLife.Actions.TryGoHereAction.PositionsToTry
id: PositionsToTry
parent: TinyLife.Actions.Typeless.TryGoHereAction
parent: TinyLife.Actions.TryGoHereAction
langs:
- csharp
- vb
name: PositionsToTry
nameWithType: TryGoHereAction.PositionsToTry
fullName: TinyLife.Actions.Typeless.TryGoHereAction.PositionsToTry
fullName: TinyLife.Actions.TryGoHereAction.PositionsToTry
type: Field
source:
remote:
@ -129,7 +129,7 @@ items:
startLine: 21
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
namespace: TinyLife.Actions
summary: "\nThe set of positions to try to walk to.\n"
example: []
syntax:
@ -147,16 +147,16 @@ items:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
- uid: TinyLife.Actions.Typeless.TryGoHereAction.#ctor(TinyLife.Actions.ActionInfo,System.Collections.Generic.List{Microsoft.Xna.Framework.Point})
commentId: M:TinyLife.Actions.Typeless.TryGoHereAction.#ctor(TinyLife.Actions.ActionInfo,System.Collections.Generic.List{Microsoft.Xna.Framework.Point})
- uid: TinyLife.Actions.TryGoHereAction.#ctor(TinyLife.Actions.ActionInfo,System.Collections.Generic.List{Microsoft.Xna.Framework.Point})
commentId: M:TinyLife.Actions.TryGoHereAction.#ctor(TinyLife.Actions.ActionInfo,System.Collections.Generic.List{Microsoft.Xna.Framework.Point})
id: '#ctor(TinyLife.Actions.ActionInfo,System.Collections.Generic.List{Microsoft.Xna.Framework.Point})'
parent: TinyLife.Actions.Typeless.TryGoHereAction
parent: TinyLife.Actions.TryGoHereAction
langs:
- csharp
- vb
name: TryGoHereAction(ActionInfo, List<Point>)
nameWithType: TryGoHereAction.TryGoHereAction(ActionInfo, List<Point>)
fullName: TinyLife.Actions.Typeless.TryGoHereAction.TryGoHereAction(TinyLife.Actions.ActionInfo, System.Collections.Generic.List<Microsoft.Xna.Framework.Point>)
fullName: TinyLife.Actions.TryGoHereAction.TryGoHereAction(TinyLife.Actions.ActionInfo, System.Collections.Generic.List<Microsoft.Xna.Framework.Point>)
type: Constructor
source:
remote:
@ -168,7 +168,7 @@ items:
startLine: 27
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
namespace: TinyLife.Actions
example: []
syntax:
content: public TryGoHereAction(ActionInfo info, List<Point> positionsToTry)
@ -178,20 +178,20 @@ items:
- id: positionsToTry
type: System.Collections.Generic.List{Microsoft.Xna.Framework.Point}
content.vb: Public Sub New(info As ActionInfo, positionsToTry As List(Of Point))
overload: TinyLife.Actions.Typeless.TryGoHereAction.#ctor*
overload: TinyLife.Actions.TryGoHereAction.#ctor*
nameWithType.vb: TryGoHereAction.New(ActionInfo, List(Of Point))
fullName.vb: TinyLife.Actions.Typeless.TryGoHereAction.New(TinyLife.Actions.ActionInfo, System.Collections.Generic.List(Of Microsoft.Xna.Framework.Point))
fullName.vb: TinyLife.Actions.TryGoHereAction.New(TinyLife.Actions.ActionInfo, System.Collections.Generic.List(Of Microsoft.Xna.Framework.Point))
name.vb: New(ActionInfo, List(Of Point))
- uid: TinyLife.Actions.Typeless.TryGoHereAction.Initialize
commentId: M:TinyLife.Actions.Typeless.TryGoHereAction.Initialize
- uid: TinyLife.Actions.TryGoHereAction.Initialize
commentId: M:TinyLife.Actions.TryGoHereAction.Initialize
id: Initialize
parent: TinyLife.Actions.Typeless.TryGoHereAction
parent: TinyLife.Actions.TryGoHereAction
langs:
- csharp
- vb
name: Initialize()
nameWithType: TryGoHereAction.Initialize()
fullName: TinyLife.Actions.Typeless.TryGoHereAction.Initialize()
fullName: TinyLife.Actions.TryGoHereAction.Initialize()
type: Method
source:
remote:
@ -203,24 +203,24 @@ items:
startLine: 33
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
namespace: TinyLife.Actions
summary: "\nThis method is called when the action is first started by a <xref href=\"TinyLife.Actions.Action.Person\" data-throw-if-not-resolved=\"false\"></xref>.\nNote that it is not called when the action gets added to the <xref href=\"TinyLife.Objects.Person.ActionQueue\" data-throw-if-not-resolved=\"false\"></xref>, but when it is moved to <xref href=\"TinyLife.Objects.Person.CurrentActions\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public override void Initialize()
content.vb: Public Overrides Sub Initialize()
overridden: TinyLife.Actions.Action.Initialize
overload: TinyLife.Actions.Typeless.TryGoHereAction.Initialize*
- uid: TinyLife.Actions.Typeless.TryGoHereAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.Typeless.TryGoHereAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
overload: TinyLife.Actions.TryGoHereAction.Initialize*
- uid: TinyLife.Actions.TryGoHereAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.TryGoHereAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.Actions.Typeless.TryGoHereAction
parent: TinyLife.Actions.TryGoHereAction
langs:
- csharp
- vb
name: Update(GameTime, TimeSpan, float)
nameWithType: TryGoHereAction.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.Typeless.TryGoHereAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
fullName: TinyLife.Actions.TryGoHereAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method
source:
remote:
@ -232,7 +232,7 @@ items:
startLine: 39
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
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.Action.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:
@ -249,20 +249,20 @@ items:
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.Typeless.TryGoHereAction.Update*
overload: TinyLife.Actions.TryGoHereAction.Update*
nameWithType.vb: TryGoHereAction.Update(GameTime, TimeSpan, Single)
fullName.vb: TinyLife.Actions.Typeless.TryGoHereAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
fullName.vb: TinyLife.Actions.TryGoHereAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
name.vb: Update(GameTime, TimeSpan, Single)
- uid: TinyLife.Actions.Typeless.TryGoHereAction.Validate(TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Typeless.TryGoHereAction.Validate(TinyLife.Objects.Person)
- uid: TinyLife.Actions.TryGoHereAction.Validate(TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.TryGoHereAction.Validate(TinyLife.Objects.Person)
id: Validate(TinyLife.Objects.Person)
parent: TinyLife.Actions.Typeless.TryGoHereAction
parent: TinyLife.Actions.TryGoHereAction
langs:
- csharp
- vb
name: Validate(Person)
nameWithType: TryGoHereAction.Validate(Person)
fullName: TinyLife.Actions.Typeless.TryGoHereAction.Validate(TinyLife.Objects.Person)
fullName: TinyLife.Actions.TryGoHereAction.Validate(TinyLife.Objects.Person)
type: Method
source:
remote:
@ -274,7 +274,7 @@ items:
startLine: 49
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
namespace: TinyLife.Actions
summary: "\nValidates this action&apos;s data.\nThis is called when a map is loaded from disk.\nWhen returning false on this method, the action is removed from the <xref href=\"TinyLife.Actions.Action.Person\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
@ -288,17 +288,17 @@ items:
description: Whether or not the action is still valid (or if it has invalid data)
content.vb: Public Overrides Function Validate(person As Person) As Boolean
overridden: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
overload: TinyLife.Actions.Typeless.TryGoHereAction.Validate*
- uid: TinyLife.Actions.Typeless.TryGoHereAction.IsCompleted
commentId: M:TinyLife.Actions.Typeless.TryGoHereAction.IsCompleted
overload: TinyLife.Actions.TryGoHereAction.Validate*
- uid: TinyLife.Actions.TryGoHereAction.IsCompleted
commentId: M:TinyLife.Actions.TryGoHereAction.IsCompleted
id: IsCompleted
parent: TinyLife.Actions.Typeless.TryGoHereAction
parent: TinyLife.Actions.TryGoHereAction
langs:
- csharp
- vb
name: IsCompleted()
nameWithType: TryGoHereAction.IsCompleted()
fullName: TinyLife.Actions.Typeless.TryGoHereAction.IsCompleted()
fullName: TinyLife.Actions.TryGoHereAction.IsCompleted()
type: Method
source:
remote:
@ -310,7 +310,7 @@ items:
startLine: 54
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
namespace: TinyLife.Actions
summary: "\nThis method is called every update frame by a <xref href=\"TinyLife.Actions.Action.Person\" data-throw-if-not-resolved=\"false\"></xref> if this action is currently active to check if it should be stopped.\nIf this returns a result other than <xref href=\"TinyLife.Actions.CompletionType.Completed\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)\" data-throw-if-not-resolved=\"false\"></xref> will be called and the action is stopped.\nBy default, only <xref href=\"TinyLife.Actions.Action.ForceResult\" data-throw-if-not-resolved=\"false\"></xref> modifies the completion type, otherwise <xref href=\"TinyLife.Actions.CompletionType.Active\" data-throw-if-not-resolved=\"false\"></xref> is returned.\n"
example: []
syntax:
@ -320,17 +320,17 @@ items:
description: The current completion type of this action
content.vb: Public Overrides Function IsCompleted() As CompletionType
overridden: TinyLife.Actions.Action.IsCompleted
overload: TinyLife.Actions.Typeless.TryGoHereAction.IsCompleted*
- uid: TinyLife.Actions.Typeless.TryGoHereAction.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Typeless.TryGoHereAction.OnCompleted(TinyLife.Actions.CompletionType)
overload: TinyLife.Actions.TryGoHereAction.IsCompleted*
- uid: TinyLife.Actions.TryGoHereAction.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.TryGoHereAction.OnCompleted(TinyLife.Actions.CompletionType)
id: OnCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.Typeless.TryGoHereAction
parent: TinyLife.Actions.TryGoHereAction
langs:
- csharp
- vb
name: OnCompleted(CompletionType)
nameWithType: TryGoHereAction.OnCompleted(CompletionType)
fullName: TinyLife.Actions.Typeless.TryGoHereAction.OnCompleted(TinyLife.Actions.CompletionType)
fullName: TinyLife.Actions.TryGoHereAction.OnCompleted(TinyLife.Actions.CompletionType)
type: Method
source:
remote:
@ -342,7 +342,7 @@ items:
startLine: 59
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Typeless
namespace: TinyLife.Actions
summary: "\nThis method is called when this action <xref href=\"TinyLife.Actions.Action.IsCompleted\" data-throw-if-not-resolved=\"false\"></xref>, or if it is canceled from an outside source.\nNote that, if this method is called as a result of <xref href=\"TinyLife.Actions.Action.IsCompleted\" data-throw-if-not-resolved=\"false\"></xref>, the <xref href=\"TinyLife.Actions.CompletionType\" data-throw-if-not-resolved=\"false\"></xref> passed will be the same.\nBy default, only <xref href=\"TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action%2cTinyLife.Actions.CompletionType%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> is called.\n"
example: []
syntax:
@ -353,7 +353,7 @@ items:
description: The type that this action completed with
content.vb: Public Overrides Sub OnCompleted(type As CompletionType)
overridden: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
overload: TinyLife.Actions.Typeless.TryGoHereAction.OnCompleted*
overload: TinyLife.Actions.TryGoHereAction.OnCompleted*
references:
- uid: TinyLife.Actions.GoHereAction
commentId: T:TinyLife.Actions.GoHereAction
@ -366,29 +366,23 @@ references:
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- uid: TinyLife.Actions.Typeless
commentId: N:TinyLife.Actions.Typeless
name: TinyLife.Actions.Typeless
nameWithType: TinyLife.Actions.Typeless
fullName: TinyLife.Actions.Typeless
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- name: .
- uid: TinyLife.Actions.Typeless
name: Typeless
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- name: .
- uid: TinyLife.Actions.Typeless
name: Typeless
- uid: System.Object
commentId: T:System.Object
parent: System
@ -1054,24 +1048,24 @@ references:
name: TextureRegion
isExternal: true
- name: )
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
parent: TinyLife.Actions.Action
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
@ -2885,38 +2879,38 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
- uid: TinyLife.Actions.Typeless.TryGoHereAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.TryGoHereAction.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<TryGoHereAction>(TryGoHereAction)
nameWithType: Extensions.JsonCopy<TryGoHereAction>(TryGoHereAction)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.Typeless.TryGoHereAction>(TinyLife.Actions.Typeless.TryGoHereAction)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.TryGoHereAction>(TinyLife.Actions.TryGoHereAction)
nameWithType.vb: Extensions.JsonCopy(Of TryGoHereAction)(TryGoHereAction)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.Typeless.TryGoHereAction)(TinyLife.Actions.Typeless.TryGoHereAction)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.TryGoHereAction)(TinyLife.Actions.TryGoHereAction)
name.vb: JsonCopy(Of TryGoHereAction)(TryGoHereAction)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.Typeless.TryGoHereAction)
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.TryGoHereAction)
name: JsonCopy
- name: <
- uid: TinyLife.Actions.Typeless.TryGoHereAction
- uid: TinyLife.Actions.TryGoHereAction
name: TryGoHereAction
- name: '>'
- name: (
- uid: TinyLife.Actions.Typeless.TryGoHereAction
- uid: TinyLife.Actions.TryGoHereAction
name: TryGoHereAction
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.Typeless.TryGoHereAction)
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.TryGoHereAction)
name: JsonCopy
- name: (
- name: Of
- name: " "
- uid: TinyLife.Actions.Typeless.TryGoHereAction
- uid: TinyLife.Actions.TryGoHereAction
name: TryGoHereAction
- name: )
- name: (
- uid: TinyLife.Actions.Typeless.TryGoHereAction
- uid: TinyLife.Actions.TryGoHereAction
name: TryGoHereAction
- name: )
- uid: TinyLife.Objects
@ -2973,23 +2967,6 @@ references:
- uid: MLEM.Data.Json
name: Json
isExternal: true
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
@ -3205,13 +3182,13 @@ references:
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
- uid: TinyLife.Actions.Typeless.TryGoHereAction.#ctor*
commentId: Overload:TinyLife.Actions.Typeless.TryGoHereAction.#ctor
- uid: TinyLife.Actions.TryGoHereAction.#ctor*
commentId: Overload:TinyLife.Actions.TryGoHereAction.#ctor
name: TryGoHereAction
nameWithType: TryGoHereAction.TryGoHereAction
fullName: TinyLife.Actions.Typeless.TryGoHereAction.TryGoHereAction
fullName: TinyLife.Actions.TryGoHereAction.TryGoHereAction
nameWithType.vb: TryGoHereAction.New
fullName.vb: TinyLife.Actions.Typeless.TryGoHereAction.New
fullName.vb: TinyLife.Actions.TryGoHereAction.New
name.vb: New
- uid: TinyLife.Actions.ActionInfo
commentId: T:TinyLife.Actions.ActionInfo
@ -3235,11 +3212,11 @@ references:
name: Initialize
- name: (
- name: )
- uid: TinyLife.Actions.Typeless.TryGoHereAction.Initialize*
commentId: Overload:TinyLife.Actions.Typeless.TryGoHereAction.Initialize
- uid: TinyLife.Actions.TryGoHereAction.Initialize*
commentId: Overload:TinyLife.Actions.TryGoHereAction.Initialize
name: Initialize
nameWithType: TryGoHereAction.Initialize
fullName: TinyLife.Actions.Typeless.TryGoHereAction.Initialize
fullName: TinyLife.Actions.TryGoHereAction.Initialize
- 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
@ -3291,11 +3268,11 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: )
- uid: TinyLife.Actions.Typeless.TryGoHereAction.Update*
commentId: Overload:TinyLife.Actions.Typeless.TryGoHereAction.Update
- uid: TinyLife.Actions.TryGoHereAction.Update*
commentId: Overload:TinyLife.Actions.TryGoHereAction.Update
name: Update
nameWithType: TryGoHereAction.Update
fullName: TinyLife.Actions.Typeless.TryGoHereAction.Update
fullName: TinyLife.Actions.TryGoHereAction.Update
- uid: Microsoft.Xna.Framework.GameTime
commentId: T:Microsoft.Xna.Framework.GameTime
parent: Microsoft.Xna.Framework
@ -3372,11 +3349,11 @@ references:
- uid: TinyLife.Objects.Person
name: Person
- name: )
- uid: TinyLife.Actions.Typeless.TryGoHereAction.Validate*
commentId: Overload:TinyLife.Actions.Typeless.TryGoHereAction.Validate
- uid: TinyLife.Actions.TryGoHereAction.Validate*
commentId: Overload:TinyLife.Actions.TryGoHereAction.Validate
name: Validate
nameWithType: TryGoHereAction.Validate
fullName: TinyLife.Actions.Typeless.TryGoHereAction.Validate
fullName: TinyLife.Actions.TryGoHereAction.Validate
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
@ -3404,11 +3381,11 @@ references:
name: IsCompleted
- name: (
- name: )
- uid: TinyLife.Actions.Typeless.TryGoHereAction.IsCompleted*
commentId: Overload:TinyLife.Actions.Typeless.TryGoHereAction.IsCompleted
- uid: TinyLife.Actions.TryGoHereAction.IsCompleted*
commentId: Overload:TinyLife.Actions.TryGoHereAction.IsCompleted
name: IsCompleted
nameWithType: TryGoHereAction.IsCompleted
fullName: TinyLife.Actions.Typeless.TryGoHereAction.IsCompleted
fullName: TinyLife.Actions.TryGoHereAction.IsCompleted
- uid: TinyLife.Actions.CompletionType
commentId: T:TinyLife.Actions.CompletionType
parent: TinyLife.Actions
@ -3435,8 +3412,8 @@ references:
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: )
- uid: TinyLife.Actions.Typeless.TryGoHereAction.OnCompleted*
commentId: Overload:TinyLife.Actions.Typeless.TryGoHereAction.OnCompleted
- uid: TinyLife.Actions.TryGoHereAction.OnCompleted*
commentId: Overload:TinyLife.Actions.TryGoHereAction.OnCompleted
name: OnCompleted
nameWithType: TryGoHereAction.OnCompleted
fullName: TinyLife.Actions.Typeless.TryGoHereAction.OnCompleted
fullName: TinyLife.Actions.TryGoHereAction.OnCompleted

View file

@ -1,40 +0,0 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.Actions.Typeless
commentId: N:TinyLife.Actions.Typeless
id: TinyLife.Actions.Typeless
children:
- TinyLife.Actions.Typeless.DeferredAction
- TinyLife.Actions.Typeless.PathfindToPersonAction
- TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
- TinyLife.Actions.Typeless.TryGoHereAction
langs:
- csharp
- vb
name: TinyLife.Actions.Typeless
nameWithType: TinyLife.Actions.Typeless
fullName: TinyLife.Actions.Typeless
type: Namespace
assemblies:
- Tiny Life
references:
- uid: TinyLife.Actions.Typeless.DeferredAction
commentId: T:TinyLife.Actions.Typeless.DeferredAction
name: DeferredAction
nameWithType: DeferredAction
fullName: TinyLife.Actions.Typeless.DeferredAction
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction
commentId: T:TinyLife.Actions.Typeless.PathfindToPersonAction
name: PathfindToPersonAction
nameWithType: PathfindToPersonAction
fullName: TinyLife.Actions.Typeless.PathfindToPersonAction
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
commentId: T:TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
name: TellPeopleToLeaveRoomAction
nameWithType: TellPeopleToLeaveRoomAction
fullName: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
- uid: TinyLife.Actions.Typeless.TryGoHereAction
commentId: T:TinyLife.Actions.Typeless.TryGoHereAction
name: TryGoHereAction
nameWithType: TryGoHereAction
fullName: TinyLife.Actions.Typeless.TryGoHereAction

View file

@ -1,22 +1,22 @@
### YamlMime:ManagedReference
items:
- uid: TinyLife.UseDiaperAction
commentId: T:TinyLife.UseDiaperAction
- uid: TinyLife.Actions.UseDiaperAction
commentId: T:TinyLife.Actions.UseDiaperAction
id: UseDiaperAction
parent: TinyLife
parent: TinyLife.Actions
children:
- TinyLife.UseDiaperAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.UseDiaperAction.CanCancel(TinyLife.Actions.Action)
- TinyLife.UseDiaperAction.CanMultitask(TinyLife.Actions.Action)
- TinyLife.UseDiaperAction.IsCompleted
- TinyLife.UseDiaperAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.UseDiaperAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.UseDiaperAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.UseDiaperAction.CanCancel(TinyLife.Actions.Action)
- TinyLife.Actions.UseDiaperAction.CanMultitask(TinyLife.Actions.Action)
- TinyLife.Actions.UseDiaperAction.IsCompleted
- TinyLife.Actions.UseDiaperAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.UseDiaperAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
langs:
- csharp
- vb
name: UseDiaperAction
nameWithType: UseDiaperAction
fullName: TinyLife.UseDiaperAction
fullName: TinyLife.Actions.UseDiaperAction
type: Class
source:
remote:
@ -25,10 +25,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UseDiaperAction
path: ../TinyLife/Actions/UseDiaperAction.cs
startLine: 7
startLine: 5
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: 'public class UseDiaperAction : Action, IGenericDataHolder'
content.vb: Public Class UseDiaperAction Inherits Action Implements IGenericDataHolder
@ -65,7 +65,7 @@ items:
- TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
@ -104,17 +104,17 @@ items:
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- TinyLife.UseDiaperAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.UseDiaperAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
commentId: M:TinyLife.UseDiaperAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
- TinyLife.Actions.UseDiaperAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.UseDiaperAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
commentId: M:TinyLife.Actions.UseDiaperAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)'
parent: TinyLife.UseDiaperAction
parent: TinyLife.Actions.UseDiaperAction
langs:
- csharp
- vb
name: UseDiaperAction(ActionType, ActionInfo)
nameWithType: UseDiaperAction.UseDiaperAction(ActionType, ActionInfo)
fullName: TinyLife.UseDiaperAction.UseDiaperAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
fullName: TinyLife.Actions.UseDiaperAction.UseDiaperAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
type: Constructor
source:
remote:
@ -123,10 +123,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/UseDiaperAction.cs
startLine: 9
startLine: 7
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: public UseDiaperAction(ActionType type, ActionInfo info)
parameters:
@ -135,20 +135,20 @@ items:
- id: info
type: TinyLife.Actions.ActionInfo
content.vb: Public Sub New(type As ActionType, info As ActionInfo)
overload: TinyLife.UseDiaperAction.#ctor*
overload: TinyLife.Actions.UseDiaperAction.#ctor*
nameWithType.vb: UseDiaperAction.New(ActionType, ActionInfo)
fullName.vb: TinyLife.UseDiaperAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
fullName.vb: TinyLife.Actions.UseDiaperAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
name.vb: New(ActionType, ActionInfo)
- uid: TinyLife.UseDiaperAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.UseDiaperAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- uid: TinyLife.Actions.UseDiaperAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.UseDiaperAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent: TinyLife.UseDiaperAction
parent: TinyLife.Actions.UseDiaperAction
langs:
- csharp
- vb
name: Update(GameTime, TimeSpan, float)
nameWithType: UseDiaperAction.Update(GameTime, TimeSpan, float)
fullName: TinyLife.UseDiaperAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
fullName: TinyLife.Actions.UseDiaperAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
type: Method
source:
remote:
@ -157,10 +157,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Update
path: ../TinyLife/Actions/UseDiaperAction.cs
startLine: 11
startLine: 9
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters:
@ -172,20 +172,20 @@ items:
type: System.Single
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.UseDiaperAction.Update*
overload: TinyLife.Actions.UseDiaperAction.Update*
nameWithType.vb: UseDiaperAction.Update(GameTime, TimeSpan, Single)
fullName.vb: TinyLife.UseDiaperAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
fullName.vb: TinyLife.Actions.UseDiaperAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
name.vb: Update(GameTime, TimeSpan, Single)
- uid: TinyLife.UseDiaperAction.IsCompleted
commentId: M:TinyLife.UseDiaperAction.IsCompleted
- uid: TinyLife.Actions.UseDiaperAction.IsCompleted
commentId: M:TinyLife.Actions.UseDiaperAction.IsCompleted
id: IsCompleted
parent: TinyLife.UseDiaperAction
parent: TinyLife.Actions.UseDiaperAction
langs:
- csharp
- vb
name: IsCompleted()
nameWithType: UseDiaperAction.IsCompleted()
fullName: TinyLife.UseDiaperAction.IsCompleted()
fullName: TinyLife.Actions.UseDiaperAction.IsCompleted()
type: Method
source:
remote:
@ -194,27 +194,27 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
path: ../TinyLife/Actions/UseDiaperAction.cs
startLine: 16
startLine: 14
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: public override CompletionType IsCompleted()
return:
type: TinyLife.Actions.CompletionType
content.vb: Public Overrides Function IsCompleted() As CompletionType
overridden: TinyLife.Actions.Action.IsCompleted
overload: TinyLife.UseDiaperAction.IsCompleted*
- uid: TinyLife.UseDiaperAction.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.UseDiaperAction.OnCompleted(TinyLife.Actions.CompletionType)
overload: TinyLife.Actions.UseDiaperAction.IsCompleted*
- uid: TinyLife.Actions.UseDiaperAction.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.UseDiaperAction.OnCompleted(TinyLife.Actions.CompletionType)
id: OnCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.UseDiaperAction
parent: TinyLife.Actions.UseDiaperAction
langs:
- csharp
- vb
name: OnCompleted(CompletionType)
nameWithType: UseDiaperAction.OnCompleted(CompletionType)
fullName: TinyLife.UseDiaperAction.OnCompleted(TinyLife.Actions.CompletionType)
fullName: TinyLife.Actions.UseDiaperAction.OnCompleted(TinyLife.Actions.CompletionType)
type: Method
source:
remote:
@ -223,10 +223,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted
path: ../TinyLife/Actions/UseDiaperAction.cs
startLine: 20
startLine: 18
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: public override void OnCompleted(CompletionType type)
parameters:
@ -234,17 +234,17 @@ items:
type: TinyLife.Actions.CompletionType
content.vb: Public Overrides Sub OnCompleted(type As CompletionType)
overridden: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
overload: TinyLife.UseDiaperAction.OnCompleted*
- uid: TinyLife.UseDiaperAction.CanCancel(TinyLife.Actions.Action)
commentId: M:TinyLife.UseDiaperAction.CanCancel(TinyLife.Actions.Action)
overload: TinyLife.Actions.UseDiaperAction.OnCompleted*
- uid: TinyLife.Actions.UseDiaperAction.CanCancel(TinyLife.Actions.Action)
commentId: M:TinyLife.Actions.UseDiaperAction.CanCancel(TinyLife.Actions.Action)
id: CanCancel(TinyLife.Actions.Action)
parent: TinyLife.UseDiaperAction
parent: TinyLife.Actions.UseDiaperAction
langs:
- csharp
- vb
name: CanCancel(Action)
nameWithType: UseDiaperAction.CanCancel(Action)
fullName: TinyLife.UseDiaperAction.CanCancel(TinyLife.Actions.Action)
fullName: TinyLife.Actions.UseDiaperAction.CanCancel(TinyLife.Actions.Action)
type: Method
source:
remote:
@ -253,10 +253,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanCancel
path: ../TinyLife/Actions/UseDiaperAction.cs
startLine: 26
startLine: 24
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: public override bool CanCancel(Action cancelSource)
parameters:
@ -266,17 +266,17 @@ items:
type: System.Boolean
content.vb: Public Overrides Function CanCancel(cancelSource As Action) As Boolean
overridden: TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
overload: TinyLife.UseDiaperAction.CanCancel*
- uid: TinyLife.UseDiaperAction.CanMultitask(TinyLife.Actions.Action)
commentId: M:TinyLife.UseDiaperAction.CanMultitask(TinyLife.Actions.Action)
overload: TinyLife.Actions.UseDiaperAction.CanCancel*
- uid: TinyLife.Actions.UseDiaperAction.CanMultitask(TinyLife.Actions.Action)
commentId: M:TinyLife.Actions.UseDiaperAction.CanMultitask(TinyLife.Actions.Action)
id: CanMultitask(TinyLife.Actions.Action)
parent: TinyLife.UseDiaperAction
parent: TinyLife.Actions.UseDiaperAction
langs:
- csharp
- vb
name: CanMultitask(Action)
nameWithType: UseDiaperAction.CanMultitask(Action)
fullName: TinyLife.UseDiaperAction.CanMultitask(TinyLife.Actions.Action)
fullName: TinyLife.Actions.UseDiaperAction.CanMultitask(TinyLife.Actions.Action)
type: Method
source:
remote:
@ -285,10 +285,10 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/UseDiaperAction.cs
startLine: 30
startLine: 28
assemblies:
- Tiny Life
namespace: TinyLife
namespace: TinyLife.Actions
syntax:
content: public override bool CanMultitask(Action other)
parameters:
@ -298,13 +298,25 @@ items:
type: System.Boolean
content.vb: Public Overrides Function CanMultitask(other As Action) As Boolean
overridden: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
overload: TinyLife.UseDiaperAction.CanMultitask*
overload: TinyLife.Actions.UseDiaperAction.CanMultitask*
references:
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: System.Object
commentId: T:System.Object
parent: System
@ -966,24 +978,24 @@ references:
name: TextureRegion
isExternal: true
- name: )
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
parent: TinyLife.Actions.Action
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
@ -2797,38 +2809,38 @@ references:
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
- uid: TinyLife.UseDiaperAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.UseDiaperAction.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<UseDiaperAction>(UseDiaperAction)
nameWithType: Extensions.JsonCopy<UseDiaperAction>(UseDiaperAction)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.UseDiaperAction>(TinyLife.UseDiaperAction)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.UseDiaperAction>(TinyLife.Actions.UseDiaperAction)
nameWithType.vb: Extensions.JsonCopy(Of UseDiaperAction)(UseDiaperAction)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.UseDiaperAction)(TinyLife.UseDiaperAction)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.UseDiaperAction)(TinyLife.Actions.UseDiaperAction)
name.vb: JsonCopy(Of UseDiaperAction)(UseDiaperAction)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.UseDiaperAction)
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.UseDiaperAction)
name: JsonCopy
- name: <
- uid: TinyLife.UseDiaperAction
- uid: TinyLife.Actions.UseDiaperAction
name: UseDiaperAction
- name: '>'
- name: (
- uid: TinyLife.UseDiaperAction
- uid: TinyLife.Actions.UseDiaperAction
name: UseDiaperAction
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.UseDiaperAction)
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.UseDiaperAction)
name: JsonCopy
- name: (
- name: Of
- name: " "
- uid: TinyLife.UseDiaperAction
- uid: TinyLife.Actions.UseDiaperAction
name: UseDiaperAction
- name: )
- name: (
- uid: TinyLife.UseDiaperAction
- uid: TinyLife.Actions.UseDiaperAction
name: UseDiaperAction
- name: )
- uid: System
@ -2868,23 +2880,6 @@ references:
- uid: MLEM.Data.Json
name: Json
isExternal: true
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
@ -3002,13 +2997,13 @@ references:
- name: .
- uid: TinyLife.Utilities
name: Utilities
- uid: TinyLife.UseDiaperAction.#ctor*
commentId: Overload:TinyLife.UseDiaperAction.#ctor
- uid: TinyLife.Actions.UseDiaperAction.#ctor*
commentId: Overload:TinyLife.Actions.UseDiaperAction.#ctor
name: UseDiaperAction
nameWithType: UseDiaperAction.UseDiaperAction
fullName: TinyLife.UseDiaperAction.UseDiaperAction
fullName: TinyLife.Actions.UseDiaperAction.UseDiaperAction
nameWithType.vb: UseDiaperAction.New
fullName.vb: TinyLife.UseDiaperAction.New
fullName.vb: TinyLife.Actions.UseDiaperAction.New
name.vb: New
- uid: TinyLife.Actions.ActionType
commentId: T:TinyLife.Actions.ActionType
@ -3073,11 +3068,11 @@ references:
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: )
- uid: TinyLife.UseDiaperAction.Update*
commentId: Overload:TinyLife.UseDiaperAction.Update
- uid: TinyLife.Actions.UseDiaperAction.Update*
commentId: Overload:TinyLife.Actions.UseDiaperAction.Update
name: Update
nameWithType: UseDiaperAction.Update
fullName: TinyLife.UseDiaperAction.Update
fullName: TinyLife.Actions.UseDiaperAction.Update
- uid: Microsoft.Xna.Framework.GameTime
commentId: T:Microsoft.Xna.Framework.GameTime
parent: Microsoft.Xna.Framework
@ -3150,11 +3145,11 @@ references:
name: IsCompleted
- name: (
- name: )
- uid: TinyLife.UseDiaperAction.IsCompleted*
commentId: Overload:TinyLife.UseDiaperAction.IsCompleted
- uid: TinyLife.Actions.UseDiaperAction.IsCompleted*
commentId: Overload:TinyLife.Actions.UseDiaperAction.IsCompleted
name: IsCompleted
nameWithType: UseDiaperAction.IsCompleted
fullName: TinyLife.UseDiaperAction.IsCompleted
fullName: TinyLife.Actions.UseDiaperAction.IsCompleted
- uid: TinyLife.Actions.CompletionType
commentId: T:TinyLife.Actions.CompletionType
parent: TinyLife.Actions
@ -3181,11 +3176,11 @@ references:
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- name: )
- uid: TinyLife.UseDiaperAction.OnCompleted*
commentId: Overload:TinyLife.UseDiaperAction.OnCompleted
- uid: TinyLife.Actions.UseDiaperAction.OnCompleted*
commentId: Overload:TinyLife.Actions.UseDiaperAction.OnCompleted
name: OnCompleted
nameWithType: UseDiaperAction.OnCompleted
fullName: TinyLife.UseDiaperAction.OnCompleted
fullName: TinyLife.Actions.UseDiaperAction.OnCompleted
- uid: TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
commentId: M:TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
parent: TinyLife.Actions.Action
@ -3206,11 +3201,11 @@ references:
- uid: TinyLife.Actions.Action
name: Action
- name: )
- uid: TinyLife.UseDiaperAction.CanCancel*
commentId: Overload:TinyLife.UseDiaperAction.CanCancel
- uid: TinyLife.Actions.UseDiaperAction.CanCancel*
commentId: Overload:TinyLife.Actions.UseDiaperAction.CanCancel
name: CanCancel
nameWithType: UseDiaperAction.CanCancel
fullName: TinyLife.UseDiaperAction.CanCancel
fullName: TinyLife.Actions.UseDiaperAction.CanCancel
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
@ -3242,8 +3237,8 @@ references:
- uid: TinyLife.Actions.Action
name: Action
- name: )
- uid: TinyLife.UseDiaperAction.CanMultitask*
commentId: Overload:TinyLife.UseDiaperAction.CanMultitask
- uid: TinyLife.Actions.UseDiaperAction.CanMultitask*
commentId: Overload:TinyLife.Actions.UseDiaperAction.CanMultitask
name: CanMultitask
nameWithType: UseDiaperAction.CanMultitask
fullName: TinyLife.UseDiaperAction.CanMultitask
fullName: TinyLife.Actions.UseDiaperAction.CanMultitask

View file

@ -75,7 +75,7 @@ items:
- TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
@ -1105,24 +1105,24 @@ references:
name: TextureRegion
isExternal: true
- name: )
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
parent: TinyLife.Actions.Action
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)

View file

@ -83,7 +83,7 @@ items:
- TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
@ -1520,24 +1520,24 @@ references:
name: TextureRegion
isExternal: true
- name: )
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
parent: TinyLife.Actions.Action
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)

View file

@ -82,7 +82,7 @@ items:
- TinyLife.Actions.Action.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}},MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
@ -1242,24 +1242,24 @@ references:
name: TextureRegion
isExternal: true
- name: )
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
parent: TinyLife.Actions.Action
name: OpenChoicePrompt(ChoicePromptInfo)
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
spec.csharp:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
name: OpenChoicePrompt
- name: (
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: )
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)

View file

@ -15,17 +15,28 @@ items:
- TinyLife.Actions.BehaviorAction`1
- TinyLife.Actions.CanExecuteResult
- TinyLife.Actions.CanExecuteResult.ResultType
- TinyLife.Actions.ChoicePromptInfo
- TinyLife.Actions.ChoicePromptInfo.Option
- TinyLife.Actions.CleanOutFridgeAction
- TinyLife.Actions.CompletionType
- TinyLife.Actions.DebugAction
- TinyLife.Actions.DeferredAction
- TinyLife.Actions.DieAction
- TinyLife.Actions.Emote
- TinyLife.Actions.EmoteCategory
- TinyLife.Actions.GoHereAction
- TinyLife.Actions.HelpAction
- TinyLife.Actions.HoldingPersonAction
- TinyLife.Actions.MakeTeaAction
- TinyLife.Actions.MultiAction
- TinyLife.Actions.MultiAction.Stage
- TinyLife.Actions.OrderFromStaffAction
- TinyLife.Actions.OutOfTownAction
- TinyLife.Actions.PathfindAction
- TinyLife.Actions.PathfindToPersonAction
- TinyLife.Actions.PickUpPersonAction
- TinyLife.Actions.PutAwayAction
- TinyLife.Actions.PutDownPersonAction
- TinyLife.Actions.SellAction
- TinyLife.Actions.SitAction
- TinyLife.Actions.SocialAction
@ -34,6 +45,9 @@ items:
- TinyLife.Actions.TalkAction
- TinyLife.Actions.TalkAction.TalkSettings
- TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
- TinyLife.Actions.TellPeopleToLeaveRoomAction
- TinyLife.Actions.TryGoHereAction
- TinyLife.Actions.UseDiaperAction
- TinyLife.Actions.WalkAction
- TinyLife.Actions.WatchTvAction
- TinyLife.Actions.WatchTvAction.Channel
@ -178,12 +192,50 @@ references:
- name: .
- uid: TinyLife.Actions.CanExecuteResult.ResultType
name: ResultType
- uid: TinyLife.Actions.ChoicePromptInfo
commentId: T:TinyLife.Actions.ChoicePromptInfo
parent: TinyLife.Actions
name: ChoicePromptInfo
nameWithType: ChoicePromptInfo
fullName: TinyLife.Actions.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo.Option
commentId: T:TinyLife.Actions.ChoicePromptInfo.Option
name: ChoicePromptInfo.Option
nameWithType: ChoicePromptInfo.Option
fullName: TinyLife.Actions.ChoicePromptInfo.Option
spec.csharp:
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: .
- uid: TinyLife.Actions.ChoicePromptInfo.Option
name: Option
spec.vb:
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: .
- uid: TinyLife.Actions.ChoicePromptInfo.Option
name: Option
- uid: TinyLife.Actions.CleanOutFridgeAction
commentId: T:TinyLife.Actions.CleanOutFridgeAction
name: CleanOutFridgeAction
nameWithType: CleanOutFridgeAction
fullName: TinyLife.Actions.CleanOutFridgeAction
- uid: TinyLife.Actions.CompletionType
commentId: T:TinyLife.Actions.CompletionType
parent: TinyLife.Actions
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
- uid: TinyLife.Actions.DebugAction
commentId: T:TinyLife.Actions.DebugAction
name: DebugAction
nameWithType: DebugAction
fullName: TinyLife.Actions.DebugAction
- uid: TinyLife.Actions.DeferredAction
commentId: T:TinyLife.Actions.DeferredAction
name: DeferredAction
nameWithType: DeferredAction
fullName: TinyLife.Actions.DeferredAction
- uid: TinyLife.Actions.DieAction
commentId: T:TinyLife.Actions.DieAction
name: DieAction
@ -206,6 +258,21 @@ references:
name: GoHereAction
nameWithType: GoHereAction
fullName: TinyLife.Actions.GoHereAction
- uid: TinyLife.Actions.HelpAction
commentId: T:TinyLife.Actions.HelpAction
name: HelpAction
nameWithType: HelpAction
fullName: TinyLife.Actions.HelpAction
- uid: TinyLife.Actions.HoldingPersonAction
commentId: T:TinyLife.Actions.HoldingPersonAction
name: HoldingPersonAction
nameWithType: HoldingPersonAction
fullName: TinyLife.Actions.HoldingPersonAction
- uid: TinyLife.Actions.MakeTeaAction
commentId: T:TinyLife.Actions.MakeTeaAction
name: MakeTeaAction
nameWithType: MakeTeaAction
fullName: TinyLife.Actions.MakeTeaAction
- uid: TinyLife.Actions.MultiAction
commentId: T:TinyLife.Actions.MultiAction
parent: TinyLife.Actions
@ -247,11 +314,26 @@ references:
name: PathfindAction
nameWithType: PathfindAction
fullName: TinyLife.Actions.PathfindAction
- uid: TinyLife.Actions.PathfindToPersonAction
commentId: T:TinyLife.Actions.PathfindToPersonAction
name: PathfindToPersonAction
nameWithType: PathfindToPersonAction
fullName: TinyLife.Actions.PathfindToPersonAction
- uid: TinyLife.Actions.PickUpPersonAction
commentId: T:TinyLife.Actions.PickUpPersonAction
name: PickUpPersonAction
nameWithType: PickUpPersonAction
fullName: TinyLife.Actions.PickUpPersonAction
- uid: TinyLife.Actions.PutAwayAction
commentId: T:TinyLife.Actions.PutAwayAction
name: PutAwayAction
nameWithType: PutAwayAction
fullName: TinyLife.Actions.PutAwayAction
- uid: TinyLife.Actions.PutDownPersonAction
commentId: T:TinyLife.Actions.PutDownPersonAction
name: PutDownPersonAction
nameWithType: PutDownPersonAction
fullName: TinyLife.Actions.PutDownPersonAction
- uid: TinyLife.Actions.SellAction
commentId: T:TinyLife.Actions.SellAction
name: SellAction
@ -337,6 +419,21 @@ references:
- name: .
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
name: EvaluationResult
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction
commentId: T:TinyLife.Actions.TellPeopleToLeaveRoomAction
name: TellPeopleToLeaveRoomAction
nameWithType: TellPeopleToLeaveRoomAction
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction
- uid: TinyLife.Actions.TryGoHereAction
commentId: T:TinyLife.Actions.TryGoHereAction
name: TryGoHereAction
nameWithType: TryGoHereAction
fullName: TinyLife.Actions.TryGoHereAction
- uid: TinyLife.Actions.UseDiaperAction
commentId: T:TinyLife.Actions.UseDiaperAction
name: UseDiaperAction
nameWithType: UseDiaperAction
fullName: TinyLife.Actions.UseDiaperAction
- uid: TinyLife.Actions.WalkAction
commentId: T:TinyLife.Actions.WalkAction
name: WalkAction

View file

@ -26,7 +26,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameMode
path: ../TinyLife/GameImpl.cs
startLine: 1090
startLine: 1089
assemblies:
- Tiny Life
namespace: TinyLife
@ -55,7 +55,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitialLoad
path: ../TinyLife/GameImpl.cs
startLine: 1093
startLine: 1092
assemblies:
- Tiny Life
namespace: TinyLife
@ -83,7 +83,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Splash
path: ../TinyLife/GameImpl.cs
startLine: 1095
startLine: 1094
assemblies:
- Tiny Life
namespace: TinyLife
@ -111,7 +111,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MainMenu
path: ../TinyLife/GameImpl.cs
startLine: 1097
startLine: 1096
assemblies:
- Tiny Life
namespace: TinyLife
@ -139,7 +139,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SelectHousehold
path: ../TinyLife/GameImpl.cs
startLine: 1099
startLine: 1098
assemblies:
- Tiny Life
namespace: TinyLife
@ -167,7 +167,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InGameHousehold
path: ../TinyLife/GameImpl.cs
startLine: 1101
startLine: 1100
assemblies:
- Tiny Life
namespace: TinyLife
@ -195,7 +195,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BuildOnly
path: ../TinyLife/GameImpl.cs
startLine: 1103
startLine: 1102
assemblies:
- Tiny Life
namespace: TinyLife
@ -223,7 +223,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CharacterCreation
path: ../TinyLife/GameImpl.cs
startLine: 1105
startLine: 1104
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -53,7 +53,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameImpl
path: ../TinyLife/GameImpl.cs
startLine: 53
startLine: 52
assemblies:
- Tiny Life
namespace: TinyLife
@ -143,7 +143,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Version
path: ../TinyLife/GameImpl.cs
startLine: 58
startLine: 57
assemblies:
- Tiny Life
namespace: TinyLife
@ -172,7 +172,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Instance
path: ../TinyLife/GameImpl.cs
startLine: 63
startLine: 62
assemblies:
- Tiny Life
namespace: TinyLife
@ -203,7 +203,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Achievements
path: ../TinyLife/GameImpl.cs
startLine: 71
startLine: 70
assemblies:
- Tiny Life
namespace: TinyLife
@ -232,7 +232,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GraphicsMetrics
path: ../TinyLife/GameImpl.cs
startLine: 77
startLine: 76
assemblies:
- Tiny Life
namespace: TinyLife
@ -263,7 +263,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Camera
path: ../TinyLife/GameImpl.cs
startLine: 81
startLine: 80
assemblies:
- Tiny Life
namespace: TinyLife
@ -294,7 +294,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Listener
path: ../TinyLife/GameImpl.cs
startLine: 85
startLine: 84
assemblies:
- Tiny Life
namespace: TinyLife
@ -325,7 +325,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Map
path: ../TinyLife/GameImpl.cs
startLine: 89
startLine: 88
assemblies:
- Tiny Life
namespace: TinyLife
@ -356,7 +356,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentTool
path: ../TinyLife/GameImpl.cs
startLine: 93
startLine: 92
assemblies:
- Tiny Life
namespace: TinyLife
@ -387,7 +387,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentHousehold
path: ../TinyLife/GameImpl.cs
startLine: 108
startLine: 107
assemblies:
- Tiny Life
namespace: TinyLife
@ -418,7 +418,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Money
path: ../TinyLife/GameImpl.cs
startLine: 112
startLine: 111
assemblies:
- Tiny Life
namespace: TinyLife
@ -449,7 +449,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentLot
path: ../TinyLife/GameImpl.cs
startLine: 122
startLine: 121
assemblies:
- Tiny Life
namespace: TinyLife
@ -480,7 +480,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Speed
path: ../TinyLife/GameImpl.cs
startLine: 128
startLine: 127
assemblies:
- Tiny Life
namespace: TinyLife
@ -511,7 +511,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FollowingPerson
path: ../TinyLife/GameImpl.cs
startLine: 141
startLine: 140
assemblies:
- Tiny Life
namespace: TinyLife
@ -542,7 +542,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SaveName
path: ../TinyLife/GameImpl.cs
startLine: 153
startLine: 152
assemblies:
- Tiny Life
namespace: TinyLife
@ -573,7 +573,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Mode
path: ../TinyLife/GameImpl.cs
startLine: 157
startLine: 156
assemblies:
- Tiny Life
namespace: TinyLife
@ -604,7 +604,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CursorPosition
path: ../TinyLife/GameImpl.cs
startLine: 162
startLine: 161
assemblies:
- Tiny Life
namespace: TinyLife
@ -635,7 +635,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CurrentCursor
path: ../TinyLife/GameImpl.cs
startLine: 167
startLine: 166
assemblies:
- Tiny Life
namespace: TinyLife
@ -664,7 +664,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnLoadContentLater
path: ../TinyLife/GameImpl.cs
startLine: 172
startLine: 171
assemblies:
- Tiny Life
namespace: TinyLife
@ -693,7 +693,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnFinishedLoading
path: ../TinyLife/GameImpl.cs
startLine: 176
startLine: 175
assemblies:
- Tiny Life
namespace: TinyLife
@ -722,7 +722,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LoadContent
path: ../TinyLife/GameImpl.cs
startLine: 269
startLine: 268
assemblies:
- Tiny Life
namespace: TinyLife
@ -750,7 +750,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoUpdate
path: ../TinyLife/GameImpl.cs
startLine: 324
startLine: 323
assemblies:
- Tiny Life
namespace: TinyLife
@ -781,7 +781,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoDraw
path: ../TinyLife/GameImpl.cs
startLine: 563
startLine: 562
assemblies:
- Tiny Life
namespace: TinyLife
@ -812,7 +812,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dispose
path: ../TinyLife/GameImpl.cs
startLine: 600
startLine: 599
assemblies:
- Tiny Life
namespace: TinyLife
@ -846,7 +846,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RotateCamera
path: ../TinyLife/GameImpl.cs
startLine: 617
startLine: 616
assemblies:
- Tiny Life
namespace: TinyLife
@ -881,7 +881,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCursorOnUi
path: ../TinyLife/GameImpl.cs
startLine: 631
startLine: 630
assemblies:
- Tiny Life
namespace: TinyLife
@ -912,7 +912,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SwitchGameMode
path: ../TinyLife/GameImpl.cs
startLine: 643
startLine: 642
assemblies:
- Tiny Life
namespace: TinyLife
@ -944,7 +944,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanBeExtremelyFast
path: ../TinyLife/GameImpl.cs
startLine: 732
startLine: 731
assemblies:
- Tiny Life
namespace: TinyLife
@ -975,7 +975,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanSwitchGameModes
path: ../TinyLife/GameImpl.cs
startLine: 743
startLine: 742
assemblies:
- Tiny Life
namespace: TinyLife
@ -1006,7 +1006,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FadeKeyboardLighting
path: ../TinyLife/GameImpl.cs
startLine: 758
startLine: 757
assemblies:
- Tiny Life
namespace: TinyLife
@ -1038,7 +1038,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeScreenshot
path: ../TinyLife/GameImpl.cs
startLine: 784
startLine: 783
assemblies:
- Tiny Life
namespace: TinyLife
@ -1079,7 +1079,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MarkLotVisible
path: ../TinyLife/GameImpl.cs
startLine: 812
startLine: 811
assemblies:
- Tiny Life
namespace: TinyLife
@ -1111,7 +1111,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MarkLotNonVisible
path: ../TinyLife/GameImpl.cs
startLine: 828
startLine: 827
assemblies:
- Tiny Life
namespace: TinyLife
@ -1143,7 +1143,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsLotVisible
path: ../TinyLife/GameImpl.cs
startLine: 839
startLine: 838
assemblies:
- Tiny Life
namespace: TinyLife
@ -1178,7 +1178,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CompleteAchievement
path: ../TinyLife/GameImpl.cs
startLine: 851
startLine: 850
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -722,13 +722,13 @@ items:
assemblies:
- Tiny Life
namespace: TinyLife.Goals
summary: "\nA set of <xref href=\"TinyLife.ChoicePromptInfo\" data-throw-if-not-resolved=\"false\"></xref> instances that will randomly be displayed throughout this job type&apos;s work day.\n"
summary: "\nA set of <xref href=\"TinyLife.Actions.ChoicePromptInfo\" data-throw-if-not-resolved=\"false\"></xref> instances that will randomly be displayed throughout this job type&apos;s work day.\n"
example: []
syntax:
content: public ChoicePromptInfo[] ChoicePrompts { get; init; }
parameters: []
return:
type: TinyLife.ChoicePromptInfo[]
type: TinyLife.Actions.ChoicePromptInfo[]
content.vb: Public Property ChoicePrompts As ChoicePromptInfo()
overload: TinyLife.Goals.JobType.ChoicePrompts*
- uid: TinyLife.Goals.JobType.SourceString
@ -2362,40 +2362,35 @@ references:
name: DailyTaskImportance
nameWithType: JobType.DailyTaskImportance
fullName: TinyLife.Goals.JobType.DailyTaskImportance
- uid: TinyLife.ChoicePromptInfo
commentId: T:TinyLife.ChoicePromptInfo
parent: TinyLife
- uid: TinyLife.Actions.ChoicePromptInfo
commentId: T:TinyLife.Actions.ChoicePromptInfo
parent: TinyLife.Actions
name: ChoicePromptInfo
nameWithType: ChoicePromptInfo
fullName: TinyLife.ChoicePromptInfo
fullName: TinyLife.Actions.ChoicePromptInfo
- uid: TinyLife.Goals.JobType.ChoicePrompts*
commentId: Overload:TinyLife.Goals.JobType.ChoicePrompts
name: ChoicePrompts
nameWithType: JobType.ChoicePrompts
fullName: TinyLife.Goals.JobType.ChoicePrompts
- uid: TinyLife.ChoicePromptInfo[]
- uid: TinyLife.Actions.ChoicePromptInfo[]
isExternal: true
name: ChoicePromptInfo[]
nameWithType: ChoicePromptInfo[]
fullName: TinyLife.ChoicePromptInfo[]
fullName: TinyLife.Actions.ChoicePromptInfo[]
nameWithType.vb: ChoicePromptInfo()
fullName.vb: TinyLife.ChoicePromptInfo()
fullName.vb: TinyLife.Actions.ChoicePromptInfo()
name.vb: ChoicePromptInfo()
spec.csharp:
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: '['
- name: ']'
spec.vb:
- uid: TinyLife.ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- name: (
- name: )
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.Goals.JobType.SourceString*
commentId: Overload:TinyLife.Goals.JobType.SourceString
name: SourceString

View file

@ -431,7 +431,7 @@ items:
assemblies:
- Tiny Life
namespace: TinyLife
summary: 'A localization category for text related to <xref href="TinyLife.ChoicePromptInfo" data-throw-if-not-resolved="false"></xref>. '
summary: 'A localization category for text related to <xref href="TinyLife.Actions.ChoicePromptInfo" data-throw-if-not-resolved="false"></xref>. '
example: []
syntax:
content: ChoicePrompts = 13
@ -707,12 +707,12 @@ references:
name: LifeGoal
nameWithType: LifeGoal
fullName: TinyLife.Goals.LifeGoal
- uid: TinyLife.ChoicePromptInfo
commentId: T:TinyLife.ChoicePromptInfo
parent: TinyLife
- uid: TinyLife.Actions.ChoicePromptInfo
commentId: T:TinyLife.Actions.ChoicePromptInfo
parent: TinyLife.Actions
name: ChoicePromptInfo
nameWithType: ChoicePromptInfo
fullName: TinyLife.ChoicePromptInfo
fullName: TinyLife.Actions.ChoicePromptInfo
- uid: TinyLife.Goals.Achievement
commentId: T:TinyLife.Goals.Achievement
parent: TinyLife.Goals

View file

@ -22,7 +22,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AgeGroup
path: ../TinyLife/Objects/Person.cs
startLine: 2956
startLine: 2955
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -63,7 +63,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Baby
path: ../TinyLife/Objects/Person.cs
startLine: 2960
startLine: 2959
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -89,7 +89,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Child
path: ../TinyLife/Objects/Person.cs
startLine: 2966
startLine: 2965
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -117,7 +117,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Adult
path: ../TinyLife/Objects/Person.cs
startLine: 2972
startLine: 2971
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -25,7 +25,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LifeSpan
path: ../TinyLife/Objects/Person.cs
startLine: 2980
startLine: 2979
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -55,7 +55,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VeryShort
path: ../TinyLife/Objects/Person.cs
startLine: 2983
startLine: 2982
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -81,7 +81,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Short
path: ../TinyLife/Objects/Person.cs
startLine: 2984
startLine: 2983
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -107,7 +107,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Normal
path: ../TinyLife/Objects/Person.cs
startLine: 2985
startLine: 2984
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -133,7 +133,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Long
path: ../TinyLife/Objects/Person.cs
startLine: 2986
startLine: 2985
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -159,7 +159,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VeryLong
path: ../TinyLife/Objects/Person.cs
startLine: 2987
startLine: 2986
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -185,7 +185,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Infinite
path: ../TinyLife/Objects/Person.cs
startLine: 2988
startLine: 2987
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionUpdateDelegate
path: ../TinyLife/Objects/Person.cs
startLine: 2841
startLine: 2840
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -23,7 +23,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DeathReason
path: ../TinyLife/Objects/Person.cs
startLine: 2907
startLine: 2906
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -52,7 +52,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Starvation
path: ../TinyLife/Objects/Person.cs
startLine: 2913
startLine: 2912
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -80,7 +80,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InexplicableReasons
path: ../TinyLife/Objects/Person.cs
startLine: 2918
startLine: 2917
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -108,7 +108,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Electrocution
path: ../TinyLife/Objects/Person.cs
startLine: 2923
startLine: 2922
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -136,7 +136,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooMuchProtein
path: ../TinyLife/Objects/Person.cs
startLine: 2927
startLine: 2926
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EfficiencyModifierDelegate
path: ../TinyLife/Objects/Person.cs
startLine: 2826
startLine: 2825
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmotionModifiersChangedDelegate
path: ../TinyLife/Objects/Person.cs
startLine: 2851
startLine: 2850
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassiveActionPriorityDelegate
path: ../TinyLife/Objects/Person.cs
startLine: 2836
startLine: 2835
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -30,7 +30,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pose
path: ../TinyLife/Objects/Person.cs
startLine: 2856
startLine: 2855
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -60,7 +60,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Standing
path: ../TinyLife/Objects/Person.cs
startLine: 2861
startLine: 2860
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -88,7 +88,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Walking
path: ../TinyLife/Objects/Person.cs
startLine: 2865
startLine: 2864
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -116,7 +116,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sitting
path: ../TinyLife/Objects/Person.cs
startLine: 2869
startLine: 2868
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -144,7 +144,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Laying
path: ../TinyLife/Objects/Person.cs
startLine: 2874
startLine: 2873
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -172,7 +172,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SittingGround
path: ../TinyLife/Objects/Person.cs
startLine: 2879
startLine: 2878
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -200,7 +200,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkingStanding
path: ../TinyLife/Objects/Person.cs
startLine: 2883
startLine: 2882
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -228,7 +228,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkingSitting
path: ../TinyLife/Objects/Person.cs
startLine: 2887
startLine: 2886
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -256,7 +256,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkingSittingGround
path: ../TinyLife/Objects/Person.cs
startLine: 2891
startLine: 2890
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -284,7 +284,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Running
path: ../TinyLife/Objects/Person.cs
startLine: 2895
startLine: 2894
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -312,7 +312,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StandingArmsOut
path: ../TinyLife/Objects/Person.cs
startLine: 2899
startLine: 2898
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -340,7 +340,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WalkingArmsOut
path: ../TinyLife/Objects/Person.cs
startLine: 2900
startLine: 2899
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RestoreNeedDelegate
path: ../TinyLife/Objects/Person.cs
startLine: 2846
startLine: 2845
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WalkSpeedDelegate
path: ../TinyLife/Objects/Person.cs
startLine: 2831
startLine: 2830
assemblies:
- Tiny Life
namespace: TinyLife.Objects

File diff suppressed because it is too large Load diff

View file

@ -35,7 +35,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakStyle
path: ../TinyLife/Objects/Person.cs
startLine: 2998
startLine: 2997
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -74,7 +74,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Affirmative
path: ../TinyLife/Objects/Person.cs
startLine: 3002
startLine: 3001
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -100,7 +100,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Angry
path: ../TinyLife/Objects/Person.cs
startLine: 3003
startLine: 3002
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -126,7 +126,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Annoyed
path: ../TinyLife/Objects/Person.cs
startLine: 3004
startLine: 3003
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -152,7 +152,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Bored
path: ../TinyLife/Objects/Person.cs
startLine: 3005
startLine: 3004
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -178,7 +178,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Childish
path: ../TinyLife/Objects/Person.cs
startLine: 3006
startLine: 3005
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -204,7 +204,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Confident
path: ../TinyLife/Objects/Person.cs
startLine: 3007
startLine: 3006
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -230,7 +230,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Confused
path: ../TinyLife/Objects/Person.cs
startLine: 3008
startLine: 3007
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -256,7 +256,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Disagreeing
path: ../TinyLife/Objects/Person.cs
startLine: 3009
startLine: 3008
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -282,7 +282,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Excited
path: ../TinyLife/Objects/Person.cs
startLine: 3010
startLine: 3009
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -308,7 +308,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Happy
path: ../TinyLife/Objects/Person.cs
startLine: 3011
startLine: 3010
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -334,7 +334,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Neutral
path: ../TinyLife/Objects/Person.cs
startLine: 3012
startLine: 3011
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -360,7 +360,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Questioning
path: ../TinyLife/Objects/Person.cs
startLine: 3013
startLine: 3012
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -386,7 +386,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sad
path: ../TinyLife/Objects/Person.cs
startLine: 3014
startLine: 3013
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -412,7 +412,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Scared
path: ../TinyLife/Objects/Person.cs
startLine: 3015
startLine: 3014
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -438,7 +438,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Shocked
path: ../TinyLife/Objects/Person.cs
startLine: 3016
startLine: 3015
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -464,7 +464,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Thinking
path: ../TinyLife/Objects/Person.cs
startLine: 3017
startLine: 3016
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -23,7 +23,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VoiceStyle
path: ../TinyLife/Objects/Person.cs
startLine: 3026
startLine: 3025
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -52,7 +52,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Low
path: ../TinyLife/Objects/Person.cs
startLine: 3029
startLine: 3028
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -78,7 +78,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: High
path: ../TinyLife/Objects/Person.cs
startLine: 3030
startLine: 3029
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -104,7 +104,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Child
path: ../TinyLife/Objects/Person.cs
startLine: 3031
startLine: 3030
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -130,7 +130,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Baby
path: ../TinyLife/Objects/Person.cs
startLine: 3033
startLine: 3032
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -22,7 +22,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Set
path: ../TinyLife/GameImpl.cs
startLine: 1132
startLine: 1131
assemblies:
- Tiny Life
namespace: TinyLife
@ -51,7 +51,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Woodworking
path: ../TinyLife/GameImpl.cs
startLine: 1138
startLine: 1137
assemblies:
- Tiny Life
namespace: TinyLife
@ -79,7 +79,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Workout
path: ../TinyLife/GameImpl.cs
startLine: 1142
startLine: 1141
assemblies:
- Tiny Life
namespace: TinyLife
@ -107,7 +107,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChildClothes
path: ../TinyLife/GameImpl.cs
startLine: 1146
startLine: 1145
assemblies:
- Tiny Life
namespace: TinyLife

View file

@ -4,22 +4,15 @@ items:
commentId: N:TinyLife
id: TinyLife
children:
- TinyLife.ChoicePromptInfo
- TinyLife.ChoicePromptInfo.Option
- TinyLife.CleanOutFridgeAction
- TinyLife.Debug
- TinyLife.Debug.CheatDelegate
- TinyLife.Debug.DebugDelegate
- TinyLife.DebugAction
- TinyLife.GameImpl
- TinyLife.GameImpl.GameMode
- TinyLife.GameSpeed
- TinyLife.GenealogyType
- TinyLife.HelpAction
- TinyLife.HoldingPersonAction
- TinyLife.LnCategory
- TinyLife.Localization
- TinyLife.MakeTeaAction
- TinyLife.Music
- TinyLife.Music.Occasion
- TinyLife.Need
@ -28,14 +21,11 @@ items:
- TinyLife.PerSaveOptions
- TinyLife.PersonalityType
- TinyLife.PersonalityType.TypeCategory
- TinyLife.PickUpPersonAction
- TinyLife.PutDownPersonAction
- TinyLife.Relationship
- TinyLife.RelationshipType
- TinyLife.RomanceType
- TinyLife.SaveHandler
- TinyLife.Set
- TinyLife.UseDiaperAction
- TinyLife.WallDisplay
langs:
- csharp
@ -47,69 +37,6 @@ items:
assemblies:
- Tiny Life
references:
- uid: TinyLife.ChoicePromptInfo
commentId: T:TinyLife.ChoicePromptInfo
parent: TinyLife
name: ChoicePromptInfo
nameWithType: ChoicePromptInfo
fullName: TinyLife.ChoicePromptInfo
- uid: TinyLife.ChoicePromptInfo.Option
commentId: T:TinyLife.ChoicePromptInfo.Option
name: ChoicePromptInfo.Option
nameWithType: ChoicePromptInfo.Option
fullName: TinyLife.ChoicePromptInfo.Option
spec.csharp:
- uid: TinyLife.ChoicePromptInfo
name: ChoicePromptInfo
- name: .
- uid: TinyLife.ChoicePromptInfo.Option
name: Option
spec.vb:
- uid: TinyLife.ChoicePromptInfo
name: ChoicePromptInfo
- name: .
- uid: TinyLife.ChoicePromptInfo.Option
name: Option
- uid: TinyLife.CleanOutFridgeAction
commentId: T:TinyLife.CleanOutFridgeAction
name: CleanOutFridgeAction
nameWithType: CleanOutFridgeAction
fullName: TinyLife.CleanOutFridgeAction
- uid: TinyLife.DebugAction
commentId: T:TinyLife.DebugAction
name: DebugAction
nameWithType: DebugAction
fullName: TinyLife.DebugAction
- uid: TinyLife.HelpAction
commentId: T:TinyLife.HelpAction
name: HelpAction
nameWithType: HelpAction
fullName: TinyLife.HelpAction
- uid: TinyLife.HoldingPersonAction
commentId: T:TinyLife.HoldingPersonAction
name: HoldingPersonAction
nameWithType: HoldingPersonAction
fullName: TinyLife.HoldingPersonAction
- uid: TinyLife.MakeTeaAction
commentId: T:TinyLife.MakeTeaAction
name: MakeTeaAction
nameWithType: MakeTeaAction
fullName: TinyLife.MakeTeaAction
- uid: TinyLife.PickUpPersonAction
commentId: T:TinyLife.PickUpPersonAction
name: PickUpPersonAction
nameWithType: PickUpPersonAction
fullName: TinyLife.PickUpPersonAction
- uid: TinyLife.PutDownPersonAction
commentId: T:TinyLife.PutDownPersonAction
name: PutDownPersonAction
nameWithType: PutDownPersonAction
fullName: TinyLife.PutDownPersonAction
- uid: TinyLife.UseDiaperAction
commentId: T:TinyLife.UseDiaperAction
name: UseDiaperAction
nameWithType: UseDiaperAction
fullName: TinyLife.UseDiaperAction
- uid: TinyLife.Debug
commentId: T:TinyLife.Debug
name: Debug

View file

@ -3,20 +3,12 @@ items:
- uid: TinyLife
name: TinyLife
items:
- uid: TinyLife.ChoicePromptInfo
name: ChoicePromptInfo
- uid: TinyLife.ChoicePromptInfo.Option
name: ChoicePromptInfo.Option
- uid: TinyLife.CleanOutFridgeAction
name: CleanOutFridgeAction
- uid: TinyLife.Debug
name: Debug
- uid: TinyLife.Debug.CheatDelegate
name: Debug.CheatDelegate
- uid: TinyLife.Debug.DebugDelegate
name: Debug.DebugDelegate
- uid: TinyLife.DebugAction
name: DebugAction
- uid: TinyLife.GameImpl
name: GameImpl
- uid: TinyLife.GameImpl.GameMode
@ -25,16 +17,10 @@ items:
name: GameSpeed
- uid: TinyLife.GenealogyType
name: GenealogyType
- uid: TinyLife.HelpAction
name: HelpAction
- uid: TinyLife.HoldingPersonAction
name: HoldingPersonAction
- uid: TinyLife.LnCategory
name: LnCategory
- uid: TinyLife.Localization
name: Localization
- uid: TinyLife.MakeTeaAction
name: MakeTeaAction
- uid: TinyLife.Music
name: Music
- uid: TinyLife.Music.Occasion
@ -51,10 +37,6 @@ items:
name: PersonalityType
- uid: TinyLife.PersonalityType.TypeCategory
name: PersonalityType.TypeCategory
- uid: TinyLife.PickUpPersonAction
name: PickUpPersonAction
- uid: TinyLife.PutDownPersonAction
name: PutDownPersonAction
- uid: TinyLife.Relationship
name: Relationship
- uid: TinyLife.RelationshipType
@ -65,8 +47,6 @@ items:
name: SaveHandler
- uid: TinyLife.Set
name: Set
- uid: TinyLife.UseDiaperAction
name: UseDiaperAction
- uid: TinyLife.WallDisplay
name: WallDisplay
- uid: TinyLife.Actions
@ -95,8 +75,18 @@ items:
name: CanExecuteResult
- uid: TinyLife.Actions.CanExecuteResult.ResultType
name: CanExecuteResult.ResultType
- uid: TinyLife.Actions.ChoicePromptInfo
name: ChoicePromptInfo
- uid: TinyLife.Actions.ChoicePromptInfo.Option
name: ChoicePromptInfo.Option
- uid: TinyLife.Actions.CleanOutFridgeAction
name: CleanOutFridgeAction
- uid: TinyLife.Actions.CompletionType
name: CompletionType
- uid: TinyLife.Actions.DebugAction
name: DebugAction
- uid: TinyLife.Actions.DeferredAction
name: DeferredAction
- uid: TinyLife.Actions.DieAction
name: DieAction
- uid: TinyLife.Actions.Emote
@ -105,6 +95,12 @@ items:
name: EmoteCategory
- uid: TinyLife.Actions.GoHereAction
name: GoHereAction
- uid: TinyLife.Actions.HelpAction
name: HelpAction
- uid: TinyLife.Actions.HoldingPersonAction
name: HoldingPersonAction
- uid: TinyLife.Actions.MakeTeaAction
name: MakeTeaAction
- uid: TinyLife.Actions.MultiAction
name: MultiAction
- uid: TinyLife.Actions.MultiAction.Stage
@ -115,8 +111,14 @@ items:
name: OutOfTownAction
- uid: TinyLife.Actions.PathfindAction
name: PathfindAction
- uid: TinyLife.Actions.PathfindToPersonAction
name: PathfindToPersonAction
- uid: TinyLife.Actions.PickUpPersonAction
name: PickUpPersonAction
- uid: TinyLife.Actions.PutAwayAction
name: PutAwayAction
- uid: TinyLife.Actions.PutDownPersonAction
name: PutDownPersonAction
- uid: TinyLife.Actions.SellAction
name: SellAction
- uid: TinyLife.Actions.SitAction
@ -133,6 +135,12 @@ items:
name: TalkAction.TalkSettings
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
name: TalkAction.TalkSettings.EvaluationResult
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction
name: TellPeopleToLeaveRoomAction
- uid: TinyLife.Actions.TryGoHereAction
name: TryGoHereAction
- uid: TinyLife.Actions.UseDiaperAction
name: UseDiaperAction
- uid: TinyLife.Actions.WalkAction
name: WalkAction
- uid: TinyLife.Actions.WatchTvAction
@ -165,17 +173,6 @@ items:
name: MultiActionHandler
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler
name: UnderlyingActionHandler
- uid: TinyLife.Actions.Typeless
name: TinyLife.Actions.Typeless
items:
- uid: TinyLife.Actions.Typeless.DeferredAction
name: DeferredAction
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction
name: PathfindToPersonAction
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
name: TellPeopleToLeaveRoomAction
- uid: TinyLife.Actions.Typeless.TryGoHereAction
name: TryGoHereAction
- uid: TinyLife.Emotions
name: TinyLife.Emotions
items:

View file

@ -13,7 +13,7 @@ When reporting an issue to Tiny Life developers, please make sure that you have
This can have multiple reasons:
- When downloading the game from itch, make sure to **extract the zip archive** before starting the game executable within it.
- Some ARM-based distributions of Linux and Mac (like newer MacBooks that use Apple Silicon) don't support Tiny Life without installing additional tools (like [Rosetta](https://en.wikipedia.org/wiki/Rosetta_(software)) or [QEMU](https://www.qemu.org/)) to translate instructions correctly. You might have to do additional research to figure out what these are for your device.
- Some older operating system versions don't support Tiny Life, which currently runs on .NET 6. Unfortunately, especially Mac is known for having very short lifecycles for supported versions. To see if your operating system version is supported by .NET 6, you can take a look at [the official list](https://github.com/dotnet/core/blob/main/release-notes/6.0/supported-os.md).
- Some older operating system versions don't support Tiny Life, which currently runs on .NET 7. Unfortunately, especially Mac is known for having very short lifecycles for supported versions. To see if your operating system version is supported by .NET 7, you can take a look at [the official list](https://github.com/dotnet/core/blob/main/release-notes/7.0/supported-os.md).
- When downloading the game from itch on a Mac, your device might warn you about the application's **security**, since Tiny Life is not signed by Apple. If you want to run the game anyway, hold the Option key, then right-click and select Open.
### There's no log file to attach to my bug report

BIN
media/changelog/0.30.0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB