mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 19:28:35 +01:00
0.30.0
This commit is contained in:
parent
87909d4ec6
commit
bfbf38a5be
59 changed files with 2382 additions and 2537 deletions
29
Changelog.md
29
Changelog.md
|
@ -1,23 +1,11 @@
|
||||||
# 0.30.0
|
# 0.30.0
|
||||||
*March 30, 2023*
|
*March 31, 2023*
|
||||||
|
|
||||||
|
![](media/changelog/0.30.0.png)
|
||||||
|
|
||||||
> Big Steps Towards Release
|
> 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.
|
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).
|
||||||
|
|
||||||
**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*
|
|
||||||
|
|
||||||
Additions
|
Additions
|
||||||
- Added a few more decorative objects, including two lamps, cattails and lily pads
|
- 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)
|
- Added french localization by [YenSide](https://instagram.com/candice_mlng)
|
||||||
|
|
||||||
Improvements
|
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
|
- Improved social action pathfinding, causing people to stop less
|
||||||
- Allow changing the cursor size in the accessibility options
|
- Allow changing the cursor size in the accessibility options
|
||||||
- Made people much more likely to eat the food they cooked immediately
|
- 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
|
- Rebalance the amount of frienship and romance gain that actions give
|
||||||
- Massively reduce the markup of custom paintings
|
- Massively reduce the markup of custom paintings
|
||||||
- Draw the build mode grid on the entire lot, rather than just in rooms
|
- 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
|
Fixes
|
||||||
- Fixed people being able to steal held items from other people
|
- Fixed people being able to steal held items from other people
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
"TinyLife.Actions.Action.Map": "TinyLife.Actions.Action.yml",
|
"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.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.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.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.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",
|
"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.ResultType.Valid": "TinyLife.Actions.CanExecuteResult.ResultType.yml",
|
||||||
"TinyLife.Actions.CanExecuteResult.Type": "TinyLife.Actions.CanExecuteResult.yml",
|
"TinyLife.Actions.CanExecuteResult.Type": "TinyLife.Actions.CanExecuteResult.yml",
|
||||||
"TinyLife.Actions.CanExecuteResult.Valid": "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": "TinyLife.Actions.CompletionType.yml",
|
||||||
"TinyLife.Actions.CompletionType.Active": "TinyLife.Actions.CompletionType.yml",
|
"TinyLife.Actions.CompletionType.Active": "TinyLife.Actions.CompletionType.yml",
|
||||||
"TinyLife.Actions.CompletionType.Canceled": "TinyLife.Actions.CompletionType.yml",
|
"TinyLife.Actions.CompletionType.Canceled": "TinyLife.Actions.CompletionType.yml",
|
||||||
"TinyLife.Actions.CompletionType.Completed": "TinyLife.Actions.CompletionType.yml",
|
"TinyLife.Actions.CompletionType.Completed": "TinyLife.Actions.CompletionType.yml",
|
||||||
"TinyLife.Actions.CompletionType.Failed": "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": "TinyLife.Actions.DieAction.yml",
|
||||||
"TinyLife.Actions.DieAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "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",
|
"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.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.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.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": "TinyLife.Actions.MultiAction.yml",
|
||||||
"TinyLife.Actions.MultiAction.#ctor(TinyLife.Actions.ActionInfo)": "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",
|
"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.SpeedMultiplier": "TinyLife.Actions.PathfindAction.yml",
|
||||||
"TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.PathfindAction.yml",
|
"TinyLife.Actions.PathfindAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.PathfindAction.yml",
|
||||||
"TinyLife.Actions.PathfindAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.PathfindAction.yml",
|
"TinyLife.Actions.PathfindAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.PathfindAction.yml",
|
||||||
|
"TinyLife.Actions.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": "TinyLife.Actions.PutAwayAction.yml",
|
||||||
"TinyLife.Actions.PutAwayAction.AndThenInitialize": "TinyLife.Actions.PutAwayAction.yml",
|
"TinyLife.Actions.PutAwayAction.AndThenInitialize": "TinyLife.Actions.PutAwayAction.yml",
|
||||||
"TinyLife.Actions.PutAwayAction.AndThenIsCompleted": "TinyLife.Actions.PutAwayAction.yml",
|
"TinyLife.Actions.PutAwayAction.AndThenIsCompleted": "TinyLife.Actions.PutAwayAction.yml",
|
||||||
"TinyLife.Actions.PutAwayAction.CreateFirstActions": "TinyLife.Actions.PutAwayAction.yml",
|
"TinyLife.Actions.PutAwayAction.CreateFirstActions": "TinyLife.Actions.PutAwayAction.yml",
|
||||||
"TinyLife.Actions.PutAwayAction.Items": "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": "TinyLife.Actions.SellAction.yml",
|
||||||
"TinyLife.Actions.SellAction.AndThenInitialize": "TinyLife.Actions.SellAction.yml",
|
"TinyLife.Actions.SellAction.AndThenInitialize": "TinyLife.Actions.SellAction.yml",
|
||||||
"TinyLife.Actions.SellAction.AndThenIsCompleted": "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.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.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.TalkAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.TalkAction.yml",
|
||||||
"TinyLife.Actions.Typeless": "TinyLife.Actions.Typeless.yml",
|
"TinyLife.Actions.TellPeopleToLeaveRoomAction": "TinyLife.Actions.TellPeopleToLeaveRoomAction.yml",
|
||||||
"TinyLife.Actions.Typeless.DeferredAction": "TinyLife.Actions.Typeless.DeferredAction.yml",
|
"TinyLife.Actions.TellPeopleToLeaveRoomAction.#ctor(TinyLife.Actions.ActionInfo,System.Guid[])": "TinyLife.Actions.TellPeopleToLeaveRoomAction.yml",
|
||||||
"TinyLife.Actions.Typeless.DeferredAction.#ctor(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.Typeless.DeferredAction.yml",
|
"TinyLife.Actions.TellPeopleToLeaveRoomAction.ExcludedPeople": "TinyLife.Actions.TellPeopleToLeaveRoomAction.yml",
|
||||||
"TinyLife.Actions.Typeless.DeferredAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.Typeless.DeferredAction.yml",
|
"TinyLife.Actions.TellPeopleToLeaveRoomAction.Initialize": "TinyLife.Actions.TellPeopleToLeaveRoomAction.yml",
|
||||||
"TinyLife.Actions.Typeless.DeferredAction.Action": "TinyLife.Actions.Typeless.DeferredAction.yml",
|
"TinyLife.Actions.TellPeopleToLeaveRoomAction.IsCompleted": "TinyLife.Actions.TellPeopleToLeaveRoomAction.yml",
|
||||||
"TinyLife.Actions.Typeless.DeferredAction.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.Typeless.DeferredAction.yml",
|
"TinyLife.Actions.TellPeopleToLeaveRoomAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.TellPeopleToLeaveRoomAction.yml",
|
||||||
"TinyLife.Actions.Typeless.DeferredAction.CreateAction": "TinyLife.Actions.Typeless.DeferredAction.yml",
|
"TinyLife.Actions.TellPeopleToLeaveRoomAction.TryToLeaveRoom(TinyLife.World.Room,TinyLife.Objects.Person)": "TinyLife.Actions.TellPeopleToLeaveRoomAction.yml",
|
||||||
"TinyLife.Actions.Typeless.DeferredAction.FullyInProgress": "TinyLife.Actions.Typeless.DeferredAction.yml",
|
"TinyLife.Actions.TryGoHereAction": "TinyLife.Actions.TryGoHereAction.yml",
|
||||||
"TinyLife.Actions.Typeless.DeferredAction.Initialize": "TinyLife.Actions.Typeless.DeferredAction.yml",
|
"TinyLife.Actions.TryGoHereAction.#ctor(TinyLife.Actions.ActionInfo,System.Collections.Generic.List{Microsoft.Xna.Framework.Point})": "TinyLife.Actions.TryGoHereAction.yml",
|
||||||
"TinyLife.Actions.Typeless.DeferredAction.InProgressTime": "TinyLife.Actions.Typeless.DeferredAction.yml",
|
"TinyLife.Actions.TryGoHereAction.Initialize": "TinyLife.Actions.TryGoHereAction.yml",
|
||||||
"TinyLife.Actions.Typeless.DeferredAction.IsCompleted": "TinyLife.Actions.Typeless.DeferredAction.yml",
|
"TinyLife.Actions.TryGoHereAction.IsCompleted": "TinyLife.Actions.TryGoHereAction.yml",
|
||||||
"TinyLife.Actions.Typeless.DeferredAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Typeless.DeferredAction.yml",
|
"TinyLife.Actions.TryGoHereAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.TryGoHereAction.yml",
|
||||||
"TinyLife.Actions.Typeless.DeferredAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Typeless.DeferredAction.yml",
|
"TinyLife.Actions.TryGoHereAction.PositionsToTry": "TinyLife.Actions.TryGoHereAction.yml",
|
||||||
"TinyLife.Actions.Typeless.DeferredAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.Typeless.DeferredAction.yml",
|
"TinyLife.Actions.TryGoHereAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.TryGoHereAction.yml",
|
||||||
"TinyLife.Actions.Typeless.PathfindToPersonAction": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml",
|
"TinyLife.Actions.TryGoHereAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.TryGoHereAction.yml",
|
||||||
"TinyLife.Actions.Typeless.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionInfo)": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml",
|
"TinyLife.Actions.UseDiaperAction": "TinyLife.Actions.UseDiaperAction.yml",
|
||||||
"TinyLife.Actions.Typeless.PathfindToPersonAction.DriveSpeedMultiplier": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml",
|
"TinyLife.Actions.UseDiaperAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.UseDiaperAction.yml",
|
||||||
"TinyLife.Actions.Typeless.PathfindToPersonAction.GetMaxPathfindTime": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml",
|
"TinyLife.Actions.UseDiaperAction.CanCancel(TinyLife.Actions.Action)": "TinyLife.Actions.UseDiaperAction.yml",
|
||||||
"TinyLife.Actions.Typeless.PathfindToPersonAction.IsCompleted": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml",
|
"TinyLife.Actions.UseDiaperAction.CanMultitask(TinyLife.Actions.Action)": "TinyLife.Actions.UseDiaperAction.yml",
|
||||||
"TinyLife.Actions.Typeless.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml",
|
"TinyLife.Actions.UseDiaperAction.IsCompleted": "TinyLife.Actions.UseDiaperAction.yml",
|
||||||
"TinyLife.Actions.Typeless.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml",
|
"TinyLife.Actions.UseDiaperAction.OnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.UseDiaperAction.yml",
|
||||||
"TinyLife.Actions.Typeless.PathfindToPersonAction.Validate(TinyLife.Objects.Person)": "TinyLife.Actions.Typeless.PathfindToPersonAction.yml",
|
"TinyLife.Actions.UseDiaperAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.UseDiaperAction.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.WalkAction": "TinyLife.Actions.WalkAction.yml",
|
"TinyLife.Actions.WalkAction": "TinyLife.Actions.WalkAction.yml",
|
||||||
"TinyLife.Actions.WalkAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.WalkAction.yml",
|
"TinyLife.Actions.WalkAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)": "TinyLife.Actions.WalkAction.yml",
|
||||||
"TinyLife.Actions.WalkAction.DrainEnergy": "TinyLife.Actions.WalkAction.yml",
|
"TinyLife.Actions.WalkAction.DrainEnergy": "TinyLife.Actions.WalkAction.yml",
|
||||||
|
@ -790,38 +866,12 @@
|
||||||
"TinyLife.Actions.WorkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.WorkAction.yml",
|
"TinyLife.Actions.WorkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)": "TinyLife.Actions.WorkAction.yml",
|
||||||
"TinyLife.Actions.WorkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.WorkAction.yml",
|
"TinyLife.Actions.WorkAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)": "TinyLife.Actions.WorkAction.yml",
|
||||||
"TinyLife.Actions.WorkAction.PreInitialize": "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": "TinyLife.Debug.yml",
|
||||||
"TinyLife.Debug.CheatDelegate": "TinyLife.Debug.CheatDelegate.yml",
|
"TinyLife.Debug.CheatDelegate": "TinyLife.Debug.CheatDelegate.yml",
|
||||||
"TinyLife.Debug.Cheats": "TinyLife.Debug.yml",
|
"TinyLife.Debug.Cheats": "TinyLife.Debug.yml",
|
||||||
"TinyLife.Debug.DebugDelegate": "TinyLife.Debug.DebugDelegate.yml",
|
"TinyLife.Debug.DebugDelegate": "TinyLife.Debug.DebugDelegate.yml",
|
||||||
"TinyLife.Debug.DebugLines": "TinyLife.Debug.yml",
|
"TinyLife.Debug.DebugLines": "TinyLife.Debug.yml",
|
||||||
"TinyLife.Debug.TryCheat(System.String)": "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": "TinyLife.Emotions.yml",
|
||||||
"TinyLife.Emotions.CombinedEmotionSource": "TinyLife.Emotions.CombinedEmotionSource.yml",
|
"TinyLife.Emotions.CombinedEmotionSource": "TinyLife.Emotions.CombinedEmotionSource.yml",
|
||||||
"TinyLife.Emotions.CombinedEmotionSource.#ctor(TinyLife.Emotions.IEmotionSource[])": "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.GetProgress": "TinyLife.Goals.TimedGoal.yml",
|
||||||
"TinyLife.Goals.TimedGoal.Reset": "TinyLife.Goals.TimedGoal.yml",
|
"TinyLife.Goals.TimedGoal.Reset": "TinyLife.Goals.TimedGoal.yml",
|
||||||
"TinyLife.Goals.TimedGoal.Trigger(System.TimeSpan)": "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": "TinyLife.LnCategory.yml",
|
||||||
"TinyLife.LnCategory.Achievements": "TinyLife.LnCategory.yml",
|
"TinyLife.LnCategory.Achievements": "TinyLife.LnCategory.yml",
|
||||||
"TinyLife.LnCategory.Actions": "TinyLife.LnCategory.yml",
|
"TinyLife.LnCategory.Actions": "TinyLife.LnCategory.yml",
|
||||||
|
@ -1441,15 +1466,6 @@
|
||||||
"TinyLife.Localization.Names": "TinyLife.Localization.yml",
|
"TinyLife.Localization.Names": "TinyLife.Localization.yml",
|
||||||
"TinyLife.Localization.Reload": "TinyLife.Localization.yml",
|
"TinyLife.Localization.Reload": "TinyLife.Localization.yml",
|
||||||
"TinyLife.Localization.SetLanguage(System.String)": "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": "TinyLife.Mods.yml",
|
||||||
"TinyLife.Mods.EventPhase": "TinyLife.Mods.EventPhase.yml",
|
"TinyLife.Mods.EventPhase": "TinyLife.Mods.EventPhase.yml",
|
||||||
"TinyLife.Mods.EventPhase.Post": "TinyLife.Mods.EventPhase.yml",
|
"TinyLife.Mods.EventPhase.Post": "TinyLife.Mods.EventPhase.yml",
|
||||||
|
@ -2604,16 +2620,6 @@
|
||||||
"TinyLife.PersonalityType.Types": "TinyLife.PersonalityType.yml",
|
"TinyLife.PersonalityType.Types": "TinyLife.PersonalityType.yml",
|
||||||
"TinyLife.PersonalityType.Vegan": "TinyLife.PersonalityType.yml",
|
"TinyLife.PersonalityType.Vegan": "TinyLife.PersonalityType.yml",
|
||||||
"TinyLife.PersonalityType.Vegetarian": "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": "TinyLife.Relationship.yml",
|
||||||
"TinyLife.Relationship.AddRecentSocial(TinyLife.Actions.ActionType)": "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",
|
"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.VeryImportant": "TinyLife.Uis.NotifType.yml",
|
||||||
"TinyLife.Uis.NotifType.VeryPositive": "TinyLife.Uis.NotifType.yml",
|
"TinyLife.Uis.NotifType.VeryPositive": "TinyLife.Uis.NotifType.yml",
|
||||||
"TinyLife.Uis.NotifType.Warning": "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": "TinyLife.Utilities.yml",
|
||||||
"TinyLife.Utilities.ColorScheme": "TinyLife.Utilities.ColorScheme.yml",
|
"TinyLife.Utilities.ColorScheme": "TinyLife.Utilities.ColorScheme.yml",
|
||||||
"TinyLife.Utilities.ColorScheme.Bricks": "TinyLife.Utilities.ColorScheme.yml",
|
"TinyLife.Utilities.ColorScheme.Bricks": "TinyLife.Utilities.ColorScheme.yml",
|
||||||
|
|
|
@ -46,7 +46,7 @@ items:
|
||||||
- TinyLife.Actions.Action.Map
|
- TinyLife.Actions.Action.Map
|
||||||
- TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
- TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
||||||
- TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
|
- 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.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.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)
|
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
|
||||||
|
@ -98,17 +98,17 @@ items:
|
||||||
- System.Object
|
- System.Object
|
||||||
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
||||||
derivedClasses:
|
derivedClasses:
|
||||||
|
- TinyLife.Actions.CleanOutFridgeAction
|
||||||
|
- TinyLife.Actions.DebugAction
|
||||||
|
- TinyLife.Actions.DeferredAction
|
||||||
- TinyLife.Actions.DieAction
|
- TinyLife.Actions.DieAction
|
||||||
- TinyLife.Actions.MultiAction
|
- TinyLife.Actions.MultiAction
|
||||||
- TinyLife.Actions.PathfindAction
|
- TinyLife.Actions.PathfindAction
|
||||||
|
- TinyLife.Actions.PathfindToPersonAction
|
||||||
- TinyLife.Actions.SocialAction.StartPartnerAction
|
- TinyLife.Actions.SocialAction.StartPartnerAction
|
||||||
- TinyLife.Actions.Typeless.DeferredAction
|
- TinyLife.Actions.TellPeopleToLeaveRoomAction
|
||||||
- TinyLife.Actions.Typeless.PathfindToPersonAction
|
- TinyLife.Actions.TryGoHereAction
|
||||||
- TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
|
- TinyLife.Actions.UseDiaperAction
|
||||||
- TinyLife.Actions.Typeless.TryGoHereAction
|
|
||||||
- TinyLife.CleanOutFridgeAction
|
|
||||||
- TinyLife.DebugAction
|
|
||||||
- TinyLife.UseDiaperAction
|
|
||||||
implements:
|
implements:
|
||||||
- MLEM.Misc.IGenericDataHolder
|
- MLEM.Misc.IGenericDataHolder
|
||||||
inheritedMembers:
|
inheritedMembers:
|
||||||
|
@ -1307,16 +1307,16 @@ items:
|
||||||
nameWithType.vb: Action.OpenTextPrompt(String, Action(Of String), Predicate(Of String), TextField.Rule, String, TextureRegion)
|
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)
|
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)
|
name.vb: OpenTextPrompt(String, Action(Of String), Predicate(Of String), Rule, String, TextureRegion)
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
id: OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
id: OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -1329,13 +1329,13 @@ items:
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
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 "correct", 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 "correct", causing a positive effect to happen.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public CoveringGroup OpenChoicePrompt(ChoicePromptInfo info)
|
content: public CoveringGroup OpenChoicePrompt(ChoicePromptInfo info)
|
||||||
parameters:
|
parameters:
|
||||||
- id: info
|
- id: info
|
||||||
type: TinyLife.ChoicePromptInfo
|
type: TinyLife.Actions.ChoicePromptInfo
|
||||||
description: The choice prompt information to display.
|
description: The choice prompt information to display.
|
||||||
return:
|
return:
|
||||||
type: TinyLife.Uis.CoveringGroup
|
type: TinyLife.Uis.CoveringGroup
|
||||||
|
@ -4611,22 +4611,17 @@ references:
|
||||||
name: TextureRegion
|
name: TextureRegion
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
commentId: T:TinyLife.ChoicePromptInfo
|
commentId: T:TinyLife.Actions.ChoicePromptInfo
|
||||||
parent: TinyLife
|
parent: TinyLife.Actions
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
nameWithType: ChoicePromptInfo
|
nameWithType: ChoicePromptInfo
|
||||||
fullName: TinyLife.ChoicePromptInfo
|
fullName: TinyLife.Actions.ChoicePromptInfo
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt*
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt*
|
||||||
commentId: Overload:TinyLife.Actions.Action.OpenChoicePrompt
|
commentId: Overload:TinyLife.Actions.Action.OpenChoicePrompt
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
nameWithType: Action.OpenChoicePrompt
|
nameWithType: Action.OpenChoicePrompt
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt
|
||||||
- uid: TinyLife
|
|
||||||
commentId: N:TinyLife
|
|
||||||
name: TinyLife
|
|
||||||
nameWithType: TinyLife
|
|
||||||
fullName: TinyLife
|
|
||||||
- uid: TinyLife.Actions.ActionType.PracticeJokes
|
- uid: TinyLife.Actions.ActionType.PracticeJokes
|
||||||
commentId: F:TinyLife.Actions.ActionType.PracticeJokes
|
commentId: F:TinyLife.Actions.ActionType.PracticeJokes
|
||||||
name: PracticeJokes
|
name: PracticeJokes
|
||||||
|
@ -4741,6 +4736,11 @@ references:
|
||||||
name: NeedType
|
name: NeedType
|
||||||
nameWithType: NeedType
|
nameWithType: NeedType
|
||||||
fullName: TinyLife.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)
|
- 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)
|
commentId: M:TinyLife.Objects.Person.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
|
|
@ -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.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.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.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.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.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||||
|
@ -1292,24 +1292,24 @@ references:
|
||||||
name: TextureRegion
|
name: TextureRegion
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||||
|
|
|
@ -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.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.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.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.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.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||||
|
@ -1400,24 +1400,24 @@ references:
|
||||||
name: TextureRegion
|
name: TextureRegion
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||||
|
|
|
@ -1,24 +1,24 @@
|
||||||
### YamlMime:ManagedReference
|
### YamlMime:ManagedReference
|
||||||
items:
|
items:
|
||||||
- uid: TinyLife.ChoicePromptInfo.Option
|
- uid: TinyLife.Actions.ChoicePromptInfo.Option
|
||||||
commentId: T:TinyLife.ChoicePromptInfo.Option
|
commentId: T:TinyLife.Actions.ChoicePromptInfo.Option
|
||||||
id: ChoicePromptInfo.Option
|
id: ChoicePromptInfo.Option
|
||||||
parent: TinyLife
|
parent: TinyLife.Actions
|
||||||
children:
|
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.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.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,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.Actions.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.Actions.ChoicePromptInfo.Option.Execute(TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person,System.Boolean)
|
||||||
- TinyLife.ChoicePromptInfo.Option.FailAction
|
- TinyLife.Actions.ChoicePromptInfo.Option.FailAction
|
||||||
- TinyLife.ChoicePromptInfo.Option.Name
|
- TinyLife.Actions.ChoicePromptInfo.Option.Name
|
||||||
- TinyLife.ChoicePromptInfo.Option.SuccessAction
|
- TinyLife.Actions.ChoicePromptInfo.Option.SuccessAction
|
||||||
- TinyLife.ChoicePromptInfo.Option.SuccessChance
|
- TinyLife.Actions.ChoicePromptInfo.Option.SuccessChance
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: ChoicePromptInfo.Option
|
name: ChoicePromptInfo.Option
|
||||||
nameWithType: ChoicePromptInfo.Option
|
nameWithType: ChoicePromptInfo.Option
|
||||||
fullName: TinyLife.ChoicePromptInfo.Option
|
fullName: TinyLife.Actions.ChoicePromptInfo.Option
|
||||||
type: Class
|
type: Class
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -30,8 +30,8 @@ items:
|
||||||
startLine: 70
|
startLine: 70
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
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"
|
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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public class ChoicePromptInfo.Option
|
content: public class ChoicePromptInfo.Option
|
||||||
|
@ -47,17 +47,17 @@ items:
|
||||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||||
- System.Object.ToString
|
- System.Object.ToString
|
||||||
extensionMethods:
|
extensionMethods:
|
||||||
- TinyLife.ChoicePromptInfo.Option.TinyLife.Utilities.Extensions.JsonCopy``1
|
- TinyLife.Actions.ChoicePromptInfo.Option.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||||
- uid: TinyLife.ChoicePromptInfo.Option.Name
|
- uid: TinyLife.Actions.ChoicePromptInfo.Option.Name
|
||||||
commentId: F:TinyLife.ChoicePromptInfo.Option.Name
|
commentId: F:TinyLife.Actions.ChoicePromptInfo.Option.Name
|
||||||
id: Name
|
id: Name
|
||||||
parent: TinyLife.ChoicePromptInfo.Option
|
parent: TinyLife.Actions.ChoicePromptInfo.Option
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Name
|
name: Name
|
||||||
nameWithType: ChoicePromptInfo.Option.Name
|
nameWithType: ChoicePromptInfo.Option.Name
|
||||||
fullName: TinyLife.ChoicePromptInfo.Option.Name
|
fullName: TinyLife.Actions.ChoicePromptInfo.Option.Name
|
||||||
type: Field
|
type: Field
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -69,7 +69,7 @@ items:
|
||||||
startLine: 75
|
startLine: 75
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
summary: "\nThis option's name, which will be localized.\n"
|
summary: "\nThis option's name, which will be localized.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -77,16 +77,16 @@ items:
|
||||||
return:
|
return:
|
||||||
type: System.String
|
type: System.String
|
||||||
content.vb: Public ReadOnly Name As String
|
content.vb: Public ReadOnly Name As String
|
||||||
- uid: TinyLife.ChoicePromptInfo.Option.SuccessAction
|
- uid: TinyLife.Actions.ChoicePromptInfo.Option.SuccessAction
|
||||||
commentId: F:TinyLife.ChoicePromptInfo.Option.SuccessAction
|
commentId: F:TinyLife.Actions.ChoicePromptInfo.Option.SuccessAction
|
||||||
id: SuccessAction
|
id: SuccessAction
|
||||||
parent: TinyLife.ChoicePromptInfo.Option
|
parent: TinyLife.Actions.ChoicePromptInfo.Option
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: SuccessAction
|
name: SuccessAction
|
||||||
nameWithType: ChoicePromptInfo.Option.SuccessAction
|
nameWithType: ChoicePromptInfo.Option.SuccessAction
|
||||||
fullName: TinyLife.ChoicePromptInfo.Option.SuccessAction
|
fullName: TinyLife.Actions.ChoicePromptInfo.Option.SuccessAction
|
||||||
type: Field
|
type: Field
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -98,24 +98,24 @@ items:
|
||||||
startLine: 79
|
startLine: 79
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- 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"
|
summary: "\nThe action that should be invoked when this option is chosen as the correct option when the player selects it.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public readonly Action<ChoicePromptInfo, Person> SuccessAction
|
content: public readonly Action<ChoicePromptInfo, Person> SuccessAction
|
||||||
return:
|
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)
|
content.vb: Public ReadOnly SuccessAction As Action(Of ChoicePromptInfo, Person)
|
||||||
- uid: TinyLife.ChoicePromptInfo.Option.FailAction
|
- uid: TinyLife.Actions.ChoicePromptInfo.Option.FailAction
|
||||||
commentId: F:TinyLife.ChoicePromptInfo.Option.FailAction
|
commentId: F:TinyLife.Actions.ChoicePromptInfo.Option.FailAction
|
||||||
id: FailAction
|
id: FailAction
|
||||||
parent: TinyLife.ChoicePromptInfo.Option
|
parent: TinyLife.Actions.ChoicePromptInfo.Option
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: FailAction
|
name: FailAction
|
||||||
nameWithType: ChoicePromptInfo.Option.FailAction
|
nameWithType: ChoicePromptInfo.Option.FailAction
|
||||||
fullName: TinyLife.ChoicePromptInfo.Option.FailAction
|
fullName: TinyLife.Actions.ChoicePromptInfo.Option.FailAction
|
||||||
type: Field
|
type: Field
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -127,24 +127,24 @@ items:
|
||||||
startLine: 83
|
startLine: 83
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- 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"
|
summary: "\nThe action that should be invoked when this option is chosen as the incorrect option when the player selects it.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public readonly Action<ChoicePromptInfo, Person> FailAction
|
content: public readonly Action<ChoicePromptInfo, Person> FailAction
|
||||||
return:
|
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)
|
content.vb: Public ReadOnly FailAction As Action(Of ChoicePromptInfo, Person)
|
||||||
- uid: TinyLife.ChoicePromptInfo.Option.SuccessChance
|
- uid: TinyLife.Actions.ChoicePromptInfo.Option.SuccessChance
|
||||||
commentId: F:TinyLife.ChoicePromptInfo.Option.SuccessChance
|
commentId: F:TinyLife.Actions.ChoicePromptInfo.Option.SuccessChance
|
||||||
id: SuccessChance
|
id: SuccessChance
|
||||||
parent: TinyLife.ChoicePromptInfo.Option
|
parent: TinyLife.Actions.ChoicePromptInfo.Option
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: SuccessChance
|
name: SuccessChance
|
||||||
nameWithType: ChoicePromptInfo.Option.SuccessChance
|
nameWithType: ChoicePromptInfo.Option.SuccessChance
|
||||||
fullName: TinyLife.ChoicePromptInfo.Option.SuccessChance
|
fullName: TinyLife.Actions.ChoicePromptInfo.Option.SuccessChance
|
||||||
type: Field
|
type: Field
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -156,7 +156,7 @@ items:
|
||||||
startLine: 87
|
startLine: 87
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
summary: "\nA function that determines the success change of this choice prompt option once it's chosen, which is expected to be a value between 0 and 1.\n"
|
summary: "\nA function that determines the success change of this choice prompt option once it's chosen, which is expected to be a value between 0 and 1.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -164,16 +164,16 @@ items:
|
||||||
return:
|
return:
|
||||||
type: System.Func{TinyLife.Objects.Person,System.Single}
|
type: System.Func{TinyLife.Objects.Person,System.Single}
|
||||||
content.vb: Public ReadOnly SuccessChance As Func(Of Person, 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})
|
- 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.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.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.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.Actions.ChoicePromptInfo,TinyLife.Objects.Person},System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person},System.Func{TinyLife.Objects.Person,System.Single})'
|
||||||
parent: TinyLife.ChoicePromptInfo.Option
|
parent: TinyLife.Actions.ChoicePromptInfo.Option
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Option(string, Action<ChoicePromptInfo, Person>, Action<ChoicePromptInfo, Person>, Func<Person, float>)
|
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>)
|
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
|
type: Constructor
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -185,7 +185,7 @@ items:
|
||||||
startLine: 96
|
startLine: 96
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
summary: "\nCreates a new option with the given generic settings.\n"
|
summary: "\nCreates a new option with the given generic settings.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -195,29 +195,29 @@ items:
|
||||||
type: System.String
|
type: System.String
|
||||||
description: This option's name, which will be localized.
|
description: This option's name, which will be localized.
|
||||||
- id: successAction
|
- 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.
|
description: The action that should be invoked when this option is chosen as the correct option when the player selects it.
|
||||||
- id: failAction
|
- 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.
|
description: The action that should be invoked when this option is chosen as the incorrect option when the player selects it.
|
||||||
- id: successChance
|
- id: successChance
|
||||||
type: System.Func{TinyLife.Objects.Person,System.Single}
|
type: System.Func{TinyLife.Objects.Person,System.Single}
|
||||||
description: A function that determines the success change of this choice prompt option once it's chosen, which is expected to be a value between 0 and 1.
|
description: A function that determines the success change of this choice prompt option once it'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))
|
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))
|
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))
|
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})
|
- 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.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})'
|
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:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Option(string, Func<Person, float>, Func<Person, float>, Func<Person, float>)
|
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>)
|
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
|
type: Constructor
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -229,7 +229,7 @@ items:
|
||||||
startLine: 110
|
startLine: 110
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
summary: "\nCreates a new option with the given job-related outcomes.\n"
|
summary: "\nCreates a new option with the given job-related outcomes.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -248,20 +248,20 @@ items:
|
||||||
type: System.Func{TinyLife.Objects.Person,System.Single}
|
type: System.Func{TinyLife.Objects.Person,System.Single}
|
||||||
description: A function that determines the success change of this choice prompt option once it's chosen, which is expected to be a value between 0 and 1.
|
description: A function that determines the success change of this choice prompt option once it'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))
|
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))
|
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))
|
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)
|
- uid: TinyLife.Actions.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)
|
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)'
|
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:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Option(string, EmotionType, SkillType, float, float, float)
|
name: Option(string, EmotionType, SkillType, float, float, float)
|
||||||
nameWithType: ChoicePromptInfo.Option.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
|
type: Constructor
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -273,7 +273,7 @@ items:
|
||||||
startLine: 138
|
startLine: 138
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
summary: "\nCreates a new option with the given job-related outcomes.\n"
|
summary: "\nCreates a new option with the given job-related outcomes.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -298,20 +298,20 @@ items:
|
||||||
type: System.Single
|
type: System.Single
|
||||||
description: The success chance of this option, which is expected to be a value between 0 and 1.
|
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)
|
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)
|
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)
|
name.vb: New(String, EmotionType, SkillType, Single, Single, Single)
|
||||||
- uid: TinyLife.ChoicePromptInfo.Option.Execute(TinyLife.ChoicePromptInfo,TinyLife.Objects.Person,System.Boolean)
|
- uid: TinyLife.Actions.ChoicePromptInfo.Option.Execute(TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person,System.Boolean)
|
||||||
commentId: M:TinyLife.ChoicePromptInfo.Option.Execute(TinyLife.ChoicePromptInfo,TinyLife.Objects.Person,System.Boolean)
|
commentId: M:TinyLife.Actions.ChoicePromptInfo.Option.Execute(TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person,System.Boolean)
|
||||||
id: Execute(TinyLife.ChoicePromptInfo,TinyLife.Objects.Person,System.Boolean)
|
id: Execute(TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person,System.Boolean)
|
||||||
parent: TinyLife.ChoicePromptInfo.Option
|
parent: TinyLife.Actions.ChoicePromptInfo.Option
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Execute(ChoicePromptInfo, Person, bool)
|
name: Execute(ChoicePromptInfo, Person, bool)
|
||||||
nameWithType: ChoicePromptInfo.Option.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
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -323,14 +323,14 @@ items:
|
||||||
startLine: 154
|
startLine: 154
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
summary: "\nExecutes this option's result actions using the given <xref href=\"TinyLife.ChoicePromptInfo\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
summary: "\nExecutes this option's result actions using the given <xref href=\"TinyLife.Actions.ChoicePromptInfo\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public void Execute(ChoicePromptInfo info, Person person, bool successful)
|
content: public void Execute(ChoicePromptInfo info, Person person, bool successful)
|
||||||
parameters:
|
parameters:
|
||||||
- id: info
|
- id: info
|
||||||
type: TinyLife.ChoicePromptInfo
|
type: TinyLife.Actions.ChoicePromptInfo
|
||||||
description: The choice prompt that this option was a part of.
|
description: The choice prompt that this option was a part of.
|
||||||
- id: person
|
- id: person
|
||||||
type: TinyLife.Objects.Person
|
type: TinyLife.Objects.Person
|
||||||
|
@ -339,22 +339,34 @@ items:
|
||||||
type: System.Boolean
|
type: System.Boolean
|
||||||
description: Whether this option was chosen as the successful one.
|
description: Whether this option was chosen as the successful one.
|
||||||
content.vb: Public Sub Execute(info As ChoicePromptInfo, person As Person, successful As Boolean)
|
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)
|
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)
|
name.vb: Execute(ChoicePromptInfo, Person, Boolean)
|
||||||
references:
|
references:
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
commentId: T:TinyLife.ChoicePromptInfo
|
commentId: T:TinyLife.Actions.ChoicePromptInfo
|
||||||
parent: TinyLife
|
parent: TinyLife.Actions
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
nameWithType: ChoicePromptInfo
|
nameWithType: ChoicePromptInfo
|
||||||
fullName: TinyLife.ChoicePromptInfo
|
fullName: TinyLife.Actions.ChoicePromptInfo
|
||||||
- uid: TinyLife
|
- uid: TinyLife.Actions
|
||||||
commentId: N:TinyLife
|
commentId: N:TinyLife.Actions
|
||||||
|
name: TinyLife.Actions
|
||||||
|
nameWithType: TinyLife.Actions
|
||||||
|
fullName: TinyLife.Actions
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife
|
||||||
name: TinyLife
|
name: TinyLife
|
||||||
nameWithType: TinyLife
|
- name: .
|
||||||
fullName: TinyLife
|
- uid: TinyLife.Actions
|
||||||
|
name: Actions
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife
|
||||||
|
name: TinyLife
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Actions
|
||||||
|
name: Actions
|
||||||
- uid: System.Object
|
- uid: System.Object
|
||||||
commentId: T:System.Object
|
commentId: T:System.Object
|
||||||
parent: System
|
parent: System
|
||||||
|
@ -585,38 +597,38 @@ references:
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
||||||
- name: (
|
- name: (
|
||||||
- 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)
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
parent: TinyLife.Utilities.Extensions
|
parent: TinyLife.Utilities.Extensions
|
||||||
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
name: JsonCopy<Option>(Option)
|
name: JsonCopy<Option>(Option)
|
||||||
nameWithType: Extensions.JsonCopy<ChoicePromptInfo.Option>(ChoicePromptInfo.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)
|
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)
|
name.vb: JsonCopy(Of Option)(Option)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.ChoicePromptInfo.Option)
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.ChoicePromptInfo.Option)
|
||||||
name: JsonCopy
|
name: JsonCopy
|
||||||
- name: <
|
- name: <
|
||||||
- uid: TinyLife.ChoicePromptInfo.Option
|
- uid: TinyLife.Actions.ChoicePromptInfo.Option
|
||||||
name: Option
|
name: Option
|
||||||
- name: '>'
|
- name: '>'
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo.Option
|
- uid: TinyLife.Actions.ChoicePromptInfo.Option
|
||||||
name: Option
|
name: Option
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.ChoicePromptInfo.Option)
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.ChoicePromptInfo.Option)
|
||||||
name: JsonCopy
|
name: JsonCopy
|
||||||
- name: (
|
- name: (
|
||||||
- name: Of
|
- name: Of
|
||||||
- name: " "
|
- name: " "
|
||||||
- uid: TinyLife.ChoicePromptInfo.Option
|
- uid: TinyLife.Actions.ChoicePromptInfo.Option
|
||||||
name: Option
|
name: Option
|
||||||
- name: )
|
- name: )
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo.Option
|
- uid: TinyLife.Actions.ChoicePromptInfo.Option
|
||||||
name: Option
|
name: Option
|
||||||
- name: )
|
- name: )
|
||||||
- uid: System
|
- uid: System
|
||||||
|
@ -688,16 +700,16 @@ references:
|
||||||
nameWithType.vb: String
|
nameWithType.vb: String
|
||||||
fullName.vb: String
|
fullName.vb: String
|
||||||
name.vb: String
|
name.vb: String
|
||||||
- uid: System.Action{TinyLife.ChoicePromptInfo,TinyLife.Objects.Person}
|
- uid: System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person}
|
||||||
commentId: T:System.Action{TinyLife.ChoicePromptInfo,TinyLife.Objects.Person}
|
commentId: T:System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person}
|
||||||
parent: System
|
parent: System
|
||||||
definition: System.Action`2
|
definition: System.Action`2
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.action-2
|
href: https://learn.microsoft.com/dotnet/api/system.action-2
|
||||||
name: Action<ChoicePromptInfo, Person>
|
name: Action<ChoicePromptInfo, Person>
|
||||||
nameWithType: 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)
|
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)
|
name.vb: Action(Of ChoicePromptInfo, Person)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: System.Action`2
|
- uid: System.Action`2
|
||||||
|
@ -705,7 +717,7 @@ references:
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.action-2
|
href: https://learn.microsoft.com/dotnet/api/system.action-2
|
||||||
- name: <
|
- name: <
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: ','
|
- name: ','
|
||||||
- name: " "
|
- name: " "
|
||||||
|
@ -720,7 +732,7 @@ references:
|
||||||
- name: (
|
- name: (
|
||||||
- name: Of
|
- name: Of
|
||||||
- name: " "
|
- name: " "
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: ','
|
- name: ','
|
||||||
- name: " "
|
- name: " "
|
||||||
|
@ -838,13 +850,13 @@ references:
|
||||||
- name: " "
|
- name: " "
|
||||||
- name: TResult
|
- name: TResult
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.ChoicePromptInfo.Option.#ctor*
|
- uid: TinyLife.Actions.ChoicePromptInfo.Option.#ctor*
|
||||||
commentId: Overload:TinyLife.ChoicePromptInfo.Option.#ctor
|
commentId: Overload:TinyLife.Actions.ChoicePromptInfo.Option.#ctor
|
||||||
name: Option
|
name: Option
|
||||||
nameWithType: ChoicePromptInfo.Option.Option
|
nameWithType: ChoicePromptInfo.Option.Option
|
||||||
fullName: TinyLife.ChoicePromptInfo.Option.Option
|
fullName: TinyLife.Actions.ChoicePromptInfo.Option.Option
|
||||||
nameWithType.vb: ChoicePromptInfo.Option.New
|
nameWithType.vb: ChoicePromptInfo.Option.New
|
||||||
fullName.vb: TinyLife.ChoicePromptInfo.Option.New
|
fullName.vb: TinyLife.Actions.ChoicePromptInfo.Option.New
|
||||||
name.vb: New
|
name.vb: New
|
||||||
- uid: TinyLife.Emotions.EmotionType
|
- uid: TinyLife.Emotions.EmotionType
|
||||||
commentId: T:TinyLife.Emotions.EmotionType
|
commentId: T:TinyLife.Emotions.EmotionType
|
||||||
|
@ -903,11 +915,11 @@ references:
|
||||||
- name: .
|
- name: .
|
||||||
- uid: TinyLife.Skills
|
- uid: TinyLife.Skills
|
||||||
name: Skills
|
name: Skills
|
||||||
- uid: TinyLife.ChoicePromptInfo.Option.Execute*
|
- uid: TinyLife.Actions.ChoicePromptInfo.Option.Execute*
|
||||||
commentId: Overload:TinyLife.ChoicePromptInfo.Option.Execute
|
commentId: Overload:TinyLife.Actions.ChoicePromptInfo.Option.Execute
|
||||||
name: Execute
|
name: Execute
|
||||||
nameWithType: ChoicePromptInfo.Option.Execute
|
nameWithType: ChoicePromptInfo.Option.Execute
|
||||||
fullName: TinyLife.ChoicePromptInfo.Option.Execute
|
fullName: TinyLife.Actions.ChoicePromptInfo.Option.Execute
|
||||||
- uid: TinyLife.Objects.Person
|
- uid: TinyLife.Objects.Person
|
||||||
commentId: T:TinyLife.Objects.Person
|
commentId: T:TinyLife.Objects.Person
|
||||||
parent: TinyLife.Objects
|
parent: TinyLife.Objects
|
|
@ -1,20 +1,20 @@
|
||||||
### YamlMime:ManagedReference
|
### YamlMime:ManagedReference
|
||||||
items:
|
items:
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
commentId: T:TinyLife.ChoicePromptInfo
|
commentId: T:TinyLife.Actions.ChoicePromptInfo
|
||||||
id: ChoicePromptInfo
|
id: ChoicePromptInfo
|
||||||
parent: TinyLife
|
parent: TinyLife.Actions
|
||||||
children:
|
children:
|
||||||
- TinyLife.ChoicePromptInfo.#ctor(System.String,TinyLife.ChoicePromptInfo.Option[])
|
- TinyLife.Actions.ChoicePromptInfo.#ctor(System.String,TinyLife.Actions.ChoicePromptInfo.Option[])
|
||||||
- TinyLife.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person,TinyLife.Uis.CoveringGroup)
|
- TinyLife.Actions.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person,TinyLife.Uis.CoveringGroup)
|
||||||
- TinyLife.ChoicePromptInfo.Name
|
- TinyLife.Actions.ChoicePromptInfo.Name
|
||||||
- TinyLife.ChoicePromptInfo.Options
|
- TinyLife.Actions.ChoicePromptInfo.Options
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
nameWithType: ChoicePromptInfo
|
nameWithType: ChoicePromptInfo
|
||||||
fullName: TinyLife.ChoicePromptInfo
|
fullName: TinyLife.Actions.ChoicePromptInfo
|
||||||
type: Class
|
type: Class
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -26,8 +26,8 @@ items:
|
||||||
startLine: 16
|
startLine: 16
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
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.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 "correct", 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"
|
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 "correct", 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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public class ChoicePromptInfo
|
content: public class ChoicePromptInfo
|
||||||
|
@ -43,17 +43,17 @@ items:
|
||||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||||
- System.Object.ToString
|
- System.Object.ToString
|
||||||
extensionMethods:
|
extensionMethods:
|
||||||
- TinyLife.ChoicePromptInfo.TinyLife.Utilities.Extensions.JsonCopy``1
|
- TinyLife.Actions.ChoicePromptInfo.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||||
- uid: TinyLife.ChoicePromptInfo.Name
|
- uid: TinyLife.Actions.ChoicePromptInfo.Name
|
||||||
commentId: F:TinyLife.ChoicePromptInfo.Name
|
commentId: F:TinyLife.Actions.ChoicePromptInfo.Name
|
||||||
id: Name
|
id: Name
|
||||||
parent: TinyLife.ChoicePromptInfo
|
parent: TinyLife.Actions.ChoicePromptInfo
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Name
|
name: Name
|
||||||
nameWithType: ChoicePromptInfo.Name
|
nameWithType: ChoicePromptInfo.Name
|
||||||
fullName: TinyLife.ChoicePromptInfo.Name
|
fullName: TinyLife.Actions.ChoicePromptInfo.Name
|
||||||
type: Field
|
type: Field
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -65,7 +65,7 @@ items:
|
||||||
startLine: 23
|
startLine: 23
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
summary: "\nThis choice prompt's name, which will be localized.\n"
|
summary: "\nThis choice prompt's name, which will be localized.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -73,16 +73,16 @@ items:
|
||||||
return:
|
return:
|
||||||
type: System.String
|
type: System.String
|
||||||
content.vb: Public ReadOnly Name As String
|
content.vb: Public ReadOnly Name As String
|
||||||
- uid: TinyLife.ChoicePromptInfo.Options
|
- uid: TinyLife.Actions.ChoicePromptInfo.Options
|
||||||
commentId: F:TinyLife.ChoicePromptInfo.Options
|
commentId: F:TinyLife.Actions.ChoicePromptInfo.Options
|
||||||
id: Options
|
id: Options
|
||||||
parent: TinyLife.ChoicePromptInfo
|
parent: TinyLife.Actions.ChoicePromptInfo
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Options
|
name: Options
|
||||||
nameWithType: ChoicePromptInfo.Options
|
nameWithType: ChoicePromptInfo.Options
|
||||||
fullName: TinyLife.ChoicePromptInfo.Options
|
fullName: TinyLife.Actions.ChoicePromptInfo.Options
|
||||||
type: Field
|
type: Field
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -94,24 +94,24 @@ items:
|
||||||
startLine: 27
|
startLine: 27
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
summary: "\nThis choice prompt'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"
|
summary: "\nThis choice prompt'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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public readonly ChoicePromptInfo.Option[] Options
|
content: public readonly ChoicePromptInfo.Option[] Options
|
||||||
return:
|
return:
|
||||||
type: TinyLife.ChoicePromptInfo.Option[]
|
type: TinyLife.Actions.ChoicePromptInfo.Option[]
|
||||||
content.vb: Public ReadOnly Options As ChoicePromptInfo.Option()
|
content.vb: Public ReadOnly Options As ChoicePromptInfo.Option()
|
||||||
- uid: TinyLife.ChoicePromptInfo.#ctor(System.String,TinyLife.ChoicePromptInfo.Option[])
|
- uid: TinyLife.Actions.ChoicePromptInfo.#ctor(System.String,TinyLife.Actions.ChoicePromptInfo.Option[])
|
||||||
commentId: M:TinyLife.ChoicePromptInfo.#ctor(System.String,TinyLife.ChoicePromptInfo.Option[])
|
commentId: M:TinyLife.Actions.ChoicePromptInfo.#ctor(System.String,TinyLife.Actions.ChoicePromptInfo.Option[])
|
||||||
id: '#ctor(System.String,TinyLife.ChoicePromptInfo.Option[])'
|
id: '#ctor(System.String,TinyLife.Actions.ChoicePromptInfo.Option[])'
|
||||||
parent: TinyLife.ChoicePromptInfo
|
parent: TinyLife.Actions.ChoicePromptInfo
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: ChoicePromptInfo(string, params Option[])
|
name: ChoicePromptInfo(string, params Option[])
|
||||||
nameWithType: ChoicePromptInfo.ChoicePromptInfo(string, params ChoicePromptInfo.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
|
type: Constructor
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -123,7 +123,7 @@ items:
|
||||||
startLine: 34
|
startLine: 34
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
summary: "\nCreates a new choice prompt info with the given settings.\n"
|
summary: "\nCreates a new choice prompt info with the given settings.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -133,23 +133,23 @@ items:
|
||||||
type: System.String
|
type: System.String
|
||||||
description: This choice prompt's name, which will be localized.
|
description: This choice prompt's name, which will be localized.
|
||||||
- id: options
|
- id: options
|
||||||
type: TinyLife.ChoicePromptInfo.Option[]
|
type: TinyLife.Actions.ChoicePromptInfo.Option[]
|
||||||
description: This choice prompt'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.
|
description: This choice prompt'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())
|
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())
|
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())
|
name.vb: New(String, ParamArray Option())
|
||||||
- uid: TinyLife.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person,TinyLife.Uis.CoveringGroup)
|
- uid: TinyLife.Actions.ChoicePromptInfo.CreatePromptContent(TinyLife.Objects.Person,TinyLife.Uis.CoveringGroup)
|
||||||
commentId: M:TinyLife.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)
|
id: CreatePromptContent(TinyLife.Objects.Person,TinyLife.Uis.CoveringGroup)
|
||||||
parent: TinyLife.ChoicePromptInfo
|
parent: TinyLife.Actions.ChoicePromptInfo
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: CreatePromptContent(Person, CoveringGroup)
|
name: CreatePromptContent(Person, CoveringGroup)
|
||||||
nameWithType: ChoicePromptInfo.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
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -161,8 +161,8 @@ items:
|
||||||
startLine: 45
|
startLine: 45
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
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.ChoicePromptInfo)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public IEnumerable<Element> CreatePromptContent(Person person, CoveringGroup prompt)
|
content: public IEnumerable<Element> CreatePromptContent(Person person, CoveringGroup prompt)
|
||||||
|
@ -177,26 +177,26 @@ items:
|
||||||
type: System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}
|
type: System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}
|
||||||
description: The elements that make up the choice prompt.
|
description: The elements that make up the choice prompt.
|
||||||
content.vb: Public Function CreatePromptContent(person As Person, prompt As CoveringGroup) As IEnumerable(Of Element)
|
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:
|
references:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Goals.JobType
|
- uid: TinyLife.Goals.JobType
|
||||||
|
@ -205,11 +205,23 @@ references:
|
||||||
name: JobType
|
name: JobType
|
||||||
nameWithType: JobType
|
nameWithType: JobType
|
||||||
fullName: TinyLife.Goals.JobType
|
fullName: TinyLife.Goals.JobType
|
||||||
- uid: TinyLife
|
- uid: TinyLife.Actions
|
||||||
commentId: N:TinyLife
|
commentId: N:TinyLife.Actions
|
||||||
|
name: TinyLife.Actions
|
||||||
|
nameWithType: TinyLife.Actions
|
||||||
|
fullName: TinyLife.Actions
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife
|
||||||
name: TinyLife
|
name: TinyLife
|
||||||
nameWithType: TinyLife
|
- name: .
|
||||||
fullName: TinyLife
|
- uid: TinyLife.Actions
|
||||||
|
name: Actions
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife
|
||||||
|
name: TinyLife
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Actions
|
||||||
|
name: Actions
|
||||||
- uid: System.Object
|
- uid: System.Object
|
||||||
commentId: T:System.Object
|
commentId: T:System.Object
|
||||||
parent: System
|
parent: System
|
||||||
|
@ -440,38 +452,38 @@ references:
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
||||||
- name: (
|
- name: (
|
||||||
- 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)
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
parent: TinyLife.Utilities.Extensions
|
parent: TinyLife.Utilities.Extensions
|
||||||
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
name: JsonCopy<ChoicePromptInfo>(ChoicePromptInfo)
|
name: JsonCopy<ChoicePromptInfo>(ChoicePromptInfo)
|
||||||
nameWithType: Extensions.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)
|
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)
|
name.vb: JsonCopy(Of ChoicePromptInfo)(ChoicePromptInfo)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: JsonCopy
|
name: JsonCopy
|
||||||
- name: <
|
- name: <
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: '>'
|
- name: '>'
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: JsonCopy
|
name: JsonCopy
|
||||||
- name: (
|
- name: (
|
||||||
- name: Of
|
- name: Of
|
||||||
- name: " "
|
- name: " "
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action
|
- uid: TinyLife.Actions.Action
|
||||||
|
@ -538,23 +550,6 @@ references:
|
||||||
name: Extensions
|
name: Extensions
|
||||||
nameWithType: Extensions
|
nameWithType: Extensions
|
||||||
fullName: TinyLife.Utilities.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
|
- uid: TinyLife.Utilities
|
||||||
commentId: N:TinyLife.Utilities
|
commentId: N:TinyLife.Utilities
|
||||||
name: TinyLife.Utilities
|
name: TinyLife.Utilities
|
||||||
|
@ -583,54 +578,54 @@ references:
|
||||||
nameWithType.vb: String
|
nameWithType.vb: String
|
||||||
fullName.vb: String
|
fullName.vb: String
|
||||||
name.vb: String
|
name.vb: String
|
||||||
- uid: TinyLife.ChoicePromptInfo.Option
|
- uid: TinyLife.Actions.ChoicePromptInfo.Option
|
||||||
commentId: T:TinyLife.ChoicePromptInfo.Option
|
commentId: T:TinyLife.Actions.ChoicePromptInfo.Option
|
||||||
name: ChoicePromptInfo.Option
|
name: ChoicePromptInfo.Option
|
||||||
nameWithType: ChoicePromptInfo.Option
|
nameWithType: ChoicePromptInfo.Option
|
||||||
fullName: TinyLife.ChoicePromptInfo.Option
|
fullName: TinyLife.Actions.ChoicePromptInfo.Option
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: .
|
- name: .
|
||||||
- uid: TinyLife.ChoicePromptInfo.Option
|
- uid: TinyLife.Actions.ChoicePromptInfo.Option
|
||||||
name: Option
|
name: Option
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: .
|
- name: .
|
||||||
- uid: TinyLife.ChoicePromptInfo.Option
|
- uid: TinyLife.Actions.ChoicePromptInfo.Option
|
||||||
name: Option
|
name: Option
|
||||||
- uid: TinyLife.ChoicePromptInfo.Option[]
|
- uid: TinyLife.Actions.ChoicePromptInfo.Option[]
|
||||||
isExternal: true
|
isExternal: true
|
||||||
name: Option[]
|
name: Option[]
|
||||||
nameWithType: ChoicePromptInfo.Option[]
|
nameWithType: ChoicePromptInfo.Option[]
|
||||||
fullName: TinyLife.ChoicePromptInfo.Option[]
|
fullName: TinyLife.Actions.ChoicePromptInfo.Option[]
|
||||||
nameWithType.vb: ChoicePromptInfo.Option()
|
nameWithType.vb: ChoicePromptInfo.Option()
|
||||||
fullName.vb: TinyLife.ChoicePromptInfo.Option()
|
fullName.vb: TinyLife.Actions.ChoicePromptInfo.Option()
|
||||||
name.vb: Option()
|
name.vb: Option()
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.ChoicePromptInfo.Option
|
- uid: TinyLife.Actions.ChoicePromptInfo.Option
|
||||||
name: Option
|
name: Option
|
||||||
- name: '['
|
- name: '['
|
||||||
- name: ']'
|
- name: ']'
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.ChoicePromptInfo.Option
|
- uid: TinyLife.Actions.ChoicePromptInfo.Option
|
||||||
name: Option
|
name: Option
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.ChoicePromptInfo.#ctor*
|
- uid: TinyLife.Actions.ChoicePromptInfo.#ctor*
|
||||||
commentId: Overload:TinyLife.ChoicePromptInfo.#ctor
|
commentId: Overload:TinyLife.Actions.ChoicePromptInfo.#ctor
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
nameWithType: ChoicePromptInfo.ChoicePromptInfo
|
nameWithType: ChoicePromptInfo.ChoicePromptInfo
|
||||||
fullName: TinyLife.ChoicePromptInfo.ChoicePromptInfo
|
fullName: TinyLife.Actions.ChoicePromptInfo.ChoicePromptInfo
|
||||||
nameWithType.vb: ChoicePromptInfo.New
|
nameWithType.vb: ChoicePromptInfo.New
|
||||||
fullName.vb: TinyLife.ChoicePromptInfo.New
|
fullName.vb: TinyLife.Actions.ChoicePromptInfo.New
|
||||||
name.vb: New
|
name.vb: New
|
||||||
- uid: TinyLife.ChoicePromptInfo.CreatePromptContent*
|
- uid: TinyLife.Actions.ChoicePromptInfo.CreatePromptContent*
|
||||||
commentId: Overload:TinyLife.ChoicePromptInfo.CreatePromptContent
|
commentId: Overload:TinyLife.Actions.ChoicePromptInfo.CreatePromptContent
|
||||||
name: CreatePromptContent
|
name: CreatePromptContent
|
||||||
nameWithType: ChoicePromptInfo.CreatePromptContent
|
nameWithType: ChoicePromptInfo.CreatePromptContent
|
||||||
fullName: TinyLife.ChoicePromptInfo.CreatePromptContent
|
fullName: TinyLife.Actions.ChoicePromptInfo.CreatePromptContent
|
||||||
- uid: TinyLife.Objects.Person
|
- uid: TinyLife.Objects.Person
|
||||||
commentId: T:TinyLife.Objects.Person
|
commentId: T:TinyLife.Objects.Person
|
||||||
parent: TinyLife.Objects
|
parent: TinyLife.Objects
|
|
@ -1,21 +1,21 @@
|
||||||
### YamlMime:ManagedReference
|
### YamlMime:ManagedReference
|
||||||
items:
|
items:
|
||||||
- uid: TinyLife.CleanOutFridgeAction
|
- uid: TinyLife.Actions.CleanOutFridgeAction
|
||||||
commentId: T:TinyLife.CleanOutFridgeAction
|
commentId: T:TinyLife.Actions.CleanOutFridgeAction
|
||||||
id: CleanOutFridgeAction
|
id: CleanOutFridgeAction
|
||||||
parent: TinyLife
|
parent: TinyLife.Actions
|
||||||
children:
|
children:
|
||||||
- TinyLife.CleanOutFridgeAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
- TinyLife.Actions.CleanOutFridgeAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
||||||
- TinyLife.CleanOutFridgeAction.IsCompleted
|
- TinyLife.Actions.CleanOutFridgeAction.IsCompleted
|
||||||
- TinyLife.CleanOutFridgeAction.OnCompleted(TinyLife.Actions.CompletionType)
|
- TinyLife.Actions.CleanOutFridgeAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
- TinyLife.CleanOutFridgeAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
- TinyLife.Actions.CleanOutFridgeAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
- TinyLife.CleanOutFridgeAction.Validate(TinyLife.Objects.Person)
|
- TinyLife.Actions.CleanOutFridgeAction.Validate(TinyLife.Objects.Person)
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: CleanOutFridgeAction
|
name: CleanOutFridgeAction
|
||||||
nameWithType: CleanOutFridgeAction
|
nameWithType: CleanOutFridgeAction
|
||||||
fullName: TinyLife.CleanOutFridgeAction
|
fullName: TinyLife.Actions.CleanOutFridgeAction
|
||||||
type: Class
|
type: Class
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -24,10 +24,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CleanOutFridgeAction
|
id: CleanOutFridgeAction
|
||||||
path: ../TinyLife/Actions/CleanOutFridgeAction.cs
|
path: ../TinyLife/Actions/CleanOutFridgeAction.cs
|
||||||
startLine: 13
|
startLine: 11
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: 'public class CleanOutFridgeAction : Action, IGenericDataHolder'
|
content: 'public class CleanOutFridgeAction : Action, IGenericDataHolder'
|
||||||
content.vb: Public Class CleanOutFridgeAction Inherits Action Implements 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.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.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.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.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.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||||
|
@ -104,17 +104,17 @@ items:
|
||||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||||
- System.Object.ToString
|
- System.Object.ToString
|
||||||
extensionMethods:
|
extensionMethods:
|
||||||
- TinyLife.CleanOutFridgeAction.TinyLife.Utilities.Extensions.JsonCopy``1
|
- TinyLife.Actions.CleanOutFridgeAction.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||||
- uid: TinyLife.CleanOutFridgeAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
- uid: TinyLife.Actions.CleanOutFridgeAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
||||||
commentId: M:TinyLife.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)'
|
id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)'
|
||||||
parent: TinyLife.CleanOutFridgeAction
|
parent: TinyLife.Actions.CleanOutFridgeAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: CleanOutFridgeAction(ActionType, ActionInfo)
|
name: CleanOutFridgeAction(ActionType, ActionInfo)
|
||||||
nameWithType: CleanOutFridgeAction.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
|
type: Constructor
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -123,10 +123,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/CleanOutFridgeAction.cs
|
path: ../TinyLife/Actions/CleanOutFridgeAction.cs
|
||||||
startLine: 18
|
startLine: 16
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: public CleanOutFridgeAction(ActionType type, ActionInfo info)
|
content: public CleanOutFridgeAction(ActionType type, ActionInfo info)
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -135,20 +135,20 @@ items:
|
||||||
- id: info
|
- id: info
|
||||||
type: TinyLife.Actions.ActionInfo
|
type: TinyLife.Actions.ActionInfo
|
||||||
content.vb: Public Sub New(type As ActionType, info As 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)
|
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)
|
name.vb: New(ActionType, ActionInfo)
|
||||||
- uid: 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.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)
|
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
parent: TinyLife.CleanOutFridgeAction
|
parent: TinyLife.Actions.CleanOutFridgeAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Update(GameTime, TimeSpan, float)
|
name: Update(GameTime, TimeSpan, float)
|
||||||
nameWithType: CleanOutFridgeAction.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
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -157,10 +157,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: ../TinyLife/Actions/CleanOutFridgeAction.cs
|
path: ../TinyLife/Actions/CleanOutFridgeAction.cs
|
||||||
startLine: 22
|
startLine: 20
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
|
content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -172,20 +172,20 @@ items:
|
||||||
type: System.Single
|
type: System.Single
|
||||||
content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As 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)
|
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)
|
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)
|
name.vb: Update(GameTime, TimeSpan, Single)
|
||||||
- uid: TinyLife.CleanOutFridgeAction.Validate(TinyLife.Objects.Person)
|
- uid: TinyLife.Actions.CleanOutFridgeAction.Validate(TinyLife.Objects.Person)
|
||||||
commentId: M:TinyLife.CleanOutFridgeAction.Validate(TinyLife.Objects.Person)
|
commentId: M:TinyLife.Actions.CleanOutFridgeAction.Validate(TinyLife.Objects.Person)
|
||||||
id: Validate(TinyLife.Objects.Person)
|
id: Validate(TinyLife.Objects.Person)
|
||||||
parent: TinyLife.CleanOutFridgeAction
|
parent: TinyLife.Actions.CleanOutFridgeAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Validate(Person)
|
name: Validate(Person)
|
||||||
nameWithType: CleanOutFridgeAction.Validate(Person)
|
nameWithType: CleanOutFridgeAction.Validate(Person)
|
||||||
fullName: TinyLife.CleanOutFridgeAction.Validate(TinyLife.Objects.Person)
|
fullName: TinyLife.Actions.CleanOutFridgeAction.Validate(TinyLife.Objects.Person)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -194,10 +194,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: ../TinyLife/Actions/CleanOutFridgeAction.cs
|
path: ../TinyLife/Actions/CleanOutFridgeAction.cs
|
||||||
startLine: 43
|
startLine: 41
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: public override bool Validate(Person person)
|
content: public override bool Validate(Person person)
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -207,17 +207,17 @@ items:
|
||||||
type: System.Boolean
|
type: System.Boolean
|
||||||
content.vb: Public Overrides Function Validate(person As Person) As Boolean
|
content.vb: Public Overrides Function Validate(person As Person) As Boolean
|
||||||
overridden: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
|
overridden: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
|
||||||
overload: TinyLife.CleanOutFridgeAction.Validate*
|
overload: TinyLife.Actions.CleanOutFridgeAction.Validate*
|
||||||
- uid: TinyLife.CleanOutFridgeAction.IsCompleted
|
- uid: TinyLife.Actions.CleanOutFridgeAction.IsCompleted
|
||||||
commentId: M:TinyLife.CleanOutFridgeAction.IsCompleted
|
commentId: M:TinyLife.Actions.CleanOutFridgeAction.IsCompleted
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
parent: TinyLife.CleanOutFridgeAction
|
parent: TinyLife.Actions.CleanOutFridgeAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: IsCompleted()
|
name: IsCompleted()
|
||||||
nameWithType: CleanOutFridgeAction.IsCompleted()
|
nameWithType: CleanOutFridgeAction.IsCompleted()
|
||||||
fullName: TinyLife.CleanOutFridgeAction.IsCompleted()
|
fullName: TinyLife.Actions.CleanOutFridgeAction.IsCompleted()
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -226,27 +226,27 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
path: ../TinyLife/Actions/CleanOutFridgeAction.cs
|
path: ../TinyLife/Actions/CleanOutFridgeAction.cs
|
||||||
startLine: 47
|
startLine: 45
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: public override CompletionType IsCompleted()
|
content: public override CompletionType IsCompleted()
|
||||||
return:
|
return:
|
||||||
type: TinyLife.Actions.CompletionType
|
type: TinyLife.Actions.CompletionType
|
||||||
content.vb: Public Overrides Function IsCompleted() As CompletionType
|
content.vb: Public Overrides Function IsCompleted() As CompletionType
|
||||||
overridden: TinyLife.Actions.Action.IsCompleted
|
overridden: TinyLife.Actions.Action.IsCompleted
|
||||||
overload: TinyLife.CleanOutFridgeAction.IsCompleted*
|
overload: TinyLife.Actions.CleanOutFridgeAction.IsCompleted*
|
||||||
- uid: TinyLife.CleanOutFridgeAction.OnCompleted(TinyLife.Actions.CompletionType)
|
- uid: TinyLife.Actions.CleanOutFridgeAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
commentId: M:TinyLife.CleanOutFridgeAction.OnCompleted(TinyLife.Actions.CompletionType)
|
commentId: M:TinyLife.Actions.CleanOutFridgeAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
id: OnCompleted(TinyLife.Actions.CompletionType)
|
id: OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
parent: TinyLife.CleanOutFridgeAction
|
parent: TinyLife.Actions.CleanOutFridgeAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: OnCompleted(CompletionType)
|
name: OnCompleted(CompletionType)
|
||||||
nameWithType: CleanOutFridgeAction.OnCompleted(CompletionType)
|
nameWithType: CleanOutFridgeAction.OnCompleted(CompletionType)
|
||||||
fullName: TinyLife.CleanOutFridgeAction.OnCompleted(TinyLife.Actions.CompletionType)
|
fullName: TinyLife.Actions.CleanOutFridgeAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -255,10 +255,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: ../TinyLife/Actions/CleanOutFridgeAction.cs
|
path: ../TinyLife/Actions/CleanOutFridgeAction.cs
|
||||||
startLine: 51
|
startLine: 49
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: public override void OnCompleted(CompletionType type)
|
content: public override void OnCompleted(CompletionType type)
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -266,13 +266,25 @@ items:
|
||||||
type: TinyLife.Actions.CompletionType
|
type: TinyLife.Actions.CompletionType
|
||||||
content.vb: Public Overrides Sub OnCompleted(type As CompletionType)
|
content.vb: Public Overrides Sub OnCompleted(type As CompletionType)
|
||||||
overridden: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
|
overridden: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
overload: TinyLife.CleanOutFridgeAction.OnCompleted*
|
overload: TinyLife.Actions.CleanOutFridgeAction.OnCompleted*
|
||||||
references:
|
references:
|
||||||
- uid: TinyLife
|
- uid: TinyLife.Actions
|
||||||
commentId: N:TinyLife
|
commentId: N:TinyLife.Actions
|
||||||
|
name: TinyLife.Actions
|
||||||
|
nameWithType: TinyLife.Actions
|
||||||
|
fullName: TinyLife.Actions
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife
|
||||||
name: TinyLife
|
name: TinyLife
|
||||||
nameWithType: TinyLife
|
- name: .
|
||||||
fullName: TinyLife
|
- uid: TinyLife.Actions
|
||||||
|
name: Actions
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife
|
||||||
|
name: TinyLife
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Actions
|
||||||
|
name: Actions
|
||||||
- uid: System.Object
|
- uid: System.Object
|
||||||
commentId: T:System.Object
|
commentId: T:System.Object
|
||||||
parent: System
|
parent: System
|
||||||
|
@ -954,24 +966,24 @@ references:
|
||||||
name: TextureRegion
|
name: TextureRegion
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
- 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
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
||||||
- name: (
|
- name: (
|
||||||
- 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)
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
parent: TinyLife.Utilities.Extensions
|
parent: TinyLife.Utilities.Extensions
|
||||||
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
name: JsonCopy<CleanOutFridgeAction>(CleanOutFridgeAction)
|
name: JsonCopy<CleanOutFridgeAction>(CleanOutFridgeAction)
|
||||||
nameWithType: Extensions.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)
|
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)
|
name.vb: JsonCopy(Of CleanOutFridgeAction)(CleanOutFridgeAction)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.CleanOutFridgeAction)
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.CleanOutFridgeAction)
|
||||||
name: JsonCopy
|
name: JsonCopy
|
||||||
- name: <
|
- name: <
|
||||||
- uid: TinyLife.CleanOutFridgeAction
|
- uid: TinyLife.Actions.CleanOutFridgeAction
|
||||||
name: CleanOutFridgeAction
|
name: CleanOutFridgeAction
|
||||||
- name: '>'
|
- name: '>'
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.CleanOutFridgeAction
|
- uid: TinyLife.Actions.CleanOutFridgeAction
|
||||||
name: CleanOutFridgeAction
|
name: CleanOutFridgeAction
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.CleanOutFridgeAction)
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.CleanOutFridgeAction)
|
||||||
name: JsonCopy
|
name: JsonCopy
|
||||||
- name: (
|
- name: (
|
||||||
- name: Of
|
- name: Of
|
||||||
- name: " "
|
- name: " "
|
||||||
- uid: TinyLife.CleanOutFridgeAction
|
- uid: TinyLife.Actions.CleanOutFridgeAction
|
||||||
name: CleanOutFridgeAction
|
name: CleanOutFridgeAction
|
||||||
- name: )
|
- name: )
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.CleanOutFridgeAction
|
- uid: TinyLife.Actions.CleanOutFridgeAction
|
||||||
name: CleanOutFridgeAction
|
name: CleanOutFridgeAction
|
||||||
- name: )
|
- name: )
|
||||||
- uid: System
|
- uid: System
|
||||||
|
@ -2856,23 +2868,6 @@ references:
|
||||||
- uid: MLEM.Data.Json
|
- uid: MLEM.Data.Json
|
||||||
name: Json
|
name: Json
|
||||||
isExternal: true
|
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
|
- uid: MLEM.Misc
|
||||||
commentId: N:MLEM.Misc
|
commentId: N:MLEM.Misc
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
@ -2990,13 +2985,13 @@ references:
|
||||||
- name: .
|
- name: .
|
||||||
- uid: TinyLife.Utilities
|
- uid: TinyLife.Utilities
|
||||||
name: Utilities
|
name: Utilities
|
||||||
- uid: TinyLife.CleanOutFridgeAction.#ctor*
|
- uid: TinyLife.Actions.CleanOutFridgeAction.#ctor*
|
||||||
commentId: Overload:TinyLife.CleanOutFridgeAction.#ctor
|
commentId: Overload:TinyLife.Actions.CleanOutFridgeAction.#ctor
|
||||||
name: CleanOutFridgeAction
|
name: CleanOutFridgeAction
|
||||||
nameWithType: CleanOutFridgeAction.CleanOutFridgeAction
|
nameWithType: CleanOutFridgeAction.CleanOutFridgeAction
|
||||||
fullName: TinyLife.CleanOutFridgeAction.CleanOutFridgeAction
|
fullName: TinyLife.Actions.CleanOutFridgeAction.CleanOutFridgeAction
|
||||||
nameWithType.vb: CleanOutFridgeAction.New
|
nameWithType.vb: CleanOutFridgeAction.New
|
||||||
fullName.vb: TinyLife.CleanOutFridgeAction.New
|
fullName.vb: TinyLife.Actions.CleanOutFridgeAction.New
|
||||||
name.vb: New
|
name.vb: New
|
||||||
- uid: TinyLife.Actions.ActionType
|
- uid: TinyLife.Actions.ActionType
|
||||||
commentId: T:TinyLife.Actions.ActionType
|
commentId: T:TinyLife.Actions.ActionType
|
||||||
|
@ -3061,11 +3056,11 @@ references:
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.CleanOutFridgeAction.Update*
|
- uid: TinyLife.Actions.CleanOutFridgeAction.Update*
|
||||||
commentId: Overload:TinyLife.CleanOutFridgeAction.Update
|
commentId: Overload:TinyLife.Actions.CleanOutFridgeAction.Update
|
||||||
name: Update
|
name: Update
|
||||||
nameWithType: CleanOutFridgeAction.Update
|
nameWithType: CleanOutFridgeAction.Update
|
||||||
fullName: TinyLife.CleanOutFridgeAction.Update
|
fullName: TinyLife.Actions.CleanOutFridgeAction.Update
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
commentId: T:Microsoft.Xna.Framework.GameTime
|
commentId: T:Microsoft.Xna.Framework.GameTime
|
||||||
parent: Microsoft.Xna.Framework
|
parent: Microsoft.Xna.Framework
|
||||||
|
@ -3142,11 +3137,11 @@ references:
|
||||||
- uid: TinyLife.Objects.Person
|
- uid: TinyLife.Objects.Person
|
||||||
name: Person
|
name: Person
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.CleanOutFridgeAction.Validate*
|
- uid: TinyLife.Actions.CleanOutFridgeAction.Validate*
|
||||||
commentId: Overload:TinyLife.CleanOutFridgeAction.Validate
|
commentId: Overload:TinyLife.Actions.CleanOutFridgeAction.Validate
|
||||||
name: Validate
|
name: Validate
|
||||||
nameWithType: CleanOutFridgeAction.Validate
|
nameWithType: CleanOutFridgeAction.Validate
|
||||||
fullName: TinyLife.CleanOutFridgeAction.Validate
|
fullName: TinyLife.Actions.CleanOutFridgeAction.Validate
|
||||||
- uid: TinyLife.Objects.Person
|
- uid: TinyLife.Objects.Person
|
||||||
commentId: T:TinyLife.Objects.Person
|
commentId: T:TinyLife.Objects.Person
|
||||||
parent: TinyLife.Objects
|
parent: TinyLife.Objects
|
||||||
|
@ -3197,11 +3192,11 @@ references:
|
||||||
name: IsCompleted
|
name: IsCompleted
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.CleanOutFridgeAction.IsCompleted*
|
- uid: TinyLife.Actions.CleanOutFridgeAction.IsCompleted*
|
||||||
commentId: Overload:TinyLife.CleanOutFridgeAction.IsCompleted
|
commentId: Overload:TinyLife.Actions.CleanOutFridgeAction.IsCompleted
|
||||||
name: IsCompleted
|
name: IsCompleted
|
||||||
nameWithType: CleanOutFridgeAction.IsCompleted
|
nameWithType: CleanOutFridgeAction.IsCompleted
|
||||||
fullName: TinyLife.CleanOutFridgeAction.IsCompleted
|
fullName: TinyLife.Actions.CleanOutFridgeAction.IsCompleted
|
||||||
- uid: TinyLife.Actions.CompletionType
|
- uid: TinyLife.Actions.CompletionType
|
||||||
commentId: T:TinyLife.Actions.CompletionType
|
commentId: T:TinyLife.Actions.CompletionType
|
||||||
parent: TinyLife.Actions
|
parent: TinyLife.Actions
|
||||||
|
@ -3228,8 +3223,8 @@ references:
|
||||||
- uid: TinyLife.Actions.CompletionType
|
- uid: TinyLife.Actions.CompletionType
|
||||||
name: CompletionType
|
name: CompletionType
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.CleanOutFridgeAction.OnCompleted*
|
- uid: TinyLife.Actions.CleanOutFridgeAction.OnCompleted*
|
||||||
commentId: Overload:TinyLife.CleanOutFridgeAction.OnCompleted
|
commentId: Overload:TinyLife.Actions.CleanOutFridgeAction.OnCompleted
|
||||||
name: OnCompleted
|
name: OnCompleted
|
||||||
nameWithType: CleanOutFridgeAction.OnCompleted
|
nameWithType: CleanOutFridgeAction.OnCompleted
|
||||||
fullName: TinyLife.CleanOutFridgeAction.OnCompleted
|
fullName: TinyLife.Actions.CleanOutFridgeAction.OnCompleted
|
|
@ -1,21 +1,21 @@
|
||||||
### YamlMime:ManagedReference
|
### YamlMime:ManagedReference
|
||||||
items:
|
items:
|
||||||
- uid: TinyLife.DebugAction
|
- uid: TinyLife.Actions.DebugAction
|
||||||
commentId: T:TinyLife.DebugAction
|
commentId: T:TinyLife.Actions.DebugAction
|
||||||
id: DebugAction
|
id: DebugAction
|
||||||
parent: TinyLife
|
parent: TinyLife.Actions
|
||||||
children:
|
children:
|
||||||
- TinyLife.DebugAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
- TinyLife.Actions.DebugAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
||||||
- TinyLife.DebugAction.Create(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate)
|
- TinyLife.Actions.DebugAction.Create(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate)
|
||||||
- TinyLife.DebugAction.IsCompleted
|
- TinyLife.Actions.DebugAction.IsCompleted
|
||||||
- TinyLife.DebugAction.OnCompleted(TinyLife.Actions.CompletionType)
|
- TinyLife.Actions.DebugAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
- TinyLife.DebugAction.Run
|
- TinyLife.Actions.DebugAction.Run
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: DebugAction
|
name: DebugAction
|
||||||
nameWithType: DebugAction
|
nameWithType: DebugAction
|
||||||
fullName: TinyLife.DebugAction
|
fullName: TinyLife.Actions.DebugAction
|
||||||
type: Class
|
type: Class
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -24,10 +24,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DebugAction
|
id: DebugAction
|
||||||
path: ../TinyLife/Actions/DebugAction.cs
|
path: ../TinyLife/Actions/DebugAction.cs
|
||||||
startLine: 8
|
startLine: 6
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: 'public abstract class DebugAction : Action, IGenericDataHolder'
|
content: 'public abstract class DebugAction : Action, IGenericDataHolder'
|
||||||
content.vb: Public MustInherit Class DebugAction Inherits Action Implements 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.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.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.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.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.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||||
|
@ -106,17 +106,17 @@ items:
|
||||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||||
- System.Object.ToString
|
- System.Object.ToString
|
||||||
extensionMethods:
|
extensionMethods:
|
||||||
- TinyLife.DebugAction.TinyLife.Utilities.Extensions.JsonCopy``1
|
- TinyLife.Actions.DebugAction.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||||
- uid: TinyLife.DebugAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
- uid: TinyLife.Actions.DebugAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
||||||
commentId: M:TinyLife.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)'
|
id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)'
|
||||||
parent: TinyLife.DebugAction
|
parent: TinyLife.Actions.DebugAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: DebugAction(ActionType, ActionInfo)
|
name: DebugAction(ActionType, ActionInfo)
|
||||||
nameWithType: DebugAction.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
|
type: Constructor
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -125,10 +125,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/DebugAction.cs
|
path: ../TinyLife/Actions/DebugAction.cs
|
||||||
startLine: 11
|
startLine: 9
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
summary: "\nCreates a new action with the given action information.\n"
|
summary: "\nCreates a new action with the given action information.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -141,20 +141,20 @@ items:
|
||||||
type: TinyLife.Actions.ActionInfo
|
type: TinyLife.Actions.ActionInfo
|
||||||
description: The information for this action.
|
description: The information for this action.
|
||||||
content.vb: Protected Sub New(type As ActionType, info As ActionInfo)
|
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)
|
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)
|
name.vb: New(ActionType, ActionInfo)
|
||||||
- uid: TinyLife.DebugAction.Run
|
- uid: TinyLife.Actions.DebugAction.Run
|
||||||
commentId: M:TinyLife.DebugAction.Run
|
commentId: M:TinyLife.Actions.DebugAction.Run
|
||||||
id: Run
|
id: Run
|
||||||
parent: TinyLife.DebugAction
|
parent: TinyLife.Actions.DebugAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Run()
|
name: Run()
|
||||||
nameWithType: DebugAction.Run()
|
nameWithType: DebugAction.Run()
|
||||||
fullName: TinyLife.DebugAction.Run()
|
fullName: TinyLife.Actions.DebugAction.Run()
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -163,24 +163,24 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Run
|
id: Run
|
||||||
path: ../TinyLife/Actions/DebugAction.cs
|
path: ../TinyLife/Actions/DebugAction.cs
|
||||||
startLine: 13
|
startLine: 11
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: protected abstract void Run()
|
content: protected abstract void Run()
|
||||||
content.vb: Protected MustOverride Sub Run()
|
content.vb: Protected MustOverride Sub Run()
|
||||||
overload: TinyLife.DebugAction.Run*
|
overload: TinyLife.Actions.DebugAction.Run*
|
||||||
- uid: TinyLife.DebugAction.IsCompleted
|
- uid: TinyLife.Actions.DebugAction.IsCompleted
|
||||||
commentId: M:TinyLife.DebugAction.IsCompleted
|
commentId: M:TinyLife.Actions.DebugAction.IsCompleted
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
parent: TinyLife.DebugAction
|
parent: TinyLife.Actions.DebugAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: IsCompleted()
|
name: IsCompleted()
|
||||||
nameWithType: DebugAction.IsCompleted()
|
nameWithType: DebugAction.IsCompleted()
|
||||||
fullName: TinyLife.DebugAction.IsCompleted()
|
fullName: TinyLife.Actions.DebugAction.IsCompleted()
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -189,10 +189,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
path: ../TinyLife/Actions/DebugAction.cs
|
path: ../TinyLife/Actions/DebugAction.cs
|
||||||
startLine: 16
|
startLine: 14
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- 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"
|
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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -202,17 +202,17 @@ items:
|
||||||
description: The current completion type of this action
|
description: The current completion type of this action
|
||||||
content.vb: Public Overrides Function IsCompleted() As CompletionType
|
content.vb: Public Overrides Function IsCompleted() As CompletionType
|
||||||
overridden: TinyLife.Actions.Action.IsCompleted
|
overridden: TinyLife.Actions.Action.IsCompleted
|
||||||
overload: TinyLife.DebugAction.IsCompleted*
|
overload: TinyLife.Actions.DebugAction.IsCompleted*
|
||||||
- uid: TinyLife.DebugAction.OnCompleted(TinyLife.Actions.CompletionType)
|
- uid: TinyLife.Actions.DebugAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
commentId: M:TinyLife.DebugAction.OnCompleted(TinyLife.Actions.CompletionType)
|
commentId: M:TinyLife.Actions.DebugAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
id: OnCompleted(TinyLife.Actions.CompletionType)
|
id: OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
parent: TinyLife.DebugAction
|
parent: TinyLife.Actions.DebugAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: OnCompleted(CompletionType)
|
name: OnCompleted(CompletionType)
|
||||||
nameWithType: DebugAction.OnCompleted(CompletionType)
|
nameWithType: DebugAction.OnCompleted(CompletionType)
|
||||||
fullName: TinyLife.DebugAction.OnCompleted(TinyLife.Actions.CompletionType)
|
fullName: TinyLife.Actions.DebugAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -221,10 +221,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: ../TinyLife/Actions/DebugAction.cs
|
path: ../TinyLife/Actions/DebugAction.cs
|
||||||
startLine: 21
|
startLine: 19
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- 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"
|
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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -235,17 +235,17 @@ items:
|
||||||
description: The type that this action completed with
|
description: The type that this action completed with
|
||||||
content.vb: Public Overrides Sub OnCompleted(type As CompletionType)
|
content.vb: Public Overrides Sub OnCompleted(type As CompletionType)
|
||||||
overridden: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
|
overridden: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
overload: TinyLife.DebugAction.OnCompleted*
|
overload: TinyLife.Actions.DebugAction.OnCompleted*
|
||||||
- uid: TinyLife.DebugAction.Create(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate)
|
- uid: TinyLife.Actions.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)
|
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)
|
id: Create(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate)
|
||||||
parent: TinyLife.DebugAction
|
parent: TinyLife.Actions.DebugAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Create(string, ObjectCategory, Type, CanExecuteDelegate)
|
name: Create(string, ObjectCategory, Type, CanExecuteDelegate)
|
||||||
nameWithType: DebugAction.Create(string, ObjectCategory, Type, ActionType.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
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -254,10 +254,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Create
|
id: Create
|
||||||
path: ../TinyLife/Actions/DebugAction.cs
|
path: ../TinyLife/Actions/DebugAction.cs
|
||||||
startLine: 27
|
startLine: 25
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: public static ActionType.TypeSettings Create(string name, ObjectCategory context, Type constructedType, ActionType.CanExecuteDelegate canExecute = null)
|
content: public static ActionType.TypeSettings Create(string name, ObjectCategory context, Type constructedType, ActionType.CanExecuteDelegate canExecute = null)
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -272,16 +272,28 @@ items:
|
||||||
return:
|
return:
|
||||||
type: TinyLife.Actions.ActionType.TypeSettings
|
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
|
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)
|
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)
|
name.vb: Create(String, ObjectCategory, Type, CanExecuteDelegate)
|
||||||
references:
|
references:
|
||||||
- uid: TinyLife
|
- uid: TinyLife.Actions
|
||||||
commentId: N:TinyLife
|
commentId: N:TinyLife.Actions
|
||||||
|
name: TinyLife.Actions
|
||||||
|
nameWithType: TinyLife.Actions
|
||||||
|
fullName: TinyLife.Actions
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife
|
||||||
name: TinyLife
|
name: TinyLife
|
||||||
nameWithType: TinyLife
|
- name: .
|
||||||
fullName: TinyLife
|
- uid: TinyLife.Actions
|
||||||
|
name: Actions
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife
|
||||||
|
name: TinyLife
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Actions
|
||||||
|
name: Actions
|
||||||
- uid: System.Object
|
- uid: System.Object
|
||||||
commentId: T:System.Object
|
commentId: T:System.Object
|
||||||
parent: System
|
parent: System
|
||||||
|
@ -1034,24 +1046,24 @@ references:
|
||||||
name: TextureRegion
|
name: TextureRegion
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
- 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
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
||||||
- name: (
|
- name: (
|
||||||
- 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)
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
parent: TinyLife.Utilities.Extensions
|
parent: TinyLife.Utilities.Extensions
|
||||||
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
name: JsonCopy<DebugAction>(DebugAction)
|
name: JsonCopy<DebugAction>(DebugAction)
|
||||||
nameWithType: Extensions.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)
|
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)
|
name.vb: JsonCopy(Of DebugAction)(DebugAction)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.DebugAction)
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.DebugAction)
|
||||||
name: JsonCopy
|
name: JsonCopy
|
||||||
- name: <
|
- name: <
|
||||||
- uid: TinyLife.DebugAction
|
- uid: TinyLife.Actions.DebugAction
|
||||||
name: DebugAction
|
name: DebugAction
|
||||||
- name: '>'
|
- name: '>'
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.DebugAction
|
- uid: TinyLife.Actions.DebugAction
|
||||||
name: DebugAction
|
name: DebugAction
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.DebugAction)
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.DebugAction)
|
||||||
name: JsonCopy
|
name: JsonCopy
|
||||||
- name: (
|
- name: (
|
||||||
- name: Of
|
- name: Of
|
||||||
- name: " "
|
- name: " "
|
||||||
- uid: TinyLife.DebugAction
|
- uid: TinyLife.Actions.DebugAction
|
||||||
name: DebugAction
|
name: DebugAction
|
||||||
- name: )
|
- name: )
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.DebugAction
|
- uid: TinyLife.Actions.DebugAction
|
||||||
name: DebugAction
|
name: DebugAction
|
||||||
- name: )
|
- name: )
|
||||||
- uid: System
|
- uid: System
|
||||||
|
@ -2936,23 +2948,6 @@ references:
|
||||||
- uid: MLEM.Data.Json
|
- uid: MLEM.Data.Json
|
||||||
name: Json
|
name: Json
|
||||||
isExternal: true
|
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
|
- uid: MLEM.Misc
|
||||||
commentId: N:MLEM.Misc
|
commentId: N:MLEM.Misc
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
@ -3070,13 +3065,13 @@ references:
|
||||||
- name: .
|
- name: .
|
||||||
- uid: TinyLife.Utilities
|
- uid: TinyLife.Utilities
|
||||||
name: Utilities
|
name: Utilities
|
||||||
- uid: TinyLife.DebugAction.#ctor*
|
- uid: TinyLife.Actions.DebugAction.#ctor*
|
||||||
commentId: Overload:TinyLife.DebugAction.#ctor
|
commentId: Overload:TinyLife.Actions.DebugAction.#ctor
|
||||||
name: DebugAction
|
name: DebugAction
|
||||||
nameWithType: DebugAction.DebugAction
|
nameWithType: DebugAction.DebugAction
|
||||||
fullName: TinyLife.DebugAction.DebugAction
|
fullName: TinyLife.Actions.DebugAction.DebugAction
|
||||||
nameWithType.vb: DebugAction.New
|
nameWithType.vb: DebugAction.New
|
||||||
fullName.vb: TinyLife.DebugAction.New
|
fullName.vb: TinyLife.Actions.DebugAction.New
|
||||||
name.vb: New
|
name.vb: New
|
||||||
- uid: TinyLife.Actions.ActionType
|
- uid: TinyLife.Actions.ActionType
|
||||||
commentId: T:TinyLife.Actions.ActionType
|
commentId: T:TinyLife.Actions.ActionType
|
||||||
|
@ -3090,11 +3085,11 @@ references:
|
||||||
name: ActionInfo
|
name: ActionInfo
|
||||||
nameWithType: ActionInfo
|
nameWithType: ActionInfo
|
||||||
fullName: TinyLife.Actions.ActionInfo
|
fullName: TinyLife.Actions.ActionInfo
|
||||||
- uid: TinyLife.DebugAction.Run*
|
- uid: TinyLife.Actions.DebugAction.Run*
|
||||||
commentId: Overload:TinyLife.DebugAction.Run
|
commentId: Overload:TinyLife.Actions.DebugAction.Run
|
||||||
name: Run
|
name: Run
|
||||||
nameWithType: DebugAction.Run
|
nameWithType: DebugAction.Run
|
||||||
fullName: TinyLife.DebugAction.Run
|
fullName: TinyLife.Actions.DebugAction.Run
|
||||||
- uid: TinyLife.Actions.Action.IsCompleted
|
- uid: TinyLife.Actions.Action.IsCompleted
|
||||||
commentId: M:TinyLife.Actions.Action.IsCompleted
|
commentId: M:TinyLife.Actions.Action.IsCompleted
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
|
@ -3111,11 +3106,11 @@ references:
|
||||||
name: IsCompleted
|
name: IsCompleted
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.DebugAction.IsCompleted*
|
- uid: TinyLife.Actions.DebugAction.IsCompleted*
|
||||||
commentId: Overload:TinyLife.DebugAction.IsCompleted
|
commentId: Overload:TinyLife.Actions.DebugAction.IsCompleted
|
||||||
name: IsCompleted
|
name: IsCompleted
|
||||||
nameWithType: DebugAction.IsCompleted
|
nameWithType: DebugAction.IsCompleted
|
||||||
fullName: TinyLife.DebugAction.IsCompleted
|
fullName: TinyLife.Actions.DebugAction.IsCompleted
|
||||||
- uid: TinyLife.Actions.CompletionType
|
- uid: TinyLife.Actions.CompletionType
|
||||||
commentId: T:TinyLife.Actions.CompletionType
|
commentId: T:TinyLife.Actions.CompletionType
|
||||||
parent: TinyLife.Actions
|
parent: TinyLife.Actions
|
||||||
|
@ -3142,16 +3137,16 @@ references:
|
||||||
- uid: TinyLife.Actions.CompletionType
|
- uid: TinyLife.Actions.CompletionType
|
||||||
name: CompletionType
|
name: CompletionType
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.DebugAction.OnCompleted*
|
- uid: TinyLife.Actions.DebugAction.OnCompleted*
|
||||||
commentId: Overload:TinyLife.DebugAction.OnCompleted
|
commentId: Overload:TinyLife.Actions.DebugAction.OnCompleted
|
||||||
name: OnCompleted
|
name: OnCompleted
|
||||||
nameWithType: DebugAction.OnCompleted
|
nameWithType: DebugAction.OnCompleted
|
||||||
fullName: TinyLife.DebugAction.OnCompleted
|
fullName: TinyLife.Actions.DebugAction.OnCompleted
|
||||||
- uid: TinyLife.DebugAction.Create*
|
- uid: TinyLife.Actions.DebugAction.Create*
|
||||||
commentId: Overload:TinyLife.DebugAction.Create
|
commentId: Overload:TinyLife.Actions.DebugAction.Create
|
||||||
name: Create
|
name: Create
|
||||||
nameWithType: DebugAction.Create
|
nameWithType: DebugAction.Create
|
||||||
fullName: TinyLife.DebugAction.Create
|
fullName: TinyLife.Actions.DebugAction.Create
|
||||||
- uid: System.String
|
- uid: System.String
|
||||||
commentId: T:System.String
|
commentId: T:System.String
|
||||||
parent: System
|
parent: System
|
|
@ -1,28 +1,28 @@
|
||||||
### YamlMime:ManagedReference
|
### YamlMime:ManagedReference
|
||||||
items:
|
items:
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction
|
- uid: TinyLife.Actions.DeferredAction
|
||||||
commentId: T:TinyLife.Actions.Typeless.DeferredAction
|
commentId: T:TinyLife.Actions.DeferredAction
|
||||||
id: DeferredAction
|
id: DeferredAction
|
||||||
parent: TinyLife.Actions.Typeless
|
parent: TinyLife.Actions
|
||||||
children:
|
children:
|
||||||
- TinyLife.Actions.Typeless.DeferredAction.#ctor(TinyLife.Actions.ActionInfo)
|
- TinyLife.Actions.DeferredAction.#ctor(TinyLife.Actions.ActionInfo)
|
||||||
- TinyLife.Actions.Typeless.DeferredAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
- TinyLife.Actions.DeferredAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
||||||
- TinyLife.Actions.Typeless.DeferredAction.Action
|
- TinyLife.Actions.DeferredAction.Action
|
||||||
- TinyLife.Actions.Typeless.DeferredAction.CanMultitask(TinyLife.Actions.Action)
|
- TinyLife.Actions.DeferredAction.CanMultitask(TinyLife.Actions.Action)
|
||||||
- TinyLife.Actions.Typeless.DeferredAction.CreateAction
|
- TinyLife.Actions.DeferredAction.CreateAction
|
||||||
- TinyLife.Actions.Typeless.DeferredAction.FullyInProgress
|
- TinyLife.Actions.DeferredAction.FullyInProgress
|
||||||
- TinyLife.Actions.Typeless.DeferredAction.Initialize
|
- TinyLife.Actions.DeferredAction.Initialize
|
||||||
- TinyLife.Actions.Typeless.DeferredAction.InProgressTime
|
- TinyLife.Actions.DeferredAction.InProgressTime
|
||||||
- TinyLife.Actions.Typeless.DeferredAction.IsCompleted
|
- TinyLife.Actions.DeferredAction.IsCompleted
|
||||||
- TinyLife.Actions.Typeless.DeferredAction.OnCompleted(TinyLife.Actions.CompletionType)
|
- TinyLife.Actions.DeferredAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
- TinyLife.Actions.Typeless.DeferredAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
- TinyLife.Actions.DeferredAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
- TinyLife.Actions.Typeless.DeferredAction.Validate(TinyLife.Objects.Person)
|
- TinyLife.Actions.DeferredAction.Validate(TinyLife.Objects.Person)
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: DeferredAction
|
name: DeferredAction
|
||||||
nameWithType: DeferredAction
|
nameWithType: DeferredAction
|
||||||
fullName: TinyLife.Actions.Typeless.DeferredAction
|
fullName: TinyLife.Actions.DeferredAction
|
||||||
type: Class
|
type: Class
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -31,11 +31,11 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DeferredAction
|
id: DeferredAction
|
||||||
path: ../TinyLife/Actions/DeferredAction.cs
|
path: ../TinyLife/Actions/DeferredAction.cs
|
||||||
startLine: 14
|
startLine: 12
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions.Typeless
|
namespace: TinyLife.Actions
|
||||||
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"
|
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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: 'public abstract class DeferredAction : Action, IGenericDataHolder'
|
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.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.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.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.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.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||||
|
@ -109,17 +109,17 @@ items:
|
||||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||||
- System.Object.ToString
|
- System.Object.ToString
|
||||||
extensionMethods:
|
extensionMethods:
|
||||||
- TinyLife.Actions.Typeless.DeferredAction.TinyLife.Utilities.Extensions.JsonCopy``1
|
- TinyLife.Actions.DeferredAction.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction.FullyInProgress
|
- uid: TinyLife.Actions.DeferredAction.FullyInProgress
|
||||||
commentId: P:TinyLife.Actions.Typeless.DeferredAction.FullyInProgress
|
commentId: P:TinyLife.Actions.DeferredAction.FullyInProgress
|
||||||
id: FullyInProgress
|
id: FullyInProgress
|
||||||
parent: TinyLife.Actions.Typeless.DeferredAction
|
parent: TinyLife.Actions.DeferredAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: FullyInProgress
|
name: FullyInProgress
|
||||||
nameWithType: DeferredAction.FullyInProgress
|
nameWithType: DeferredAction.FullyInProgress
|
||||||
fullName: TinyLife.Actions.Typeless.DeferredAction.FullyInProgress
|
fullName: TinyLife.Actions.DeferredAction.FullyInProgress
|
||||||
type: Property
|
type: Property
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -128,10 +128,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FullyInProgress
|
id: FullyInProgress
|
||||||
path: ../TinyLife/Actions/DeferredAction.cs
|
path: ../TinyLife/Actions/DeferredAction.cs
|
||||||
startLine: 17
|
startLine: 15
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions.Typeless
|
namespace: TinyLife.Actions
|
||||||
summary: "\nReturns whether this action is currently "properly" 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"
|
summary: "\nReturns whether this action is currently "properly" 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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -142,17 +142,17 @@ items:
|
||||||
description: Whether this action is fully in progress
|
description: Whether this action is fully in progress
|
||||||
content.vb: Public Overrides ReadOnly Property FullyInProgress As Boolean
|
content.vb: Public Overrides ReadOnly Property FullyInProgress As Boolean
|
||||||
overridden: TinyLife.Actions.Action.FullyInProgress
|
overridden: TinyLife.Actions.Action.FullyInProgress
|
||||||
overload: TinyLife.Actions.Typeless.DeferredAction.FullyInProgress*
|
overload: TinyLife.Actions.DeferredAction.FullyInProgress*
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction.InProgressTime
|
- uid: TinyLife.Actions.DeferredAction.InProgressTime
|
||||||
commentId: P:TinyLife.Actions.Typeless.DeferredAction.InProgressTime
|
commentId: P:TinyLife.Actions.DeferredAction.InProgressTime
|
||||||
id: InProgressTime
|
id: InProgressTime
|
||||||
parent: TinyLife.Actions.Typeless.DeferredAction
|
parent: TinyLife.Actions.DeferredAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: InProgressTime
|
name: InProgressTime
|
||||||
nameWithType: DeferredAction.InProgressTime
|
nameWithType: DeferredAction.InProgressTime
|
||||||
fullName: TinyLife.Actions.Typeless.DeferredAction.InProgressTime
|
fullName: TinyLife.Actions.DeferredAction.InProgressTime
|
||||||
type: Property
|
type: Property
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -161,10 +161,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InProgressTime
|
id: InProgressTime
|
||||||
path: ../TinyLife/Actions/DeferredAction.cs
|
path: ../TinyLife/Actions/DeferredAction.cs
|
||||||
startLine: 19
|
startLine: 17
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions.Typeless
|
namespace: TinyLife.Actions
|
||||||
summary: "\nRepresents the amount of time that this action has "properly" 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"
|
summary: "\nRepresents the amount of time that this action has "properly" 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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -175,17 +175,17 @@ items:
|
||||||
description: The amount of time that this action has properly been in progress for
|
description: The amount of time that this action has properly been in progress for
|
||||||
content.vb: Public Overrides ReadOnly Property InProgressTime As TimeSpan
|
content.vb: Public Overrides ReadOnly Property InProgressTime As TimeSpan
|
||||||
overridden: TinyLife.Actions.Action.InProgressTime
|
overridden: TinyLife.Actions.Action.InProgressTime
|
||||||
overload: TinyLife.Actions.Typeless.DeferredAction.InProgressTime*
|
overload: TinyLife.Actions.DeferredAction.InProgressTime*
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction.Action
|
- uid: TinyLife.Actions.DeferredAction.Action
|
||||||
commentId: P:TinyLife.Actions.Typeless.DeferredAction.Action
|
commentId: P:TinyLife.Actions.DeferredAction.Action
|
||||||
id: Action
|
id: Action
|
||||||
parent: TinyLife.Actions.Typeless.DeferredAction
|
parent: TinyLife.Actions.DeferredAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Action
|
name: Action
|
||||||
nameWithType: DeferredAction.Action
|
nameWithType: DeferredAction.Action
|
||||||
fullName: TinyLife.Actions.Typeless.DeferredAction.Action
|
fullName: TinyLife.Actions.DeferredAction.Action
|
||||||
type: Property
|
type: Property
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -194,27 +194,27 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Action
|
id: Action
|
||||||
path: ../TinyLife/Actions/DeferredAction.cs
|
path: ../TinyLife/Actions/DeferredAction.cs
|
||||||
startLine: 21
|
startLine: 19
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions.Typeless
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: public Action Action { get; }
|
content: public Action Action { get; }
|
||||||
parameters: []
|
parameters: []
|
||||||
return:
|
return:
|
||||||
type: TinyLife.Actions.Action
|
type: TinyLife.Actions.Action
|
||||||
content.vb: Public ReadOnly Property Action As Action
|
content.vb: Public ReadOnly Property Action As Action
|
||||||
overload: TinyLife.Actions.Typeless.DeferredAction.Action*
|
overload: TinyLife.Actions.DeferredAction.Action*
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction.#ctor(TinyLife.Actions.ActionInfo)
|
- uid: TinyLife.Actions.DeferredAction.#ctor(TinyLife.Actions.ActionInfo)
|
||||||
commentId: M:TinyLife.Actions.Typeless.DeferredAction.#ctor(TinyLife.Actions.ActionInfo)
|
commentId: M:TinyLife.Actions.DeferredAction.#ctor(TinyLife.Actions.ActionInfo)
|
||||||
id: '#ctor(TinyLife.Actions.ActionInfo)'
|
id: '#ctor(TinyLife.Actions.ActionInfo)'
|
||||||
parent: TinyLife.Actions.Typeless.DeferredAction
|
parent: TinyLife.Actions.DeferredAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: DeferredAction(ActionInfo)
|
name: DeferredAction(ActionInfo)
|
||||||
nameWithType: DeferredAction.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
|
type: Constructor
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -223,10 +223,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/DeferredAction.cs
|
path: ../TinyLife/Actions/DeferredAction.cs
|
||||||
startLine: 27
|
startLine: 25
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions.Typeless
|
namespace: TinyLife.Actions
|
||||||
summary: "\nCreates a new typeless action with the given action information.\n"
|
summary: "\nCreates a new typeless action with the given action information.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -236,20 +236,20 @@ items:
|
||||||
type: TinyLife.Actions.ActionInfo
|
type: TinyLife.Actions.ActionInfo
|
||||||
description: The information for this action.
|
description: The information for this action.
|
||||||
content.vb: Protected Sub New(info As ActionInfo)
|
content.vb: Protected Sub New(info As ActionInfo)
|
||||||
overload: TinyLife.Actions.Typeless.DeferredAction.#ctor*
|
overload: TinyLife.Actions.DeferredAction.#ctor*
|
||||||
nameWithType.vb: DeferredAction.New(ActionInfo)
|
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)
|
name.vb: New(ActionInfo)
|
||||||
- uid: 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.Typeless.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)'
|
id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)'
|
||||||
parent: TinyLife.Actions.Typeless.DeferredAction
|
parent: TinyLife.Actions.DeferredAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: DeferredAction(ActionType, ActionInfo)
|
name: DeferredAction(ActionType, ActionInfo)
|
||||||
nameWithType: DeferredAction.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
|
type: Constructor
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -258,10 +258,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/DeferredAction.cs
|
path: ../TinyLife/Actions/DeferredAction.cs
|
||||||
startLine: 31
|
startLine: 29
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions.Typeless
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: protected DeferredAction(ActionType type, ActionInfo info)
|
content: protected DeferredAction(ActionType type, ActionInfo info)
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -270,20 +270,20 @@ items:
|
||||||
- id: info
|
- id: info
|
||||||
type: TinyLife.Actions.ActionInfo
|
type: TinyLife.Actions.ActionInfo
|
||||||
content.vb: Protected Sub New(type As ActionType, info As 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)
|
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)
|
name.vb: New(ActionType, ActionInfo)
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction.CreateAction
|
- uid: TinyLife.Actions.DeferredAction.CreateAction
|
||||||
commentId: M:TinyLife.Actions.Typeless.DeferredAction.CreateAction
|
commentId: M:TinyLife.Actions.DeferredAction.CreateAction
|
||||||
id: CreateAction
|
id: CreateAction
|
||||||
parent: TinyLife.Actions.Typeless.DeferredAction
|
parent: TinyLife.Actions.DeferredAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: CreateAction()
|
name: CreateAction()
|
||||||
nameWithType: DeferredAction.CreateAction()
|
nameWithType: DeferredAction.CreateAction()
|
||||||
fullName: TinyLife.Actions.Typeless.DeferredAction.CreateAction()
|
fullName: TinyLife.Actions.DeferredAction.CreateAction()
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -292,11 +292,11 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateAction
|
id: CreateAction
|
||||||
path: ../TinyLife/Actions/DeferredAction.cs
|
path: ../TinyLife/Actions/DeferredAction.cs
|
||||||
startLine: 40
|
startLine: 38
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions.Typeless
|
namespace: TinyLife.Actions
|
||||||
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"
|
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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: protected abstract Action CreateAction()
|
content: protected abstract Action CreateAction()
|
||||||
|
@ -304,17 +304,17 @@ items:
|
||||||
type: TinyLife.Actions.Action
|
type: TinyLife.Actions.Action
|
||||||
description: The action to execute.
|
description: The action to execute.
|
||||||
content.vb: Protected MustOverride Function CreateAction() As Action
|
content.vb: Protected MustOverride Function CreateAction() As Action
|
||||||
overload: TinyLife.Actions.Typeless.DeferredAction.CreateAction*
|
overload: TinyLife.Actions.DeferredAction.CreateAction*
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction.Initialize
|
- uid: TinyLife.Actions.DeferredAction.Initialize
|
||||||
commentId: M:TinyLife.Actions.Typeless.DeferredAction.Initialize
|
commentId: M:TinyLife.Actions.DeferredAction.Initialize
|
||||||
id: Initialize
|
id: Initialize
|
||||||
parent: TinyLife.Actions.Typeless.DeferredAction
|
parent: TinyLife.Actions.DeferredAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Initialize()
|
name: Initialize()
|
||||||
nameWithType: DeferredAction.Initialize()
|
nameWithType: DeferredAction.Initialize()
|
||||||
fullName: TinyLife.Actions.Typeless.DeferredAction.Initialize()
|
fullName: TinyLife.Actions.DeferredAction.Initialize()
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -323,27 +323,27 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Initialize
|
id: Initialize
|
||||||
path: ../TinyLife/Actions/DeferredAction.cs
|
path: ../TinyLife/Actions/DeferredAction.cs
|
||||||
startLine: 43
|
startLine: 41
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- 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"
|
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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public override void Initialize()
|
content: public override void Initialize()
|
||||||
content.vb: Public Overrides Sub Initialize()
|
content.vb: Public Overrides Sub Initialize()
|
||||||
overridden: TinyLife.Actions.Action.Initialize
|
overridden: TinyLife.Actions.Action.Initialize
|
||||||
overload: TinyLife.Actions.Typeless.DeferredAction.Initialize*
|
overload: TinyLife.Actions.DeferredAction.Initialize*
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
- uid: TinyLife.Actions.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)
|
commentId: M:TinyLife.Actions.DeferredAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
id: 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:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Update(GameTime, TimeSpan, float)
|
name: Update(GameTime, TimeSpan, float)
|
||||||
nameWithType: DeferredAction.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
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -352,10 +352,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: ../TinyLife/Actions/DeferredAction.cs
|
path: ../TinyLife/Actions/DeferredAction.cs
|
||||||
startLine: 48
|
startLine: 46
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- 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"
|
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: []
|
example: []
|
||||||
syntax:
|
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>
|
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)
|
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)
|
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)
|
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)
|
name.vb: Update(GameTime, TimeSpan, Single)
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction.CanMultitask(TinyLife.Actions.Action)
|
- uid: TinyLife.Actions.DeferredAction.CanMultitask(TinyLife.Actions.Action)
|
||||||
commentId: M:TinyLife.Actions.Typeless.DeferredAction.CanMultitask(TinyLife.Actions.Action)
|
commentId: M:TinyLife.Actions.DeferredAction.CanMultitask(TinyLife.Actions.Action)
|
||||||
id: CanMultitask(TinyLife.Actions.Action)
|
id: CanMultitask(TinyLife.Actions.Action)
|
||||||
parent: TinyLife.Actions.Typeless.DeferredAction
|
parent: TinyLife.Actions.DeferredAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: CanMultitask(Action)
|
name: CanMultitask(Action)
|
||||||
nameWithType: DeferredAction.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
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -394,10 +394,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanMultitask
|
id: CanMultitask
|
||||||
path: ../TinyLife/Actions/DeferredAction.cs
|
path: ../TinyLife/Actions/DeferredAction.cs
|
||||||
startLine: 54
|
startLine: 52
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- 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"
|
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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -411,17 +411,17 @@ items:
|
||||||
description: Whether this action can be multi-tasked
|
description: Whether this action can be multi-tasked
|
||||||
content.vb: Public Overrides Function CanMultitask(other As Action) As Boolean
|
content.vb: Public Overrides Function CanMultitask(other As Action) As Boolean
|
||||||
overridden: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
|
overridden: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
|
||||||
overload: TinyLife.Actions.Typeless.DeferredAction.CanMultitask*
|
overload: TinyLife.Actions.DeferredAction.CanMultitask*
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction.Validate(TinyLife.Objects.Person)
|
- uid: TinyLife.Actions.DeferredAction.Validate(TinyLife.Objects.Person)
|
||||||
commentId: M:TinyLife.Actions.Typeless.DeferredAction.Validate(TinyLife.Objects.Person)
|
commentId: M:TinyLife.Actions.DeferredAction.Validate(TinyLife.Objects.Person)
|
||||||
id: Validate(TinyLife.Objects.Person)
|
id: Validate(TinyLife.Objects.Person)
|
||||||
parent: TinyLife.Actions.Typeless.DeferredAction
|
parent: TinyLife.Actions.DeferredAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Validate(Person)
|
name: Validate(Person)
|
||||||
nameWithType: DeferredAction.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
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -430,10 +430,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: ../TinyLife/Actions/DeferredAction.cs
|
path: ../TinyLife/Actions/DeferredAction.cs
|
||||||
startLine: 59
|
startLine: 57
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions.Typeless
|
namespace: TinyLife.Actions
|
||||||
summary: "\nValidates this action'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"
|
summary: "\nValidates this action'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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -447,17 +447,17 @@ items:
|
||||||
description: Whether or not the action is still valid (or if it has invalid data)
|
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
|
content.vb: Public Overrides Function Validate(person As Person) As Boolean
|
||||||
overridden: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
|
overridden: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
|
||||||
overload: TinyLife.Actions.Typeless.DeferredAction.Validate*
|
overload: TinyLife.Actions.DeferredAction.Validate*
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction.IsCompleted
|
- uid: TinyLife.Actions.DeferredAction.IsCompleted
|
||||||
commentId: M:TinyLife.Actions.Typeless.DeferredAction.IsCompleted
|
commentId: M:TinyLife.Actions.DeferredAction.IsCompleted
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
parent: TinyLife.Actions.Typeless.DeferredAction
|
parent: TinyLife.Actions.DeferredAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: IsCompleted()
|
name: IsCompleted()
|
||||||
nameWithType: DeferredAction.IsCompleted()
|
nameWithType: DeferredAction.IsCompleted()
|
||||||
fullName: TinyLife.Actions.Typeless.DeferredAction.IsCompleted()
|
fullName: TinyLife.Actions.DeferredAction.IsCompleted()
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -466,10 +466,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
path: ../TinyLife/Actions/DeferredAction.cs
|
path: ../TinyLife/Actions/DeferredAction.cs
|
||||||
startLine: 64
|
startLine: 62
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- 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"
|
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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -479,17 +479,17 @@ items:
|
||||||
description: The current completion type of this action
|
description: The current completion type of this action
|
||||||
content.vb: Public Overrides Function IsCompleted() As CompletionType
|
content.vb: Public Overrides Function IsCompleted() As CompletionType
|
||||||
overridden: TinyLife.Actions.Action.IsCompleted
|
overridden: TinyLife.Actions.Action.IsCompleted
|
||||||
overload: TinyLife.Actions.Typeless.DeferredAction.IsCompleted*
|
overload: TinyLife.Actions.DeferredAction.IsCompleted*
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction.OnCompleted(TinyLife.Actions.CompletionType)
|
- uid: TinyLife.Actions.DeferredAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
commentId: M:TinyLife.Actions.Typeless.DeferredAction.OnCompleted(TinyLife.Actions.CompletionType)
|
commentId: M:TinyLife.Actions.DeferredAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
id: OnCompleted(TinyLife.Actions.CompletionType)
|
id: OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
parent: TinyLife.Actions.Typeless.DeferredAction
|
parent: TinyLife.Actions.DeferredAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: OnCompleted(CompletionType)
|
name: OnCompleted(CompletionType)
|
||||||
nameWithType: DeferredAction.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
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -498,10 +498,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: ../TinyLife/Actions/DeferredAction.cs
|
path: ../TinyLife/Actions/DeferredAction.cs
|
||||||
startLine: 69
|
startLine: 67
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- 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"
|
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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -512,13 +512,13 @@ items:
|
||||||
description: The type that this action completed with
|
description: The type that this action completed with
|
||||||
content.vb: Public Overrides Sub OnCompleted(type As CompletionType)
|
content.vb: Public Overrides Sub OnCompleted(type As CompletionType)
|
||||||
overridden: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
|
overridden: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
overload: TinyLife.Actions.Typeless.DeferredAction.OnCompleted*
|
overload: TinyLife.Actions.DeferredAction.OnCompleted*
|
||||||
references:
|
references:
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction.Action
|
- uid: TinyLife.Actions.DeferredAction.Action
|
||||||
commentId: P:TinyLife.Actions.Typeless.DeferredAction.Action
|
commentId: P:TinyLife.Actions.DeferredAction.Action
|
||||||
name: Action
|
name: Action
|
||||||
nameWithType: DeferredAction.Action
|
nameWithType: DeferredAction.Action
|
||||||
fullName: TinyLife.Actions.Typeless.DeferredAction.Action
|
fullName: TinyLife.Actions.DeferredAction.Action
|
||||||
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler
|
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler
|
||||||
commentId: T:TinyLife.Actions.Handlers.UnderlyingActionHandler
|
commentId: T:TinyLife.Actions.Handlers.UnderlyingActionHandler
|
||||||
name: UnderlyingActionHandler
|
name: UnderlyingActionHandler
|
||||||
|
@ -536,29 +536,23 @@ references:
|
||||||
name: ActionInfo
|
name: ActionInfo
|
||||||
nameWithType: ActionInfo
|
nameWithType: ActionInfo
|
||||||
fullName: TinyLife.Actions.ActionInfo
|
fullName: TinyLife.Actions.ActionInfo
|
||||||
- uid: TinyLife.Actions.Typeless
|
- uid: TinyLife.Actions
|
||||||
commentId: N:TinyLife.Actions.Typeless
|
commentId: N:TinyLife.Actions
|
||||||
name: TinyLife.Actions.Typeless
|
name: TinyLife.Actions
|
||||||
nameWithType: TinyLife.Actions.Typeless
|
nameWithType: TinyLife.Actions
|
||||||
fullName: TinyLife.Actions.Typeless
|
fullName: TinyLife.Actions
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife
|
- uid: TinyLife
|
||||||
name: TinyLife
|
name: TinyLife
|
||||||
- name: .
|
- name: .
|
||||||
- uid: TinyLife.Actions
|
- uid: TinyLife.Actions
|
||||||
name: Actions
|
name: Actions
|
||||||
- name: .
|
|
||||||
- uid: TinyLife.Actions.Typeless
|
|
||||||
name: Typeless
|
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife
|
- uid: TinyLife
|
||||||
name: TinyLife
|
name: TinyLife
|
||||||
- name: .
|
- name: .
|
||||||
- uid: TinyLife.Actions
|
- uid: TinyLife.Actions
|
||||||
name: Actions
|
name: Actions
|
||||||
- name: .
|
|
||||||
- uid: TinyLife.Actions.Typeless
|
|
||||||
name: Typeless
|
|
||||||
- uid: System.Object
|
- uid: System.Object
|
||||||
commentId: T:System.Object
|
commentId: T:System.Object
|
||||||
parent: System
|
parent: System
|
||||||
|
@ -1192,24 +1186,24 @@ references:
|
||||||
name: TextureRegion
|
name: TextureRegion
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
- 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
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
||||||
- name: (
|
- name: (
|
||||||
- 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)
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
parent: TinyLife.Utilities.Extensions
|
parent: TinyLife.Utilities.Extensions
|
||||||
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
name: JsonCopy<DeferredAction>(DeferredAction)
|
name: JsonCopy<DeferredAction>(DeferredAction)
|
||||||
nameWithType: Extensions.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)
|
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)
|
name.vb: JsonCopy(Of DeferredAction)(DeferredAction)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.Typeless.DeferredAction)
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.DeferredAction)
|
||||||
name: JsonCopy
|
name: JsonCopy
|
||||||
- name: <
|
- name: <
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction
|
- uid: TinyLife.Actions.DeferredAction
|
||||||
name: DeferredAction
|
name: DeferredAction
|
||||||
- name: '>'
|
- name: '>'
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction
|
- uid: TinyLife.Actions.DeferredAction
|
||||||
name: DeferredAction
|
name: DeferredAction
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.Typeless.DeferredAction)
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.DeferredAction)
|
||||||
name: JsonCopy
|
name: JsonCopy
|
||||||
- name: (
|
- name: (
|
||||||
- name: Of
|
- name: Of
|
||||||
- name: " "
|
- name: " "
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction
|
- uid: TinyLife.Actions.DeferredAction
|
||||||
name: DeferredAction
|
name: DeferredAction
|
||||||
- name: )
|
- name: )
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction
|
- uid: TinyLife.Actions.DeferredAction
|
||||||
name: DeferredAction
|
name: DeferredAction
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Handlers
|
- uid: TinyLife.Actions.Handlers
|
||||||
|
@ -3080,23 +3074,6 @@ references:
|
||||||
- name: .
|
- name: .
|
||||||
- uid: TinyLife.Actions.Handlers
|
- uid: TinyLife.Actions.Handlers
|
||||||
name: 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
|
- uid: System
|
||||||
commentId: N:System
|
commentId: N:System
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
@ -3257,11 +3234,11 @@ references:
|
||||||
name: FullyInProgress
|
name: FullyInProgress
|
||||||
nameWithType: Action.FullyInProgress
|
nameWithType: Action.FullyInProgress
|
||||||
fullName: TinyLife.Actions.Action.FullyInProgress
|
fullName: TinyLife.Actions.Action.FullyInProgress
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction.FullyInProgress*
|
- uid: TinyLife.Actions.DeferredAction.FullyInProgress*
|
||||||
commentId: Overload:TinyLife.Actions.Typeless.DeferredAction.FullyInProgress
|
commentId: Overload:TinyLife.Actions.DeferredAction.FullyInProgress
|
||||||
name: FullyInProgress
|
name: FullyInProgress
|
||||||
nameWithType: DeferredAction.FullyInProgress
|
nameWithType: DeferredAction.FullyInProgress
|
||||||
fullName: TinyLife.Actions.Typeless.DeferredAction.FullyInProgress
|
fullName: TinyLife.Actions.DeferredAction.FullyInProgress
|
||||||
- uid: System.Boolean
|
- uid: System.Boolean
|
||||||
commentId: T:System.Boolean
|
commentId: T:System.Boolean
|
||||||
parent: System
|
parent: System
|
||||||
|
@ -3279,11 +3256,11 @@ references:
|
||||||
name: InProgressTime
|
name: InProgressTime
|
||||||
nameWithType: Action.InProgressTime
|
nameWithType: Action.InProgressTime
|
||||||
fullName: TinyLife.Actions.Action.InProgressTime
|
fullName: TinyLife.Actions.Action.InProgressTime
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction.InProgressTime*
|
- uid: TinyLife.Actions.DeferredAction.InProgressTime*
|
||||||
commentId: Overload:TinyLife.Actions.Typeless.DeferredAction.InProgressTime
|
commentId: Overload:TinyLife.Actions.DeferredAction.InProgressTime
|
||||||
name: InProgressTime
|
name: InProgressTime
|
||||||
nameWithType: DeferredAction.InProgressTime
|
nameWithType: DeferredAction.InProgressTime
|
||||||
fullName: TinyLife.Actions.Typeless.DeferredAction.InProgressTime
|
fullName: TinyLife.Actions.DeferredAction.InProgressTime
|
||||||
- uid: System.TimeSpan
|
- uid: System.TimeSpan
|
||||||
commentId: T:System.TimeSpan
|
commentId: T:System.TimeSpan
|
||||||
parent: System
|
parent: System
|
||||||
|
@ -3292,18 +3269,18 @@ references:
|
||||||
name: TimeSpan
|
name: TimeSpan
|
||||||
nameWithType: TimeSpan
|
nameWithType: TimeSpan
|
||||||
fullName: System.TimeSpan
|
fullName: System.TimeSpan
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction.Action*
|
- uid: TinyLife.Actions.DeferredAction.Action*
|
||||||
commentId: Overload:TinyLife.Actions.Typeless.DeferredAction.Action
|
commentId: Overload:TinyLife.Actions.DeferredAction.Action
|
||||||
name: Action
|
name: Action
|
||||||
nameWithType: DeferredAction.Action
|
nameWithType: DeferredAction.Action
|
||||||
fullName: TinyLife.Actions.Typeless.DeferredAction.Action
|
fullName: TinyLife.Actions.DeferredAction.Action
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction.#ctor*
|
- uid: TinyLife.Actions.DeferredAction.#ctor*
|
||||||
commentId: Overload:TinyLife.Actions.Typeless.DeferredAction.#ctor
|
commentId: Overload:TinyLife.Actions.DeferredAction.#ctor
|
||||||
name: DeferredAction
|
name: DeferredAction
|
||||||
nameWithType: DeferredAction.DeferredAction
|
nameWithType: DeferredAction.DeferredAction
|
||||||
fullName: TinyLife.Actions.Typeless.DeferredAction.DeferredAction
|
fullName: TinyLife.Actions.DeferredAction.DeferredAction
|
||||||
nameWithType.vb: DeferredAction.New
|
nameWithType.vb: DeferredAction.New
|
||||||
fullName.vb: TinyLife.Actions.Typeless.DeferredAction.New
|
fullName.vb: TinyLife.Actions.DeferredAction.New
|
||||||
name.vb: New
|
name.vb: New
|
||||||
- uid: TinyLife.Actions.ActionType
|
- uid: TinyLife.Actions.ActionType
|
||||||
commentId: T:TinyLife.Actions.ActionType
|
commentId: T:TinyLife.Actions.ActionType
|
||||||
|
@ -3311,31 +3288,31 @@ references:
|
||||||
name: ActionType
|
name: ActionType
|
||||||
nameWithType: ActionType
|
nameWithType: ActionType
|
||||||
fullName: TinyLife.Actions.ActionType
|
fullName: TinyLife.Actions.ActionType
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction
|
- uid: TinyLife.Actions.DeferredAction
|
||||||
commentId: T:TinyLife.Actions.Typeless.DeferredAction
|
commentId: T:TinyLife.Actions.DeferredAction
|
||||||
name: DeferredAction
|
name: DeferredAction
|
||||||
nameWithType: DeferredAction
|
nameWithType: DeferredAction
|
||||||
fullName: TinyLife.Actions.Typeless.DeferredAction
|
fullName: TinyLife.Actions.DeferredAction
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction.Initialize
|
- uid: TinyLife.Actions.DeferredAction.Initialize
|
||||||
commentId: M:TinyLife.Actions.Typeless.DeferredAction.Initialize
|
commentId: M:TinyLife.Actions.DeferredAction.Initialize
|
||||||
name: Initialize()
|
name: Initialize()
|
||||||
nameWithType: DeferredAction.Initialize()
|
nameWithType: DeferredAction.Initialize()
|
||||||
fullName: TinyLife.Actions.Typeless.DeferredAction.Initialize()
|
fullName: TinyLife.Actions.DeferredAction.Initialize()
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction.Initialize
|
- uid: TinyLife.Actions.DeferredAction.Initialize
|
||||||
name: Initialize
|
name: Initialize
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction.Initialize
|
- uid: TinyLife.Actions.DeferredAction.Initialize
|
||||||
name: Initialize
|
name: Initialize
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction.CreateAction*
|
- uid: TinyLife.Actions.DeferredAction.CreateAction*
|
||||||
commentId: Overload:TinyLife.Actions.Typeless.DeferredAction.CreateAction
|
commentId: Overload:TinyLife.Actions.DeferredAction.CreateAction
|
||||||
name: CreateAction
|
name: CreateAction
|
||||||
nameWithType: DeferredAction.CreateAction
|
nameWithType: DeferredAction.CreateAction
|
||||||
fullName: TinyLife.Actions.Typeless.DeferredAction.CreateAction
|
fullName: TinyLife.Actions.DeferredAction.CreateAction
|
||||||
- uid: TinyLife.Actions.Action.Initialize
|
- uid: TinyLife.Actions.Action.Initialize
|
||||||
commentId: M:TinyLife.Actions.Action.Initialize
|
commentId: M:TinyLife.Actions.Action.Initialize
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
|
@ -3352,11 +3329,11 @@ references:
|
||||||
name: Initialize
|
name: Initialize
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction.Initialize*
|
- uid: TinyLife.Actions.DeferredAction.Initialize*
|
||||||
commentId: Overload:TinyLife.Actions.Typeless.DeferredAction.Initialize
|
commentId: Overload:TinyLife.Actions.DeferredAction.Initialize
|
||||||
name: Initialize
|
name: Initialize
|
||||||
nameWithType: DeferredAction.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)
|
- 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)
|
commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
|
@ -3408,11 +3385,11 @@ references:
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction.Update*
|
- uid: TinyLife.Actions.DeferredAction.Update*
|
||||||
commentId: Overload:TinyLife.Actions.Typeless.DeferredAction.Update
|
commentId: Overload:TinyLife.Actions.DeferredAction.Update
|
||||||
name: Update
|
name: Update
|
||||||
nameWithType: DeferredAction.Update
|
nameWithType: DeferredAction.Update
|
||||||
fullName: TinyLife.Actions.Typeless.DeferredAction.Update
|
fullName: TinyLife.Actions.DeferredAction.Update
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
commentId: T:Microsoft.Xna.Framework.GameTime
|
commentId: T:Microsoft.Xna.Framework.GameTime
|
||||||
parent: Microsoft.Xna.Framework
|
parent: Microsoft.Xna.Framework
|
||||||
|
@ -3481,11 +3458,11 @@ references:
|
||||||
- uid: TinyLife.Actions.Action
|
- uid: TinyLife.Actions.Action
|
||||||
name: Action
|
name: Action
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction.CanMultitask*
|
- uid: TinyLife.Actions.DeferredAction.CanMultitask*
|
||||||
commentId: Overload:TinyLife.Actions.Typeless.DeferredAction.CanMultitask
|
commentId: Overload:TinyLife.Actions.DeferredAction.CanMultitask
|
||||||
name: CanMultitask
|
name: CanMultitask
|
||||||
nameWithType: DeferredAction.CanMultitask
|
nameWithType: DeferredAction.CanMultitask
|
||||||
fullName: TinyLife.Actions.Typeless.DeferredAction.CanMultitask
|
fullName: TinyLife.Actions.DeferredAction.CanMultitask
|
||||||
- uid: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
|
- uid: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
|
||||||
commentId: M:TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
|
commentId: M:TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
|
@ -3506,11 +3483,11 @@ references:
|
||||||
- uid: TinyLife.Objects.Person
|
- uid: TinyLife.Objects.Person
|
||||||
name: Person
|
name: Person
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction.Validate*
|
- uid: TinyLife.Actions.DeferredAction.Validate*
|
||||||
commentId: Overload:TinyLife.Actions.Typeless.DeferredAction.Validate
|
commentId: Overload:TinyLife.Actions.DeferredAction.Validate
|
||||||
name: Validate
|
name: Validate
|
||||||
nameWithType: DeferredAction.Validate
|
nameWithType: DeferredAction.Validate
|
||||||
fullName: TinyLife.Actions.Typeless.DeferredAction.Validate
|
fullName: TinyLife.Actions.DeferredAction.Validate
|
||||||
- uid: TinyLife.Objects.Person
|
- uid: TinyLife.Objects.Person
|
||||||
commentId: T:TinyLife.Objects.Person
|
commentId: T:TinyLife.Objects.Person
|
||||||
parent: TinyLife.Objects
|
parent: TinyLife.Objects
|
||||||
|
@ -3550,11 +3527,11 @@ references:
|
||||||
name: IsCompleted
|
name: IsCompleted
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction.IsCompleted*
|
- uid: TinyLife.Actions.DeferredAction.IsCompleted*
|
||||||
commentId: Overload:TinyLife.Actions.Typeless.DeferredAction.IsCompleted
|
commentId: Overload:TinyLife.Actions.DeferredAction.IsCompleted
|
||||||
name: IsCompleted
|
name: IsCompleted
|
||||||
nameWithType: DeferredAction.IsCompleted
|
nameWithType: DeferredAction.IsCompleted
|
||||||
fullName: TinyLife.Actions.Typeless.DeferredAction.IsCompleted
|
fullName: TinyLife.Actions.DeferredAction.IsCompleted
|
||||||
- uid: TinyLife.Actions.CompletionType
|
- uid: TinyLife.Actions.CompletionType
|
||||||
commentId: T:TinyLife.Actions.CompletionType
|
commentId: T:TinyLife.Actions.CompletionType
|
||||||
parent: TinyLife.Actions
|
parent: TinyLife.Actions
|
||||||
|
@ -3581,8 +3558,8 @@ references:
|
||||||
- uid: TinyLife.Actions.CompletionType
|
- uid: TinyLife.Actions.CompletionType
|
||||||
name: CompletionType
|
name: CompletionType
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Typeless.DeferredAction.OnCompleted*
|
- uid: TinyLife.Actions.DeferredAction.OnCompleted*
|
||||||
commentId: Overload:TinyLife.Actions.Typeless.DeferredAction.OnCompleted
|
commentId: Overload:TinyLife.Actions.DeferredAction.OnCompleted
|
||||||
name: OnCompleted
|
name: OnCompleted
|
||||||
nameWithType: DeferredAction.OnCompleted
|
nameWithType: DeferredAction.OnCompleted
|
||||||
fullName: TinyLife.Actions.Typeless.DeferredAction.OnCompleted
|
fullName: TinyLife.Actions.DeferredAction.OnCompleted
|
|
@ -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.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.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.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.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.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||||
|
@ -1190,24 +1190,24 @@ references:
|
||||||
name: TextureRegion
|
name: TextureRegion
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||||
|
|
|
@ -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.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.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.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.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.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||||
|
@ -1312,24 +1312,24 @@ references:
|
||||||
name: TextureRegion
|
name: TextureRegion
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,22 +1,22 @@
|
||||||
### YamlMime:ManagedReference
|
### YamlMime:ManagedReference
|
||||||
items:
|
items:
|
||||||
- uid: TinyLife.HoldingPersonAction
|
- uid: TinyLife.Actions.HoldingPersonAction
|
||||||
commentId: T:TinyLife.HoldingPersonAction
|
commentId: T:TinyLife.Actions.HoldingPersonAction
|
||||||
id: HoldingPersonAction
|
id: HoldingPersonAction
|
||||||
parent: TinyLife
|
parent: TinyLife.Actions
|
||||||
children:
|
children:
|
||||||
- TinyLife.HoldingPersonAction.#ctor(TinyLife.Actions.ActionInfo)
|
- TinyLife.Actions.HoldingPersonAction.#ctor(TinyLife.Actions.ActionInfo)
|
||||||
- TinyLife.HoldingPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
- TinyLife.Actions.HoldingPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
||||||
- TinyLife.HoldingPersonAction.CanCancel(TinyLife.Actions.Action)
|
- TinyLife.Actions.HoldingPersonAction.CanCancel(TinyLife.Actions.Action)
|
||||||
- TinyLife.HoldingPersonAction.CreateFirstActions
|
- TinyLife.Actions.HoldingPersonAction.CreateFirstActions
|
||||||
- TinyLife.HoldingPersonAction.CreateLastActions
|
- TinyLife.Actions.HoldingPersonAction.CreateLastActions
|
||||||
- TinyLife.HoldingPersonAction.IsHoldingParty
|
- TinyLife.Actions.HoldingPersonAction.IsHoldingParty
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: HoldingPersonAction
|
name: HoldingPersonAction
|
||||||
nameWithType: HoldingPersonAction
|
nameWithType: HoldingPersonAction
|
||||||
fullName: TinyLife.HoldingPersonAction
|
fullName: TinyLife.Actions.HoldingPersonAction
|
||||||
type: Class
|
type: Class
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -25,10 +25,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HoldingPersonAction
|
id: HoldingPersonAction
|
||||||
path: ../TinyLife/Actions/HoldingPersonAction.cs
|
path: ../TinyLife/Actions/HoldingPersonAction.cs
|
||||||
startLine: 11
|
startLine: 9
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: 'public class HoldingPersonAction : SocialAction, IGenericDataHolder'
|
content: 'public class HoldingPersonAction : SocialAction, IGenericDataHolder'
|
||||||
content.vb: Public Class HoldingPersonAction Inherits SocialAction Implements 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.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.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.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.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.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||||
|
@ -136,17 +136,17 @@ items:
|
||||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||||
- System.Object.ToString
|
- System.Object.ToString
|
||||||
extensionMethods:
|
extensionMethods:
|
||||||
- TinyLife.HoldingPersonAction.TinyLife.Utilities.Extensions.JsonCopy``1
|
- TinyLife.Actions.HoldingPersonAction.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||||
- uid: TinyLife.HoldingPersonAction.IsHoldingParty
|
- uid: TinyLife.Actions.HoldingPersonAction.IsHoldingParty
|
||||||
commentId: P:TinyLife.HoldingPersonAction.IsHoldingParty
|
commentId: P:TinyLife.Actions.HoldingPersonAction.IsHoldingParty
|
||||||
id: IsHoldingParty
|
id: IsHoldingParty
|
||||||
parent: TinyLife.HoldingPersonAction
|
parent: TinyLife.Actions.HoldingPersonAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: IsHoldingParty
|
name: IsHoldingParty
|
||||||
nameWithType: HoldingPersonAction.IsHoldingParty
|
nameWithType: HoldingPersonAction.IsHoldingParty
|
||||||
fullName: TinyLife.HoldingPersonAction.IsHoldingParty
|
fullName: TinyLife.Actions.HoldingPersonAction.IsHoldingParty
|
||||||
type: Property
|
type: Property
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -155,27 +155,27 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsHoldingParty
|
id: IsHoldingParty
|
||||||
path: ../TinyLife/Actions/HoldingPersonAction.cs
|
path: ../TinyLife/Actions/HoldingPersonAction.cs
|
||||||
startLine: 13
|
startLine: 11
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: protected virtual bool IsHoldingParty { get; }
|
content: protected virtual bool IsHoldingParty { get; }
|
||||||
parameters: []
|
parameters: []
|
||||||
return:
|
return:
|
||||||
type: System.Boolean
|
type: System.Boolean
|
||||||
content.vb: Protected Overridable ReadOnly Property IsHoldingParty As Boolean
|
content.vb: Protected Overridable ReadOnly Property IsHoldingParty As Boolean
|
||||||
overload: TinyLife.HoldingPersonAction.IsHoldingParty*
|
overload: TinyLife.Actions.HoldingPersonAction.IsHoldingParty*
|
||||||
- uid: TinyLife.HoldingPersonAction.#ctor(TinyLife.Actions.ActionInfo)
|
- uid: TinyLife.Actions.HoldingPersonAction.#ctor(TinyLife.Actions.ActionInfo)
|
||||||
commentId: M:TinyLife.HoldingPersonAction.#ctor(TinyLife.Actions.ActionInfo)
|
commentId: M:TinyLife.Actions.HoldingPersonAction.#ctor(TinyLife.Actions.ActionInfo)
|
||||||
id: '#ctor(TinyLife.Actions.ActionInfo)'
|
id: '#ctor(TinyLife.Actions.ActionInfo)'
|
||||||
parent: TinyLife.HoldingPersonAction
|
parent: TinyLife.Actions.HoldingPersonAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: HoldingPersonAction(ActionInfo)
|
name: HoldingPersonAction(ActionInfo)
|
||||||
nameWithType: HoldingPersonAction.HoldingPersonAction(ActionInfo)
|
nameWithType: HoldingPersonAction.HoldingPersonAction(ActionInfo)
|
||||||
fullName: TinyLife.HoldingPersonAction.HoldingPersonAction(TinyLife.Actions.ActionInfo)
|
fullName: TinyLife.Actions.HoldingPersonAction.HoldingPersonAction(TinyLife.Actions.ActionInfo)
|
||||||
type: Constructor
|
type: Constructor
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -184,10 +184,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/HoldingPersonAction.cs
|
path: ../TinyLife/Actions/HoldingPersonAction.cs
|
||||||
startLine: 19
|
startLine: 17
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
summary: "\nCreates a new typeless action with the given action information.\n"
|
summary: "\nCreates a new typeless action with the given action information.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -197,20 +197,20 @@ items:
|
||||||
type: TinyLife.Actions.ActionInfo
|
type: TinyLife.Actions.ActionInfo
|
||||||
description: The information for this action.
|
description: The information for this action.
|
||||||
content.vb: Public Sub New(info As ActionInfo)
|
content.vb: Public Sub New(info As ActionInfo)
|
||||||
overload: TinyLife.HoldingPersonAction.#ctor*
|
overload: TinyLife.Actions.HoldingPersonAction.#ctor*
|
||||||
nameWithType.vb: HoldingPersonAction.New(ActionInfo)
|
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)
|
name.vb: New(ActionInfo)
|
||||||
- uid: TinyLife.HoldingPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
- uid: TinyLife.Actions.HoldingPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
||||||
commentId: M:TinyLife.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)'
|
id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)'
|
||||||
parent: TinyLife.HoldingPersonAction
|
parent: TinyLife.Actions.HoldingPersonAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: HoldingPersonAction(ActionType, ActionInfo)
|
name: HoldingPersonAction(ActionType, ActionInfo)
|
||||||
nameWithType: HoldingPersonAction.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
|
type: Constructor
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -219,10 +219,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/HoldingPersonAction.cs
|
path: ../TinyLife/Actions/HoldingPersonAction.cs
|
||||||
startLine: 22
|
startLine: 20
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
summary: "\nCreates a new action with the given action information.\n"
|
summary: "\nCreates a new action with the given action information.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -235,20 +235,20 @@ items:
|
||||||
type: TinyLife.Actions.ActionInfo
|
type: TinyLife.Actions.ActionInfo
|
||||||
description: The information for this action.
|
description: The information for this action.
|
||||||
content.vb: Public Sub New(type As ActionType, info As ActionInfo)
|
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)
|
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)
|
name.vb: New(ActionType, ActionInfo)
|
||||||
- uid: TinyLife.HoldingPersonAction.CreateFirstActions
|
- uid: TinyLife.Actions.HoldingPersonAction.CreateFirstActions
|
||||||
commentId: M:TinyLife.HoldingPersonAction.CreateFirstActions
|
commentId: M:TinyLife.Actions.HoldingPersonAction.CreateFirstActions
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
parent: TinyLife.HoldingPersonAction
|
parent: TinyLife.Actions.HoldingPersonAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: CreateFirstActions()
|
name: CreateFirstActions()
|
||||||
nameWithType: HoldingPersonAction.CreateFirstActions()
|
nameWithType: HoldingPersonAction.CreateFirstActions()
|
||||||
fullName: TinyLife.HoldingPersonAction.CreateFirstActions()
|
fullName: TinyLife.Actions.HoldingPersonAction.CreateFirstActions()
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -257,10 +257,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: ../TinyLife/Actions/HoldingPersonAction.cs
|
path: ../TinyLife/Actions/HoldingPersonAction.cs
|
||||||
startLine: 25
|
startLine: 23
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- 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'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"
|
summary: "\nReturn a set of actions that should be executed before this action.\nEven if the yield statement is used, all actions will be collected into a list at the start of this action's invocation.\nIf no action gets returned in this function, this action fails.\nIf the returned set only contains <a href=\"https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null\">null</a> items, no first actions will be executed.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -270,17 +270,17 @@ items:
|
||||||
description: A set of actions that should run before this action
|
description: A set of actions that should run before this action
|
||||||
content.vb: Protected Overrides Function CreateFirstActions() As IEnumerable(Of Action)
|
content.vb: Protected Overrides Function CreateFirstActions() As IEnumerable(Of Action)
|
||||||
overridden: TinyLife.Actions.SocialAction.CreateFirstActions
|
overridden: TinyLife.Actions.SocialAction.CreateFirstActions
|
||||||
overload: TinyLife.HoldingPersonAction.CreateFirstActions*
|
overload: TinyLife.Actions.HoldingPersonAction.CreateFirstActions*
|
||||||
- uid: TinyLife.HoldingPersonAction.CreateLastActions
|
- uid: TinyLife.Actions.HoldingPersonAction.CreateLastActions
|
||||||
commentId: M:TinyLife.HoldingPersonAction.CreateLastActions
|
commentId: M:TinyLife.Actions.HoldingPersonAction.CreateLastActions
|
||||||
id: CreateLastActions
|
id: CreateLastActions
|
||||||
parent: TinyLife.HoldingPersonAction
|
parent: TinyLife.Actions.HoldingPersonAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: CreateLastActions()
|
name: CreateLastActions()
|
||||||
nameWithType: HoldingPersonAction.CreateLastActions()
|
nameWithType: HoldingPersonAction.CreateLastActions()
|
||||||
fullName: TinyLife.HoldingPersonAction.CreateLastActions()
|
fullName: TinyLife.Actions.HoldingPersonAction.CreateLastActions()
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -289,10 +289,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateLastActions
|
id: CreateLastActions
|
||||||
path: ../TinyLife/Actions/HoldingPersonAction.cs
|
path: ../TinyLife/Actions/HoldingPersonAction.cs
|
||||||
startLine: 32
|
startLine: 30
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- 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's default behavior.\n"
|
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's default behavior.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -302,17 +302,17 @@ items:
|
||||||
description: A set of actions that should run after this action
|
description: A set of actions that should run after this action
|
||||||
content.vb: Protected Overrides Function CreateLastActions() As IEnumerable(Of Action)
|
content.vb: Protected Overrides Function CreateLastActions() As IEnumerable(Of Action)
|
||||||
overridden: TinyLife.Actions.MultiAction.CreateLastActions
|
overridden: TinyLife.Actions.MultiAction.CreateLastActions
|
||||||
overload: TinyLife.HoldingPersonAction.CreateLastActions*
|
overload: TinyLife.Actions.HoldingPersonAction.CreateLastActions*
|
||||||
- uid: TinyLife.HoldingPersonAction.CanCancel(TinyLife.Actions.Action)
|
- uid: TinyLife.Actions.HoldingPersonAction.CanCancel(TinyLife.Actions.Action)
|
||||||
commentId: M:TinyLife.HoldingPersonAction.CanCancel(TinyLife.Actions.Action)
|
commentId: M:TinyLife.Actions.HoldingPersonAction.CanCancel(TinyLife.Actions.Action)
|
||||||
id: CanCancel(TinyLife.Actions.Action)
|
id: CanCancel(TinyLife.Actions.Action)
|
||||||
parent: TinyLife.HoldingPersonAction
|
parent: TinyLife.Actions.HoldingPersonAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: CanCancel(Action)
|
name: CanCancel(Action)
|
||||||
nameWithType: HoldingPersonAction.CanCancel(Action)
|
nameWithType: HoldingPersonAction.CanCancel(Action)
|
||||||
fullName: TinyLife.HoldingPersonAction.CanCancel(TinyLife.Actions.Action)
|
fullName: TinyLife.Actions.HoldingPersonAction.CanCancel(TinyLife.Actions.Action)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -321,10 +321,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanCancel
|
id: CanCancel
|
||||||
path: ../TinyLife/Actions/HoldingPersonAction.cs
|
path: ../TinyLife/Actions/HoldingPersonAction.cs
|
||||||
startLine: 41
|
startLine: 39
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- 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"
|
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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -338,13 +338,25 @@ items:
|
||||||
description: true if the action can be canceled
|
description: true if the action can be canceled
|
||||||
content.vb: Public Overrides Function CanCancel(cancelSource As Action) As Boolean
|
content.vb: Public Overrides Function CanCancel(cancelSource As Action) As Boolean
|
||||||
overridden: TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action)
|
overridden: TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action)
|
||||||
overload: TinyLife.HoldingPersonAction.CanCancel*
|
overload: TinyLife.Actions.HoldingPersonAction.CanCancel*
|
||||||
references:
|
references:
|
||||||
- uid: TinyLife
|
- uid: TinyLife.Actions
|
||||||
commentId: N:TinyLife
|
commentId: N:TinyLife.Actions
|
||||||
|
name: TinyLife.Actions
|
||||||
|
nameWithType: TinyLife.Actions
|
||||||
|
fullName: TinyLife.Actions
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife
|
||||||
name: TinyLife
|
name: TinyLife
|
||||||
nameWithType: TinyLife
|
- name: .
|
||||||
fullName: TinyLife
|
- uid: TinyLife.Actions
|
||||||
|
name: Actions
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife
|
||||||
|
name: TinyLife
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Actions
|
||||||
|
name: Actions
|
||||||
- uid: System.Object
|
- uid: System.Object
|
||||||
commentId: T:System.Object
|
commentId: T:System.Object
|
||||||
parent: System
|
parent: System
|
||||||
|
@ -1700,24 +1712,24 @@ references:
|
||||||
name: TextureRegion
|
name: TextureRegion
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
- 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
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
||||||
- name: (
|
- name: (
|
||||||
- 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)
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
parent: TinyLife.Utilities.Extensions
|
parent: TinyLife.Utilities.Extensions
|
||||||
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
name: JsonCopy<HoldingPersonAction>(HoldingPersonAction)
|
name: JsonCopy<HoldingPersonAction>(HoldingPersonAction)
|
||||||
nameWithType: Extensions.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)
|
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)
|
name.vb: JsonCopy(Of HoldingPersonAction)(HoldingPersonAction)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.HoldingPersonAction)
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.HoldingPersonAction)
|
||||||
name: JsonCopy
|
name: JsonCopy
|
||||||
- name: <
|
- name: <
|
||||||
- uid: TinyLife.HoldingPersonAction
|
- uid: TinyLife.Actions.HoldingPersonAction
|
||||||
name: HoldingPersonAction
|
name: HoldingPersonAction
|
||||||
- name: '>'
|
- name: '>'
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.HoldingPersonAction
|
- uid: TinyLife.Actions.HoldingPersonAction
|
||||||
name: HoldingPersonAction
|
name: HoldingPersonAction
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.HoldingPersonAction)
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.HoldingPersonAction)
|
||||||
name: JsonCopy
|
name: JsonCopy
|
||||||
- name: (
|
- name: (
|
||||||
- name: Of
|
- name: Of
|
||||||
- name: " "
|
- name: " "
|
||||||
- uid: TinyLife.HoldingPersonAction
|
- uid: TinyLife.Actions.HoldingPersonAction
|
||||||
name: HoldingPersonAction
|
name: HoldingPersonAction
|
||||||
- name: )
|
- name: )
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.HoldingPersonAction
|
- uid: TinyLife.Actions.HoldingPersonAction
|
||||||
name: HoldingPersonAction
|
name: HoldingPersonAction
|
||||||
- name: )
|
- name: )
|
||||||
- uid: System
|
- uid: System
|
||||||
|
@ -3602,23 +3614,6 @@ references:
|
||||||
- uid: MLEM.Data.Json
|
- uid: MLEM.Data.Json
|
||||||
name: Json
|
name: Json
|
||||||
isExternal: true
|
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
|
- uid: MLEM.Misc
|
||||||
commentId: N:MLEM.Misc
|
commentId: N:MLEM.Misc
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
@ -3736,11 +3731,11 @@ references:
|
||||||
- name: .
|
- name: .
|
||||||
- uid: TinyLife.Utilities
|
- uid: TinyLife.Utilities
|
||||||
name: Utilities
|
name: Utilities
|
||||||
- uid: TinyLife.HoldingPersonAction.IsHoldingParty*
|
- uid: TinyLife.Actions.HoldingPersonAction.IsHoldingParty*
|
||||||
commentId: Overload:TinyLife.HoldingPersonAction.IsHoldingParty
|
commentId: Overload:TinyLife.Actions.HoldingPersonAction.IsHoldingParty
|
||||||
name: IsHoldingParty
|
name: IsHoldingParty
|
||||||
nameWithType: HoldingPersonAction.IsHoldingParty
|
nameWithType: HoldingPersonAction.IsHoldingParty
|
||||||
fullName: TinyLife.HoldingPersonAction.IsHoldingParty
|
fullName: TinyLife.Actions.HoldingPersonAction.IsHoldingParty
|
||||||
- uid: System.Boolean
|
- uid: System.Boolean
|
||||||
commentId: T:System.Boolean
|
commentId: T:System.Boolean
|
||||||
parent: System
|
parent: System
|
||||||
|
@ -3752,13 +3747,13 @@ references:
|
||||||
nameWithType.vb: Boolean
|
nameWithType.vb: Boolean
|
||||||
fullName.vb: Boolean
|
fullName.vb: Boolean
|
||||||
name.vb: Boolean
|
name.vb: Boolean
|
||||||
- uid: TinyLife.HoldingPersonAction.#ctor*
|
- uid: TinyLife.Actions.HoldingPersonAction.#ctor*
|
||||||
commentId: Overload:TinyLife.HoldingPersonAction.#ctor
|
commentId: Overload:TinyLife.Actions.HoldingPersonAction.#ctor
|
||||||
name: HoldingPersonAction
|
name: HoldingPersonAction
|
||||||
nameWithType: HoldingPersonAction.HoldingPersonAction
|
nameWithType: HoldingPersonAction.HoldingPersonAction
|
||||||
fullName: TinyLife.HoldingPersonAction.HoldingPersonAction
|
fullName: TinyLife.Actions.HoldingPersonAction.HoldingPersonAction
|
||||||
nameWithType.vb: HoldingPersonAction.New
|
nameWithType.vb: HoldingPersonAction.New
|
||||||
fullName.vb: TinyLife.HoldingPersonAction.New
|
fullName.vb: TinyLife.Actions.HoldingPersonAction.New
|
||||||
name.vb: New
|
name.vb: New
|
||||||
- uid: TinyLife.Actions.ActionInfo
|
- uid: TinyLife.Actions.ActionInfo
|
||||||
commentId: T:TinyLife.Actions.ActionInfo
|
commentId: T:TinyLife.Actions.ActionInfo
|
||||||
|
@ -3788,11 +3783,11 @@ references:
|
||||||
name: CreateFirstActions
|
name: CreateFirstActions
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.HoldingPersonAction.CreateFirstActions*
|
- uid: TinyLife.Actions.HoldingPersonAction.CreateFirstActions*
|
||||||
commentId: Overload:TinyLife.HoldingPersonAction.CreateFirstActions
|
commentId: Overload:TinyLife.Actions.HoldingPersonAction.CreateFirstActions
|
||||||
name: CreateFirstActions
|
name: CreateFirstActions
|
||||||
nameWithType: HoldingPersonAction.CreateFirstActions
|
nameWithType: HoldingPersonAction.CreateFirstActions
|
||||||
fullName: TinyLife.HoldingPersonAction.CreateFirstActions
|
fullName: TinyLife.Actions.HoldingPersonAction.CreateFirstActions
|
||||||
- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
|
- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
|
||||||
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
|
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
|
||||||
parent: System.Collections.Generic
|
parent: System.Collections.Generic
|
||||||
|
@ -3905,11 +3900,11 @@ references:
|
||||||
name: CreateLastActions
|
name: CreateLastActions
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.HoldingPersonAction.CreateLastActions*
|
- uid: TinyLife.Actions.HoldingPersonAction.CreateLastActions*
|
||||||
commentId: Overload:TinyLife.HoldingPersonAction.CreateLastActions
|
commentId: Overload:TinyLife.Actions.HoldingPersonAction.CreateLastActions
|
||||||
name: CreateLastActions
|
name: CreateLastActions
|
||||||
nameWithType: HoldingPersonAction.CreateLastActions
|
nameWithType: HoldingPersonAction.CreateLastActions
|
||||||
fullName: TinyLife.HoldingPersonAction.CreateLastActions
|
fullName: TinyLife.Actions.HoldingPersonAction.CreateLastActions
|
||||||
- uid: TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action)
|
- uid: TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action)
|
||||||
commentId: M:TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action)
|
commentId: M:TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action)
|
||||||
parent: TinyLife.Actions.SocialAction
|
parent: TinyLife.Actions.SocialAction
|
||||||
|
@ -3930,8 +3925,8 @@ references:
|
||||||
- uid: TinyLife.Actions.Action
|
- uid: TinyLife.Actions.Action
|
||||||
name: Action
|
name: Action
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.HoldingPersonAction.CanCancel*
|
- uid: TinyLife.Actions.HoldingPersonAction.CanCancel*
|
||||||
commentId: Overload:TinyLife.HoldingPersonAction.CanCancel
|
commentId: Overload:TinyLife.Actions.HoldingPersonAction.CanCancel
|
||||||
name: CanCancel
|
name: CanCancel
|
||||||
nameWithType: HoldingPersonAction.CanCancel
|
nameWithType: HoldingPersonAction.CanCancel
|
||||||
fullName: TinyLife.HoldingPersonAction.CanCancel
|
fullName: TinyLife.Actions.HoldingPersonAction.CanCancel
|
|
@ -1,24 +1,24 @@
|
||||||
### YamlMime:ManagedReference
|
### YamlMime:ManagedReference
|
||||||
items:
|
items:
|
||||||
- uid: TinyLife.MakeTeaAction
|
- uid: TinyLife.Actions.MakeTeaAction
|
||||||
commentId: T:TinyLife.MakeTeaAction
|
commentId: T:TinyLife.Actions.MakeTeaAction
|
||||||
id: MakeTeaAction
|
id: MakeTeaAction
|
||||||
parent: TinyLife
|
parent: TinyLife.Actions
|
||||||
children:
|
children:
|
||||||
- TinyLife.MakeTeaAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Skills.FoodType)
|
- TinyLife.Actions.MakeTeaAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Skills.FoodType)
|
||||||
- TinyLife.MakeTeaAction.AndThenInitialize
|
- TinyLife.Actions.MakeTeaAction.AndThenInitialize
|
||||||
- TinyLife.MakeTeaAction.AndThenIsCompleted
|
- TinyLife.Actions.MakeTeaAction.AndThenIsCompleted
|
||||||
- TinyLife.MakeTeaAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
- TinyLife.Actions.MakeTeaAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
||||||
- TinyLife.MakeTeaAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
- TinyLife.Actions.MakeTeaAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
- TinyLife.MakeTeaAction.CreateFirstActions
|
- TinyLife.Actions.MakeTeaAction.CreateFirstActions
|
||||||
- TinyLife.MakeTeaAction.GetNextAction(TinyLife.Actions.CompletionType)
|
- TinyLife.Actions.MakeTeaAction.GetNextAction(TinyLife.Actions.CompletionType)
|
||||||
- TinyLife.MakeTeaAction.OnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)
|
- TinyLife.Actions.MakeTeaAction.OnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: MakeTeaAction
|
name: MakeTeaAction
|
||||||
nameWithType: MakeTeaAction
|
nameWithType: MakeTeaAction
|
||||||
fullName: TinyLife.MakeTeaAction
|
fullName: TinyLife.Actions.MakeTeaAction
|
||||||
type: Class
|
type: Class
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -27,10 +27,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MakeTeaAction
|
id: MakeTeaAction
|
||||||
path: ../TinyLife/Actions/MakeTeaAction.cs
|
path: ../TinyLife/Actions/MakeTeaAction.cs
|
||||||
startLine: 13
|
startLine: 11
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: 'public class MakeTeaAction : MultiAction, IGenericDataHolder'
|
content: 'public class MakeTeaAction : MultiAction, IGenericDataHolder'
|
||||||
content.vb: Public Class MakeTeaAction Inherits MultiAction Implements 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.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.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.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.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.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||||
|
@ -118,17 +118,17 @@ items:
|
||||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||||
- System.Object.ToString
|
- System.Object.ToString
|
||||||
extensionMethods:
|
extensionMethods:
|
||||||
- TinyLife.MakeTeaAction.TinyLife.Utilities.Extensions.JsonCopy``1
|
- TinyLife.Actions.MakeTeaAction.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||||
- uid: TinyLife.MakeTeaAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Skills.FoodType)
|
- uid: TinyLife.Actions.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)
|
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)'
|
id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Skills.FoodType)'
|
||||||
parent: TinyLife.MakeTeaAction
|
parent: TinyLife.Actions.MakeTeaAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: MakeTeaAction(ActionType, ActionInfo, FoodType)
|
name: MakeTeaAction(ActionType, ActionInfo, FoodType)
|
||||||
nameWithType: MakeTeaAction.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
|
type: Constructor
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -137,10 +137,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/MakeTeaAction.cs
|
path: ../TinyLife/Actions/MakeTeaAction.cs
|
||||||
startLine: 19
|
startLine: 17
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: public MakeTeaAction(ActionType type, ActionInfo info, FoodType foodType)
|
content: public MakeTeaAction(ActionType type, ActionInfo info, FoodType foodType)
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -151,20 +151,20 @@ items:
|
||||||
- id: foodType
|
- id: foodType
|
||||||
type: TinyLife.Skills.FoodType
|
type: TinyLife.Skills.FoodType
|
||||||
content.vb: Public Sub New(type As ActionType, info As ActionInfo, foodType As 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)
|
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)
|
name.vb: New(ActionType, ActionInfo, FoodType)
|
||||||
- uid: TinyLife.MakeTeaAction.CreateFirstActions
|
- uid: TinyLife.Actions.MakeTeaAction.CreateFirstActions
|
||||||
commentId: M:TinyLife.MakeTeaAction.CreateFirstActions
|
commentId: M:TinyLife.Actions.MakeTeaAction.CreateFirstActions
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
parent: TinyLife.MakeTeaAction
|
parent: TinyLife.Actions.MakeTeaAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: CreateFirstActions()
|
name: CreateFirstActions()
|
||||||
nameWithType: MakeTeaAction.CreateFirstActions()
|
nameWithType: MakeTeaAction.CreateFirstActions()
|
||||||
fullName: TinyLife.MakeTeaAction.CreateFirstActions()
|
fullName: TinyLife.Actions.MakeTeaAction.CreateFirstActions()
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -173,27 +173,27 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: ../TinyLife/Actions/MakeTeaAction.cs
|
path: ../TinyLife/Actions/MakeTeaAction.cs
|
||||||
startLine: 23
|
startLine: 21
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: protected override IEnumerable<Action> CreateFirstActions()
|
content: protected override IEnumerable<Action> CreateFirstActions()
|
||||||
return:
|
return:
|
||||||
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
|
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
|
||||||
content.vb: Protected Overrides Function CreateFirstActions() As IEnumerable(Of Action)
|
content.vb: Protected Overrides Function CreateFirstActions() As IEnumerable(Of Action)
|
||||||
overridden: TinyLife.Actions.MultiAction.CreateFirstActions
|
overridden: TinyLife.Actions.MultiAction.CreateFirstActions
|
||||||
overload: TinyLife.MakeTeaAction.CreateFirstActions*
|
overload: TinyLife.Actions.MakeTeaAction.CreateFirstActions*
|
||||||
- uid: TinyLife.MakeTeaAction.AndThenInitialize
|
- uid: TinyLife.Actions.MakeTeaAction.AndThenInitialize
|
||||||
commentId: M:TinyLife.MakeTeaAction.AndThenInitialize
|
commentId: M:TinyLife.Actions.MakeTeaAction.AndThenInitialize
|
||||||
id: AndThenInitialize
|
id: AndThenInitialize
|
||||||
parent: TinyLife.MakeTeaAction
|
parent: TinyLife.Actions.MakeTeaAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: AndThenInitialize()
|
name: AndThenInitialize()
|
||||||
nameWithType: MakeTeaAction.AndThenInitialize()
|
nameWithType: MakeTeaAction.AndThenInitialize()
|
||||||
fullName: TinyLife.MakeTeaAction.AndThenInitialize()
|
fullName: TinyLife.Actions.MakeTeaAction.AndThenInitialize()
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -202,25 +202,25 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenInitialize
|
id: AndThenInitialize
|
||||||
path: ../TinyLife/Actions/MakeTeaAction.cs
|
path: ../TinyLife/Actions/MakeTeaAction.cs
|
||||||
startLine: 27
|
startLine: 25
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: protected override void AndThenInitialize()
|
content: protected override void AndThenInitialize()
|
||||||
content.vb: Protected Overrides Sub AndThenInitialize()
|
content.vb: Protected Overrides Sub AndThenInitialize()
|
||||||
overridden: TinyLife.Actions.MultiAction.AndThenInitialize
|
overridden: TinyLife.Actions.MultiAction.AndThenInitialize
|
||||||
overload: TinyLife.MakeTeaAction.AndThenInitialize*
|
overload: TinyLife.Actions.MakeTeaAction.AndThenInitialize*
|
||||||
- uid: TinyLife.MakeTeaAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
- uid: TinyLife.Actions.MakeTeaAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
commentId: M:TinyLife.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)
|
id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
parent: TinyLife.MakeTeaAction
|
parent: TinyLife.Actions.MakeTeaAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: AndThenUpdate(GameTime, TimeSpan, float)
|
name: AndThenUpdate(GameTime, TimeSpan, float)
|
||||||
nameWithType: MakeTeaAction.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
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -229,10 +229,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenUpdate
|
id: AndThenUpdate
|
||||||
path: ../TinyLife/Actions/MakeTeaAction.cs
|
path: ../TinyLife/Actions/MakeTeaAction.cs
|
||||||
startLine: 34
|
startLine: 32
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: protected override void AndThenUpdate(GameTime time, TimeSpan passedInGame, float speedMultiplier)
|
content: protected override void AndThenUpdate(GameTime time, TimeSpan passedInGame, float speedMultiplier)
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -244,20 +244,20 @@ items:
|
||||||
type: System.Single
|
type: System.Single
|
||||||
content.vb: Protected Overrides Sub AndThenUpdate(time As GameTime, passedInGame As TimeSpan, speedMultiplier As 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)
|
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)
|
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)
|
name.vb: AndThenUpdate(GameTime, TimeSpan, Single)
|
||||||
- uid: TinyLife.MakeTeaAction.AndThenIsCompleted
|
- uid: TinyLife.Actions.MakeTeaAction.AndThenIsCompleted
|
||||||
commentId: M:TinyLife.MakeTeaAction.AndThenIsCompleted
|
commentId: M:TinyLife.Actions.MakeTeaAction.AndThenIsCompleted
|
||||||
id: AndThenIsCompleted
|
id: AndThenIsCompleted
|
||||||
parent: TinyLife.MakeTeaAction
|
parent: TinyLife.Actions.MakeTeaAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: AndThenIsCompleted()
|
name: AndThenIsCompleted()
|
||||||
nameWithType: MakeTeaAction.AndThenIsCompleted()
|
nameWithType: MakeTeaAction.AndThenIsCompleted()
|
||||||
fullName: TinyLife.MakeTeaAction.AndThenIsCompleted()
|
fullName: TinyLife.Actions.MakeTeaAction.AndThenIsCompleted()
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -266,27 +266,27 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenIsCompleted
|
id: AndThenIsCompleted
|
||||||
path: ../TinyLife/Actions/MakeTeaAction.cs
|
path: ../TinyLife/Actions/MakeTeaAction.cs
|
||||||
startLine: 41
|
startLine: 39
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: protected override CompletionType AndThenIsCompleted()
|
content: protected override CompletionType AndThenIsCompleted()
|
||||||
return:
|
return:
|
||||||
type: TinyLife.Actions.CompletionType
|
type: TinyLife.Actions.CompletionType
|
||||||
content.vb: Protected Overrides Function AndThenIsCompleted() As CompletionType
|
content.vb: Protected Overrides Function AndThenIsCompleted() As CompletionType
|
||||||
overridden: TinyLife.Actions.MultiAction.AndThenIsCompleted
|
overridden: TinyLife.Actions.MultiAction.AndThenIsCompleted
|
||||||
overload: TinyLife.MakeTeaAction.AndThenIsCompleted*
|
overload: TinyLife.Actions.MakeTeaAction.AndThenIsCompleted*
|
||||||
- uid: TinyLife.MakeTeaAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
- uid: TinyLife.Actions.MakeTeaAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
||||||
commentId: M:TinyLife.MakeTeaAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
commentId: M:TinyLife.Actions.MakeTeaAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
||||||
id: AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
id: AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
||||||
parent: TinyLife.MakeTeaAction
|
parent: TinyLife.Actions.MakeTeaAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: AndThenOnCompleted(CompletionType)
|
name: AndThenOnCompleted(CompletionType)
|
||||||
nameWithType: MakeTeaAction.AndThenOnCompleted(CompletionType)
|
nameWithType: MakeTeaAction.AndThenOnCompleted(CompletionType)
|
||||||
fullName: TinyLife.MakeTeaAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
fullName: TinyLife.Actions.MakeTeaAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -295,10 +295,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenOnCompleted
|
id: AndThenOnCompleted
|
||||||
path: ../TinyLife/Actions/MakeTeaAction.cs
|
path: ../TinyLife/Actions/MakeTeaAction.cs
|
||||||
startLine: 45
|
startLine: 43
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: protected override void AndThenOnCompleted(CompletionType type)
|
content: protected override void AndThenOnCompleted(CompletionType type)
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -306,17 +306,17 @@ items:
|
||||||
type: TinyLife.Actions.CompletionType
|
type: TinyLife.Actions.CompletionType
|
||||||
content.vb: Protected Overrides Sub AndThenOnCompleted(type As CompletionType)
|
content.vb: Protected Overrides Sub AndThenOnCompleted(type As CompletionType)
|
||||||
overridden: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
overridden: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
||||||
overload: TinyLife.MakeTeaAction.AndThenOnCompleted*
|
overload: TinyLife.Actions.MakeTeaAction.AndThenOnCompleted*
|
||||||
- uid: TinyLife.MakeTeaAction.GetNextAction(TinyLife.Actions.CompletionType)
|
- uid: TinyLife.Actions.MakeTeaAction.GetNextAction(TinyLife.Actions.CompletionType)
|
||||||
commentId: M:TinyLife.MakeTeaAction.GetNextAction(TinyLife.Actions.CompletionType)
|
commentId: M:TinyLife.Actions.MakeTeaAction.GetNextAction(TinyLife.Actions.CompletionType)
|
||||||
id: GetNextAction(TinyLife.Actions.CompletionType)
|
id: GetNextAction(TinyLife.Actions.CompletionType)
|
||||||
parent: TinyLife.MakeTeaAction
|
parent: TinyLife.Actions.MakeTeaAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: GetNextAction(CompletionType)
|
name: GetNextAction(CompletionType)
|
||||||
nameWithType: MakeTeaAction.GetNextAction(CompletionType)
|
nameWithType: MakeTeaAction.GetNextAction(CompletionType)
|
||||||
fullName: TinyLife.MakeTeaAction.GetNextAction(TinyLife.Actions.CompletionType)
|
fullName: TinyLife.Actions.MakeTeaAction.GetNextAction(TinyLife.Actions.CompletionType)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -325,10 +325,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetNextAction
|
id: GetNextAction
|
||||||
path: ../TinyLife/Actions/MakeTeaAction.cs
|
path: ../TinyLife/Actions/MakeTeaAction.cs
|
||||||
startLine: 57
|
startLine: 55
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: public override Action GetNextAction(CompletionType completion)
|
content: public override Action GetNextAction(CompletionType completion)
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -338,17 +338,17 @@ items:
|
||||||
type: TinyLife.Actions.Action
|
type: TinyLife.Actions.Action
|
||||||
content.vb: Public Overrides Function GetNextAction(completion As CompletionType) As Action
|
content.vb: Public Overrides Function GetNextAction(completion As CompletionType) As Action
|
||||||
overridden: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
|
overridden: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
|
||||||
overload: TinyLife.MakeTeaAction.GetNextAction*
|
overload: TinyLife.Actions.MakeTeaAction.GetNextAction*
|
||||||
- uid: TinyLife.MakeTeaAction.OnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)
|
- uid: TinyLife.Actions.MakeTeaAction.OnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)
|
||||||
commentId: M:TinyLife.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)
|
id: OnEaten(TinyLife.Actions.Action,TinyLife.Objects.FoodTypedItem)
|
||||||
parent: TinyLife.MakeTeaAction
|
parent: TinyLife.Actions.MakeTeaAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: OnEaten(Action, FoodTypedItem)
|
name: OnEaten(Action, FoodTypedItem)
|
||||||
nameWithType: MakeTeaAction.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
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -357,10 +357,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnEaten
|
id: OnEaten
|
||||||
path: ../TinyLife/Actions/MakeTeaAction.cs
|
path: ../TinyLife/Actions/MakeTeaAction.cs
|
||||||
startLine: 61
|
startLine: 59
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: public static void OnEaten(Action action, FoodTypedItem food)
|
content: public static void OnEaten(Action action, FoodTypedItem food)
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -369,13 +369,25 @@ items:
|
||||||
- id: food
|
- id: food
|
||||||
type: TinyLife.Objects.FoodTypedItem
|
type: TinyLife.Objects.FoodTypedItem
|
||||||
content.vb: Public Shared Sub OnEaten(action As Action, food As FoodTypedItem)
|
content.vb: Public Shared Sub OnEaten(action As Action, food As FoodTypedItem)
|
||||||
overload: TinyLife.MakeTeaAction.OnEaten*
|
overload: TinyLife.Actions.MakeTeaAction.OnEaten*
|
||||||
references:
|
references:
|
||||||
- uid: TinyLife
|
- uid: TinyLife.Actions
|
||||||
commentId: N:TinyLife
|
commentId: N:TinyLife.Actions
|
||||||
|
name: TinyLife.Actions
|
||||||
|
nameWithType: TinyLife.Actions
|
||||||
|
fullName: TinyLife.Actions
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife
|
||||||
name: TinyLife
|
name: TinyLife
|
||||||
nameWithType: TinyLife
|
- name: .
|
||||||
fullName: TinyLife
|
- uid: TinyLife.Actions
|
||||||
|
name: Actions
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife
|
||||||
|
name: TinyLife
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Actions
|
||||||
|
name: Actions
|
||||||
- uid: System.Object
|
- uid: System.Object
|
||||||
commentId: T:System.Object
|
commentId: T:System.Object
|
||||||
parent: System
|
parent: System
|
||||||
|
@ -1240,24 +1252,24 @@ references:
|
||||||
name: TextureRegion
|
name: TextureRegion
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
- 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
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
||||||
- name: (
|
- name: (
|
||||||
- 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)
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
parent: TinyLife.Utilities.Extensions
|
parent: TinyLife.Utilities.Extensions
|
||||||
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
name: JsonCopy<MakeTeaAction>(MakeTeaAction)
|
name: JsonCopy<MakeTeaAction>(MakeTeaAction)
|
||||||
nameWithType: Extensions.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)
|
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)
|
name.vb: JsonCopy(Of MakeTeaAction)(MakeTeaAction)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.MakeTeaAction)
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.MakeTeaAction)
|
||||||
name: JsonCopy
|
name: JsonCopy
|
||||||
- name: <
|
- name: <
|
||||||
- uid: TinyLife.MakeTeaAction
|
- uid: TinyLife.Actions.MakeTeaAction
|
||||||
name: MakeTeaAction
|
name: MakeTeaAction
|
||||||
- name: '>'
|
- name: '>'
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.MakeTeaAction
|
- uid: TinyLife.Actions.MakeTeaAction
|
||||||
name: MakeTeaAction
|
name: MakeTeaAction
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.MakeTeaAction)
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.MakeTeaAction)
|
||||||
name: JsonCopy
|
name: JsonCopy
|
||||||
- name: (
|
- name: (
|
||||||
- name: Of
|
- name: Of
|
||||||
- name: " "
|
- name: " "
|
||||||
- uid: TinyLife.MakeTeaAction
|
- uid: TinyLife.Actions.MakeTeaAction
|
||||||
name: MakeTeaAction
|
name: MakeTeaAction
|
||||||
- name: )
|
- name: )
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.MakeTeaAction
|
- uid: TinyLife.Actions.MakeTeaAction
|
||||||
name: MakeTeaAction
|
name: MakeTeaAction
|
||||||
- name: )
|
- name: )
|
||||||
- uid: System
|
- uid: System
|
||||||
|
@ -3142,23 +3154,6 @@ references:
|
||||||
- uid: MLEM.Data.Json
|
- uid: MLEM.Data.Json
|
||||||
name: Json
|
name: Json
|
||||||
isExternal: true
|
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
|
- uid: MLEM.Misc
|
||||||
commentId: N:MLEM.Misc
|
commentId: N:MLEM.Misc
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
@ -3276,13 +3271,13 @@ references:
|
||||||
- name: .
|
- name: .
|
||||||
- uid: TinyLife.Utilities
|
- uid: TinyLife.Utilities
|
||||||
name: Utilities
|
name: Utilities
|
||||||
- uid: TinyLife.MakeTeaAction.#ctor*
|
- uid: TinyLife.Actions.MakeTeaAction.#ctor*
|
||||||
commentId: Overload:TinyLife.MakeTeaAction.#ctor
|
commentId: Overload:TinyLife.Actions.MakeTeaAction.#ctor
|
||||||
name: MakeTeaAction
|
name: MakeTeaAction
|
||||||
nameWithType: MakeTeaAction.MakeTeaAction
|
nameWithType: MakeTeaAction.MakeTeaAction
|
||||||
fullName: TinyLife.MakeTeaAction.MakeTeaAction
|
fullName: TinyLife.Actions.MakeTeaAction.MakeTeaAction
|
||||||
nameWithType.vb: MakeTeaAction.New
|
nameWithType.vb: MakeTeaAction.New
|
||||||
fullName.vb: TinyLife.MakeTeaAction.New
|
fullName.vb: TinyLife.Actions.MakeTeaAction.New
|
||||||
name.vb: New
|
name.vb: New
|
||||||
- uid: TinyLife.Actions.ActionType
|
- uid: TinyLife.Actions.ActionType
|
||||||
commentId: T:TinyLife.Actions.ActionType
|
commentId: T:TinyLife.Actions.ActionType
|
||||||
|
@ -3335,11 +3330,11 @@ references:
|
||||||
name: CreateFirstActions
|
name: CreateFirstActions
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.MakeTeaAction.CreateFirstActions*
|
- uid: TinyLife.Actions.MakeTeaAction.CreateFirstActions*
|
||||||
commentId: Overload:TinyLife.MakeTeaAction.CreateFirstActions
|
commentId: Overload:TinyLife.Actions.MakeTeaAction.CreateFirstActions
|
||||||
name: CreateFirstActions
|
name: CreateFirstActions
|
||||||
nameWithType: MakeTeaAction.CreateFirstActions
|
nameWithType: MakeTeaAction.CreateFirstActions
|
||||||
fullName: TinyLife.MakeTeaAction.CreateFirstActions
|
fullName: TinyLife.Actions.MakeTeaAction.CreateFirstActions
|
||||||
- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
|
- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
|
||||||
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
|
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
|
||||||
parent: System.Collections.Generic
|
parent: System.Collections.Generic
|
||||||
|
@ -3452,11 +3447,11 @@ references:
|
||||||
name: AndThenInitialize
|
name: AndThenInitialize
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.MakeTeaAction.AndThenInitialize*
|
- uid: TinyLife.Actions.MakeTeaAction.AndThenInitialize*
|
||||||
commentId: Overload:TinyLife.MakeTeaAction.AndThenInitialize
|
commentId: Overload:TinyLife.Actions.MakeTeaAction.AndThenInitialize
|
||||||
name: AndThenInitialize
|
name: AndThenInitialize
|
||||||
nameWithType: MakeTeaAction.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)
|
- 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)
|
commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
parent: TinyLife.Actions.MultiAction
|
parent: TinyLife.Actions.MultiAction
|
||||||
|
@ -3508,11 +3503,11 @@ references:
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.MakeTeaAction.AndThenUpdate*
|
- uid: TinyLife.Actions.MakeTeaAction.AndThenUpdate*
|
||||||
commentId: Overload:TinyLife.MakeTeaAction.AndThenUpdate
|
commentId: Overload:TinyLife.Actions.MakeTeaAction.AndThenUpdate
|
||||||
name: AndThenUpdate
|
name: AndThenUpdate
|
||||||
nameWithType: MakeTeaAction.AndThenUpdate
|
nameWithType: MakeTeaAction.AndThenUpdate
|
||||||
fullName: TinyLife.MakeTeaAction.AndThenUpdate
|
fullName: TinyLife.Actions.MakeTeaAction.AndThenUpdate
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
commentId: T:Microsoft.Xna.Framework.GameTime
|
commentId: T:Microsoft.Xna.Framework.GameTime
|
||||||
parent: Microsoft.Xna.Framework
|
parent: Microsoft.Xna.Framework
|
||||||
|
@ -3585,11 +3580,11 @@ references:
|
||||||
name: AndThenIsCompleted
|
name: AndThenIsCompleted
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.MakeTeaAction.AndThenIsCompleted*
|
- uid: TinyLife.Actions.MakeTeaAction.AndThenIsCompleted*
|
||||||
commentId: Overload:TinyLife.MakeTeaAction.AndThenIsCompleted
|
commentId: Overload:TinyLife.Actions.MakeTeaAction.AndThenIsCompleted
|
||||||
name: AndThenIsCompleted
|
name: AndThenIsCompleted
|
||||||
nameWithType: MakeTeaAction.AndThenIsCompleted
|
nameWithType: MakeTeaAction.AndThenIsCompleted
|
||||||
fullName: TinyLife.MakeTeaAction.AndThenIsCompleted
|
fullName: TinyLife.Actions.MakeTeaAction.AndThenIsCompleted
|
||||||
- uid: TinyLife.Actions.CompletionType
|
- uid: TinyLife.Actions.CompletionType
|
||||||
commentId: T:TinyLife.Actions.CompletionType
|
commentId: T:TinyLife.Actions.CompletionType
|
||||||
parent: TinyLife.Actions
|
parent: TinyLife.Actions
|
||||||
|
@ -3616,11 +3611,11 @@ references:
|
||||||
- uid: TinyLife.Actions.CompletionType
|
- uid: TinyLife.Actions.CompletionType
|
||||||
name: CompletionType
|
name: CompletionType
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.MakeTeaAction.AndThenOnCompleted*
|
- uid: TinyLife.Actions.MakeTeaAction.AndThenOnCompleted*
|
||||||
commentId: Overload:TinyLife.MakeTeaAction.AndThenOnCompleted
|
commentId: Overload:TinyLife.Actions.MakeTeaAction.AndThenOnCompleted
|
||||||
name: AndThenOnCompleted
|
name: AndThenOnCompleted
|
||||||
nameWithType: MakeTeaAction.AndThenOnCompleted
|
nameWithType: MakeTeaAction.AndThenOnCompleted
|
||||||
fullName: TinyLife.MakeTeaAction.AndThenOnCompleted
|
fullName: TinyLife.Actions.MakeTeaAction.AndThenOnCompleted
|
||||||
- uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
|
- uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
|
||||||
commentId: M:TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
|
commentId: M:TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
|
@ -3641,16 +3636,16 @@ references:
|
||||||
- uid: TinyLife.Actions.CompletionType
|
- uid: TinyLife.Actions.CompletionType
|
||||||
name: CompletionType
|
name: CompletionType
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.MakeTeaAction.GetNextAction*
|
- uid: TinyLife.Actions.MakeTeaAction.GetNextAction*
|
||||||
commentId: Overload:TinyLife.MakeTeaAction.GetNextAction
|
commentId: Overload:TinyLife.Actions.MakeTeaAction.GetNextAction
|
||||||
name: GetNextAction
|
name: GetNextAction
|
||||||
nameWithType: MakeTeaAction.GetNextAction
|
nameWithType: MakeTeaAction.GetNextAction
|
||||||
fullName: TinyLife.MakeTeaAction.GetNextAction
|
fullName: TinyLife.Actions.MakeTeaAction.GetNextAction
|
||||||
- uid: TinyLife.MakeTeaAction.OnEaten*
|
- uid: TinyLife.Actions.MakeTeaAction.OnEaten*
|
||||||
commentId: Overload:TinyLife.MakeTeaAction.OnEaten
|
commentId: Overload:TinyLife.Actions.MakeTeaAction.OnEaten
|
||||||
name: OnEaten
|
name: OnEaten
|
||||||
nameWithType: MakeTeaAction.OnEaten
|
nameWithType: MakeTeaAction.OnEaten
|
||||||
fullName: TinyLife.MakeTeaAction.OnEaten
|
fullName: TinyLife.Actions.MakeTeaAction.OnEaten
|
||||||
- uid: TinyLife.Objects.FoodTypedItem
|
- uid: TinyLife.Objects.FoodTypedItem
|
||||||
commentId: T:TinyLife.Objects.FoodTypedItem
|
commentId: T:TinyLife.Objects.FoodTypedItem
|
||||||
parent: TinyLife.Objects
|
parent: TinyLife.Objects
|
|
@ -57,15 +57,15 @@ items:
|
||||||
derivedClasses:
|
derivedClasses:
|
||||||
- TinyLife.Actions.BehaviorAction
|
- TinyLife.Actions.BehaviorAction
|
||||||
- TinyLife.Actions.GoHereAction
|
- TinyLife.Actions.GoHereAction
|
||||||
|
- TinyLife.Actions.MakeTeaAction
|
||||||
- TinyLife.Actions.OutOfTownAction
|
- TinyLife.Actions.OutOfTownAction
|
||||||
- TinyLife.Actions.PutAwayAction
|
- TinyLife.Actions.PutAwayAction
|
||||||
|
- TinyLife.Actions.PutDownPersonAction
|
||||||
- TinyLife.Actions.SellAction
|
- TinyLife.Actions.SellAction
|
||||||
- TinyLife.Actions.SitAction
|
- TinyLife.Actions.SitAction
|
||||||
- TinyLife.Actions.SocialAction
|
- TinyLife.Actions.SocialAction
|
||||||
- TinyLife.Actions.StoreAction
|
- TinyLife.Actions.StoreAction
|
||||||
- TinyLife.Actions.WatchTvAction
|
- TinyLife.Actions.WatchTvAction
|
||||||
- TinyLife.MakeTeaAction
|
|
||||||
- TinyLife.PutDownPersonAction
|
|
||||||
implements:
|
implements:
|
||||||
- MLEM.Misc.IGenericDataHolder
|
- MLEM.Misc.IGenericDataHolder
|
||||||
inheritedMembers:
|
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.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.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.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.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.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||||
|
@ -1530,24 +1530,24 @@ references:
|
||||||
name: TextureRegion
|
name: TextureRegion
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||||
|
|
|
@ -29,7 +29,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OrderFromStaffAction
|
id: OrderFromStaffAction
|
||||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||||
startLine: 14
|
startLine: 13
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
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.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.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.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.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.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||||
|
@ -159,7 +159,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ImportantObject
|
id: ImportantObject
|
||||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||||
startLine: 19
|
startLine: 18
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -190,7 +190,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PickUpOrderAction
|
id: PickUpOrderAction
|
||||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||||
startLine: 24
|
startLine: 23
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -221,7 +221,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MaxDistanceFromObject
|
id: MaxDistanceFromObject
|
||||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||||
startLine: 28
|
startLine: 27
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -252,7 +252,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||||
startLine: 31
|
startLine: 30
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -290,7 +290,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreatePrepareAction
|
id: CreatePrepareAction
|
||||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||||
startLine: 38
|
startLine: 37
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -325,7 +325,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||||
startLine: 41
|
startLine: 40
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -357,7 +357,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UpdateConversation
|
id: UpdateConversation
|
||||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||||
startLine: 65
|
startLine: 64
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -399,7 +399,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsConversationCompleted
|
id: IsConversationCompleted
|
||||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||||
startLine: 72
|
startLine: 71
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -431,7 +431,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanMultitask
|
id: CanMultitask
|
||||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||||
startLine: 77
|
startLine: 76
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -467,7 +467,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetNextAction
|
id: GetNextAction
|
||||||
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
path: ../TinyLife/Actions/OrderFromStaffAction.cs
|
||||||
startLine: 82
|
startLine: 81
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -1799,24 +1799,24 @@ references:
|
||||||
name: TextureRegion
|
name: TextureRegion
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||||
|
|
|
@ -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.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.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.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.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.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||||
|
@ -1286,24 +1286,24 @@ references:
|
||||||
name: TextureRegion
|
name: TextureRegion
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||||
|
|
|
@ -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.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.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.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.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.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||||
|
@ -1212,24 +1212,24 @@ references:
|
||||||
name: TextureRegion
|
name: TextureRegion
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||||
|
|
|
@ -1,24 +1,24 @@
|
||||||
### YamlMime:ManagedReference
|
### YamlMime:ManagedReference
|
||||||
items:
|
items:
|
||||||
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction
|
- uid: TinyLife.Actions.PathfindToPersonAction
|
||||||
commentId: T:TinyLife.Actions.Typeless.PathfindToPersonAction
|
commentId: T:TinyLife.Actions.PathfindToPersonAction
|
||||||
id: PathfindToPersonAction
|
id: PathfindToPersonAction
|
||||||
parent: TinyLife.Actions.Typeless
|
parent: TinyLife.Actions
|
||||||
children:
|
children:
|
||||||
- TinyLife.Actions.Typeless.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionInfo)
|
- TinyLife.Actions.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionInfo)
|
||||||
- TinyLife.Actions.Typeless.PathfindToPersonAction.DriveSpeedMultiplier
|
- TinyLife.Actions.PathfindToPersonAction.DriveSpeedMultiplier
|
||||||
- TinyLife.Actions.Typeless.PathfindToPersonAction.GetMaxPathfindTime
|
- TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime
|
||||||
- TinyLife.Actions.Typeless.PathfindToPersonAction.IsCompleted
|
- TinyLife.Actions.PathfindToPersonAction.IsCompleted
|
||||||
- TinyLife.Actions.Typeless.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType)
|
- TinyLife.Actions.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
- TinyLife.Actions.Typeless.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
- TinyLife.Actions.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
- TinyLife.Actions.Typeless.PathfindToPersonAction.Validate(TinyLife.Objects.Person)
|
- TinyLife.Actions.PathfindToPersonAction.Validate(TinyLife.Objects.Person)
|
||||||
- TinyLife.Actions.Typeless.PathfindToPersonAction.WalkSpeedMultiplier
|
- TinyLife.Actions.PathfindToPersonAction.WalkSpeedMultiplier
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: PathfindToPersonAction
|
name: PathfindToPersonAction
|
||||||
nameWithType: PathfindToPersonAction
|
nameWithType: PathfindToPersonAction
|
||||||
fullName: TinyLife.Actions.Typeless.PathfindToPersonAction
|
fullName: TinyLife.Actions.PathfindToPersonAction
|
||||||
type: Class
|
type: Class
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -30,8 +30,8 @@ items:
|
||||||
startLine: 13
|
startLine: 13
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions.Typeless
|
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.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"
|
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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: 'public class PathfindToPersonAction : Action, IGenericDataHolder'
|
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.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.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.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.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.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||||
|
@ -109,17 +109,17 @@ items:
|
||||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||||
- System.Object.ToString
|
- System.Object.ToString
|
||||||
extensionMethods:
|
extensionMethods:
|
||||||
- TinyLife.Actions.Typeless.PathfindToPersonAction.TinyLife.Utilities.Extensions.JsonCopy``1
|
- TinyLife.Actions.PathfindToPersonAction.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||||
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.WalkSpeedMultiplier
|
- uid: TinyLife.Actions.PathfindToPersonAction.WalkSpeedMultiplier
|
||||||
commentId: F:TinyLife.Actions.Typeless.PathfindToPersonAction.WalkSpeedMultiplier
|
commentId: F:TinyLife.Actions.PathfindToPersonAction.WalkSpeedMultiplier
|
||||||
id: WalkSpeedMultiplier
|
id: WalkSpeedMultiplier
|
||||||
parent: TinyLife.Actions.Typeless.PathfindToPersonAction
|
parent: TinyLife.Actions.PathfindToPersonAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: WalkSpeedMultiplier
|
name: WalkSpeedMultiplier
|
||||||
nameWithType: PathfindToPersonAction.WalkSpeedMultiplier
|
nameWithType: PathfindToPersonAction.WalkSpeedMultiplier
|
||||||
fullName: TinyLife.Actions.Typeless.PathfindToPersonAction.WalkSpeedMultiplier
|
fullName: TinyLife.Actions.PathfindToPersonAction.WalkSpeedMultiplier
|
||||||
type: Field
|
type: Field
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -131,7 +131,7 @@ items:
|
||||||
startLine: 20
|
startLine: 20
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions.Typeless
|
namespace: TinyLife.Actions
|
||||||
summary: "\nThe speed multiplier that is passed to this action's underlying <xref href=\"TinyLife.Actions.GoHereAction\" data-throw-if-not-resolved=\"false\"></xref>'s <xref href=\"TinyLife.Actions.GoHereAction.WalkSpeedMultiplier\" data-throw-if-not-resolved=\"false\"></xref>.\nBy default, this value is set to 1.\n"
|
summary: "\nThe speed multiplier that is passed to this action's underlying <xref href=\"TinyLife.Actions.GoHereAction\" data-throw-if-not-resolved=\"false\"></xref>'s <xref href=\"TinyLife.Actions.GoHereAction.WalkSpeedMultiplier\" data-throw-if-not-resolved=\"false\"></xref>.\nBy default, this value is set to 1.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -149,16 +149,16 @@ items:
|
||||||
- type: System.Runtime.Serialization.DataMemberAttribute
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
||||||
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
||||||
arguments: []
|
arguments: []
|
||||||
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.DriveSpeedMultiplier
|
- uid: TinyLife.Actions.PathfindToPersonAction.DriveSpeedMultiplier
|
||||||
commentId: F:TinyLife.Actions.Typeless.PathfindToPersonAction.DriveSpeedMultiplier
|
commentId: F:TinyLife.Actions.PathfindToPersonAction.DriveSpeedMultiplier
|
||||||
id: DriveSpeedMultiplier
|
id: DriveSpeedMultiplier
|
||||||
parent: TinyLife.Actions.Typeless.PathfindToPersonAction
|
parent: TinyLife.Actions.PathfindToPersonAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: DriveSpeedMultiplier
|
name: DriveSpeedMultiplier
|
||||||
nameWithType: PathfindToPersonAction.DriveSpeedMultiplier
|
nameWithType: PathfindToPersonAction.DriveSpeedMultiplier
|
||||||
fullName: TinyLife.Actions.Typeless.PathfindToPersonAction.DriveSpeedMultiplier
|
fullName: TinyLife.Actions.PathfindToPersonAction.DriveSpeedMultiplier
|
||||||
type: Field
|
type: Field
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -170,7 +170,7 @@ items:
|
||||||
startLine: 26
|
startLine: 26
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions.Typeless
|
namespace: TinyLife.Actions
|
||||||
summary: "\nThe speed multiplier that is passed to this action's underlying <xref href=\"TinyLife.Actions.GoHereAction\" data-throw-if-not-resolved=\"false\"></xref>'s <xref href=\"TinyLife.Actions.GoHereAction.DriveSpeedMultiplier\" data-throw-if-not-resolved=\"false\"></xref>.\nBy default, this value is set to 1.\n"
|
summary: "\nThe speed multiplier that is passed to this action's underlying <xref href=\"TinyLife.Actions.GoHereAction\" data-throw-if-not-resolved=\"false\"></xref>'s <xref href=\"TinyLife.Actions.GoHereAction.DriveSpeedMultiplier\" data-throw-if-not-resolved=\"false\"></xref>.\nBy default, this value is set to 1.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -188,16 +188,16 @@ items:
|
||||||
- type: System.Runtime.Serialization.DataMemberAttribute
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
||||||
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
||||||
arguments: []
|
arguments: []
|
||||||
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionInfo)
|
- uid: TinyLife.Actions.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionInfo)
|
||||||
commentId: M:TinyLife.Actions.Typeless.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionInfo)
|
commentId: M:TinyLife.Actions.PathfindToPersonAction.#ctor(TinyLife.Actions.ActionInfo)
|
||||||
id: '#ctor(TinyLife.Actions.ActionInfo)'
|
id: '#ctor(TinyLife.Actions.ActionInfo)'
|
||||||
parent: TinyLife.Actions.Typeless.PathfindToPersonAction
|
parent: TinyLife.Actions.PathfindToPersonAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: PathfindToPersonAction(ActionInfo)
|
name: PathfindToPersonAction(ActionInfo)
|
||||||
nameWithType: PathfindToPersonAction.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
|
type: Constructor
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -209,7 +209,7 @@ items:
|
||||||
startLine: 34
|
startLine: 34
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions.Typeless
|
namespace: TinyLife.Actions
|
||||||
summary: "\nCreates a new typeless action with the given action information.\n"
|
summary: "\nCreates a new typeless action with the given action information.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -219,20 +219,20 @@ items:
|
||||||
type: TinyLife.Actions.ActionInfo
|
type: TinyLife.Actions.ActionInfo
|
||||||
description: The information for this action.
|
description: The information for this action.
|
||||||
content.vb: Public Sub New(info As ActionInfo)
|
content.vb: Public Sub New(info As ActionInfo)
|
||||||
overload: TinyLife.Actions.Typeless.PathfindToPersonAction.#ctor*
|
overload: TinyLife.Actions.PathfindToPersonAction.#ctor*
|
||||||
nameWithType.vb: PathfindToPersonAction.New(ActionInfo)
|
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)
|
name.vb: New(ActionInfo)
|
||||||
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.GetMaxPathfindTime
|
- uid: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime
|
||||||
commentId: M:TinyLife.Actions.Typeless.PathfindToPersonAction.GetMaxPathfindTime
|
commentId: M:TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime
|
||||||
id: GetMaxPathfindTime
|
id: GetMaxPathfindTime
|
||||||
parent: TinyLife.Actions.Typeless.PathfindToPersonAction
|
parent: TinyLife.Actions.PathfindToPersonAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: GetMaxPathfindTime()
|
name: GetMaxPathfindTime()
|
||||||
nameWithType: PathfindToPersonAction.GetMaxPathfindTime()
|
nameWithType: PathfindToPersonAction.GetMaxPathfindTime()
|
||||||
fullName: TinyLife.Actions.Typeless.PathfindToPersonAction.GetMaxPathfindTime()
|
fullName: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime()
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -244,7 +244,7 @@ items:
|
||||||
startLine: 43
|
startLine: 43
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- 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"
|
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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -253,17 +253,17 @@ items:
|
||||||
type: System.TimeSpan
|
type: System.TimeSpan
|
||||||
description: The maximum amount of time before this action is canceled
|
description: The maximum amount of time before this action is canceled
|
||||||
content.vb: Protected Overridable Function GetMaxPathfindTime() As TimeSpan
|
content.vb: Protected Overridable Function GetMaxPathfindTime() As TimeSpan
|
||||||
overload: TinyLife.Actions.Typeless.PathfindToPersonAction.GetMaxPathfindTime*
|
overload: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime*
|
||||||
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
- uid: TinyLife.Actions.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)
|
commentId: M:TinyLife.Actions.PathfindToPersonAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
id: 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:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Update(GameTime, TimeSpan, float)
|
name: Update(GameTime, TimeSpan, float)
|
||||||
nameWithType: PathfindToPersonAction.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
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -275,7 +275,7 @@ items:
|
||||||
startLine: 48
|
startLine: 48
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- 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"
|
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: []
|
example: []
|
||||||
syntax:
|
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>
|
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)
|
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)
|
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)
|
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)
|
name.vb: Update(GameTime, TimeSpan, Single)
|
||||||
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.Validate(TinyLife.Objects.Person)
|
- uid: TinyLife.Actions.PathfindToPersonAction.Validate(TinyLife.Objects.Person)
|
||||||
commentId: M:TinyLife.Actions.Typeless.PathfindToPersonAction.Validate(TinyLife.Objects.Person)
|
commentId: M:TinyLife.Actions.PathfindToPersonAction.Validate(TinyLife.Objects.Person)
|
||||||
id: Validate(TinyLife.Objects.Person)
|
id: Validate(TinyLife.Objects.Person)
|
||||||
parent: TinyLife.Actions.Typeless.PathfindToPersonAction
|
parent: TinyLife.Actions.PathfindToPersonAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Validate(Person)
|
name: Validate(Person)
|
||||||
nameWithType: PathfindToPersonAction.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
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -317,7 +317,7 @@ items:
|
||||||
startLine: 79
|
startLine: 79
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions.Typeless
|
namespace: TinyLife.Actions
|
||||||
summary: "\nValidates this action'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"
|
summary: "\nValidates this action'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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -331,17 +331,17 @@ items:
|
||||||
description: Whether or not the action is still valid (or if it has invalid data)
|
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
|
content.vb: Public Overrides Function Validate(person As Person) As Boolean
|
||||||
overridden: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
|
overridden: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
|
||||||
overload: TinyLife.Actions.Typeless.PathfindToPersonAction.Validate*
|
overload: TinyLife.Actions.PathfindToPersonAction.Validate*
|
||||||
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.IsCompleted
|
- uid: TinyLife.Actions.PathfindToPersonAction.IsCompleted
|
||||||
commentId: M:TinyLife.Actions.Typeless.PathfindToPersonAction.IsCompleted
|
commentId: M:TinyLife.Actions.PathfindToPersonAction.IsCompleted
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
parent: TinyLife.Actions.Typeless.PathfindToPersonAction
|
parent: TinyLife.Actions.PathfindToPersonAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: IsCompleted()
|
name: IsCompleted()
|
||||||
nameWithType: PathfindToPersonAction.IsCompleted()
|
nameWithType: PathfindToPersonAction.IsCompleted()
|
||||||
fullName: TinyLife.Actions.Typeless.PathfindToPersonAction.IsCompleted()
|
fullName: TinyLife.Actions.PathfindToPersonAction.IsCompleted()
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -353,7 +353,7 @@ items:
|
||||||
startLine: 84
|
startLine: 84
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- 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"
|
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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -363,17 +363,17 @@ items:
|
||||||
description: The current completion type of this action
|
description: The current completion type of this action
|
||||||
content.vb: Public Overrides Function IsCompleted() As CompletionType
|
content.vb: Public Overrides Function IsCompleted() As CompletionType
|
||||||
overridden: TinyLife.Actions.Action.IsCompleted
|
overridden: TinyLife.Actions.Action.IsCompleted
|
||||||
overload: TinyLife.Actions.Typeless.PathfindToPersonAction.IsCompleted*
|
overload: TinyLife.Actions.PathfindToPersonAction.IsCompleted*
|
||||||
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType)
|
- uid: TinyLife.Actions.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
commentId: M:TinyLife.Actions.Typeless.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType)
|
commentId: M:TinyLife.Actions.PathfindToPersonAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
id: OnCompleted(TinyLife.Actions.CompletionType)
|
id: OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
parent: TinyLife.Actions.Typeless.PathfindToPersonAction
|
parent: TinyLife.Actions.PathfindToPersonAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: OnCompleted(CompletionType)
|
name: OnCompleted(CompletionType)
|
||||||
nameWithType: PathfindToPersonAction.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
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -385,7 +385,7 @@ items:
|
||||||
startLine: 101
|
startLine: 101
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- 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"
|
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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -396,7 +396,7 @@ items:
|
||||||
description: The type that this action completed with
|
description: The type that this action completed with
|
||||||
content.vb: Public Overrides Sub OnCompleted(type As CompletionType)
|
content.vb: Public Overrides Sub OnCompleted(type As CompletionType)
|
||||||
overridden: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
|
overridden: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
overload: TinyLife.Actions.Typeless.PathfindToPersonAction.OnCompleted*
|
overload: TinyLife.Actions.PathfindToPersonAction.OnCompleted*
|
||||||
references:
|
references:
|
||||||
- uid: TinyLife.Actions.Action
|
- uid: TinyLife.Actions.Action
|
||||||
commentId: T:TinyLife.Actions.Action
|
commentId: T:TinyLife.Actions.Action
|
||||||
|
@ -410,18 +410,18 @@ references:
|
||||||
name: Person
|
name: Person
|
||||||
nameWithType: Person
|
nameWithType: Person
|
||||||
fullName: TinyLife.Objects.Person
|
fullName: TinyLife.Objects.Person
|
||||||
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.GetMaxPathfindTime
|
- uid: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime
|
||||||
commentId: M:TinyLife.Actions.Typeless.PathfindToPersonAction.GetMaxPathfindTime
|
commentId: M:TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime
|
||||||
name: GetMaxPathfindTime()
|
name: GetMaxPathfindTime()
|
||||||
nameWithType: PathfindToPersonAction.GetMaxPathfindTime()
|
nameWithType: PathfindToPersonAction.GetMaxPathfindTime()
|
||||||
fullName: TinyLife.Actions.Typeless.PathfindToPersonAction.GetMaxPathfindTime()
|
fullName: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime()
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.GetMaxPathfindTime
|
- uid: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime
|
||||||
name: GetMaxPathfindTime
|
name: GetMaxPathfindTime
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.GetMaxPathfindTime
|
- uid: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime
|
||||||
name: GetMaxPathfindTime
|
name: GetMaxPathfindTime
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
|
@ -431,29 +431,23 @@ references:
|
||||||
name: SocialAction
|
name: SocialAction
|
||||||
nameWithType: SocialAction
|
nameWithType: SocialAction
|
||||||
fullName: TinyLife.Actions.SocialAction
|
fullName: TinyLife.Actions.SocialAction
|
||||||
- uid: TinyLife.Actions.Typeless
|
- uid: TinyLife.Actions
|
||||||
commentId: N:TinyLife.Actions.Typeless
|
commentId: N:TinyLife.Actions
|
||||||
name: TinyLife.Actions.Typeless
|
name: TinyLife.Actions
|
||||||
nameWithType: TinyLife.Actions.Typeless
|
nameWithType: TinyLife.Actions
|
||||||
fullName: TinyLife.Actions.Typeless
|
fullName: TinyLife.Actions
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife
|
- uid: TinyLife
|
||||||
name: TinyLife
|
name: TinyLife
|
||||||
- name: .
|
- name: .
|
||||||
- uid: TinyLife.Actions
|
- uid: TinyLife.Actions
|
||||||
name: Actions
|
name: Actions
|
||||||
- name: .
|
|
||||||
- uid: TinyLife.Actions.Typeless
|
|
||||||
name: Typeless
|
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife
|
- uid: TinyLife
|
||||||
name: TinyLife
|
name: TinyLife
|
||||||
- name: .
|
- name: .
|
||||||
- uid: TinyLife.Actions
|
- uid: TinyLife.Actions
|
||||||
name: Actions
|
name: Actions
|
||||||
- name: .
|
|
||||||
- uid: TinyLife.Actions.Typeless
|
|
||||||
name: Typeless
|
|
||||||
- uid: System.Object
|
- uid: System.Object
|
||||||
commentId: T:System.Object
|
commentId: T:System.Object
|
||||||
parent: System
|
parent: System
|
||||||
|
@ -1129,24 +1123,24 @@ references:
|
||||||
name: TextureRegion
|
name: TextureRegion
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
- 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
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
||||||
- name: (
|
- name: (
|
||||||
- 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)
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
parent: TinyLife.Utilities.Extensions
|
parent: TinyLife.Utilities.Extensions
|
||||||
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
name: JsonCopy<PathfindToPersonAction>(PathfindToPersonAction)
|
name: JsonCopy<PathfindToPersonAction>(PathfindToPersonAction)
|
||||||
nameWithType: Extensions.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)
|
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)
|
name.vb: JsonCopy(Of PathfindToPersonAction)(PathfindToPersonAction)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.Typeless.PathfindToPersonAction)
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.PathfindToPersonAction)
|
||||||
name: JsonCopy
|
name: JsonCopy
|
||||||
- name: <
|
- name: <
|
||||||
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction
|
- uid: TinyLife.Actions.PathfindToPersonAction
|
||||||
name: PathfindToPersonAction
|
name: PathfindToPersonAction
|
||||||
- name: '>'
|
- name: '>'
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction
|
- uid: TinyLife.Actions.PathfindToPersonAction
|
||||||
name: PathfindToPersonAction
|
name: PathfindToPersonAction
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.Typeless.PathfindToPersonAction)
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.PathfindToPersonAction)
|
||||||
name: JsonCopy
|
name: JsonCopy
|
||||||
- name: (
|
- name: (
|
||||||
- name: Of
|
- name: Of
|
||||||
- name: " "
|
- name: " "
|
||||||
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction
|
- uid: TinyLife.Actions.PathfindToPersonAction
|
||||||
name: PathfindToPersonAction
|
name: PathfindToPersonAction
|
||||||
- name: )
|
- name: )
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction
|
- uid: TinyLife.Actions.PathfindToPersonAction
|
||||||
name: PathfindToPersonAction
|
name: PathfindToPersonAction
|
||||||
- name: )
|
- 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
|
- uid: TinyLife.Objects
|
||||||
commentId: N:TinyLife.Objects
|
commentId: N:TinyLife.Objects
|
||||||
name: TinyLife.Objects
|
name: TinyLife.Objects
|
||||||
|
@ -3208,13 +3185,13 @@ references:
|
||||||
name: DriveSpeedMultiplier
|
name: DriveSpeedMultiplier
|
||||||
nameWithType: GoHereAction.DriveSpeedMultiplier
|
nameWithType: GoHereAction.DriveSpeedMultiplier
|
||||||
fullName: TinyLife.Actions.GoHereAction.DriveSpeedMultiplier
|
fullName: TinyLife.Actions.GoHereAction.DriveSpeedMultiplier
|
||||||
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.#ctor*
|
- uid: TinyLife.Actions.PathfindToPersonAction.#ctor*
|
||||||
commentId: Overload:TinyLife.Actions.Typeless.PathfindToPersonAction.#ctor
|
commentId: Overload:TinyLife.Actions.PathfindToPersonAction.#ctor
|
||||||
name: PathfindToPersonAction
|
name: PathfindToPersonAction
|
||||||
nameWithType: PathfindToPersonAction.PathfindToPersonAction
|
nameWithType: PathfindToPersonAction.PathfindToPersonAction
|
||||||
fullName: TinyLife.Actions.Typeless.PathfindToPersonAction.PathfindToPersonAction
|
fullName: TinyLife.Actions.PathfindToPersonAction.PathfindToPersonAction
|
||||||
nameWithType.vb: PathfindToPersonAction.New
|
nameWithType.vb: PathfindToPersonAction.New
|
||||||
fullName.vb: TinyLife.Actions.Typeless.PathfindToPersonAction.New
|
fullName.vb: TinyLife.Actions.PathfindToPersonAction.New
|
||||||
name.vb: New
|
name.vb: New
|
||||||
- uid: TinyLife.Actions.ActionInfo
|
- uid: TinyLife.Actions.ActionInfo
|
||||||
commentId: T:TinyLife.Actions.ActionInfo
|
commentId: T:TinyLife.Actions.ActionInfo
|
||||||
|
@ -3222,11 +3199,11 @@ references:
|
||||||
name: ActionInfo
|
name: ActionInfo
|
||||||
nameWithType: ActionInfo
|
nameWithType: ActionInfo
|
||||||
fullName: TinyLife.Actions.ActionInfo
|
fullName: TinyLife.Actions.ActionInfo
|
||||||
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.GetMaxPathfindTime*
|
- uid: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime*
|
||||||
commentId: Overload:TinyLife.Actions.Typeless.PathfindToPersonAction.GetMaxPathfindTime
|
commentId: Overload:TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime
|
||||||
name: GetMaxPathfindTime
|
name: GetMaxPathfindTime
|
||||||
nameWithType: PathfindToPersonAction.GetMaxPathfindTime
|
nameWithType: PathfindToPersonAction.GetMaxPathfindTime
|
||||||
fullName: TinyLife.Actions.Typeless.PathfindToPersonAction.GetMaxPathfindTime
|
fullName: TinyLife.Actions.PathfindToPersonAction.GetMaxPathfindTime
|
||||||
- uid: System.TimeSpan
|
- uid: System.TimeSpan
|
||||||
commentId: T:System.TimeSpan
|
commentId: T:System.TimeSpan
|
||||||
parent: System
|
parent: System
|
||||||
|
@ -3286,11 +3263,11 @@ references:
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.Update*
|
- uid: TinyLife.Actions.PathfindToPersonAction.Update*
|
||||||
commentId: Overload:TinyLife.Actions.Typeless.PathfindToPersonAction.Update
|
commentId: Overload:TinyLife.Actions.PathfindToPersonAction.Update
|
||||||
name: Update
|
name: Update
|
||||||
nameWithType: PathfindToPersonAction.Update
|
nameWithType: PathfindToPersonAction.Update
|
||||||
fullName: TinyLife.Actions.Typeless.PathfindToPersonAction.Update
|
fullName: TinyLife.Actions.PathfindToPersonAction.Update
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
commentId: T:Microsoft.Xna.Framework.GameTime
|
commentId: T:Microsoft.Xna.Framework.GameTime
|
||||||
parent: Microsoft.Xna.Framework
|
parent: Microsoft.Xna.Framework
|
||||||
|
@ -3348,11 +3325,11 @@ references:
|
||||||
- uid: TinyLife.Objects.Person
|
- uid: TinyLife.Objects.Person
|
||||||
name: Person
|
name: Person
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.Validate*
|
- uid: TinyLife.Actions.PathfindToPersonAction.Validate*
|
||||||
commentId: Overload:TinyLife.Actions.Typeless.PathfindToPersonAction.Validate
|
commentId: Overload:TinyLife.Actions.PathfindToPersonAction.Validate
|
||||||
name: Validate
|
name: Validate
|
||||||
nameWithType: PathfindToPersonAction.Validate
|
nameWithType: PathfindToPersonAction.Validate
|
||||||
fullName: TinyLife.Actions.Typeless.PathfindToPersonAction.Validate
|
fullName: TinyLife.Actions.PathfindToPersonAction.Validate
|
||||||
- uid: System.Boolean
|
- uid: System.Boolean
|
||||||
commentId: T:System.Boolean
|
commentId: T:System.Boolean
|
||||||
parent: System
|
parent: System
|
||||||
|
@ -3380,11 +3357,11 @@ references:
|
||||||
name: IsCompleted
|
name: IsCompleted
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.IsCompleted*
|
- uid: TinyLife.Actions.PathfindToPersonAction.IsCompleted*
|
||||||
commentId: Overload:TinyLife.Actions.Typeless.PathfindToPersonAction.IsCompleted
|
commentId: Overload:TinyLife.Actions.PathfindToPersonAction.IsCompleted
|
||||||
name: IsCompleted
|
name: IsCompleted
|
||||||
nameWithType: PathfindToPersonAction.IsCompleted
|
nameWithType: PathfindToPersonAction.IsCompleted
|
||||||
fullName: TinyLife.Actions.Typeless.PathfindToPersonAction.IsCompleted
|
fullName: TinyLife.Actions.PathfindToPersonAction.IsCompleted
|
||||||
- uid: TinyLife.Actions.CompletionType
|
- uid: TinyLife.Actions.CompletionType
|
||||||
commentId: T:TinyLife.Actions.CompletionType
|
commentId: T:TinyLife.Actions.CompletionType
|
||||||
parent: TinyLife.Actions
|
parent: TinyLife.Actions
|
||||||
|
@ -3411,8 +3388,8 @@ references:
|
||||||
- uid: TinyLife.Actions.CompletionType
|
- uid: TinyLife.Actions.CompletionType
|
||||||
name: CompletionType
|
name: CompletionType
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Typeless.PathfindToPersonAction.OnCompleted*
|
- uid: TinyLife.Actions.PathfindToPersonAction.OnCompleted*
|
||||||
commentId: Overload:TinyLife.Actions.Typeless.PathfindToPersonAction.OnCompleted
|
commentId: Overload:TinyLife.Actions.PathfindToPersonAction.OnCompleted
|
||||||
name: OnCompleted
|
name: OnCompleted
|
||||||
nameWithType: PathfindToPersonAction.OnCompleted
|
nameWithType: PathfindToPersonAction.OnCompleted
|
||||||
fullName: TinyLife.Actions.Typeless.PathfindToPersonAction.OnCompleted
|
fullName: TinyLife.Actions.PathfindToPersonAction.OnCompleted
|
|
@ -1,20 +1,20 @@
|
||||||
### YamlMime:ManagedReference
|
### YamlMime:ManagedReference
|
||||||
items:
|
items:
|
||||||
- uid: TinyLife.PickUpPersonAction
|
- uid: TinyLife.Actions.PickUpPersonAction
|
||||||
commentId: T:TinyLife.PickUpPersonAction
|
commentId: T:TinyLife.Actions.PickUpPersonAction
|
||||||
id: PickUpPersonAction
|
id: PickUpPersonAction
|
||||||
parent: TinyLife
|
parent: TinyLife.Actions
|
||||||
children:
|
children:
|
||||||
- TinyLife.PickUpPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
- TinyLife.Actions.PickUpPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
||||||
- TinyLife.PickUpPersonAction.CanMultitask(TinyLife.Actions.Action)
|
- TinyLife.Actions.PickUpPersonAction.CanMultitask(TinyLife.Actions.Action)
|
||||||
- TinyLife.PickUpPersonAction.InitializeConversation
|
- TinyLife.Actions.PickUpPersonAction.InitializeConversation
|
||||||
- TinyLife.PickUpPersonAction.IsConversationCompleted
|
- TinyLife.Actions.PickUpPersonAction.IsConversationCompleted
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: PickUpPersonAction
|
name: PickUpPersonAction
|
||||||
nameWithType: PickUpPersonAction
|
nameWithType: PickUpPersonAction
|
||||||
fullName: TinyLife.PickUpPersonAction
|
fullName: TinyLife.Actions.PickUpPersonAction
|
||||||
type: Class
|
type: Class
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -23,10 +23,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PickUpPersonAction
|
id: PickUpPersonAction
|
||||||
path: ../TinyLife/Actions/PickUpPersonAction.cs
|
path: ../TinyLife/Actions/PickUpPersonAction.cs
|
||||||
startLine: 9
|
startLine: 2
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: 'public class PickUpPersonAction : SocialAction, IGenericDataHolder'
|
content: 'public class PickUpPersonAction : SocialAction, IGenericDataHolder'
|
||||||
content.vb: Public Class PickUpPersonAction Inherits SocialAction Implements 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.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.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.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.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.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||||
|
@ -134,17 +134,17 @@ items:
|
||||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||||
- System.Object.ToString
|
- System.Object.ToString
|
||||||
extensionMethods:
|
extensionMethods:
|
||||||
- TinyLife.PickUpPersonAction.TinyLife.Utilities.Extensions.JsonCopy``1
|
- TinyLife.Actions.PickUpPersonAction.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||||
- uid: TinyLife.PickUpPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
- uid: TinyLife.Actions.PickUpPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
||||||
commentId: M:TinyLife.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)'
|
id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)'
|
||||||
parent: TinyLife.PickUpPersonAction
|
parent: TinyLife.Actions.PickUpPersonAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: PickUpPersonAction(ActionType, ActionInfo)
|
name: PickUpPersonAction(ActionType, ActionInfo)
|
||||||
nameWithType: PickUpPersonAction.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
|
type: Constructor
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -153,10 +153,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/PickUpPersonAction.cs
|
path: ../TinyLife/Actions/PickUpPersonAction.cs
|
||||||
startLine: 11
|
startLine: 4
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: public PickUpPersonAction(ActionType type, ActionInfo info)
|
content: public PickUpPersonAction(ActionType type, ActionInfo info)
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -165,20 +165,20 @@ items:
|
||||||
- id: info
|
- id: info
|
||||||
type: TinyLife.Actions.ActionInfo
|
type: TinyLife.Actions.ActionInfo
|
||||||
content.vb: Public Sub New(type As ActionType, info As 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)
|
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)
|
name.vb: New(ActionType, ActionInfo)
|
||||||
- uid: TinyLife.PickUpPersonAction.InitializeConversation
|
- uid: TinyLife.Actions.PickUpPersonAction.InitializeConversation
|
||||||
commentId: M:TinyLife.PickUpPersonAction.InitializeConversation
|
commentId: M:TinyLife.Actions.PickUpPersonAction.InitializeConversation
|
||||||
id: InitializeConversation
|
id: InitializeConversation
|
||||||
parent: TinyLife.PickUpPersonAction
|
parent: TinyLife.Actions.PickUpPersonAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: InitializeConversation()
|
name: InitializeConversation()
|
||||||
nameWithType: PickUpPersonAction.InitializeConversation()
|
nameWithType: PickUpPersonAction.InitializeConversation()
|
||||||
fullName: TinyLife.PickUpPersonAction.InitializeConversation()
|
fullName: TinyLife.Actions.PickUpPersonAction.InitializeConversation()
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -187,25 +187,25 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InitializeConversation
|
id: InitializeConversation
|
||||||
path: ../TinyLife/Actions/PickUpPersonAction.cs
|
path: ../TinyLife/Actions/PickUpPersonAction.cs
|
||||||
startLine: 13
|
startLine: 6
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: protected override void InitializeConversation()
|
content: protected override void InitializeConversation()
|
||||||
content.vb: Protected Overrides Sub InitializeConversation()
|
content.vb: Protected Overrides Sub InitializeConversation()
|
||||||
overridden: TinyLife.Actions.SocialAction.InitializeConversation
|
overridden: TinyLife.Actions.SocialAction.InitializeConversation
|
||||||
overload: TinyLife.PickUpPersonAction.InitializeConversation*
|
overload: TinyLife.Actions.PickUpPersonAction.InitializeConversation*
|
||||||
- uid: TinyLife.PickUpPersonAction.IsConversationCompleted
|
- uid: TinyLife.Actions.PickUpPersonAction.IsConversationCompleted
|
||||||
commentId: M:TinyLife.PickUpPersonAction.IsConversationCompleted
|
commentId: M:TinyLife.Actions.PickUpPersonAction.IsConversationCompleted
|
||||||
id: IsConversationCompleted
|
id: IsConversationCompleted
|
||||||
parent: TinyLife.PickUpPersonAction
|
parent: TinyLife.Actions.PickUpPersonAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: IsConversationCompleted()
|
name: IsConversationCompleted()
|
||||||
nameWithType: PickUpPersonAction.IsConversationCompleted()
|
nameWithType: PickUpPersonAction.IsConversationCompleted()
|
||||||
fullName: TinyLife.PickUpPersonAction.IsConversationCompleted()
|
fullName: TinyLife.Actions.PickUpPersonAction.IsConversationCompleted()
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -214,27 +214,27 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsConversationCompleted
|
id: IsConversationCompleted
|
||||||
path: ../TinyLife/Actions/PickUpPersonAction.cs
|
path: ../TinyLife/Actions/PickUpPersonAction.cs
|
||||||
startLine: 18
|
startLine: 11
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: protected override CompletionType IsConversationCompleted()
|
content: protected override CompletionType IsConversationCompleted()
|
||||||
return:
|
return:
|
||||||
type: TinyLife.Actions.CompletionType
|
type: TinyLife.Actions.CompletionType
|
||||||
content.vb: Protected Overrides Function IsConversationCompleted() As CompletionType
|
content.vb: Protected Overrides Function IsConversationCompleted() As CompletionType
|
||||||
overridden: TinyLife.Actions.SocialAction.IsConversationCompleted
|
overridden: TinyLife.Actions.SocialAction.IsConversationCompleted
|
||||||
overload: TinyLife.PickUpPersonAction.IsConversationCompleted*
|
overload: TinyLife.Actions.PickUpPersonAction.IsConversationCompleted*
|
||||||
- uid: TinyLife.PickUpPersonAction.CanMultitask(TinyLife.Actions.Action)
|
- uid: TinyLife.Actions.PickUpPersonAction.CanMultitask(TinyLife.Actions.Action)
|
||||||
commentId: M:TinyLife.PickUpPersonAction.CanMultitask(TinyLife.Actions.Action)
|
commentId: M:TinyLife.Actions.PickUpPersonAction.CanMultitask(TinyLife.Actions.Action)
|
||||||
id: CanMultitask(TinyLife.Actions.Action)
|
id: CanMultitask(TinyLife.Actions.Action)
|
||||||
parent: TinyLife.PickUpPersonAction
|
parent: TinyLife.Actions.PickUpPersonAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: CanMultitask(Action)
|
name: CanMultitask(Action)
|
||||||
nameWithType: PickUpPersonAction.CanMultitask(Action)
|
nameWithType: PickUpPersonAction.CanMultitask(Action)
|
||||||
fullName: TinyLife.PickUpPersonAction.CanMultitask(TinyLife.Actions.Action)
|
fullName: TinyLife.Actions.PickUpPersonAction.CanMultitask(TinyLife.Actions.Action)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -243,10 +243,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanMultitask
|
id: CanMultitask
|
||||||
path: ../TinyLife/Actions/PickUpPersonAction.cs
|
path: ../TinyLife/Actions/PickUpPersonAction.cs
|
||||||
startLine: 22
|
startLine: 15
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: public override bool CanMultitask(Action other)
|
content: public override bool CanMultitask(Action other)
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -256,13 +256,25 @@ items:
|
||||||
type: System.Boolean
|
type: System.Boolean
|
||||||
content.vb: Public Overrides Function CanMultitask(other As Action) As Boolean
|
content.vb: Public Overrides Function CanMultitask(other As Action) As Boolean
|
||||||
overridden: TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action)
|
overridden: TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action)
|
||||||
overload: TinyLife.PickUpPersonAction.CanMultitask*
|
overload: TinyLife.Actions.PickUpPersonAction.CanMultitask*
|
||||||
references:
|
references:
|
||||||
- uid: TinyLife
|
- uid: TinyLife.Actions
|
||||||
commentId: N:TinyLife
|
commentId: N:TinyLife.Actions
|
||||||
|
name: TinyLife.Actions
|
||||||
|
nameWithType: TinyLife.Actions
|
||||||
|
fullName: TinyLife.Actions
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife
|
||||||
name: TinyLife
|
name: TinyLife
|
||||||
nameWithType: TinyLife
|
- name: .
|
||||||
fullName: TinyLife
|
- uid: TinyLife.Actions
|
||||||
|
name: Actions
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife
|
||||||
|
name: TinyLife
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Actions
|
||||||
|
name: Actions
|
||||||
- uid: System.Object
|
- uid: System.Object
|
||||||
commentId: T:System.Object
|
commentId: T:System.Object
|
||||||
parent: System
|
parent: System
|
||||||
|
@ -1618,24 +1630,24 @@ references:
|
||||||
name: TextureRegion
|
name: TextureRegion
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
- 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
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
||||||
- name: (
|
- name: (
|
||||||
- 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)
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
parent: TinyLife.Utilities.Extensions
|
parent: TinyLife.Utilities.Extensions
|
||||||
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
name: JsonCopy<PickUpPersonAction>(PickUpPersonAction)
|
name: JsonCopy<PickUpPersonAction>(PickUpPersonAction)
|
||||||
nameWithType: Extensions.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)
|
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)
|
name.vb: JsonCopy(Of PickUpPersonAction)(PickUpPersonAction)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.PickUpPersonAction)
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.PickUpPersonAction)
|
||||||
name: JsonCopy
|
name: JsonCopy
|
||||||
- name: <
|
- name: <
|
||||||
- uid: TinyLife.PickUpPersonAction
|
- uid: TinyLife.Actions.PickUpPersonAction
|
||||||
name: PickUpPersonAction
|
name: PickUpPersonAction
|
||||||
- name: '>'
|
- name: '>'
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.PickUpPersonAction
|
- uid: TinyLife.Actions.PickUpPersonAction
|
||||||
name: PickUpPersonAction
|
name: PickUpPersonAction
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.PickUpPersonAction)
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.PickUpPersonAction)
|
||||||
name: JsonCopy
|
name: JsonCopy
|
||||||
- name: (
|
- name: (
|
||||||
- name: Of
|
- name: Of
|
||||||
- name: " "
|
- name: " "
|
||||||
- uid: TinyLife.PickUpPersonAction
|
- uid: TinyLife.Actions.PickUpPersonAction
|
||||||
name: PickUpPersonAction
|
name: PickUpPersonAction
|
||||||
- name: )
|
- name: )
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.PickUpPersonAction
|
- uid: TinyLife.Actions.PickUpPersonAction
|
||||||
name: PickUpPersonAction
|
name: PickUpPersonAction
|
||||||
- name: )
|
- name: )
|
||||||
- uid: System
|
- uid: System
|
||||||
|
@ -3520,23 +3532,6 @@ references:
|
||||||
- uid: MLEM.Data.Json
|
- uid: MLEM.Data.Json
|
||||||
name: Json
|
name: Json
|
||||||
isExternal: true
|
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
|
- uid: MLEM.Misc
|
||||||
commentId: N:MLEM.Misc
|
commentId: N:MLEM.Misc
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
@ -3654,13 +3649,13 @@ references:
|
||||||
- name: .
|
- name: .
|
||||||
- uid: TinyLife.Utilities
|
- uid: TinyLife.Utilities
|
||||||
name: Utilities
|
name: Utilities
|
||||||
- uid: TinyLife.PickUpPersonAction.#ctor*
|
- uid: TinyLife.Actions.PickUpPersonAction.#ctor*
|
||||||
commentId: Overload:TinyLife.PickUpPersonAction.#ctor
|
commentId: Overload:TinyLife.Actions.PickUpPersonAction.#ctor
|
||||||
name: PickUpPersonAction
|
name: PickUpPersonAction
|
||||||
nameWithType: PickUpPersonAction.PickUpPersonAction
|
nameWithType: PickUpPersonAction.PickUpPersonAction
|
||||||
fullName: TinyLife.PickUpPersonAction.PickUpPersonAction
|
fullName: TinyLife.Actions.PickUpPersonAction.PickUpPersonAction
|
||||||
nameWithType.vb: PickUpPersonAction.New
|
nameWithType.vb: PickUpPersonAction.New
|
||||||
fullName.vb: TinyLife.PickUpPersonAction.New
|
fullName.vb: TinyLife.Actions.PickUpPersonAction.New
|
||||||
name.vb: New
|
name.vb: New
|
||||||
- uid: TinyLife.Actions.ActionType
|
- uid: TinyLife.Actions.ActionType
|
||||||
commentId: T:TinyLife.Actions.ActionType
|
commentId: T:TinyLife.Actions.ActionType
|
||||||
|
@ -3690,11 +3685,11 @@ references:
|
||||||
name: InitializeConversation
|
name: InitializeConversation
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.PickUpPersonAction.InitializeConversation*
|
- uid: TinyLife.Actions.PickUpPersonAction.InitializeConversation*
|
||||||
commentId: Overload:TinyLife.PickUpPersonAction.InitializeConversation
|
commentId: Overload:TinyLife.Actions.PickUpPersonAction.InitializeConversation
|
||||||
name: InitializeConversation
|
name: InitializeConversation
|
||||||
nameWithType: PickUpPersonAction.InitializeConversation
|
nameWithType: PickUpPersonAction.InitializeConversation
|
||||||
fullName: TinyLife.PickUpPersonAction.InitializeConversation
|
fullName: TinyLife.Actions.PickUpPersonAction.InitializeConversation
|
||||||
- uid: TinyLife.Actions.SocialAction.IsConversationCompleted
|
- uid: TinyLife.Actions.SocialAction.IsConversationCompleted
|
||||||
commentId: M:TinyLife.Actions.SocialAction.IsConversationCompleted
|
commentId: M:TinyLife.Actions.SocialAction.IsConversationCompleted
|
||||||
parent: TinyLife.Actions.SocialAction
|
parent: TinyLife.Actions.SocialAction
|
||||||
|
@ -3711,11 +3706,11 @@ references:
|
||||||
name: IsConversationCompleted
|
name: IsConversationCompleted
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.PickUpPersonAction.IsConversationCompleted*
|
- uid: TinyLife.Actions.PickUpPersonAction.IsConversationCompleted*
|
||||||
commentId: Overload:TinyLife.PickUpPersonAction.IsConversationCompleted
|
commentId: Overload:TinyLife.Actions.PickUpPersonAction.IsConversationCompleted
|
||||||
name: IsConversationCompleted
|
name: IsConversationCompleted
|
||||||
nameWithType: PickUpPersonAction.IsConversationCompleted
|
nameWithType: PickUpPersonAction.IsConversationCompleted
|
||||||
fullName: TinyLife.PickUpPersonAction.IsConversationCompleted
|
fullName: TinyLife.Actions.PickUpPersonAction.IsConversationCompleted
|
||||||
- uid: TinyLife.Actions.CompletionType
|
- uid: TinyLife.Actions.CompletionType
|
||||||
commentId: T:TinyLife.Actions.CompletionType
|
commentId: T:TinyLife.Actions.CompletionType
|
||||||
parent: TinyLife.Actions
|
parent: TinyLife.Actions
|
||||||
|
@ -3742,11 +3737,11 @@ references:
|
||||||
- uid: TinyLife.Actions.Action
|
- uid: TinyLife.Actions.Action
|
||||||
name: Action
|
name: Action
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.PickUpPersonAction.CanMultitask*
|
- uid: TinyLife.Actions.PickUpPersonAction.CanMultitask*
|
||||||
commentId: Overload:TinyLife.PickUpPersonAction.CanMultitask
|
commentId: Overload:TinyLife.Actions.PickUpPersonAction.CanMultitask
|
||||||
name: CanMultitask
|
name: CanMultitask
|
||||||
nameWithType: PickUpPersonAction.CanMultitask
|
nameWithType: PickUpPersonAction.CanMultitask
|
||||||
fullName: TinyLife.PickUpPersonAction.CanMultitask
|
fullName: TinyLife.Actions.PickUpPersonAction.CanMultitask
|
||||||
- uid: System.Boolean
|
- uid: System.Boolean
|
||||||
commentId: T:System.Boolean
|
commentId: T:System.Boolean
|
||||||
parent: System
|
parent: System
|
|
@ -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.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.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.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.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.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||||
|
@ -1225,24 +1225,24 @@ references:
|
||||||
name: TextureRegion
|
name: TextureRegion
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||||
|
|
|
@ -1,20 +1,20 @@
|
||||||
### YamlMime:ManagedReference
|
### YamlMime:ManagedReference
|
||||||
items:
|
items:
|
||||||
- uid: TinyLife.PutDownPersonAction
|
- uid: TinyLife.Actions.PutDownPersonAction
|
||||||
commentId: T:TinyLife.PutDownPersonAction
|
commentId: T:TinyLife.Actions.PutDownPersonAction
|
||||||
id: PutDownPersonAction
|
id: PutDownPersonAction
|
||||||
parent: TinyLife
|
parent: TinyLife.Actions
|
||||||
children:
|
children:
|
||||||
- TinyLife.PutDownPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
- TinyLife.Actions.PutDownPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
||||||
- TinyLife.PutDownPersonAction.AndThenInitialize
|
- TinyLife.Actions.PutDownPersonAction.AndThenInitialize
|
||||||
- TinyLife.PutDownPersonAction.AndThenIsCompleted
|
- TinyLife.Actions.PutDownPersonAction.AndThenIsCompleted
|
||||||
- TinyLife.PutDownPersonAction.CreateFirstActions
|
- TinyLife.Actions.PutDownPersonAction.CreateFirstActions
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: PutDownPersonAction
|
name: PutDownPersonAction
|
||||||
nameWithType: PutDownPersonAction
|
nameWithType: PutDownPersonAction
|
||||||
fullName: TinyLife.PutDownPersonAction
|
fullName: TinyLife.Actions.PutDownPersonAction
|
||||||
type: Class
|
type: Class
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -23,10 +23,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PutDownPersonAction
|
id: PutDownPersonAction
|
||||||
path: ../TinyLife/Actions/PutDownPersonAction.cs
|
path: ../TinyLife/Actions/PutDownPersonAction.cs
|
||||||
startLine: 6
|
startLine: 5
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: 'public class PutDownPersonAction : MultiAction, IGenericDataHolder'
|
content: 'public class PutDownPersonAction : MultiAction, IGenericDataHolder'
|
||||||
content.vb: Public Class PutDownPersonAction Inherits MultiAction Implements 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.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.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.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.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.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||||
|
@ -117,17 +117,17 @@ items:
|
||||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||||
- System.Object.ToString
|
- System.Object.ToString
|
||||||
extensionMethods:
|
extensionMethods:
|
||||||
- TinyLife.PutDownPersonAction.TinyLife.Utilities.Extensions.JsonCopy``1
|
- TinyLife.Actions.PutDownPersonAction.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||||
- uid: TinyLife.PutDownPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
- uid: TinyLife.Actions.PutDownPersonAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
||||||
commentId: M:TinyLife.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)'
|
id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)'
|
||||||
parent: TinyLife.PutDownPersonAction
|
parent: TinyLife.Actions.PutDownPersonAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: PutDownPersonAction(ActionType, ActionInfo)
|
name: PutDownPersonAction(ActionType, ActionInfo)
|
||||||
nameWithType: PutDownPersonAction.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
|
type: Constructor
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -136,10 +136,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/PutDownPersonAction.cs
|
path: ../TinyLife/Actions/PutDownPersonAction.cs
|
||||||
startLine: 8
|
startLine: 7
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: public PutDownPersonAction(ActionType type, ActionInfo info)
|
content: public PutDownPersonAction(ActionType type, ActionInfo info)
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -148,20 +148,20 @@ items:
|
||||||
- id: info
|
- id: info
|
||||||
type: TinyLife.Actions.ActionInfo
|
type: TinyLife.Actions.ActionInfo
|
||||||
content.vb: Public Sub New(type As ActionType, info As 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)
|
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)
|
name.vb: New(ActionType, ActionInfo)
|
||||||
- uid: TinyLife.PutDownPersonAction.CreateFirstActions
|
- uid: TinyLife.Actions.PutDownPersonAction.CreateFirstActions
|
||||||
commentId: M:TinyLife.PutDownPersonAction.CreateFirstActions
|
commentId: M:TinyLife.Actions.PutDownPersonAction.CreateFirstActions
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
parent: TinyLife.PutDownPersonAction
|
parent: TinyLife.Actions.PutDownPersonAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: CreateFirstActions()
|
name: CreateFirstActions()
|
||||||
nameWithType: PutDownPersonAction.CreateFirstActions()
|
nameWithType: PutDownPersonAction.CreateFirstActions()
|
||||||
fullName: TinyLife.PutDownPersonAction.CreateFirstActions()
|
fullName: TinyLife.Actions.PutDownPersonAction.CreateFirstActions()
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -170,27 +170,27 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: ../TinyLife/Actions/PutDownPersonAction.cs
|
path: ../TinyLife/Actions/PutDownPersonAction.cs
|
||||||
startLine: 10
|
startLine: 9
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: protected override IEnumerable<Action> CreateFirstActions()
|
content: protected override IEnumerable<Action> CreateFirstActions()
|
||||||
return:
|
return:
|
||||||
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
|
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
|
||||||
content.vb: Protected Overrides Function CreateFirstActions() As IEnumerable(Of Action)
|
content.vb: Protected Overrides Function CreateFirstActions() As IEnumerable(Of Action)
|
||||||
overridden: TinyLife.Actions.MultiAction.CreateFirstActions
|
overridden: TinyLife.Actions.MultiAction.CreateFirstActions
|
||||||
overload: TinyLife.PutDownPersonAction.CreateFirstActions*
|
overload: TinyLife.Actions.PutDownPersonAction.CreateFirstActions*
|
||||||
- uid: TinyLife.PutDownPersonAction.AndThenInitialize
|
- uid: TinyLife.Actions.PutDownPersonAction.AndThenInitialize
|
||||||
commentId: M:TinyLife.PutDownPersonAction.AndThenInitialize
|
commentId: M:TinyLife.Actions.PutDownPersonAction.AndThenInitialize
|
||||||
id: AndThenInitialize
|
id: AndThenInitialize
|
||||||
parent: TinyLife.PutDownPersonAction
|
parent: TinyLife.Actions.PutDownPersonAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: AndThenInitialize()
|
name: AndThenInitialize()
|
||||||
nameWithType: PutDownPersonAction.AndThenInitialize()
|
nameWithType: PutDownPersonAction.AndThenInitialize()
|
||||||
fullName: TinyLife.PutDownPersonAction.AndThenInitialize()
|
fullName: TinyLife.Actions.PutDownPersonAction.AndThenInitialize()
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -199,25 +199,25 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenInitialize
|
id: AndThenInitialize
|
||||||
path: ../TinyLife/Actions/PutDownPersonAction.cs
|
path: ../TinyLife/Actions/PutDownPersonAction.cs
|
||||||
startLine: 21
|
startLine: 20
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: protected override void AndThenInitialize()
|
content: protected override void AndThenInitialize()
|
||||||
content.vb: Protected Overrides Sub AndThenInitialize()
|
content.vb: Protected Overrides Sub AndThenInitialize()
|
||||||
overridden: TinyLife.Actions.MultiAction.AndThenInitialize
|
overridden: TinyLife.Actions.MultiAction.AndThenInitialize
|
||||||
overload: TinyLife.PutDownPersonAction.AndThenInitialize*
|
overload: TinyLife.Actions.PutDownPersonAction.AndThenInitialize*
|
||||||
- uid: TinyLife.PutDownPersonAction.AndThenIsCompleted
|
- uid: TinyLife.Actions.PutDownPersonAction.AndThenIsCompleted
|
||||||
commentId: M:TinyLife.PutDownPersonAction.AndThenIsCompleted
|
commentId: M:TinyLife.Actions.PutDownPersonAction.AndThenIsCompleted
|
||||||
id: AndThenIsCompleted
|
id: AndThenIsCompleted
|
||||||
parent: TinyLife.PutDownPersonAction
|
parent: TinyLife.Actions.PutDownPersonAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: AndThenIsCompleted()
|
name: AndThenIsCompleted()
|
||||||
nameWithType: PutDownPersonAction.AndThenIsCompleted()
|
nameWithType: PutDownPersonAction.AndThenIsCompleted()
|
||||||
fullName: TinyLife.PutDownPersonAction.AndThenIsCompleted()
|
fullName: TinyLife.Actions.PutDownPersonAction.AndThenIsCompleted()
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -226,23 +226,35 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenIsCompleted
|
id: AndThenIsCompleted
|
||||||
path: ../TinyLife/Actions/PutDownPersonAction.cs
|
path: ../TinyLife/Actions/PutDownPersonAction.cs
|
||||||
startLine: 26
|
startLine: 25
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: protected override CompletionType AndThenIsCompleted()
|
content: protected override CompletionType AndThenIsCompleted()
|
||||||
return:
|
return:
|
||||||
type: TinyLife.Actions.CompletionType
|
type: TinyLife.Actions.CompletionType
|
||||||
content.vb: Protected Overrides Function AndThenIsCompleted() As CompletionType
|
content.vb: Protected Overrides Function AndThenIsCompleted() As CompletionType
|
||||||
overridden: TinyLife.Actions.MultiAction.AndThenIsCompleted
|
overridden: TinyLife.Actions.MultiAction.AndThenIsCompleted
|
||||||
overload: TinyLife.PutDownPersonAction.AndThenIsCompleted*
|
overload: TinyLife.Actions.PutDownPersonAction.AndThenIsCompleted*
|
||||||
references:
|
references:
|
||||||
- uid: TinyLife
|
- uid: TinyLife.Actions
|
||||||
commentId: N:TinyLife
|
commentId: N:TinyLife.Actions
|
||||||
|
name: TinyLife.Actions
|
||||||
|
nameWithType: TinyLife.Actions
|
||||||
|
fullName: TinyLife.Actions
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife
|
||||||
name: TinyLife
|
name: TinyLife
|
||||||
nameWithType: TinyLife
|
- name: .
|
||||||
fullName: TinyLife
|
- uid: TinyLife.Actions
|
||||||
|
name: Actions
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife
|
||||||
|
name: TinyLife
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Actions
|
||||||
|
name: Actions
|
||||||
- uid: System.Object
|
- uid: System.Object
|
||||||
commentId: T:System.Object
|
commentId: T:System.Object
|
||||||
parent: System
|
parent: System
|
||||||
|
@ -1198,24 +1210,24 @@ references:
|
||||||
name: TextureRegion
|
name: TextureRegion
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
- 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
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
||||||
- name: (
|
- name: (
|
||||||
- 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)
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
parent: TinyLife.Utilities.Extensions
|
parent: TinyLife.Utilities.Extensions
|
||||||
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
name: JsonCopy<PutDownPersonAction>(PutDownPersonAction)
|
name: JsonCopy<PutDownPersonAction>(PutDownPersonAction)
|
||||||
nameWithType: Extensions.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)
|
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)
|
name.vb: JsonCopy(Of PutDownPersonAction)(PutDownPersonAction)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.PutDownPersonAction)
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.PutDownPersonAction)
|
||||||
name: JsonCopy
|
name: JsonCopy
|
||||||
- name: <
|
- name: <
|
||||||
- uid: TinyLife.PutDownPersonAction
|
- uid: TinyLife.Actions.PutDownPersonAction
|
||||||
name: PutDownPersonAction
|
name: PutDownPersonAction
|
||||||
- name: '>'
|
- name: '>'
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.PutDownPersonAction
|
- uid: TinyLife.Actions.PutDownPersonAction
|
||||||
name: PutDownPersonAction
|
name: PutDownPersonAction
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.PutDownPersonAction)
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.PutDownPersonAction)
|
||||||
name: JsonCopy
|
name: JsonCopy
|
||||||
- name: (
|
- name: (
|
||||||
- name: Of
|
- name: Of
|
||||||
- name: " "
|
- name: " "
|
||||||
- uid: TinyLife.PutDownPersonAction
|
- uid: TinyLife.Actions.PutDownPersonAction
|
||||||
name: PutDownPersonAction
|
name: PutDownPersonAction
|
||||||
- name: )
|
- name: )
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.PutDownPersonAction
|
- uid: TinyLife.Actions.PutDownPersonAction
|
||||||
name: PutDownPersonAction
|
name: PutDownPersonAction
|
||||||
- name: )
|
- name: )
|
||||||
- uid: System
|
- uid: System
|
||||||
|
@ -3100,23 +3112,6 @@ references:
|
||||||
- uid: MLEM.Data.Json
|
- uid: MLEM.Data.Json
|
||||||
name: Json
|
name: Json
|
||||||
isExternal: true
|
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
|
- uid: MLEM.Misc
|
||||||
commentId: N:MLEM.Misc
|
commentId: N:MLEM.Misc
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
@ -3234,13 +3229,13 @@ references:
|
||||||
- name: .
|
- name: .
|
||||||
- uid: TinyLife.Utilities
|
- uid: TinyLife.Utilities
|
||||||
name: Utilities
|
name: Utilities
|
||||||
- uid: TinyLife.PutDownPersonAction.#ctor*
|
- uid: TinyLife.Actions.PutDownPersonAction.#ctor*
|
||||||
commentId: Overload:TinyLife.PutDownPersonAction.#ctor
|
commentId: Overload:TinyLife.Actions.PutDownPersonAction.#ctor
|
||||||
name: PutDownPersonAction
|
name: PutDownPersonAction
|
||||||
nameWithType: PutDownPersonAction.PutDownPersonAction
|
nameWithType: PutDownPersonAction.PutDownPersonAction
|
||||||
fullName: TinyLife.PutDownPersonAction.PutDownPersonAction
|
fullName: TinyLife.Actions.PutDownPersonAction.PutDownPersonAction
|
||||||
nameWithType.vb: PutDownPersonAction.New
|
nameWithType.vb: PutDownPersonAction.New
|
||||||
fullName.vb: TinyLife.PutDownPersonAction.New
|
fullName.vb: TinyLife.Actions.PutDownPersonAction.New
|
||||||
name.vb: New
|
name.vb: New
|
||||||
- uid: TinyLife.Actions.ActionType
|
- uid: TinyLife.Actions.ActionType
|
||||||
commentId: T:TinyLife.Actions.ActionType
|
commentId: T:TinyLife.Actions.ActionType
|
||||||
|
@ -3270,11 +3265,11 @@ references:
|
||||||
name: CreateFirstActions
|
name: CreateFirstActions
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.PutDownPersonAction.CreateFirstActions*
|
- uid: TinyLife.Actions.PutDownPersonAction.CreateFirstActions*
|
||||||
commentId: Overload:TinyLife.PutDownPersonAction.CreateFirstActions
|
commentId: Overload:TinyLife.Actions.PutDownPersonAction.CreateFirstActions
|
||||||
name: CreateFirstActions
|
name: CreateFirstActions
|
||||||
nameWithType: PutDownPersonAction.CreateFirstActions
|
nameWithType: PutDownPersonAction.CreateFirstActions
|
||||||
fullName: TinyLife.PutDownPersonAction.CreateFirstActions
|
fullName: TinyLife.Actions.PutDownPersonAction.CreateFirstActions
|
||||||
- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
|
- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
|
||||||
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
|
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
|
||||||
parent: System.Collections.Generic
|
parent: System.Collections.Generic
|
||||||
|
@ -3387,11 +3382,11 @@ references:
|
||||||
name: AndThenInitialize
|
name: AndThenInitialize
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.PutDownPersonAction.AndThenInitialize*
|
- uid: TinyLife.Actions.PutDownPersonAction.AndThenInitialize*
|
||||||
commentId: Overload:TinyLife.PutDownPersonAction.AndThenInitialize
|
commentId: Overload:TinyLife.Actions.PutDownPersonAction.AndThenInitialize
|
||||||
name: AndThenInitialize
|
name: AndThenInitialize
|
||||||
nameWithType: PutDownPersonAction.AndThenInitialize
|
nameWithType: PutDownPersonAction.AndThenInitialize
|
||||||
fullName: TinyLife.PutDownPersonAction.AndThenInitialize
|
fullName: TinyLife.Actions.PutDownPersonAction.AndThenInitialize
|
||||||
- uid: TinyLife.Actions.MultiAction.AndThenIsCompleted
|
- uid: TinyLife.Actions.MultiAction.AndThenIsCompleted
|
||||||
commentId: M:TinyLife.Actions.MultiAction.AndThenIsCompleted
|
commentId: M:TinyLife.Actions.MultiAction.AndThenIsCompleted
|
||||||
parent: TinyLife.Actions.MultiAction
|
parent: TinyLife.Actions.MultiAction
|
||||||
|
@ -3408,11 +3403,11 @@ references:
|
||||||
name: AndThenIsCompleted
|
name: AndThenIsCompleted
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.PutDownPersonAction.AndThenIsCompleted*
|
- uid: TinyLife.Actions.PutDownPersonAction.AndThenIsCompleted*
|
||||||
commentId: Overload:TinyLife.PutDownPersonAction.AndThenIsCompleted
|
commentId: Overload:TinyLife.Actions.PutDownPersonAction.AndThenIsCompleted
|
||||||
name: AndThenIsCompleted
|
name: AndThenIsCompleted
|
||||||
nameWithType: PutDownPersonAction.AndThenIsCompleted
|
nameWithType: PutDownPersonAction.AndThenIsCompleted
|
||||||
fullName: TinyLife.PutDownPersonAction.AndThenIsCompleted
|
fullName: TinyLife.Actions.PutDownPersonAction.AndThenIsCompleted
|
||||||
- uid: TinyLife.Actions.CompletionType
|
- uid: TinyLife.Actions.CompletionType
|
||||||
commentId: T:TinyLife.Actions.CompletionType
|
commentId: T:TinyLife.Actions.CompletionType
|
||||||
parent: TinyLife.Actions
|
parent: TinyLife.Actions
|
|
@ -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.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.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.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.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.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||||
|
@ -1273,24 +1273,24 @@ references:
|
||||||
name: TextureRegion
|
name: TextureRegion
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||||
|
|
|
@ -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.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.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.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.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.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||||
|
@ -1234,24 +1234,24 @@ references:
|
||||||
name: TextureRegion
|
name: TextureRegion
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StartPartnerAction
|
id: StartPartnerAction
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 244
|
startLine: 243
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
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.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.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.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.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.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||||
|
@ -125,7 +125,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 247
|
startLine: 246
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -160,7 +160,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Initialize
|
id: Initialize
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 250
|
startLine: 249
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -189,7 +189,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 278
|
startLine: 277
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -977,24 +977,24 @@ references:
|
||||||
name: TextureRegion
|
name: TextureRegion
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||||
|
|
|
@ -48,7 +48,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SocialAction
|
id: SocialAction
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 19
|
startLine: 18
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -63,11 +63,11 @@ items:
|
||||||
- TinyLife.Actions.Action
|
- TinyLife.Actions.Action
|
||||||
- TinyLife.Actions.MultiAction
|
- TinyLife.Actions.MultiAction
|
||||||
derivedClasses:
|
derivedClasses:
|
||||||
|
- TinyLife.Actions.HelpAction
|
||||||
|
- TinyLife.Actions.HoldingPersonAction
|
||||||
- TinyLife.Actions.OrderFromStaffAction
|
- TinyLife.Actions.OrderFromStaffAction
|
||||||
|
- TinyLife.Actions.PickUpPersonAction
|
||||||
- TinyLife.Actions.TalkAction
|
- TinyLife.Actions.TalkAction
|
||||||
- TinyLife.HelpAction
|
|
||||||
- TinyLife.HoldingPersonAction
|
|
||||||
- TinyLife.PickUpPersonAction
|
|
||||||
implements:
|
implements:
|
||||||
- MLEM.Misc.IGenericDataHolder
|
- MLEM.Misc.IGenericDataHolder
|
||||||
inheritedMembers:
|
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.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.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.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.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.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||||
|
@ -161,7 +161,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsMain
|
id: IsMain
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 25
|
startLine: 24
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -202,7 +202,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Partner
|
id: Partner
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 30
|
startLine: 29
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -233,7 +233,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PartnerAction
|
id: PartnerAction
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 34
|
startLine: 33
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -264,7 +264,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MainAction
|
id: MainAction
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 35
|
startLine: 34
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -293,7 +293,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ConversationTime
|
id: ConversationTime
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 40
|
startLine: 39
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -334,7 +334,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InProgressTime
|
id: InProgressTime
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 44
|
startLine: 43
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -367,7 +367,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 50
|
startLine: 49
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -402,7 +402,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 53
|
startLine: 52
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -440,7 +440,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateFirstActions
|
id: CreateFirstActions
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 56
|
startLine: 55
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -472,7 +472,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InitializeConversation
|
id: InitializeConversation
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 68
|
startLine: 67
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -498,7 +498,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UpdateConversation
|
id: UpdateConversation
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 78
|
startLine: 77
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -539,7 +539,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsConversationCompleted
|
id: IsConversationCompleted
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 88
|
startLine: 87
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -570,7 +570,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetMaxWaitTime
|
id: GetMaxWaitTime
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 97
|
startLine: 96
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -601,7 +601,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EnqueuePartnerAction
|
id: EnqueuePartnerAction
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 107
|
startLine: 106
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -636,7 +636,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnBothCompleted
|
id: OnBothCompleted
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 111
|
startLine: 110
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -665,7 +665,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenUpdate
|
id: AndThenUpdate
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 114
|
startLine: 113
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -707,7 +707,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenIsCompleted
|
id: AndThenIsCompleted
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 121
|
startLine: 120
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -739,7 +739,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenInitialize
|
id: AndThenInitialize
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 132
|
startLine: 131
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -766,7 +766,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AndThenOnCompleted
|
id: AndThenOnCompleted
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 142
|
startLine: 141
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -799,7 +799,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanCancel
|
id: CanCancel
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 152
|
startLine: 151
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -835,7 +835,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanMultitask
|
id: CanMultitask
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 159
|
startLine: 158
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -871,7 +871,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanStartNow
|
id: CanStartNow
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 169
|
startLine: 168
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -900,7 +900,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDisplayName
|
id: GetDisplayName
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 177
|
startLine: 176
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -932,7 +932,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TryForceResult
|
id: TryForceResult
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 182
|
startLine: 181
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -974,7 +974,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InvokeForBoth
|
id: InvokeForBoth
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 195
|
startLine: 194
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -1009,7 +1009,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsHelper
|
id: IsHelper
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 199
|
startLine: 198
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -1043,7 +1043,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetHelper
|
id: GetHelper
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 203
|
startLine: 202
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -1077,7 +1077,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetRecipientAction
|
id: GetRecipientAction
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 207
|
startLine: 206
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -1111,7 +1111,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CreateAskOffer
|
id: CreateAskOffer
|
||||||
path: ../TinyLife/Actions/SocialAction.cs
|
path: ../TinyLife/Actions/SocialAction.cs
|
||||||
startLine: 211
|
startLine: 210
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions
|
namespace: TinyLife.Actions
|
||||||
|
@ -1939,24 +1939,24 @@ references:
|
||||||
name: TextureRegion
|
name: TextureRegion
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||||
|
|
|
@ -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.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.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.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.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.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||||
|
@ -1246,24 +1246,24 @@ references:
|
||||||
name: TextureRegion
|
name: TextureRegion
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||||
|
|
|
@ -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.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.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.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.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.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||||
|
@ -2019,24 +2019,24 @@ references:
|
||||||
name: TextureRegion
|
name: TextureRegion
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||||
|
|
|
@ -1,22 +1,22 @@
|
||||||
### YamlMime:ManagedReference
|
### YamlMime:ManagedReference
|
||||||
items:
|
items:
|
||||||
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
|
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction
|
||||||
commentId: T:TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
|
commentId: T:TinyLife.Actions.TellPeopleToLeaveRoomAction
|
||||||
id: TellPeopleToLeaveRoomAction
|
id: TellPeopleToLeaveRoomAction
|
||||||
parent: TinyLife.Actions.Typeless
|
parent: TinyLife.Actions
|
||||||
children:
|
children:
|
||||||
- TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.#ctor(TinyLife.Actions.ActionInfo,System.Guid[])
|
- TinyLife.Actions.TellPeopleToLeaveRoomAction.#ctor(TinyLife.Actions.ActionInfo,System.Guid[])
|
||||||
- TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.ExcludedPeople
|
- TinyLife.Actions.TellPeopleToLeaveRoomAction.ExcludedPeople
|
||||||
- TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.Initialize
|
- TinyLife.Actions.TellPeopleToLeaveRoomAction.Initialize
|
||||||
- TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.IsCompleted
|
- TinyLife.Actions.TellPeopleToLeaveRoomAction.IsCompleted
|
||||||
- TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.OnCompleted(TinyLife.Actions.CompletionType)
|
- TinyLife.Actions.TellPeopleToLeaveRoomAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
- TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.TryToLeaveRoom(TinyLife.World.Room,TinyLife.Objects.Person)
|
- TinyLife.Actions.TellPeopleToLeaveRoomAction.TryToLeaveRoom(TinyLife.World.Room,TinyLife.Objects.Person)
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: TellPeopleToLeaveRoomAction
|
name: TellPeopleToLeaveRoomAction
|
||||||
nameWithType: TellPeopleToLeaveRoomAction
|
nameWithType: TellPeopleToLeaveRoomAction
|
||||||
fullName: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
|
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction
|
||||||
type: Class
|
type: Class
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -28,8 +28,8 @@ items:
|
||||||
startLine: 15
|
startLine: 15
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions.Typeless
|
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.Typeless.TellPeopleToLeaveRoomAction.ExcludedPeople\" data-throw-if-not-resolved=\"false\"></xref> can optionally be specified.\n"
|
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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: 'public class TellPeopleToLeaveRoomAction : Action, IGenericDataHolder'
|
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.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.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.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.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.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||||
|
@ -108,17 +108,17 @@ items:
|
||||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||||
- System.Object.ToString
|
- System.Object.ToString
|
||||||
extensionMethods:
|
extensionMethods:
|
||||||
- TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.TinyLife.Utilities.Extensions.JsonCopy``1
|
- TinyLife.Actions.TellPeopleToLeaveRoomAction.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||||
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.ExcludedPeople
|
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction.ExcludedPeople
|
||||||
commentId: F:TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.ExcludedPeople
|
commentId: F:TinyLife.Actions.TellPeopleToLeaveRoomAction.ExcludedPeople
|
||||||
id: ExcludedPeople
|
id: ExcludedPeople
|
||||||
parent: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
|
parent: TinyLife.Actions.TellPeopleToLeaveRoomAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: ExcludedPeople
|
name: ExcludedPeople
|
||||||
nameWithType: TellPeopleToLeaveRoomAction.ExcludedPeople
|
nameWithType: TellPeopleToLeaveRoomAction.ExcludedPeople
|
||||||
fullName: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.ExcludedPeople
|
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.ExcludedPeople
|
||||||
type: Field
|
type: Field
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -130,7 +130,7 @@ items:
|
||||||
startLine: 21
|
startLine: 21
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- 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"
|
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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -148,16 +148,16 @@ items:
|
||||||
- type: System.Runtime.Serialization.DataMemberAttribute
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
||||||
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
||||||
arguments: []
|
arguments: []
|
||||||
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.#ctor(TinyLife.Actions.ActionInfo,System.Guid[])
|
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction.#ctor(TinyLife.Actions.ActionInfo,System.Guid[])
|
||||||
commentId: M:TinyLife.Actions.Typeless.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[])'
|
id: '#ctor(TinyLife.Actions.ActionInfo,System.Guid[])'
|
||||||
parent: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
|
parent: TinyLife.Actions.TellPeopleToLeaveRoomAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: TellPeopleToLeaveRoomAction(ActionInfo, params Guid[])
|
name: TellPeopleToLeaveRoomAction(ActionInfo, params Guid[])
|
||||||
nameWithType: TellPeopleToLeaveRoomAction.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
|
type: Constructor
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -169,7 +169,7 @@ items:
|
||||||
startLine: 24
|
startLine: 24
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions.Typeless
|
namespace: TinyLife.Actions
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public TellPeopleToLeaveRoomAction(ActionInfo info, params Guid[] excludedPeople)
|
content: public TellPeopleToLeaveRoomAction(ActionInfo info, params Guid[] excludedPeople)
|
||||||
|
@ -179,20 +179,20 @@ items:
|
||||||
- id: excludedPeople
|
- id: excludedPeople
|
||||||
type: System.Guid[]
|
type: System.Guid[]
|
||||||
content.vb: Public Sub New(info As ActionInfo, ParamArray excludedPeople As 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())
|
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())
|
name.vb: New(ActionInfo, ParamArray Guid())
|
||||||
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.Initialize
|
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction.Initialize
|
||||||
commentId: M:TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.Initialize
|
commentId: M:TinyLife.Actions.TellPeopleToLeaveRoomAction.Initialize
|
||||||
id: Initialize
|
id: Initialize
|
||||||
parent: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
|
parent: TinyLife.Actions.TellPeopleToLeaveRoomAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Initialize()
|
name: Initialize()
|
||||||
nameWithType: TellPeopleToLeaveRoomAction.Initialize()
|
nameWithType: TellPeopleToLeaveRoomAction.Initialize()
|
||||||
fullName: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.Initialize()
|
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.Initialize()
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -204,24 +204,24 @@ items:
|
||||||
startLine: 29
|
startLine: 29
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- 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"
|
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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public override void Initialize()
|
content: public override void Initialize()
|
||||||
content.vb: Public Overrides Sub Initialize()
|
content.vb: Public Overrides Sub Initialize()
|
||||||
overridden: TinyLife.Actions.Action.Initialize
|
overridden: TinyLife.Actions.Action.Initialize
|
||||||
overload: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.Initialize*
|
overload: TinyLife.Actions.TellPeopleToLeaveRoomAction.Initialize*
|
||||||
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.IsCompleted
|
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction.IsCompleted
|
||||||
commentId: M:TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.IsCompleted
|
commentId: M:TinyLife.Actions.TellPeopleToLeaveRoomAction.IsCompleted
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
parent: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
|
parent: TinyLife.Actions.TellPeopleToLeaveRoomAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: IsCompleted()
|
name: IsCompleted()
|
||||||
nameWithType: TellPeopleToLeaveRoomAction.IsCompleted()
|
nameWithType: TellPeopleToLeaveRoomAction.IsCompleted()
|
||||||
fullName: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.IsCompleted()
|
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.IsCompleted()
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -233,7 +233,7 @@ items:
|
||||||
startLine: 39
|
startLine: 39
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- 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"
|
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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -243,17 +243,17 @@ items:
|
||||||
description: The current completion type of this action
|
description: The current completion type of this action
|
||||||
content.vb: Public Overrides Function IsCompleted() As CompletionType
|
content.vb: Public Overrides Function IsCompleted() As CompletionType
|
||||||
overridden: TinyLife.Actions.Action.IsCompleted
|
overridden: TinyLife.Actions.Action.IsCompleted
|
||||||
overload: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.IsCompleted*
|
overload: TinyLife.Actions.TellPeopleToLeaveRoomAction.IsCompleted*
|
||||||
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.OnCompleted(TinyLife.Actions.CompletionType)
|
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
commentId: M:TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.OnCompleted(TinyLife.Actions.CompletionType)
|
commentId: M:TinyLife.Actions.TellPeopleToLeaveRoomAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
id: OnCompleted(TinyLife.Actions.CompletionType)
|
id: OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
parent: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
|
parent: TinyLife.Actions.TellPeopleToLeaveRoomAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: OnCompleted(CompletionType)
|
name: OnCompleted(CompletionType)
|
||||||
nameWithType: TellPeopleToLeaveRoomAction.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
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -265,7 +265,7 @@ items:
|
||||||
startLine: 46
|
startLine: 46
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- 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"
|
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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -276,17 +276,17 @@ items:
|
||||||
description: The type that this action completed with
|
description: The type that this action completed with
|
||||||
content.vb: Public Overrides Sub OnCompleted(type As CompletionType)
|
content.vb: Public Overrides Sub OnCompleted(type As CompletionType)
|
||||||
overridden: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
|
overridden: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
overload: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.OnCompleted*
|
overload: TinyLife.Actions.TellPeopleToLeaveRoomAction.OnCompleted*
|
||||||
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.TryToLeaveRoom(TinyLife.World.Room,TinyLife.Objects.Person)
|
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction.TryToLeaveRoom(TinyLife.World.Room,TinyLife.Objects.Person)
|
||||||
commentId: M:TinyLife.Actions.Typeless.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)
|
id: TryToLeaveRoom(TinyLife.World.Room,TinyLife.Objects.Person)
|
||||||
parent: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
|
parent: TinyLife.Actions.TellPeopleToLeaveRoomAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: TryToLeaveRoom(Room, Person)
|
name: TryToLeaveRoom(Room, Person)
|
||||||
nameWithType: TellPeopleToLeaveRoomAction.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
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -298,7 +298,7 @@ items:
|
||||||
startLine: 71
|
startLine: 71
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- 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"
|
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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -314,7 +314,7 @@ items:
|
||||||
type: System.Boolean
|
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
|
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
|
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:
|
references:
|
||||||
- uid: TinyLife.Objects.Person
|
- uid: TinyLife.Objects.Person
|
||||||
commentId: T:TinyLife.Objects.Person
|
commentId: T:TinyLife.Objects.Person
|
||||||
|
@ -322,34 +322,28 @@ references:
|
||||||
name: Person
|
name: Person
|
||||||
nameWithType: Person
|
nameWithType: Person
|
||||||
fullName: TinyLife.Objects.Person
|
fullName: TinyLife.Objects.Person
|
||||||
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.ExcludedPeople
|
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction.ExcludedPeople
|
||||||
commentId: F:TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.ExcludedPeople
|
commentId: F:TinyLife.Actions.TellPeopleToLeaveRoomAction.ExcludedPeople
|
||||||
name: ExcludedPeople
|
name: ExcludedPeople
|
||||||
nameWithType: TellPeopleToLeaveRoomAction.ExcludedPeople
|
nameWithType: TellPeopleToLeaveRoomAction.ExcludedPeople
|
||||||
fullName: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.ExcludedPeople
|
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.ExcludedPeople
|
||||||
- uid: TinyLife.Actions.Typeless
|
- uid: TinyLife.Actions
|
||||||
commentId: N:TinyLife.Actions.Typeless
|
commentId: N:TinyLife.Actions
|
||||||
name: TinyLife.Actions.Typeless
|
name: TinyLife.Actions
|
||||||
nameWithType: TinyLife.Actions.Typeless
|
nameWithType: TinyLife.Actions
|
||||||
fullName: TinyLife.Actions.Typeless
|
fullName: TinyLife.Actions
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife
|
- uid: TinyLife
|
||||||
name: TinyLife
|
name: TinyLife
|
||||||
- name: .
|
- name: .
|
||||||
- uid: TinyLife.Actions
|
- uid: TinyLife.Actions
|
||||||
name: Actions
|
name: Actions
|
||||||
- name: .
|
|
||||||
- uid: TinyLife.Actions.Typeless
|
|
||||||
name: Typeless
|
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife
|
- uid: TinyLife
|
||||||
name: TinyLife
|
name: TinyLife
|
||||||
- name: .
|
- name: .
|
||||||
- uid: TinyLife.Actions
|
- uid: TinyLife.Actions
|
||||||
name: Actions
|
name: Actions
|
||||||
- name: .
|
|
||||||
- uid: TinyLife.Actions.Typeless
|
|
||||||
name: Typeless
|
|
||||||
- uid: System.Object
|
- uid: System.Object
|
||||||
commentId: T:System.Object
|
commentId: T:System.Object
|
||||||
parent: System
|
parent: System
|
||||||
|
@ -1086,24 +1080,24 @@ references:
|
||||||
name: TextureRegion
|
name: TextureRegion
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
- 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
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
||||||
- name: (
|
- name: (
|
||||||
- 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)
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
parent: TinyLife.Utilities.Extensions
|
parent: TinyLife.Utilities.Extensions
|
||||||
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
name: JsonCopy<TellPeopleToLeaveRoomAction>(TellPeopleToLeaveRoomAction)
|
name: JsonCopy<TellPeopleToLeaveRoomAction>(TellPeopleToLeaveRoomAction)
|
||||||
nameWithType: Extensions.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)
|
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)
|
name.vb: JsonCopy(Of TellPeopleToLeaveRoomAction)(TellPeopleToLeaveRoomAction)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction)
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.TellPeopleToLeaveRoomAction)
|
||||||
name: JsonCopy
|
name: JsonCopy
|
||||||
- name: <
|
- name: <
|
||||||
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
|
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction
|
||||||
name: TellPeopleToLeaveRoomAction
|
name: TellPeopleToLeaveRoomAction
|
||||||
- name: '>'
|
- name: '>'
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
|
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction
|
||||||
name: TellPeopleToLeaveRoomAction
|
name: TellPeopleToLeaveRoomAction
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction)
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.TellPeopleToLeaveRoomAction)
|
||||||
name: JsonCopy
|
name: JsonCopy
|
||||||
- name: (
|
- name: (
|
||||||
- name: Of
|
- name: Of
|
||||||
- name: " "
|
- name: " "
|
||||||
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
|
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction
|
||||||
name: TellPeopleToLeaveRoomAction
|
name: TellPeopleToLeaveRoomAction
|
||||||
- name: )
|
- name: )
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction
|
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction
|
||||||
name: TellPeopleToLeaveRoomAction
|
name: TellPeopleToLeaveRoomAction
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Objects
|
- uid: TinyLife.Objects
|
||||||
|
@ -3005,23 +2999,6 @@ references:
|
||||||
- uid: MLEM.Data.Json
|
- uid: MLEM.Data.Json
|
||||||
name: Json
|
name: Json
|
||||||
isExternal: true
|
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
|
- uid: MLEM.Misc
|
||||||
commentId: N:MLEM.Misc
|
commentId: N:MLEM.Misc
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
@ -3170,13 +3147,13 @@ references:
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.guid
|
href: https://learn.microsoft.com/dotnet/api/system.guid
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.#ctor*
|
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction.#ctor*
|
||||||
commentId: Overload:TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.#ctor
|
commentId: Overload:TinyLife.Actions.TellPeopleToLeaveRoomAction.#ctor
|
||||||
name: TellPeopleToLeaveRoomAction
|
name: TellPeopleToLeaveRoomAction
|
||||||
nameWithType: TellPeopleToLeaveRoomAction.TellPeopleToLeaveRoomAction
|
nameWithType: TellPeopleToLeaveRoomAction.TellPeopleToLeaveRoomAction
|
||||||
fullName: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.TellPeopleToLeaveRoomAction
|
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.TellPeopleToLeaveRoomAction
|
||||||
nameWithType.vb: TellPeopleToLeaveRoomAction.New
|
nameWithType.vb: TellPeopleToLeaveRoomAction.New
|
||||||
fullName.vb: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.New
|
fullName.vb: TinyLife.Actions.TellPeopleToLeaveRoomAction.New
|
||||||
name.vb: New
|
name.vb: New
|
||||||
- uid: TinyLife.Actions.ActionInfo
|
- uid: TinyLife.Actions.ActionInfo
|
||||||
commentId: T:TinyLife.Actions.ActionInfo
|
commentId: T:TinyLife.Actions.ActionInfo
|
||||||
|
@ -3200,11 +3177,11 @@ references:
|
||||||
name: Initialize
|
name: Initialize
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.Initialize*
|
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction.Initialize*
|
||||||
commentId: Overload:TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.Initialize
|
commentId: Overload:TinyLife.Actions.TellPeopleToLeaveRoomAction.Initialize
|
||||||
name: Initialize
|
name: Initialize
|
||||||
nameWithType: TellPeopleToLeaveRoomAction.Initialize
|
nameWithType: TellPeopleToLeaveRoomAction.Initialize
|
||||||
fullName: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.Initialize
|
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.Initialize
|
||||||
- uid: TinyLife.Actions.Action.IsCompleted
|
- uid: TinyLife.Actions.Action.IsCompleted
|
||||||
commentId: M:TinyLife.Actions.Action.IsCompleted
|
commentId: M:TinyLife.Actions.Action.IsCompleted
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
|
@ -3221,11 +3198,11 @@ references:
|
||||||
name: IsCompleted
|
name: IsCompleted
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.IsCompleted*
|
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction.IsCompleted*
|
||||||
commentId: Overload:TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.IsCompleted
|
commentId: Overload:TinyLife.Actions.TellPeopleToLeaveRoomAction.IsCompleted
|
||||||
name: IsCompleted
|
name: IsCompleted
|
||||||
nameWithType: TellPeopleToLeaveRoomAction.IsCompleted
|
nameWithType: TellPeopleToLeaveRoomAction.IsCompleted
|
||||||
fullName: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.IsCompleted
|
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.IsCompleted
|
||||||
- uid: TinyLife.Actions.CompletionType
|
- uid: TinyLife.Actions.CompletionType
|
||||||
commentId: T:TinyLife.Actions.CompletionType
|
commentId: T:TinyLife.Actions.CompletionType
|
||||||
parent: TinyLife.Actions
|
parent: TinyLife.Actions
|
||||||
|
@ -3252,11 +3229,11 @@ references:
|
||||||
- uid: TinyLife.Actions.CompletionType
|
- uid: TinyLife.Actions.CompletionType
|
||||||
name: CompletionType
|
name: CompletionType
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.OnCompleted*
|
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction.OnCompleted*
|
||||||
commentId: Overload:TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.OnCompleted
|
commentId: Overload:TinyLife.Actions.TellPeopleToLeaveRoomAction.OnCompleted
|
||||||
name: OnCompleted
|
name: OnCompleted
|
||||||
nameWithType: TellPeopleToLeaveRoomAction.OnCompleted
|
nameWithType: TellPeopleToLeaveRoomAction.OnCompleted
|
||||||
fullName: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.OnCompleted
|
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.OnCompleted
|
||||||
- uid: TinyLife.Actions.ActionType.GoHere
|
- uid: TinyLife.Actions.ActionType.GoHere
|
||||||
commentId: F:TinyLife.Actions.ActionType.GoHere
|
commentId: F:TinyLife.Actions.ActionType.GoHere
|
||||||
name: GoHere
|
name: GoHere
|
||||||
|
@ -3281,11 +3258,11 @@ references:
|
||||||
- uid: TinyLife.Objects.Person
|
- uid: TinyLife.Objects.Person
|
||||||
name: Person
|
name: Person
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.TryToLeaveRoom*
|
- uid: TinyLife.Actions.TellPeopleToLeaveRoomAction.TryToLeaveRoom*
|
||||||
commentId: Overload:TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.TryToLeaveRoom
|
commentId: Overload:TinyLife.Actions.TellPeopleToLeaveRoomAction.TryToLeaveRoom
|
||||||
name: TryToLeaveRoom
|
name: TryToLeaveRoom
|
||||||
nameWithType: TellPeopleToLeaveRoomAction.TryToLeaveRoom
|
nameWithType: TellPeopleToLeaveRoomAction.TryToLeaveRoom
|
||||||
fullName: TinyLife.Actions.Typeless.TellPeopleToLeaveRoomAction.TryToLeaveRoom
|
fullName: TinyLife.Actions.TellPeopleToLeaveRoomAction.TryToLeaveRoom
|
||||||
- uid: TinyLife.World.Room
|
- uid: TinyLife.World.Room
|
||||||
commentId: T:TinyLife.World.Room
|
commentId: T:TinyLife.World.Room
|
||||||
parent: TinyLife.World
|
parent: TinyLife.World
|
|
@ -1,23 +1,23 @@
|
||||||
### YamlMime:ManagedReference
|
### YamlMime:ManagedReference
|
||||||
items:
|
items:
|
||||||
- uid: TinyLife.Actions.Typeless.TryGoHereAction
|
- uid: TinyLife.Actions.TryGoHereAction
|
||||||
commentId: T:TinyLife.Actions.Typeless.TryGoHereAction
|
commentId: T:TinyLife.Actions.TryGoHereAction
|
||||||
id: TryGoHereAction
|
id: TryGoHereAction
|
||||||
parent: TinyLife.Actions.Typeless
|
parent: TinyLife.Actions
|
||||||
children:
|
children:
|
||||||
- TinyLife.Actions.Typeless.TryGoHereAction.#ctor(TinyLife.Actions.ActionInfo,System.Collections.Generic.List{Microsoft.Xna.Framework.Point})
|
- TinyLife.Actions.TryGoHereAction.#ctor(TinyLife.Actions.ActionInfo,System.Collections.Generic.List{Microsoft.Xna.Framework.Point})
|
||||||
- TinyLife.Actions.Typeless.TryGoHereAction.Initialize
|
- TinyLife.Actions.TryGoHereAction.Initialize
|
||||||
- TinyLife.Actions.Typeless.TryGoHereAction.IsCompleted
|
- TinyLife.Actions.TryGoHereAction.IsCompleted
|
||||||
- TinyLife.Actions.Typeless.TryGoHereAction.OnCompleted(TinyLife.Actions.CompletionType)
|
- TinyLife.Actions.TryGoHereAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
- TinyLife.Actions.Typeless.TryGoHereAction.PositionsToTry
|
- TinyLife.Actions.TryGoHereAction.PositionsToTry
|
||||||
- TinyLife.Actions.Typeless.TryGoHereAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
- TinyLife.Actions.TryGoHereAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
- TinyLife.Actions.Typeless.TryGoHereAction.Validate(TinyLife.Objects.Person)
|
- TinyLife.Actions.TryGoHereAction.Validate(TinyLife.Objects.Person)
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: TryGoHereAction
|
name: TryGoHereAction
|
||||||
nameWithType: TryGoHereAction
|
nameWithType: TryGoHereAction
|
||||||
fullName: TinyLife.Actions.Typeless.TryGoHereAction
|
fullName: TinyLife.Actions.TryGoHereAction
|
||||||
type: Class
|
type: Class
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -29,7 +29,7 @@ items:
|
||||||
startLine: 15
|
startLine: 15
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- 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'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"
|
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'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: []
|
example: []
|
||||||
syntax:
|
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.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.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.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.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.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||||
|
@ -107,17 +107,17 @@ items:
|
||||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||||
- System.Object.ToString
|
- System.Object.ToString
|
||||||
extensionMethods:
|
extensionMethods:
|
||||||
- TinyLife.Actions.Typeless.TryGoHereAction.TinyLife.Utilities.Extensions.JsonCopy``1
|
- TinyLife.Actions.TryGoHereAction.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||||
- uid: TinyLife.Actions.Typeless.TryGoHereAction.PositionsToTry
|
- uid: TinyLife.Actions.TryGoHereAction.PositionsToTry
|
||||||
commentId: F:TinyLife.Actions.Typeless.TryGoHereAction.PositionsToTry
|
commentId: F:TinyLife.Actions.TryGoHereAction.PositionsToTry
|
||||||
id: PositionsToTry
|
id: PositionsToTry
|
||||||
parent: TinyLife.Actions.Typeless.TryGoHereAction
|
parent: TinyLife.Actions.TryGoHereAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: PositionsToTry
|
name: PositionsToTry
|
||||||
nameWithType: TryGoHereAction.PositionsToTry
|
nameWithType: TryGoHereAction.PositionsToTry
|
||||||
fullName: TinyLife.Actions.Typeless.TryGoHereAction.PositionsToTry
|
fullName: TinyLife.Actions.TryGoHereAction.PositionsToTry
|
||||||
type: Field
|
type: Field
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -129,7 +129,7 @@ items:
|
||||||
startLine: 21
|
startLine: 21
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions.Typeless
|
namespace: TinyLife.Actions
|
||||||
summary: "\nThe set of positions to try to walk to.\n"
|
summary: "\nThe set of positions to try to walk to.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -147,16 +147,16 @@ items:
|
||||||
- type: System.Runtime.Serialization.DataMemberAttribute
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
||||||
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
||||||
arguments: []
|
arguments: []
|
||||||
- uid: 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.Typeless.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})'
|
id: '#ctor(TinyLife.Actions.ActionInfo,System.Collections.Generic.List{Microsoft.Xna.Framework.Point})'
|
||||||
parent: TinyLife.Actions.Typeless.TryGoHereAction
|
parent: TinyLife.Actions.TryGoHereAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: TryGoHereAction(ActionInfo, List<Point>)
|
name: TryGoHereAction(ActionInfo, List<Point>)
|
||||||
nameWithType: TryGoHereAction.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
|
type: Constructor
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -168,7 +168,7 @@ items:
|
||||||
startLine: 27
|
startLine: 27
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions.Typeless
|
namespace: TinyLife.Actions
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public TryGoHereAction(ActionInfo info, List<Point> positionsToTry)
|
content: public TryGoHereAction(ActionInfo info, List<Point> positionsToTry)
|
||||||
|
@ -178,20 +178,20 @@ items:
|
||||||
- id: positionsToTry
|
- id: positionsToTry
|
||||||
type: System.Collections.Generic.List{Microsoft.Xna.Framework.Point}
|
type: System.Collections.Generic.List{Microsoft.Xna.Framework.Point}
|
||||||
content.vb: Public Sub New(info As ActionInfo, positionsToTry As List(Of 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))
|
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))
|
name.vb: New(ActionInfo, List(Of Point))
|
||||||
- uid: TinyLife.Actions.Typeless.TryGoHereAction.Initialize
|
- uid: TinyLife.Actions.TryGoHereAction.Initialize
|
||||||
commentId: M:TinyLife.Actions.Typeless.TryGoHereAction.Initialize
|
commentId: M:TinyLife.Actions.TryGoHereAction.Initialize
|
||||||
id: Initialize
|
id: Initialize
|
||||||
parent: TinyLife.Actions.Typeless.TryGoHereAction
|
parent: TinyLife.Actions.TryGoHereAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Initialize()
|
name: Initialize()
|
||||||
nameWithType: TryGoHereAction.Initialize()
|
nameWithType: TryGoHereAction.Initialize()
|
||||||
fullName: TinyLife.Actions.Typeless.TryGoHereAction.Initialize()
|
fullName: TinyLife.Actions.TryGoHereAction.Initialize()
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -203,24 +203,24 @@ items:
|
||||||
startLine: 33
|
startLine: 33
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- 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"
|
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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public override void Initialize()
|
content: public override void Initialize()
|
||||||
content.vb: Public Overrides Sub Initialize()
|
content.vb: Public Overrides Sub Initialize()
|
||||||
overridden: TinyLife.Actions.Action.Initialize
|
overridden: TinyLife.Actions.Action.Initialize
|
||||||
overload: TinyLife.Actions.Typeless.TryGoHereAction.Initialize*
|
overload: TinyLife.Actions.TryGoHereAction.Initialize*
|
||||||
- uid: TinyLife.Actions.Typeless.TryGoHereAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
- uid: TinyLife.Actions.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)
|
commentId: M:TinyLife.Actions.TryGoHereAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
id: 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:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Update(GameTime, TimeSpan, float)
|
name: Update(GameTime, TimeSpan, float)
|
||||||
nameWithType: TryGoHereAction.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
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -232,7 +232,7 @@ items:
|
||||||
startLine: 39
|
startLine: 39
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- 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"
|
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: []
|
example: []
|
||||||
syntax:
|
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>
|
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)
|
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)
|
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)
|
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)
|
name.vb: Update(GameTime, TimeSpan, Single)
|
||||||
- uid: TinyLife.Actions.Typeless.TryGoHereAction.Validate(TinyLife.Objects.Person)
|
- uid: TinyLife.Actions.TryGoHereAction.Validate(TinyLife.Objects.Person)
|
||||||
commentId: M:TinyLife.Actions.Typeless.TryGoHereAction.Validate(TinyLife.Objects.Person)
|
commentId: M:TinyLife.Actions.TryGoHereAction.Validate(TinyLife.Objects.Person)
|
||||||
id: Validate(TinyLife.Objects.Person)
|
id: Validate(TinyLife.Objects.Person)
|
||||||
parent: TinyLife.Actions.Typeless.TryGoHereAction
|
parent: TinyLife.Actions.TryGoHereAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Validate(Person)
|
name: Validate(Person)
|
||||||
nameWithType: TryGoHereAction.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
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -274,7 +274,7 @@ items:
|
||||||
startLine: 49
|
startLine: 49
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Actions.Typeless
|
namespace: TinyLife.Actions
|
||||||
summary: "\nValidates this action'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"
|
summary: "\nValidates this action'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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -288,17 +288,17 @@ items:
|
||||||
description: Whether or not the action is still valid (or if it has invalid data)
|
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
|
content.vb: Public Overrides Function Validate(person As Person) As Boolean
|
||||||
overridden: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
|
overridden: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
|
||||||
overload: TinyLife.Actions.Typeless.TryGoHereAction.Validate*
|
overload: TinyLife.Actions.TryGoHereAction.Validate*
|
||||||
- uid: TinyLife.Actions.Typeless.TryGoHereAction.IsCompleted
|
- uid: TinyLife.Actions.TryGoHereAction.IsCompleted
|
||||||
commentId: M:TinyLife.Actions.Typeless.TryGoHereAction.IsCompleted
|
commentId: M:TinyLife.Actions.TryGoHereAction.IsCompleted
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
parent: TinyLife.Actions.Typeless.TryGoHereAction
|
parent: TinyLife.Actions.TryGoHereAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: IsCompleted()
|
name: IsCompleted()
|
||||||
nameWithType: TryGoHereAction.IsCompleted()
|
nameWithType: TryGoHereAction.IsCompleted()
|
||||||
fullName: TinyLife.Actions.Typeless.TryGoHereAction.IsCompleted()
|
fullName: TinyLife.Actions.TryGoHereAction.IsCompleted()
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -310,7 +310,7 @@ items:
|
||||||
startLine: 54
|
startLine: 54
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- 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"
|
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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -320,17 +320,17 @@ items:
|
||||||
description: The current completion type of this action
|
description: The current completion type of this action
|
||||||
content.vb: Public Overrides Function IsCompleted() As CompletionType
|
content.vb: Public Overrides Function IsCompleted() As CompletionType
|
||||||
overridden: TinyLife.Actions.Action.IsCompleted
|
overridden: TinyLife.Actions.Action.IsCompleted
|
||||||
overload: TinyLife.Actions.Typeless.TryGoHereAction.IsCompleted*
|
overload: TinyLife.Actions.TryGoHereAction.IsCompleted*
|
||||||
- uid: TinyLife.Actions.Typeless.TryGoHereAction.OnCompleted(TinyLife.Actions.CompletionType)
|
- uid: TinyLife.Actions.TryGoHereAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
commentId: M:TinyLife.Actions.Typeless.TryGoHereAction.OnCompleted(TinyLife.Actions.CompletionType)
|
commentId: M:TinyLife.Actions.TryGoHereAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
id: OnCompleted(TinyLife.Actions.CompletionType)
|
id: OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
parent: TinyLife.Actions.Typeless.TryGoHereAction
|
parent: TinyLife.Actions.TryGoHereAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: OnCompleted(CompletionType)
|
name: OnCompleted(CompletionType)
|
||||||
nameWithType: TryGoHereAction.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
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -342,7 +342,7 @@ items:
|
||||||
startLine: 59
|
startLine: 59
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- 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"
|
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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
|
@ -353,7 +353,7 @@ items:
|
||||||
description: The type that this action completed with
|
description: The type that this action completed with
|
||||||
content.vb: Public Overrides Sub OnCompleted(type As CompletionType)
|
content.vb: Public Overrides Sub OnCompleted(type As CompletionType)
|
||||||
overridden: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
|
overridden: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
overload: TinyLife.Actions.Typeless.TryGoHereAction.OnCompleted*
|
overload: TinyLife.Actions.TryGoHereAction.OnCompleted*
|
||||||
references:
|
references:
|
||||||
- uid: TinyLife.Actions.GoHereAction
|
- uid: TinyLife.Actions.GoHereAction
|
||||||
commentId: T:TinyLife.Actions.GoHereAction
|
commentId: T:TinyLife.Actions.GoHereAction
|
||||||
|
@ -366,29 +366,23 @@ references:
|
||||||
name: Person
|
name: Person
|
||||||
nameWithType: Person
|
nameWithType: Person
|
||||||
fullName: TinyLife.Objects.Person
|
fullName: TinyLife.Objects.Person
|
||||||
- uid: TinyLife.Actions.Typeless
|
- uid: TinyLife.Actions
|
||||||
commentId: N:TinyLife.Actions.Typeless
|
commentId: N:TinyLife.Actions
|
||||||
name: TinyLife.Actions.Typeless
|
name: TinyLife.Actions
|
||||||
nameWithType: TinyLife.Actions.Typeless
|
nameWithType: TinyLife.Actions
|
||||||
fullName: TinyLife.Actions.Typeless
|
fullName: TinyLife.Actions
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife
|
- uid: TinyLife
|
||||||
name: TinyLife
|
name: TinyLife
|
||||||
- name: .
|
- name: .
|
||||||
- uid: TinyLife.Actions
|
- uid: TinyLife.Actions
|
||||||
name: Actions
|
name: Actions
|
||||||
- name: .
|
|
||||||
- uid: TinyLife.Actions.Typeless
|
|
||||||
name: Typeless
|
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife
|
- uid: TinyLife
|
||||||
name: TinyLife
|
name: TinyLife
|
||||||
- name: .
|
- name: .
|
||||||
- uid: TinyLife.Actions
|
- uid: TinyLife.Actions
|
||||||
name: Actions
|
name: Actions
|
||||||
- name: .
|
|
||||||
- uid: TinyLife.Actions.Typeless
|
|
||||||
name: Typeless
|
|
||||||
- uid: System.Object
|
- uid: System.Object
|
||||||
commentId: T:System.Object
|
commentId: T:System.Object
|
||||||
parent: System
|
parent: System
|
||||||
|
@ -1054,24 +1048,24 @@ references:
|
||||||
name: TextureRegion
|
name: TextureRegion
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
- 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
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
||||||
- name: (
|
- name: (
|
||||||
- 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)
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
parent: TinyLife.Utilities.Extensions
|
parent: TinyLife.Utilities.Extensions
|
||||||
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
name: JsonCopy<TryGoHereAction>(TryGoHereAction)
|
name: JsonCopy<TryGoHereAction>(TryGoHereAction)
|
||||||
nameWithType: Extensions.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)
|
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)
|
name.vb: JsonCopy(Of TryGoHereAction)(TryGoHereAction)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.Typeless.TryGoHereAction)
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.TryGoHereAction)
|
||||||
name: JsonCopy
|
name: JsonCopy
|
||||||
- name: <
|
- name: <
|
||||||
- uid: TinyLife.Actions.Typeless.TryGoHereAction
|
- uid: TinyLife.Actions.TryGoHereAction
|
||||||
name: TryGoHereAction
|
name: TryGoHereAction
|
||||||
- name: '>'
|
- name: '>'
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.Actions.Typeless.TryGoHereAction
|
- uid: TinyLife.Actions.TryGoHereAction
|
||||||
name: TryGoHereAction
|
name: TryGoHereAction
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.Typeless.TryGoHereAction)
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.TryGoHereAction)
|
||||||
name: JsonCopy
|
name: JsonCopy
|
||||||
- name: (
|
- name: (
|
||||||
- name: Of
|
- name: Of
|
||||||
- name: " "
|
- name: " "
|
||||||
- uid: TinyLife.Actions.Typeless.TryGoHereAction
|
- uid: TinyLife.Actions.TryGoHereAction
|
||||||
name: TryGoHereAction
|
name: TryGoHereAction
|
||||||
- name: )
|
- name: )
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.Actions.Typeless.TryGoHereAction
|
- uid: TinyLife.Actions.TryGoHereAction
|
||||||
name: TryGoHereAction
|
name: TryGoHereAction
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Objects
|
- uid: TinyLife.Objects
|
||||||
|
@ -2973,23 +2967,6 @@ references:
|
||||||
- uid: MLEM.Data.Json
|
- uid: MLEM.Data.Json
|
||||||
name: Json
|
name: Json
|
||||||
isExternal: true
|
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
|
- uid: MLEM.Misc
|
||||||
commentId: N:MLEM.Misc
|
commentId: N:MLEM.Misc
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
@ -3205,13 +3182,13 @@ references:
|
||||||
name: Generic
|
name: Generic
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
||||||
- uid: TinyLife.Actions.Typeless.TryGoHereAction.#ctor*
|
- uid: TinyLife.Actions.TryGoHereAction.#ctor*
|
||||||
commentId: Overload:TinyLife.Actions.Typeless.TryGoHereAction.#ctor
|
commentId: Overload:TinyLife.Actions.TryGoHereAction.#ctor
|
||||||
name: TryGoHereAction
|
name: TryGoHereAction
|
||||||
nameWithType: TryGoHereAction.TryGoHereAction
|
nameWithType: TryGoHereAction.TryGoHereAction
|
||||||
fullName: TinyLife.Actions.Typeless.TryGoHereAction.TryGoHereAction
|
fullName: TinyLife.Actions.TryGoHereAction.TryGoHereAction
|
||||||
nameWithType.vb: TryGoHereAction.New
|
nameWithType.vb: TryGoHereAction.New
|
||||||
fullName.vb: TinyLife.Actions.Typeless.TryGoHereAction.New
|
fullName.vb: TinyLife.Actions.TryGoHereAction.New
|
||||||
name.vb: New
|
name.vb: New
|
||||||
- uid: TinyLife.Actions.ActionInfo
|
- uid: TinyLife.Actions.ActionInfo
|
||||||
commentId: T:TinyLife.Actions.ActionInfo
|
commentId: T:TinyLife.Actions.ActionInfo
|
||||||
|
@ -3235,11 +3212,11 @@ references:
|
||||||
name: Initialize
|
name: Initialize
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Typeless.TryGoHereAction.Initialize*
|
- uid: TinyLife.Actions.TryGoHereAction.Initialize*
|
||||||
commentId: Overload:TinyLife.Actions.Typeless.TryGoHereAction.Initialize
|
commentId: Overload:TinyLife.Actions.TryGoHereAction.Initialize
|
||||||
name: Initialize
|
name: Initialize
|
||||||
nameWithType: TryGoHereAction.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)
|
- 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)
|
commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
|
@ -3291,11 +3268,11 @@ references:
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Typeless.TryGoHereAction.Update*
|
- uid: TinyLife.Actions.TryGoHereAction.Update*
|
||||||
commentId: Overload:TinyLife.Actions.Typeless.TryGoHereAction.Update
|
commentId: Overload:TinyLife.Actions.TryGoHereAction.Update
|
||||||
name: Update
|
name: Update
|
||||||
nameWithType: TryGoHereAction.Update
|
nameWithType: TryGoHereAction.Update
|
||||||
fullName: TinyLife.Actions.Typeless.TryGoHereAction.Update
|
fullName: TinyLife.Actions.TryGoHereAction.Update
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
commentId: T:Microsoft.Xna.Framework.GameTime
|
commentId: T:Microsoft.Xna.Framework.GameTime
|
||||||
parent: Microsoft.Xna.Framework
|
parent: Microsoft.Xna.Framework
|
||||||
|
@ -3372,11 +3349,11 @@ references:
|
||||||
- uid: TinyLife.Objects.Person
|
- uid: TinyLife.Objects.Person
|
||||||
name: Person
|
name: Person
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Typeless.TryGoHereAction.Validate*
|
- uid: TinyLife.Actions.TryGoHereAction.Validate*
|
||||||
commentId: Overload:TinyLife.Actions.Typeless.TryGoHereAction.Validate
|
commentId: Overload:TinyLife.Actions.TryGoHereAction.Validate
|
||||||
name: Validate
|
name: Validate
|
||||||
nameWithType: TryGoHereAction.Validate
|
nameWithType: TryGoHereAction.Validate
|
||||||
fullName: TinyLife.Actions.Typeless.TryGoHereAction.Validate
|
fullName: TinyLife.Actions.TryGoHereAction.Validate
|
||||||
- uid: System.Boolean
|
- uid: System.Boolean
|
||||||
commentId: T:System.Boolean
|
commentId: T:System.Boolean
|
||||||
parent: System
|
parent: System
|
||||||
|
@ -3404,11 +3381,11 @@ references:
|
||||||
name: IsCompleted
|
name: IsCompleted
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Typeless.TryGoHereAction.IsCompleted*
|
- uid: TinyLife.Actions.TryGoHereAction.IsCompleted*
|
||||||
commentId: Overload:TinyLife.Actions.Typeless.TryGoHereAction.IsCompleted
|
commentId: Overload:TinyLife.Actions.TryGoHereAction.IsCompleted
|
||||||
name: IsCompleted
|
name: IsCompleted
|
||||||
nameWithType: TryGoHereAction.IsCompleted
|
nameWithType: TryGoHereAction.IsCompleted
|
||||||
fullName: TinyLife.Actions.Typeless.TryGoHereAction.IsCompleted
|
fullName: TinyLife.Actions.TryGoHereAction.IsCompleted
|
||||||
- uid: TinyLife.Actions.CompletionType
|
- uid: TinyLife.Actions.CompletionType
|
||||||
commentId: T:TinyLife.Actions.CompletionType
|
commentId: T:TinyLife.Actions.CompletionType
|
||||||
parent: TinyLife.Actions
|
parent: TinyLife.Actions
|
||||||
|
@ -3435,8 +3412,8 @@ references:
|
||||||
- uid: TinyLife.Actions.CompletionType
|
- uid: TinyLife.Actions.CompletionType
|
||||||
name: CompletionType
|
name: CompletionType
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Typeless.TryGoHereAction.OnCompleted*
|
- uid: TinyLife.Actions.TryGoHereAction.OnCompleted*
|
||||||
commentId: Overload:TinyLife.Actions.Typeless.TryGoHereAction.OnCompleted
|
commentId: Overload:TinyLife.Actions.TryGoHereAction.OnCompleted
|
||||||
name: OnCompleted
|
name: OnCompleted
|
||||||
nameWithType: TryGoHereAction.OnCompleted
|
nameWithType: TryGoHereAction.OnCompleted
|
||||||
fullName: TinyLife.Actions.Typeless.TryGoHereAction.OnCompleted
|
fullName: TinyLife.Actions.TryGoHereAction.OnCompleted
|
|
@ -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
|
|
|
@ -1,22 +1,22 @@
|
||||||
### YamlMime:ManagedReference
|
### YamlMime:ManagedReference
|
||||||
items:
|
items:
|
||||||
- uid: TinyLife.UseDiaperAction
|
- uid: TinyLife.Actions.UseDiaperAction
|
||||||
commentId: T:TinyLife.UseDiaperAction
|
commentId: T:TinyLife.Actions.UseDiaperAction
|
||||||
id: UseDiaperAction
|
id: UseDiaperAction
|
||||||
parent: TinyLife
|
parent: TinyLife.Actions
|
||||||
children:
|
children:
|
||||||
- TinyLife.UseDiaperAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
- TinyLife.Actions.UseDiaperAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
||||||
- TinyLife.UseDiaperAction.CanCancel(TinyLife.Actions.Action)
|
- TinyLife.Actions.UseDiaperAction.CanCancel(TinyLife.Actions.Action)
|
||||||
- TinyLife.UseDiaperAction.CanMultitask(TinyLife.Actions.Action)
|
- TinyLife.Actions.UseDiaperAction.CanMultitask(TinyLife.Actions.Action)
|
||||||
- TinyLife.UseDiaperAction.IsCompleted
|
- TinyLife.Actions.UseDiaperAction.IsCompleted
|
||||||
- TinyLife.UseDiaperAction.OnCompleted(TinyLife.Actions.CompletionType)
|
- TinyLife.Actions.UseDiaperAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
- TinyLife.UseDiaperAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
- TinyLife.Actions.UseDiaperAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: UseDiaperAction
|
name: UseDiaperAction
|
||||||
nameWithType: UseDiaperAction
|
nameWithType: UseDiaperAction
|
||||||
fullName: TinyLife.UseDiaperAction
|
fullName: TinyLife.Actions.UseDiaperAction
|
||||||
type: Class
|
type: Class
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -25,10 +25,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UseDiaperAction
|
id: UseDiaperAction
|
||||||
path: ../TinyLife/Actions/UseDiaperAction.cs
|
path: ../TinyLife/Actions/UseDiaperAction.cs
|
||||||
startLine: 7
|
startLine: 5
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: 'public class UseDiaperAction : Action, IGenericDataHolder'
|
content: 'public class UseDiaperAction : Action, IGenericDataHolder'
|
||||||
content.vb: Public Class UseDiaperAction Inherits Action Implements 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.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.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.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.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.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||||
|
@ -104,17 +104,17 @@ items:
|
||||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||||
- System.Object.ToString
|
- System.Object.ToString
|
||||||
extensionMethods:
|
extensionMethods:
|
||||||
- TinyLife.UseDiaperAction.TinyLife.Utilities.Extensions.JsonCopy``1
|
- TinyLife.Actions.UseDiaperAction.TinyLife.Utilities.Extensions.JsonCopy``1
|
||||||
- uid: TinyLife.UseDiaperAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
- uid: TinyLife.Actions.UseDiaperAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
||||||
commentId: M:TinyLife.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)'
|
id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)'
|
||||||
parent: TinyLife.UseDiaperAction
|
parent: TinyLife.Actions.UseDiaperAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: UseDiaperAction(ActionType, ActionInfo)
|
name: UseDiaperAction(ActionType, ActionInfo)
|
||||||
nameWithType: UseDiaperAction.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
|
type: Constructor
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -123,10 +123,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Actions/UseDiaperAction.cs
|
path: ../TinyLife/Actions/UseDiaperAction.cs
|
||||||
startLine: 9
|
startLine: 7
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: public UseDiaperAction(ActionType type, ActionInfo info)
|
content: public UseDiaperAction(ActionType type, ActionInfo info)
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -135,20 +135,20 @@ items:
|
||||||
- id: info
|
- id: info
|
||||||
type: TinyLife.Actions.ActionInfo
|
type: TinyLife.Actions.ActionInfo
|
||||||
content.vb: Public Sub New(type As ActionType, info As 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)
|
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)
|
name.vb: New(ActionType, ActionInfo)
|
||||||
- uid: 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.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)
|
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
||||||
parent: TinyLife.UseDiaperAction
|
parent: TinyLife.Actions.UseDiaperAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: Update(GameTime, TimeSpan, float)
|
name: Update(GameTime, TimeSpan, float)
|
||||||
nameWithType: UseDiaperAction.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
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -157,10 +157,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Update
|
id: Update
|
||||||
path: ../TinyLife/Actions/UseDiaperAction.cs
|
path: ../TinyLife/Actions/UseDiaperAction.cs
|
||||||
startLine: 11
|
startLine: 9
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
|
content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -172,20 +172,20 @@ items:
|
||||||
type: System.Single
|
type: System.Single
|
||||||
content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As 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)
|
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)
|
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)
|
name.vb: Update(GameTime, TimeSpan, Single)
|
||||||
- uid: TinyLife.UseDiaperAction.IsCompleted
|
- uid: TinyLife.Actions.UseDiaperAction.IsCompleted
|
||||||
commentId: M:TinyLife.UseDiaperAction.IsCompleted
|
commentId: M:TinyLife.Actions.UseDiaperAction.IsCompleted
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
parent: TinyLife.UseDiaperAction
|
parent: TinyLife.Actions.UseDiaperAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: IsCompleted()
|
name: IsCompleted()
|
||||||
nameWithType: UseDiaperAction.IsCompleted()
|
nameWithType: UseDiaperAction.IsCompleted()
|
||||||
fullName: TinyLife.UseDiaperAction.IsCompleted()
|
fullName: TinyLife.Actions.UseDiaperAction.IsCompleted()
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -194,27 +194,27 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCompleted
|
id: IsCompleted
|
||||||
path: ../TinyLife/Actions/UseDiaperAction.cs
|
path: ../TinyLife/Actions/UseDiaperAction.cs
|
||||||
startLine: 16
|
startLine: 14
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: public override CompletionType IsCompleted()
|
content: public override CompletionType IsCompleted()
|
||||||
return:
|
return:
|
||||||
type: TinyLife.Actions.CompletionType
|
type: TinyLife.Actions.CompletionType
|
||||||
content.vb: Public Overrides Function IsCompleted() As CompletionType
|
content.vb: Public Overrides Function IsCompleted() As CompletionType
|
||||||
overridden: TinyLife.Actions.Action.IsCompleted
|
overridden: TinyLife.Actions.Action.IsCompleted
|
||||||
overload: TinyLife.UseDiaperAction.IsCompleted*
|
overload: TinyLife.Actions.UseDiaperAction.IsCompleted*
|
||||||
- uid: TinyLife.UseDiaperAction.OnCompleted(TinyLife.Actions.CompletionType)
|
- uid: TinyLife.Actions.UseDiaperAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
commentId: M:TinyLife.UseDiaperAction.OnCompleted(TinyLife.Actions.CompletionType)
|
commentId: M:TinyLife.Actions.UseDiaperAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
id: OnCompleted(TinyLife.Actions.CompletionType)
|
id: OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
parent: TinyLife.UseDiaperAction
|
parent: TinyLife.Actions.UseDiaperAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: OnCompleted(CompletionType)
|
name: OnCompleted(CompletionType)
|
||||||
nameWithType: UseDiaperAction.OnCompleted(CompletionType)
|
nameWithType: UseDiaperAction.OnCompleted(CompletionType)
|
||||||
fullName: TinyLife.UseDiaperAction.OnCompleted(TinyLife.Actions.CompletionType)
|
fullName: TinyLife.Actions.UseDiaperAction.OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -223,10 +223,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnCompleted
|
id: OnCompleted
|
||||||
path: ../TinyLife/Actions/UseDiaperAction.cs
|
path: ../TinyLife/Actions/UseDiaperAction.cs
|
||||||
startLine: 20
|
startLine: 18
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: public override void OnCompleted(CompletionType type)
|
content: public override void OnCompleted(CompletionType type)
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -234,17 +234,17 @@ items:
|
||||||
type: TinyLife.Actions.CompletionType
|
type: TinyLife.Actions.CompletionType
|
||||||
content.vb: Public Overrides Sub OnCompleted(type As CompletionType)
|
content.vb: Public Overrides Sub OnCompleted(type As CompletionType)
|
||||||
overridden: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
|
overridden: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
|
||||||
overload: TinyLife.UseDiaperAction.OnCompleted*
|
overload: TinyLife.Actions.UseDiaperAction.OnCompleted*
|
||||||
- uid: TinyLife.UseDiaperAction.CanCancel(TinyLife.Actions.Action)
|
- uid: TinyLife.Actions.UseDiaperAction.CanCancel(TinyLife.Actions.Action)
|
||||||
commentId: M:TinyLife.UseDiaperAction.CanCancel(TinyLife.Actions.Action)
|
commentId: M:TinyLife.Actions.UseDiaperAction.CanCancel(TinyLife.Actions.Action)
|
||||||
id: CanCancel(TinyLife.Actions.Action)
|
id: CanCancel(TinyLife.Actions.Action)
|
||||||
parent: TinyLife.UseDiaperAction
|
parent: TinyLife.Actions.UseDiaperAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: CanCancel(Action)
|
name: CanCancel(Action)
|
||||||
nameWithType: UseDiaperAction.CanCancel(Action)
|
nameWithType: UseDiaperAction.CanCancel(Action)
|
||||||
fullName: TinyLife.UseDiaperAction.CanCancel(TinyLife.Actions.Action)
|
fullName: TinyLife.Actions.UseDiaperAction.CanCancel(TinyLife.Actions.Action)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -253,10 +253,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanCancel
|
id: CanCancel
|
||||||
path: ../TinyLife/Actions/UseDiaperAction.cs
|
path: ../TinyLife/Actions/UseDiaperAction.cs
|
||||||
startLine: 26
|
startLine: 24
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: public override bool CanCancel(Action cancelSource)
|
content: public override bool CanCancel(Action cancelSource)
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -266,17 +266,17 @@ items:
|
||||||
type: System.Boolean
|
type: System.Boolean
|
||||||
content.vb: Public Overrides Function CanCancel(cancelSource As Action) As Boolean
|
content.vb: Public Overrides Function CanCancel(cancelSource As Action) As Boolean
|
||||||
overridden: TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
|
overridden: TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
|
||||||
overload: TinyLife.UseDiaperAction.CanCancel*
|
overload: TinyLife.Actions.UseDiaperAction.CanCancel*
|
||||||
- uid: TinyLife.UseDiaperAction.CanMultitask(TinyLife.Actions.Action)
|
- uid: TinyLife.Actions.UseDiaperAction.CanMultitask(TinyLife.Actions.Action)
|
||||||
commentId: M:TinyLife.UseDiaperAction.CanMultitask(TinyLife.Actions.Action)
|
commentId: M:TinyLife.Actions.UseDiaperAction.CanMultitask(TinyLife.Actions.Action)
|
||||||
id: CanMultitask(TinyLife.Actions.Action)
|
id: CanMultitask(TinyLife.Actions.Action)
|
||||||
parent: TinyLife.UseDiaperAction
|
parent: TinyLife.Actions.UseDiaperAction
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
name: CanMultitask(Action)
|
name: CanMultitask(Action)
|
||||||
nameWithType: UseDiaperAction.CanMultitask(Action)
|
nameWithType: UseDiaperAction.CanMultitask(Action)
|
||||||
fullName: TinyLife.UseDiaperAction.CanMultitask(TinyLife.Actions.Action)
|
fullName: TinyLife.Actions.UseDiaperAction.CanMultitask(TinyLife.Actions.Action)
|
||||||
type: Method
|
type: Method
|
||||||
source:
|
source:
|
||||||
remote:
|
remote:
|
||||||
|
@ -285,10 +285,10 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanMultitask
|
id: CanMultitask
|
||||||
path: ../TinyLife/Actions/UseDiaperAction.cs
|
path: ../TinyLife/Actions/UseDiaperAction.cs
|
||||||
startLine: 30
|
startLine: 28
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife.Actions
|
||||||
syntax:
|
syntax:
|
||||||
content: public override bool CanMultitask(Action other)
|
content: public override bool CanMultitask(Action other)
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -298,13 +298,25 @@ items:
|
||||||
type: System.Boolean
|
type: System.Boolean
|
||||||
content.vb: Public Overrides Function CanMultitask(other As Action) As Boolean
|
content.vb: Public Overrides Function CanMultitask(other As Action) As Boolean
|
||||||
overridden: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
|
overridden: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
|
||||||
overload: TinyLife.UseDiaperAction.CanMultitask*
|
overload: TinyLife.Actions.UseDiaperAction.CanMultitask*
|
||||||
references:
|
references:
|
||||||
- uid: TinyLife
|
- uid: TinyLife.Actions
|
||||||
commentId: N:TinyLife
|
commentId: N:TinyLife.Actions
|
||||||
|
name: TinyLife.Actions
|
||||||
|
nameWithType: TinyLife.Actions
|
||||||
|
fullName: TinyLife.Actions
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife
|
||||||
name: TinyLife
|
name: TinyLife
|
||||||
nameWithType: TinyLife
|
- name: .
|
||||||
fullName: TinyLife
|
- uid: TinyLife.Actions
|
||||||
|
name: Actions
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife
|
||||||
|
name: TinyLife
|
||||||
|
- name: .
|
||||||
|
- uid: TinyLife.Actions
|
||||||
|
name: Actions
|
||||||
- uid: System.Object
|
- uid: System.Object
|
||||||
commentId: T:System.Object
|
commentId: T:System.Object
|
||||||
parent: System
|
parent: System
|
||||||
|
@ -966,24 +978,24 @@ references:
|
||||||
name: TextureRegion
|
name: TextureRegion
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
- 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
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
||||||
- name: (
|
- name: (
|
||||||
- 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)
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
parent: TinyLife.Utilities.Extensions
|
parent: TinyLife.Utilities.Extensions
|
||||||
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
||||||
name: JsonCopy<UseDiaperAction>(UseDiaperAction)
|
name: JsonCopy<UseDiaperAction>(UseDiaperAction)
|
||||||
nameWithType: Extensions.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)
|
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)
|
name.vb: JsonCopy(Of UseDiaperAction)(UseDiaperAction)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.UseDiaperAction)
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.UseDiaperAction)
|
||||||
name: JsonCopy
|
name: JsonCopy
|
||||||
- name: <
|
- name: <
|
||||||
- uid: TinyLife.UseDiaperAction
|
- uid: TinyLife.Actions.UseDiaperAction
|
||||||
name: UseDiaperAction
|
name: UseDiaperAction
|
||||||
- name: '>'
|
- name: '>'
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.UseDiaperAction
|
- uid: TinyLife.Actions.UseDiaperAction
|
||||||
name: UseDiaperAction
|
name: UseDiaperAction
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.UseDiaperAction)
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.UseDiaperAction)
|
||||||
name: JsonCopy
|
name: JsonCopy
|
||||||
- name: (
|
- name: (
|
||||||
- name: Of
|
- name: Of
|
||||||
- name: " "
|
- name: " "
|
||||||
- uid: TinyLife.UseDiaperAction
|
- uid: TinyLife.Actions.UseDiaperAction
|
||||||
name: UseDiaperAction
|
name: UseDiaperAction
|
||||||
- name: )
|
- name: )
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.UseDiaperAction
|
- uid: TinyLife.Actions.UseDiaperAction
|
||||||
name: UseDiaperAction
|
name: UseDiaperAction
|
||||||
- name: )
|
- name: )
|
||||||
- uid: System
|
- uid: System
|
||||||
|
@ -2868,23 +2880,6 @@ references:
|
||||||
- uid: MLEM.Data.Json
|
- uid: MLEM.Data.Json
|
||||||
name: Json
|
name: Json
|
||||||
isExternal: true
|
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
|
- uid: MLEM.Misc
|
||||||
commentId: N:MLEM.Misc
|
commentId: N:MLEM.Misc
|
||||||
isExternal: true
|
isExternal: true
|
||||||
|
@ -3002,13 +2997,13 @@ references:
|
||||||
- name: .
|
- name: .
|
||||||
- uid: TinyLife.Utilities
|
- uid: TinyLife.Utilities
|
||||||
name: Utilities
|
name: Utilities
|
||||||
- uid: TinyLife.UseDiaperAction.#ctor*
|
- uid: TinyLife.Actions.UseDiaperAction.#ctor*
|
||||||
commentId: Overload:TinyLife.UseDiaperAction.#ctor
|
commentId: Overload:TinyLife.Actions.UseDiaperAction.#ctor
|
||||||
name: UseDiaperAction
|
name: UseDiaperAction
|
||||||
nameWithType: UseDiaperAction.UseDiaperAction
|
nameWithType: UseDiaperAction.UseDiaperAction
|
||||||
fullName: TinyLife.UseDiaperAction.UseDiaperAction
|
fullName: TinyLife.Actions.UseDiaperAction.UseDiaperAction
|
||||||
nameWithType.vb: UseDiaperAction.New
|
nameWithType.vb: UseDiaperAction.New
|
||||||
fullName.vb: TinyLife.UseDiaperAction.New
|
fullName.vb: TinyLife.Actions.UseDiaperAction.New
|
||||||
name.vb: New
|
name.vb: New
|
||||||
- uid: TinyLife.Actions.ActionType
|
- uid: TinyLife.Actions.ActionType
|
||||||
commentId: T:TinyLife.Actions.ActionType
|
commentId: T:TinyLife.Actions.ActionType
|
||||||
|
@ -3073,11 +3068,11 @@ references:
|
||||||
isExternal: true
|
isExternal: true
|
||||||
href: https://learn.microsoft.com/dotnet/api/system.single
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.UseDiaperAction.Update*
|
- uid: TinyLife.Actions.UseDiaperAction.Update*
|
||||||
commentId: Overload:TinyLife.UseDiaperAction.Update
|
commentId: Overload:TinyLife.Actions.UseDiaperAction.Update
|
||||||
name: Update
|
name: Update
|
||||||
nameWithType: UseDiaperAction.Update
|
nameWithType: UseDiaperAction.Update
|
||||||
fullName: TinyLife.UseDiaperAction.Update
|
fullName: TinyLife.Actions.UseDiaperAction.Update
|
||||||
- uid: Microsoft.Xna.Framework.GameTime
|
- uid: Microsoft.Xna.Framework.GameTime
|
||||||
commentId: T:Microsoft.Xna.Framework.GameTime
|
commentId: T:Microsoft.Xna.Framework.GameTime
|
||||||
parent: Microsoft.Xna.Framework
|
parent: Microsoft.Xna.Framework
|
||||||
|
@ -3150,11 +3145,11 @@ references:
|
||||||
name: IsCompleted
|
name: IsCompleted
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.UseDiaperAction.IsCompleted*
|
- uid: TinyLife.Actions.UseDiaperAction.IsCompleted*
|
||||||
commentId: Overload:TinyLife.UseDiaperAction.IsCompleted
|
commentId: Overload:TinyLife.Actions.UseDiaperAction.IsCompleted
|
||||||
name: IsCompleted
|
name: IsCompleted
|
||||||
nameWithType: UseDiaperAction.IsCompleted
|
nameWithType: UseDiaperAction.IsCompleted
|
||||||
fullName: TinyLife.UseDiaperAction.IsCompleted
|
fullName: TinyLife.Actions.UseDiaperAction.IsCompleted
|
||||||
- uid: TinyLife.Actions.CompletionType
|
- uid: TinyLife.Actions.CompletionType
|
||||||
commentId: T:TinyLife.Actions.CompletionType
|
commentId: T:TinyLife.Actions.CompletionType
|
||||||
parent: TinyLife.Actions
|
parent: TinyLife.Actions
|
||||||
|
@ -3181,11 +3176,11 @@ references:
|
||||||
- uid: TinyLife.Actions.CompletionType
|
- uid: TinyLife.Actions.CompletionType
|
||||||
name: CompletionType
|
name: CompletionType
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.UseDiaperAction.OnCompleted*
|
- uid: TinyLife.Actions.UseDiaperAction.OnCompleted*
|
||||||
commentId: Overload:TinyLife.UseDiaperAction.OnCompleted
|
commentId: Overload:TinyLife.Actions.UseDiaperAction.OnCompleted
|
||||||
name: OnCompleted
|
name: OnCompleted
|
||||||
nameWithType: UseDiaperAction.OnCompleted
|
nameWithType: UseDiaperAction.OnCompleted
|
||||||
fullName: TinyLife.UseDiaperAction.OnCompleted
|
fullName: TinyLife.Actions.UseDiaperAction.OnCompleted
|
||||||
- uid: TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
|
- uid: TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
|
||||||
commentId: M:TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
|
commentId: M:TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
|
@ -3206,11 +3201,11 @@ references:
|
||||||
- uid: TinyLife.Actions.Action
|
- uid: TinyLife.Actions.Action
|
||||||
name: Action
|
name: Action
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.UseDiaperAction.CanCancel*
|
- uid: TinyLife.Actions.UseDiaperAction.CanCancel*
|
||||||
commentId: Overload:TinyLife.UseDiaperAction.CanCancel
|
commentId: Overload:TinyLife.Actions.UseDiaperAction.CanCancel
|
||||||
name: CanCancel
|
name: CanCancel
|
||||||
nameWithType: UseDiaperAction.CanCancel
|
nameWithType: UseDiaperAction.CanCancel
|
||||||
fullName: TinyLife.UseDiaperAction.CanCancel
|
fullName: TinyLife.Actions.UseDiaperAction.CanCancel
|
||||||
- uid: System.Boolean
|
- uid: System.Boolean
|
||||||
commentId: T:System.Boolean
|
commentId: T:System.Boolean
|
||||||
parent: System
|
parent: System
|
||||||
|
@ -3242,8 +3237,8 @@ references:
|
||||||
- uid: TinyLife.Actions.Action
|
- uid: TinyLife.Actions.Action
|
||||||
name: Action
|
name: Action
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.UseDiaperAction.CanMultitask*
|
- uid: TinyLife.Actions.UseDiaperAction.CanMultitask*
|
||||||
commentId: Overload:TinyLife.UseDiaperAction.CanMultitask
|
commentId: Overload:TinyLife.Actions.UseDiaperAction.CanMultitask
|
||||||
name: CanMultitask
|
name: CanMultitask
|
||||||
nameWithType: UseDiaperAction.CanMultitask
|
nameWithType: UseDiaperAction.CanMultitask
|
||||||
fullName: TinyLife.UseDiaperAction.CanMultitask
|
fullName: TinyLife.Actions.UseDiaperAction.CanMultitask
|
|
@ -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.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.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.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.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.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||||
|
@ -1105,24 +1105,24 @@ references:
|
||||||
name: TextureRegion
|
name: TextureRegion
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||||
|
|
|
@ -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.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.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.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.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.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||||
|
@ -1520,24 +1520,24 @@ references:
|
||||||
name: TextureRegion
|
name: TextureRegion
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||||
|
|
|
@ -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.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.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.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.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.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
|
||||||
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
|
||||||
|
@ -1242,24 +1242,24 @@ references:
|
||||||
name: TextureRegion
|
name: TextureRegion
|
||||||
isExternal: true
|
isExternal: true
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
parent: TinyLife.Actions.Action
|
parent: TinyLife.Actions.Action
|
||||||
name: OpenChoicePrompt(ChoicePromptInfo)
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
||||||
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
||||||
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.ChoicePromptInfo)
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
||||||
name: OpenChoicePrompt
|
name: OpenChoicePrompt
|
||||||
- name: (
|
- name: (
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
|
||||||
|
|
|
@ -15,17 +15,28 @@ items:
|
||||||
- TinyLife.Actions.BehaviorAction`1
|
- TinyLife.Actions.BehaviorAction`1
|
||||||
- TinyLife.Actions.CanExecuteResult
|
- TinyLife.Actions.CanExecuteResult
|
||||||
- TinyLife.Actions.CanExecuteResult.ResultType
|
- TinyLife.Actions.CanExecuteResult.ResultType
|
||||||
|
- TinyLife.Actions.ChoicePromptInfo
|
||||||
|
- TinyLife.Actions.ChoicePromptInfo.Option
|
||||||
|
- TinyLife.Actions.CleanOutFridgeAction
|
||||||
- TinyLife.Actions.CompletionType
|
- TinyLife.Actions.CompletionType
|
||||||
|
- TinyLife.Actions.DebugAction
|
||||||
|
- TinyLife.Actions.DeferredAction
|
||||||
- TinyLife.Actions.DieAction
|
- TinyLife.Actions.DieAction
|
||||||
- TinyLife.Actions.Emote
|
- TinyLife.Actions.Emote
|
||||||
- TinyLife.Actions.EmoteCategory
|
- TinyLife.Actions.EmoteCategory
|
||||||
- TinyLife.Actions.GoHereAction
|
- TinyLife.Actions.GoHereAction
|
||||||
|
- TinyLife.Actions.HelpAction
|
||||||
|
- TinyLife.Actions.HoldingPersonAction
|
||||||
|
- TinyLife.Actions.MakeTeaAction
|
||||||
- TinyLife.Actions.MultiAction
|
- TinyLife.Actions.MultiAction
|
||||||
- TinyLife.Actions.MultiAction.Stage
|
- TinyLife.Actions.MultiAction.Stage
|
||||||
- TinyLife.Actions.OrderFromStaffAction
|
- TinyLife.Actions.OrderFromStaffAction
|
||||||
- TinyLife.Actions.OutOfTownAction
|
- TinyLife.Actions.OutOfTownAction
|
||||||
- TinyLife.Actions.PathfindAction
|
- TinyLife.Actions.PathfindAction
|
||||||
|
- TinyLife.Actions.PathfindToPersonAction
|
||||||
|
- TinyLife.Actions.PickUpPersonAction
|
||||||
- TinyLife.Actions.PutAwayAction
|
- TinyLife.Actions.PutAwayAction
|
||||||
|
- TinyLife.Actions.PutDownPersonAction
|
||||||
- TinyLife.Actions.SellAction
|
- TinyLife.Actions.SellAction
|
||||||
- TinyLife.Actions.SitAction
|
- TinyLife.Actions.SitAction
|
||||||
- TinyLife.Actions.SocialAction
|
- TinyLife.Actions.SocialAction
|
||||||
|
@ -34,6 +45,9 @@ items:
|
||||||
- TinyLife.Actions.TalkAction
|
- TinyLife.Actions.TalkAction
|
||||||
- TinyLife.Actions.TalkAction.TalkSettings
|
- TinyLife.Actions.TalkAction.TalkSettings
|
||||||
- TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
|
- TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
|
||||||
|
- TinyLife.Actions.TellPeopleToLeaveRoomAction
|
||||||
|
- TinyLife.Actions.TryGoHereAction
|
||||||
|
- TinyLife.Actions.UseDiaperAction
|
||||||
- TinyLife.Actions.WalkAction
|
- TinyLife.Actions.WalkAction
|
||||||
- TinyLife.Actions.WatchTvAction
|
- TinyLife.Actions.WatchTvAction
|
||||||
- TinyLife.Actions.WatchTvAction.Channel
|
- TinyLife.Actions.WatchTvAction.Channel
|
||||||
|
@ -178,12 +192,50 @@ references:
|
||||||
- name: .
|
- name: .
|
||||||
- uid: TinyLife.Actions.CanExecuteResult.ResultType
|
- uid: TinyLife.Actions.CanExecuteResult.ResultType
|
||||||
name: 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
|
- uid: TinyLife.Actions.CompletionType
|
||||||
commentId: T:TinyLife.Actions.CompletionType
|
commentId: T:TinyLife.Actions.CompletionType
|
||||||
parent: TinyLife.Actions
|
parent: TinyLife.Actions
|
||||||
name: CompletionType
|
name: CompletionType
|
||||||
nameWithType: CompletionType
|
nameWithType: CompletionType
|
||||||
fullName: TinyLife.Actions.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
|
- uid: TinyLife.Actions.DieAction
|
||||||
commentId: T:TinyLife.Actions.DieAction
|
commentId: T:TinyLife.Actions.DieAction
|
||||||
name: DieAction
|
name: DieAction
|
||||||
|
@ -206,6 +258,21 @@ references:
|
||||||
name: GoHereAction
|
name: GoHereAction
|
||||||
nameWithType: GoHereAction
|
nameWithType: GoHereAction
|
||||||
fullName: TinyLife.Actions.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
|
- uid: TinyLife.Actions.MultiAction
|
||||||
commentId: T:TinyLife.Actions.MultiAction
|
commentId: T:TinyLife.Actions.MultiAction
|
||||||
parent: TinyLife.Actions
|
parent: TinyLife.Actions
|
||||||
|
@ -247,11 +314,26 @@ references:
|
||||||
name: PathfindAction
|
name: PathfindAction
|
||||||
nameWithType: PathfindAction
|
nameWithType: PathfindAction
|
||||||
fullName: TinyLife.Actions.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
|
- uid: TinyLife.Actions.PutAwayAction
|
||||||
commentId: T:TinyLife.Actions.PutAwayAction
|
commentId: T:TinyLife.Actions.PutAwayAction
|
||||||
name: PutAwayAction
|
name: PutAwayAction
|
||||||
nameWithType: PutAwayAction
|
nameWithType: PutAwayAction
|
||||||
fullName: TinyLife.Actions.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
|
- uid: TinyLife.Actions.SellAction
|
||||||
commentId: T:TinyLife.Actions.SellAction
|
commentId: T:TinyLife.Actions.SellAction
|
||||||
name: SellAction
|
name: SellAction
|
||||||
|
@ -337,6 +419,21 @@ references:
|
||||||
- name: .
|
- name: .
|
||||||
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
|
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
|
||||||
name: 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
|
- uid: TinyLife.Actions.WalkAction
|
||||||
commentId: T:TinyLife.Actions.WalkAction
|
commentId: T:TinyLife.Actions.WalkAction
|
||||||
name: WalkAction
|
name: WalkAction
|
||||||
|
|
|
@ -26,7 +26,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GameMode
|
id: GameMode
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 1090
|
startLine: 1089
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -55,7 +55,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InitialLoad
|
id: InitialLoad
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 1093
|
startLine: 1092
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -83,7 +83,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Splash
|
id: Splash
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 1095
|
startLine: 1094
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -111,7 +111,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MainMenu
|
id: MainMenu
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 1097
|
startLine: 1096
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -139,7 +139,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SelectHousehold
|
id: SelectHousehold
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 1099
|
startLine: 1098
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -167,7 +167,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InGameHousehold
|
id: InGameHousehold
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 1101
|
startLine: 1100
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -195,7 +195,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: BuildOnly
|
id: BuildOnly
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 1103
|
startLine: 1102
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -223,7 +223,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CharacterCreation
|
id: CharacterCreation
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 1105
|
startLine: 1104
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -53,7 +53,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GameImpl
|
id: GameImpl
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 53
|
startLine: 52
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -143,7 +143,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Version
|
id: Version
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 58
|
startLine: 57
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -172,7 +172,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Instance
|
id: Instance
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 63
|
startLine: 62
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -203,7 +203,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Achievements
|
id: Achievements
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 71
|
startLine: 70
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -232,7 +232,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GraphicsMetrics
|
id: GraphicsMetrics
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 77
|
startLine: 76
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -263,7 +263,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Camera
|
id: Camera
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 81
|
startLine: 80
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -294,7 +294,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Listener
|
id: Listener
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 85
|
startLine: 84
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -325,7 +325,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Map
|
id: Map
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 89
|
startLine: 88
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -356,7 +356,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CurrentTool
|
id: CurrentTool
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 93
|
startLine: 92
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -387,7 +387,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CurrentHousehold
|
id: CurrentHousehold
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 108
|
startLine: 107
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -418,7 +418,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Money
|
id: Money
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 112
|
startLine: 111
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -449,7 +449,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CurrentLot
|
id: CurrentLot
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 122
|
startLine: 121
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -480,7 +480,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Speed
|
id: Speed
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 128
|
startLine: 127
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -511,7 +511,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FollowingPerson
|
id: FollowingPerson
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 141
|
startLine: 140
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -542,7 +542,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SaveName
|
id: SaveName
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 153
|
startLine: 152
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -573,7 +573,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Mode
|
id: Mode
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 157
|
startLine: 156
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -604,7 +604,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CursorPosition
|
id: CursorPosition
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 162
|
startLine: 161
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -635,7 +635,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CurrentCursor
|
id: CurrentCursor
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 167
|
startLine: 166
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -664,7 +664,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnLoadContentLater
|
id: OnLoadContentLater
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 172
|
startLine: 171
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -693,7 +693,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: OnFinishedLoading
|
id: OnFinishedLoading
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 176
|
startLine: 175
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -722,7 +722,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LoadContent
|
id: LoadContent
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 269
|
startLine: 268
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -750,7 +750,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DoUpdate
|
id: DoUpdate
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 324
|
startLine: 323
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -781,7 +781,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DoDraw
|
id: DoDraw
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 563
|
startLine: 562
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -812,7 +812,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Dispose
|
id: Dispose
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 600
|
startLine: 599
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -846,7 +846,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RotateCamera
|
id: RotateCamera
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 617
|
startLine: 616
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -881,7 +881,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsCursorOnUi
|
id: IsCursorOnUi
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 631
|
startLine: 630
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -912,7 +912,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SwitchGameMode
|
id: SwitchGameMode
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 643
|
startLine: 642
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -944,7 +944,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanBeExtremelyFast
|
id: CanBeExtremelyFast
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 732
|
startLine: 731
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -975,7 +975,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanSwitchGameModes
|
id: CanSwitchGameModes
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 743
|
startLine: 742
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1006,7 +1006,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: FadeKeyboardLighting
|
id: FadeKeyboardLighting
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 758
|
startLine: 757
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1038,7 +1038,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TakeScreenshot
|
id: TakeScreenshot
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 784
|
startLine: 783
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1079,7 +1079,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MarkLotVisible
|
id: MarkLotVisible
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 812
|
startLine: 811
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1111,7 +1111,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: MarkLotNonVisible
|
id: MarkLotNonVisible
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 828
|
startLine: 827
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1143,7 +1143,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: IsLotVisible
|
id: IsLotVisible
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 839
|
startLine: 838
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -1178,7 +1178,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CompleteAchievement
|
id: CompleteAchievement
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 851
|
startLine: 850
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -722,13 +722,13 @@ items:
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
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'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's work day.\n"
|
||||||
example: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: public ChoicePromptInfo[] ChoicePrompts { get; init; }
|
content: public ChoicePromptInfo[] ChoicePrompts { get; init; }
|
||||||
parameters: []
|
parameters: []
|
||||||
return:
|
return:
|
||||||
type: TinyLife.ChoicePromptInfo[]
|
type: TinyLife.Actions.ChoicePromptInfo[]
|
||||||
content.vb: Public Property ChoicePrompts As ChoicePromptInfo()
|
content.vb: Public Property ChoicePrompts As ChoicePromptInfo()
|
||||||
overload: TinyLife.Goals.JobType.ChoicePrompts*
|
overload: TinyLife.Goals.JobType.ChoicePrompts*
|
||||||
- uid: TinyLife.Goals.JobType.SourceString
|
- uid: TinyLife.Goals.JobType.SourceString
|
||||||
|
@ -2362,40 +2362,35 @@ references:
|
||||||
name: DailyTaskImportance
|
name: DailyTaskImportance
|
||||||
nameWithType: JobType.DailyTaskImportance
|
nameWithType: JobType.DailyTaskImportance
|
||||||
fullName: TinyLife.Goals.JobType.DailyTaskImportance
|
fullName: TinyLife.Goals.JobType.DailyTaskImportance
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
commentId: T:TinyLife.ChoicePromptInfo
|
commentId: T:TinyLife.Actions.ChoicePromptInfo
|
||||||
parent: TinyLife
|
parent: TinyLife.Actions
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
nameWithType: ChoicePromptInfo
|
nameWithType: ChoicePromptInfo
|
||||||
fullName: TinyLife.ChoicePromptInfo
|
fullName: TinyLife.Actions.ChoicePromptInfo
|
||||||
- uid: TinyLife.Goals.JobType.ChoicePrompts*
|
- uid: TinyLife.Goals.JobType.ChoicePrompts*
|
||||||
commentId: Overload:TinyLife.Goals.JobType.ChoicePrompts
|
commentId: Overload:TinyLife.Goals.JobType.ChoicePrompts
|
||||||
name: ChoicePrompts
|
name: ChoicePrompts
|
||||||
nameWithType: JobType.ChoicePrompts
|
nameWithType: JobType.ChoicePrompts
|
||||||
fullName: TinyLife.Goals.JobType.ChoicePrompts
|
fullName: TinyLife.Goals.JobType.ChoicePrompts
|
||||||
- uid: TinyLife.ChoicePromptInfo[]
|
- uid: TinyLife.Actions.ChoicePromptInfo[]
|
||||||
isExternal: true
|
isExternal: true
|
||||||
name: ChoicePromptInfo[]
|
name: ChoicePromptInfo[]
|
||||||
nameWithType: ChoicePromptInfo[]
|
nameWithType: ChoicePromptInfo[]
|
||||||
fullName: TinyLife.ChoicePromptInfo[]
|
fullName: TinyLife.Actions.ChoicePromptInfo[]
|
||||||
nameWithType.vb: ChoicePromptInfo()
|
nameWithType.vb: ChoicePromptInfo()
|
||||||
fullName.vb: TinyLife.ChoicePromptInfo()
|
fullName.vb: TinyLife.Actions.ChoicePromptInfo()
|
||||||
name.vb: ChoicePromptInfo()
|
name.vb: ChoicePromptInfo()
|
||||||
spec.csharp:
|
spec.csharp:
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: '['
|
- name: '['
|
||||||
- name: ']'
|
- name: ']'
|
||||||
spec.vb:
|
spec.vb:
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
- name: (
|
- name: (
|
||||||
- name: )
|
- name: )
|
||||||
- uid: TinyLife
|
|
||||||
commentId: N:TinyLife
|
|
||||||
name: TinyLife
|
|
||||||
nameWithType: TinyLife
|
|
||||||
fullName: TinyLife
|
|
||||||
- uid: TinyLife.Goals.JobType.SourceString*
|
- uid: TinyLife.Goals.JobType.SourceString*
|
||||||
commentId: Overload:TinyLife.Goals.JobType.SourceString
|
commentId: Overload:TinyLife.Goals.JobType.SourceString
|
||||||
name: SourceString
|
name: SourceString
|
||||||
|
|
|
@ -431,7 +431,7 @@ items:
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
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: []
|
example: []
|
||||||
syntax:
|
syntax:
|
||||||
content: ChoicePrompts = 13
|
content: ChoicePrompts = 13
|
||||||
|
@ -707,12 +707,12 @@ references:
|
||||||
name: LifeGoal
|
name: LifeGoal
|
||||||
nameWithType: LifeGoal
|
nameWithType: LifeGoal
|
||||||
fullName: TinyLife.Goals.LifeGoal
|
fullName: TinyLife.Goals.LifeGoal
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
||||||
commentId: T:TinyLife.ChoicePromptInfo
|
commentId: T:TinyLife.Actions.ChoicePromptInfo
|
||||||
parent: TinyLife
|
parent: TinyLife.Actions
|
||||||
name: ChoicePromptInfo
|
name: ChoicePromptInfo
|
||||||
nameWithType: ChoicePromptInfo
|
nameWithType: ChoicePromptInfo
|
||||||
fullName: TinyLife.ChoicePromptInfo
|
fullName: TinyLife.Actions.ChoicePromptInfo
|
||||||
- uid: TinyLife.Goals.Achievement
|
- uid: TinyLife.Goals.Achievement
|
||||||
commentId: T:TinyLife.Goals.Achievement
|
commentId: T:TinyLife.Goals.Achievement
|
||||||
parent: TinyLife.Goals
|
parent: TinyLife.Goals
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AgeGroup
|
id: AgeGroup
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2956
|
startLine: 2955
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -63,7 +63,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Baby
|
id: Baby
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2960
|
startLine: 2959
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -89,7 +89,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Child
|
id: Child
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2966
|
startLine: 2965
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -117,7 +117,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Adult
|
id: Adult
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2972
|
startLine: 2971
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -25,7 +25,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LifeSpan
|
id: LifeSpan
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2980
|
startLine: 2979
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -55,7 +55,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: VeryShort
|
id: VeryShort
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2983
|
startLine: 2982
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -81,7 +81,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Short
|
id: Short
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2984
|
startLine: 2983
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -107,7 +107,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Normal
|
id: Normal
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2985
|
startLine: 2984
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -133,7 +133,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Long
|
id: Long
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2986
|
startLine: 2985
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -159,7 +159,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: VeryLong
|
id: VeryLong
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2987
|
startLine: 2986
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -185,7 +185,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Infinite
|
id: Infinite
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2988
|
startLine: 2987
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionUpdateDelegate
|
id: ActionUpdateDelegate
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2841
|
startLine: 2840
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -23,7 +23,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DeathReason
|
id: DeathReason
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2907
|
startLine: 2906
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -52,7 +52,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Starvation
|
id: Starvation
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2913
|
startLine: 2912
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -80,7 +80,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InexplicableReasons
|
id: InexplicableReasons
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2918
|
startLine: 2917
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -108,7 +108,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Electrocution
|
id: Electrocution
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2923
|
startLine: 2922
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -136,7 +136,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TooMuchProtein
|
id: TooMuchProtein
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2927
|
startLine: 2926
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EfficiencyModifierDelegate
|
id: EfficiencyModifierDelegate
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2826
|
startLine: 2825
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EmotionModifiersChangedDelegate
|
id: EmotionModifiersChangedDelegate
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2851
|
startLine: 2850
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PassiveActionPriorityDelegate
|
id: PassiveActionPriorityDelegate
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2836
|
startLine: 2835
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -30,7 +30,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Pose
|
id: Pose
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2856
|
startLine: 2855
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -60,7 +60,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Standing
|
id: Standing
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2861
|
startLine: 2860
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -88,7 +88,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Walking
|
id: Walking
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2865
|
startLine: 2864
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -116,7 +116,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Sitting
|
id: Sitting
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2869
|
startLine: 2868
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -144,7 +144,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Laying
|
id: Laying
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2874
|
startLine: 2873
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -172,7 +172,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SittingGround
|
id: SittingGround
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2879
|
startLine: 2878
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -200,7 +200,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WorkingStanding
|
id: WorkingStanding
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2883
|
startLine: 2882
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -228,7 +228,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WorkingSitting
|
id: WorkingSitting
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2887
|
startLine: 2886
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -256,7 +256,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WorkingSittingGround
|
id: WorkingSittingGround
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2891
|
startLine: 2890
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -284,7 +284,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Running
|
id: Running
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2895
|
startLine: 2894
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -312,7 +312,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StandingArmsOut
|
id: StandingArmsOut
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2899
|
startLine: 2898
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -340,7 +340,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WalkingArmsOut
|
id: WalkingArmsOut
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2900
|
startLine: 2899
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RestoreNeedDelegate
|
id: RestoreNeedDelegate
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2846
|
startLine: 2845
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WalkSpeedDelegate
|
id: WalkSpeedDelegate
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2831
|
startLine: 2830
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -35,7 +35,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SpeakStyle
|
id: SpeakStyle
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2998
|
startLine: 2997
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -74,7 +74,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Affirmative
|
id: Affirmative
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3002
|
startLine: 3001
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -100,7 +100,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Angry
|
id: Angry
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3003
|
startLine: 3002
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -126,7 +126,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Annoyed
|
id: Annoyed
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3004
|
startLine: 3003
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -152,7 +152,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Bored
|
id: Bored
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3005
|
startLine: 3004
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -178,7 +178,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Childish
|
id: Childish
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3006
|
startLine: 3005
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -204,7 +204,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Confident
|
id: Confident
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3007
|
startLine: 3006
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -230,7 +230,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Confused
|
id: Confused
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3008
|
startLine: 3007
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -256,7 +256,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Disagreeing
|
id: Disagreeing
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3009
|
startLine: 3008
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -282,7 +282,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Excited
|
id: Excited
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3010
|
startLine: 3009
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -308,7 +308,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Happy
|
id: Happy
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3011
|
startLine: 3010
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -334,7 +334,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Neutral
|
id: Neutral
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3012
|
startLine: 3011
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -360,7 +360,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Questioning
|
id: Questioning
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3013
|
startLine: 3012
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -386,7 +386,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Sad
|
id: Sad
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3014
|
startLine: 3013
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -412,7 +412,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Scared
|
id: Scared
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3015
|
startLine: 3014
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -438,7 +438,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Shocked
|
id: Shocked
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3016
|
startLine: 3015
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -464,7 +464,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Thinking
|
id: Thinking
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3017
|
startLine: 3016
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -23,7 +23,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: VoiceStyle
|
id: VoiceStyle
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3026
|
startLine: 3025
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -52,7 +52,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Low
|
id: Low
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3029
|
startLine: 3028
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -78,7 +78,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: High
|
id: High
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3030
|
startLine: 3029
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -104,7 +104,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Child
|
id: Child
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3031
|
startLine: 3030
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -130,7 +130,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Baby
|
id: Baby
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 3033
|
startLine: 3032
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Set
|
id: Set
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 1132
|
startLine: 1131
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -51,7 +51,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Woodworking
|
id: Woodworking
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 1138
|
startLine: 1137
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -79,7 +79,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Workout
|
id: Workout
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 1142
|
startLine: 1141
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
@ -107,7 +107,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ChildClothes
|
id: ChildClothes
|
||||||
path: ../TinyLife/GameImpl.cs
|
path: ../TinyLife/GameImpl.cs
|
||||||
startLine: 1146
|
startLine: 1145
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife
|
namespace: TinyLife
|
||||||
|
|
|
@ -4,22 +4,15 @@ items:
|
||||||
commentId: N:TinyLife
|
commentId: N:TinyLife
|
||||||
id: TinyLife
|
id: TinyLife
|
||||||
children:
|
children:
|
||||||
- TinyLife.ChoicePromptInfo
|
|
||||||
- TinyLife.ChoicePromptInfo.Option
|
|
||||||
- TinyLife.CleanOutFridgeAction
|
|
||||||
- TinyLife.Debug
|
- TinyLife.Debug
|
||||||
- TinyLife.Debug.CheatDelegate
|
- TinyLife.Debug.CheatDelegate
|
||||||
- TinyLife.Debug.DebugDelegate
|
- TinyLife.Debug.DebugDelegate
|
||||||
- TinyLife.DebugAction
|
|
||||||
- TinyLife.GameImpl
|
- TinyLife.GameImpl
|
||||||
- TinyLife.GameImpl.GameMode
|
- TinyLife.GameImpl.GameMode
|
||||||
- TinyLife.GameSpeed
|
- TinyLife.GameSpeed
|
||||||
- TinyLife.GenealogyType
|
- TinyLife.GenealogyType
|
||||||
- TinyLife.HelpAction
|
|
||||||
- TinyLife.HoldingPersonAction
|
|
||||||
- TinyLife.LnCategory
|
- TinyLife.LnCategory
|
||||||
- TinyLife.Localization
|
- TinyLife.Localization
|
||||||
- TinyLife.MakeTeaAction
|
|
||||||
- TinyLife.Music
|
- TinyLife.Music
|
||||||
- TinyLife.Music.Occasion
|
- TinyLife.Music.Occasion
|
||||||
- TinyLife.Need
|
- TinyLife.Need
|
||||||
|
@ -28,14 +21,11 @@ items:
|
||||||
- TinyLife.PerSaveOptions
|
- TinyLife.PerSaveOptions
|
||||||
- TinyLife.PersonalityType
|
- TinyLife.PersonalityType
|
||||||
- TinyLife.PersonalityType.TypeCategory
|
- TinyLife.PersonalityType.TypeCategory
|
||||||
- TinyLife.PickUpPersonAction
|
|
||||||
- TinyLife.PutDownPersonAction
|
|
||||||
- TinyLife.Relationship
|
- TinyLife.Relationship
|
||||||
- TinyLife.RelationshipType
|
- TinyLife.RelationshipType
|
||||||
- TinyLife.RomanceType
|
- TinyLife.RomanceType
|
||||||
- TinyLife.SaveHandler
|
- TinyLife.SaveHandler
|
||||||
- TinyLife.Set
|
- TinyLife.Set
|
||||||
- TinyLife.UseDiaperAction
|
|
||||||
- TinyLife.WallDisplay
|
- TinyLife.WallDisplay
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
|
@ -47,69 +37,6 @@ items:
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
references:
|
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
|
- uid: TinyLife.Debug
|
||||||
commentId: T:TinyLife.Debug
|
commentId: T:TinyLife.Debug
|
||||||
name: Debug
|
name: Debug
|
||||||
|
|
|
@ -3,20 +3,12 @@ items:
|
||||||
- uid: TinyLife
|
- uid: TinyLife
|
||||||
name: TinyLife
|
name: TinyLife
|
||||||
items:
|
items:
|
||||||
- uid: TinyLife.ChoicePromptInfo
|
|
||||||
name: ChoicePromptInfo
|
|
||||||
- uid: TinyLife.ChoicePromptInfo.Option
|
|
||||||
name: ChoicePromptInfo.Option
|
|
||||||
- uid: TinyLife.CleanOutFridgeAction
|
|
||||||
name: CleanOutFridgeAction
|
|
||||||
- uid: TinyLife.Debug
|
- uid: TinyLife.Debug
|
||||||
name: Debug
|
name: Debug
|
||||||
- uid: TinyLife.Debug.CheatDelegate
|
- uid: TinyLife.Debug.CheatDelegate
|
||||||
name: Debug.CheatDelegate
|
name: Debug.CheatDelegate
|
||||||
- uid: TinyLife.Debug.DebugDelegate
|
- uid: TinyLife.Debug.DebugDelegate
|
||||||
name: Debug.DebugDelegate
|
name: Debug.DebugDelegate
|
||||||
- uid: TinyLife.DebugAction
|
|
||||||
name: DebugAction
|
|
||||||
- uid: TinyLife.GameImpl
|
- uid: TinyLife.GameImpl
|
||||||
name: GameImpl
|
name: GameImpl
|
||||||
- uid: TinyLife.GameImpl.GameMode
|
- uid: TinyLife.GameImpl.GameMode
|
||||||
|
@ -25,16 +17,10 @@ items:
|
||||||
name: GameSpeed
|
name: GameSpeed
|
||||||
- uid: TinyLife.GenealogyType
|
- uid: TinyLife.GenealogyType
|
||||||
name: GenealogyType
|
name: GenealogyType
|
||||||
- uid: TinyLife.HelpAction
|
|
||||||
name: HelpAction
|
|
||||||
- uid: TinyLife.HoldingPersonAction
|
|
||||||
name: HoldingPersonAction
|
|
||||||
- uid: TinyLife.LnCategory
|
- uid: TinyLife.LnCategory
|
||||||
name: LnCategory
|
name: LnCategory
|
||||||
- uid: TinyLife.Localization
|
- uid: TinyLife.Localization
|
||||||
name: Localization
|
name: Localization
|
||||||
- uid: TinyLife.MakeTeaAction
|
|
||||||
name: MakeTeaAction
|
|
||||||
- uid: TinyLife.Music
|
- uid: TinyLife.Music
|
||||||
name: Music
|
name: Music
|
||||||
- uid: TinyLife.Music.Occasion
|
- uid: TinyLife.Music.Occasion
|
||||||
|
@ -51,10 +37,6 @@ items:
|
||||||
name: PersonalityType
|
name: PersonalityType
|
||||||
- uid: TinyLife.PersonalityType.TypeCategory
|
- uid: TinyLife.PersonalityType.TypeCategory
|
||||||
name: PersonalityType.TypeCategory
|
name: PersonalityType.TypeCategory
|
||||||
- uid: TinyLife.PickUpPersonAction
|
|
||||||
name: PickUpPersonAction
|
|
||||||
- uid: TinyLife.PutDownPersonAction
|
|
||||||
name: PutDownPersonAction
|
|
||||||
- uid: TinyLife.Relationship
|
- uid: TinyLife.Relationship
|
||||||
name: Relationship
|
name: Relationship
|
||||||
- uid: TinyLife.RelationshipType
|
- uid: TinyLife.RelationshipType
|
||||||
|
@ -65,8 +47,6 @@ items:
|
||||||
name: SaveHandler
|
name: SaveHandler
|
||||||
- uid: TinyLife.Set
|
- uid: TinyLife.Set
|
||||||
name: Set
|
name: Set
|
||||||
- uid: TinyLife.UseDiaperAction
|
|
||||||
name: UseDiaperAction
|
|
||||||
- uid: TinyLife.WallDisplay
|
- uid: TinyLife.WallDisplay
|
||||||
name: WallDisplay
|
name: WallDisplay
|
||||||
- uid: TinyLife.Actions
|
- uid: TinyLife.Actions
|
||||||
|
@ -95,8 +75,18 @@ items:
|
||||||
name: CanExecuteResult
|
name: CanExecuteResult
|
||||||
- uid: TinyLife.Actions.CanExecuteResult.ResultType
|
- uid: TinyLife.Actions.CanExecuteResult.ResultType
|
||||||
name: 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
|
- uid: TinyLife.Actions.CompletionType
|
||||||
name: CompletionType
|
name: CompletionType
|
||||||
|
- uid: TinyLife.Actions.DebugAction
|
||||||
|
name: DebugAction
|
||||||
|
- uid: TinyLife.Actions.DeferredAction
|
||||||
|
name: DeferredAction
|
||||||
- uid: TinyLife.Actions.DieAction
|
- uid: TinyLife.Actions.DieAction
|
||||||
name: DieAction
|
name: DieAction
|
||||||
- uid: TinyLife.Actions.Emote
|
- uid: TinyLife.Actions.Emote
|
||||||
|
@ -105,6 +95,12 @@ items:
|
||||||
name: EmoteCategory
|
name: EmoteCategory
|
||||||
- uid: TinyLife.Actions.GoHereAction
|
- uid: TinyLife.Actions.GoHereAction
|
||||||
name: 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
|
- uid: TinyLife.Actions.MultiAction
|
||||||
name: MultiAction
|
name: MultiAction
|
||||||
- uid: TinyLife.Actions.MultiAction.Stage
|
- uid: TinyLife.Actions.MultiAction.Stage
|
||||||
|
@ -115,8 +111,14 @@ items:
|
||||||
name: OutOfTownAction
|
name: OutOfTownAction
|
||||||
- uid: TinyLife.Actions.PathfindAction
|
- uid: TinyLife.Actions.PathfindAction
|
||||||
name: PathfindAction
|
name: PathfindAction
|
||||||
|
- uid: TinyLife.Actions.PathfindToPersonAction
|
||||||
|
name: PathfindToPersonAction
|
||||||
|
- uid: TinyLife.Actions.PickUpPersonAction
|
||||||
|
name: PickUpPersonAction
|
||||||
- uid: TinyLife.Actions.PutAwayAction
|
- uid: TinyLife.Actions.PutAwayAction
|
||||||
name: PutAwayAction
|
name: PutAwayAction
|
||||||
|
- uid: TinyLife.Actions.PutDownPersonAction
|
||||||
|
name: PutDownPersonAction
|
||||||
- uid: TinyLife.Actions.SellAction
|
- uid: TinyLife.Actions.SellAction
|
||||||
name: SellAction
|
name: SellAction
|
||||||
- uid: TinyLife.Actions.SitAction
|
- uid: TinyLife.Actions.SitAction
|
||||||
|
@ -133,6 +135,12 @@ items:
|
||||||
name: TalkAction.TalkSettings
|
name: TalkAction.TalkSettings
|
||||||
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
|
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult
|
||||||
name: 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
|
- uid: TinyLife.Actions.WalkAction
|
||||||
name: WalkAction
|
name: WalkAction
|
||||||
- uid: TinyLife.Actions.WatchTvAction
|
- uid: TinyLife.Actions.WatchTvAction
|
||||||
|
@ -165,17 +173,6 @@ items:
|
||||||
name: MultiActionHandler
|
name: MultiActionHandler
|
||||||
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler
|
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler
|
||||||
name: 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
|
- uid: TinyLife.Emotions
|
||||||
name: TinyLife.Emotions
|
name: TinyLife.Emotions
|
||||||
items:
|
items:
|
||||||
|
|
|
@ -13,7 +13,7 @@ When reporting an issue to Tiny Life developers, please make sure that you have
|
||||||
This can have multiple reasons:
|
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.
|
- 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 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.
|
- 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
|
### There's no log file to attach to my bug report
|
||||||
|
|
BIN
media/changelog/0.30.0.png
Normal file
BIN
media/changelog/0.30.0.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 81 KiB |
Loading…
Reference in a new issue